-
Other Solution to Remount Internal SD?
hey? is there another solution to remount the internal sd? i'm taking this problem about 2months i cant play other games that saving in sdcard/android/data, and others post the step by step fixing or as much as possible please post a video? thanks :/
-
01-20-2013 08:31 AM
# ADS
Circuit advertisement
-

i have still problem this one
-
Have you changed your vold.fstab back to stocked? I know you had messed with it.
adb shell
su
cat /system/etc/vold.fstab
post output.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-
#External NAND Storage
dev_mount sdcard / mnt/sd card auto / devices/virtual/block/ndda
#External SD card
dev_mount ext_sd / mnt/ext_sd auto/ devices/platform/tcc-sdhc
this is my ouput, i have this problem started last year
-
i try to restore the device using stock rom that you gave to me via CWM then if i mount the nand in CWM the below said error?
-

Originally Posted by
acidburn23
i try to restore the device using stock rom that you gave to me via CWM then if i mount the nand in CWM the below said error?
The rom wont fix nadd it is to restore system to stock.
ok to fix your problem this should work, i made it up the other day and tested on my devices worked well, as with any modification it could brick your tablet.
adb shell
su
busybox mkfs.vfat /dev/block/ndda1
reboot
if all went well your problem should be fixed.
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-
what application needed to input that codes? via computer using usb cord? or i will do that thru my tablet?
-
like this?
-
you have to have a space you put it all as one code.
busybox mkfs.vfat space /dev/block/ndda1
Code:
busybox mkfs.vfat /dev/block/ndda1
If you like my work buy me a coffee!!!
Donations Appreciated
Due to the overwhelming PM's that I receive, I am unable to answer all the questions and many questions are duplicates so PLEASE post all questions on this forum so I may better help you and any others who are having the same issues.
No PM's regarding windows questions will be answered, I am a Linux Guy.
-

Originally Posted by
vampirefo.
you have to have a space you put it all as one code.
busybox mkfs.vfat space /dev/block/ndda1
Code:
busybox mkfs.vfat /dev/block/ndda1
This should help you, just do it without the syntax holdback # or whitespace.