2014-09-02, 17:33
ok I have unpacked CWM recovery and here is /etc/recovery.fstab
on repack I will remove last 2 lines
Notice emmc.....thats your internal storage
but if phone boots but you have no android terminal I will upload a APK as I need the output of your mounts area....
I need to match /dev/blocks
#################
I am guessing you can't get access to your internal storage thru windows?
we can use adb to push and install the apks onto your device
##############
download the terminal to your PC
I will check out busybox later
Quote:# mountpoint fstype device [device2]
/misc emmc /dev/misc
/data ext4 /dev/block/mmcblk0p7
/system ext4 /dev/block/mmcblk0p5
/cache ext4 /dev/block/mmcblk0p6
/boot emmc /dev/bootimg
/recovery emmc /dev/recovery
/emmc vfat /dev/block/mmcblk0p8
/sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
/sd-ext auto /dev/block/mmcblk1p2
on repack I will remove last 2 lines
Notice emmc.....thats your internal storage
but if phone boots but you have no android terminal I will upload a APK as I need the output of your mounts area....
I need to match /dev/blocks
#################
I am guessing you can't get access to your internal storage thru windows?
we can use adb to push and install the apks onto your device
##############
download the terminal to your PC
I will check out busybox later