coby kyros mid7048 problems (auto rotate, SD card)

xintell

Member
Jan 13, 2013
11
0
well the problem of this coby kyros 7048 is that the auto rotate is not working ( checked or unchecked in the settings ) and the other problem is that it does not read sd card for some unknown reason like cam is searching for sd card to use.

I can view the sd in the es explorer location "/mnt/ext_sd/", root sd card "/sdcard/" folder says its empty or not mounted and "/mnt/sdcard/" is empty as well.

tried to search on some same problems but didnt find any answer regarding to my problems.

this is my adb mount and Is dev/block/ (idk if its needed but it was asked on the other post i viewed)

mount
rootfs / rootfs rw,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock2 /system yaffs2 rw,relatime 0 0
/dev/block/mtdblock5 /data yaffs2 rw,nosuid,nodev,relatime 0 0
/dev/block/mtdblock4 /cache yaffs2 rw,nosuid,nodev,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
/dev/block/vold/179:1 /mnt/ext_sd vfat rw,dirsync,nosuid,nodev,noexec,relatime,u
id=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset
=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0




ls /dev/block/
loop0
loop1
loop2
loop3
loop4
loop5
loop6
loop7
mmcblk0
mmcblk0p1
mtdblock0
mtdblock1
mtdblock2
mtdblock3
mtdblock4
mtdblock5
mtdblock6
mtdblock7
mtdblock8
ndda
platform
vold



this is my vold.fstab

# External NAND Storage
dev_mount nand /mnt/sdcard auto /devices/virtual/block/ndda


# External SD card
dev_mount ext_sd /mnt/ext_sd auto /devices/platform/tcc-sdhc


# External USB storage
dev_mount usb_sda /mnt/usb_sda1 all /devices/platform/dwc_otg /devices/platform/tcc-ohci /devices/platform/tcc-ehci
dev_mount usb_sdb /mnt/usb_sdb1 all /devices/platform/dwc_otg /devices/platform/tcc-ohci /devices/platform/tcc-ehci
 
Last edited:

Traveller

Administrator
Staff member
Jun 16, 2012
2,858
982
Thread moved out of the Development sub forum. The Technical and Development sub forums are not for help requests, as noted in the sticky posts located at the top of each forum.

Your friendly neighborhood androidtablets.net moderation team.
 

xintell

Member
Jan 13, 2013
11
0
if no one knows how then can anyone give me at least an idea on how to fix this?
 
Top