Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
check in "/system/app" look through the whole list, if you see one .odex file your only partially deodexed. Try the process again if that is the caseSo now I THINK I am deodexed... How in the world can I tell if I am Deodexed?
There's gotta be a way - its too important. People need to know for sure before they start doing custom stuff!
check in "/system/app" look through the whole list, if you see one .odex file your only partially deodexed. Try the process again if that is the case
)I am stuck on option 4, 30 out of 42. It says unexpected top level error, help me please?
Edit: Redid everything now on out of 43, maybe I did something wrong?
Edit: Still not working, it seems to be Core.odex thats not working
Had this problem as well. Try updating your Java script program and running it again.I am stuck on option 4, 30 out of 42. It says unexpected top level error, help me please?
So, this does work on the OTA .340 update? And when I get to the command prompt adb part, do I just copy and paste that code and run it all at once? Thanks!
No. You need to copy and paste each command separately.
Haven't done this on .340 yet. Let us know if it works for you.
In all likelihood the phone will freeze and need a battery pull, however after that you should be good to go.adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot