[PRJ] apps2sd discussion

Mine does not have an internal card. Someone who has one will have to help.

Sent from my IDEOS S7 using Android Tablet Forum
 
Hi!!, try to format your sdcard in menu, settings, SD card & tablet storage, Format internal SD card :D
 
Good for you, Brendon. I hope to be as lucky soon.

@Pvella - Thanks for your concern.
@JFer - My internal sdcard doesn't show up when I go into my settings. Only my internal memory and my external card. But thanks for the suggestion.
@Tom T - I will try this out. Thanks for the lead. Hope it works.

Update: Nope, it didn't. HAALLLPPP!
 
Last edited:
@JFer - My internal sdcard doesn't show up when I go into my settings. Only my internal memory and my external card. But thanks for the suggestion.

yes, doesn't show up, but try in setttings, SD Card & tablet storage, Umount internal SD Card and then Format internal SD Card,
 
if the s7-104 was not handled correctly the internal card goes buh-bye until you restore the original eclair 2.1 rom - then indo 2.2.2 then whatever.
 
#!/system/bin/shsleep 10
mount -t ext2 /dev/block/vold/179:2
mount -o bind /system/sd/app /data/app
mount -o bind /system/sd/app-private /data/app-private
mount -o bind /system/sd/dalvik-cache /data/dalvik-cache
mount -o bind /system/sd/data /data/data

should be:

#!/system/bin/shsleep 10
mount -t ext2 /dev/block/vold/179:2 /system/sd
mount -o bind /system/sd/app /data/app
mount -o bind /system/sd/app-private /data/app-private
mount -o bind /system/sd/dalvik-cache /data/dalvik-cache
mount -o bind /system/sd/data /data/data

right?
 
Back
Top