mudtub
Newbie
Here are the stock APKs, deodexed.
Download deodexedapps-mudtub.zip from Sendspace.com - send big files the easy way
To install, enter recovery, mount /system in the mounts menu, then type
and
enter the shell with
Then type
and
To remove the odex files, as they are no longer necessary.
Download deodexedapps-mudtub.zip from Sendspace.com - send big files the easy way
To install, enter recovery, mount /system in the mounts menu, then type
Code:
adb push (path to /system/app you downloaded) /system/app
and
enter the shell with
Code:
adb shell
Then type
Code:
cd /system/app
and
Code:
rm *.odex
To remove the odex files, as they are no longer necessary.
