[Deodexed] Deodexed System App and Framework (Stock) 9/21/2011
This is simply a deodexed version of the System apps and Framework for the Stock Epic Touch 4G.
I thought I would share this for anyone that's interested. I don't have a great deal to contribute at the moment as I have my hands full. However, I wanted to share this for anyone that wants a stock deodexed system apps and framework.
Note: when you type "su" make sure to give permission on you phone
Download and extract each folder to the root of your INTERNAL memory.
Here are the commands needed to push this over to your phone.
Quote:
adb shell
su
stop
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/app/* /system/app/
cp /sdcard/framework/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
|
For those of you not familiar with me and how I operate here's the deal. I'm a father to 3 boys on the Autism Spectrum. I do this work in order to help out the community and raise Autism Awareness. Directing you to my site is only to raise awareness about Autism. You don't have to register for anything and ALL my work is free of cost.
I have a project going on right now called Android4Autism, where I take donated Android devices and turn them into learning tools for kids on the spectrum. These are donated to families that would otherwise never be able to obtain such a device. I made my first donation recently and it was an amazing experience.
I appreciate your understanding and support. I'm sorry if you disagree with my methods but I have the overwhelming support for many in the community and my methods have been approved by the mods.
Thank you so much.
Download Here
Click on the Android Development Page at the top.
|