does that last part copy the data from the sd card to the phones memory again? im looking to put everything back on the phone so its stable again
I had appstosd2 up and running everything was great. I put my sdcard in my laptop to copy some stuff and after that it didnt work. Vista said I had to format it, so I did. Now my phone tries to save the apps to sd but can't because its been formated and missing the EXT2. Which means I cant install any apps (or the appstoSD2 app) to fix the problem. Now it says "installation unsuccessful". I've tried factory reset, wiping, installing the build again, but nothing helps. What I need to do, I think, is some how run some commands that disable the apps to sd so that I can download the appstoSD2 app to get back to square one.
Does anyone know how to do this? Or do I have to get rid of root, re-root the whole thing...?
Please help!!
does that last part copy the data from the sd card to the phones memory again? im looking to put everything back on the phone so its stable again
ADB\FASTBOOT FOR ROOKIES
http://androidcommunity.com/forums/f...rookies-18124/
HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/
yep by asking a question about your reply and then telling why i asked to see if it would be relevant is threadjacking for sure. dip****.
you can try this...
adb shell mkdir /system/sd/app
adb shell mkdir /system/sd/app-private
adb shell
df
you should see a line containg system/sd. if not, something went wrong.
cp -a /data/app /system/sd
cp -a /data/app-private /system/sd
rm -r /data/app
rm -r /data/app-private
ln -s /system/sd/app /data/app
ln -s /system/sd/app-private /data/app-private
busybox cp -a /data/dalvik-cache /system/sd/dalvik-cache
rm -r /data/dalvik-cache
ln -s /system/sd/dalvik-cache /data/dalvik-cache
reboot
Last edited by crazythunder; 06-07-2009 at 08:07 PM.
ADB\FASTBOOT FOR ROOKIES
http://androidcommunity.com/forums/f...rookies-18124/
HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/
ADB\FASTBOOT FOR ROOKIES
http://androidcommunity.com/forums/f...rookies-18124/
HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/
Hi,
It says system denied when I put in the first command, some of the other commands work but mostly it says "cannot create directory" "cannot remove" etc. I'm using the terminal emulator, is that the right thing for the job? I dont know anything about all these commands..
Any help is very much appreciated!!
you need to be doing this from a pc for adb commands. in terminal, try this...
su
mkdir /system/sd/app
mkdir /system/sd/app-private
ADB\FASTBOOT FOR ROOKIES
http://androidcommunity.com/forums/f...rookies-18124/
HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/
ADB\FASTBOOT FOR ROOKIES
http://androidcommunity.com/forums/f...rookies-18124/
HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/
Bookmarks