[PRJ] apps2sd discussion

pvella

Senior Member
Dec 20, 2010
392
38
Mine does not have an internal card. Someone who has one will have to help.

Sent from my IDEOS S7 using Android Tablet Forum
 

JFer

Member
Dec 19, 2010
80
5
Hi!!, try to format your sdcard in menu, settings, SD card & tablet storage, Format internal SD card :D
 

jireyes

Member
Jun 12, 2011
4
0
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

Member
Dec 19, 2010
80
5
@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,
 

mrkrad

Member
Jul 21, 2011
50
0
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.
 

jerry247

Member
Dec 24, 2011
1
0
#!/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?
 
Top