[ROM] Deodexed Syatem and Framework (45.2.5)
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 and framework.
Bloatware is easy enough to remove with root explore. If you guys want it then I strip it all out and post a second .zip..
This zip isn't flashable and you can use ADB to push and pull the System and Framework. All you need is to be rooted. You don't need an unlocked bootloader.
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/deodexed_app/* /system/app/
cp /sdcard/deodexed_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
|
The files are uploadinng now and will be posted on my site in just a bit. 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 about a week ago 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.
deodexed system and framework STOCK (45.2.5).rar (69.21 MB)
Follow the link and click on the Android Development tab at the top of the page.
|