Okay...two things:
1. If you flash to Fresh, you don't have to do the a2sd install. It will do that automatically.
2. Let's reset everything:
a. Type
a2sd remove. This will reset the applications back to internal storage.
b. Type
a2sd nocache. This will bring dalvik-cache back to the internal storage.
c. Reboot the phone in recovery mode.
d. Do a wipe on factory, dalvik-cache and SD card
e. Flash Fresh Rom
f. Reboot
g. Check to see if anything mounted/moved by going into adb shell and typing
a2sd check. If the ext partition mounted but the Apps say they reside in internal storage, type
a2sd install. Then type
a2sd check again.
h. If everything's okay, type
a2sd diskspace. This will tell you the amound of disk space used/free on the ext partition. Make a note of the numbers.
i. Download a couple of programs from the Market
j. Once they have completed downloading and installing, run
a2sd diskspace. Make note of the free/used space. Did the numbers change? If free space dropped (or used space increased), then apps are going to the SD card. You can validate that by a File Manager or in adb shell, by typing
ls /system/sd/app.
k. Reboot the phone. Once it reboots, see if the apps are present again.
Quote:
Originally Posted by czarlos
Ok I jus flashed to Fresh 2.3.3 and adb shell a2sd install and it says installed and mounted, and I still dont see my apps.
I must be doing something wrong
|