Android OS Forum banner
1 - 20 of 22 Posts

· Premium Member
Joined
·
2,476 Posts
This is NOT a flashable zip. Instructions are inside but I'll post here too....

I am not responsible for anything you do to you do to your device

Must be on 4.5.606 leak for this to work

Instructions (from the README inside the zip):
Unzip to root of sd card (leave file name intact)
open "Terminal Emulator" from market
type "sh /sdcard/D2G-4.5.606-deodex/deodexer.sh"
Reboot to recovery and wipe cache
Reboot

Link: http://synik4l.net/phcdownload/download.php?id=25
md5sum: c81328666d6d98da219b2aa3fe5422e7

I'll update the OP when I have it working as a flashable zip
 

· Android Lover
Joined
·
225 Posts
So this will allow themes now right? So I can get rid of the boot animation? I'm also hoping that this helps with adding widgets to the pull-down... the widgetsoid toggles arent interactive when placed in the pull-down. Gonna get into this later.

EDIT: Can I remove the files once I've ran the script? Also thank you so much for this...

EDIT2: I'm also getting those errors posted above... not sure what's up with that...
 

· Android Beginner
Joined
·
1 Posts
In order to let it work I had to fix the script, which captures the linux PATH environment variable - change it to myPATH.
After runninning the script, reboot-and wipe get I also got stuck on the Motorola logo and had to SBF.
My SBF is 2.4.330 root and with bootstrap. I could'nt flash the 4.5.606 follwoint the SBF.
Any ideas ?
 

· Premium Member
Joined
·
2,476 Posts
Discussion Starter · #15 ·
o_O

ok then..... manually do it (how i did it....)
copy everything to the root of sdcard (path should be /sdcard/D2G-4.5.606-deodex)
then either via adb shell or terminal emulator type the following:

Code:
<br />
su<br />
mount -o rw,remount -t yaffs2 /dev/block/mmcblk1p21 /system<br />
cp /sdcard/D2G-4.5.606-deodex/app/*.apk /system/app/<br />
cp /sdcard/D2G-4.5.606-deodex/framework/*.apk /system/framework/<br />
cp /sdcard/D2G-4.5.606-deodex/framework/*.jar /system/framework/<br />
rm /system/app/*.odex<br />
rm /system/framework/*.odex<br />
mount -o ro,remount -t yaffs2 /dev/block/mmcblk1p21 /system<br />
 

· Android Lover
Joined
·
225 Posts
I didn't mean to offend your efforts. I just want to make sure it works before I try it. I have sbf'd several times recently and ended up removing all of my backups and starting over with everything. K don't even use a home replacement anymore because I am going back to basics. So far everything is working great running rooted leak and I would like to use your deodexer so that I can get rid of the boot animation and start working on themes for the stock widgets. I really do apreciate everything u have done for our global and I want to use this. I just need to know its not gonna make me have to sbf again, that's all.
 

· Android Apprentice
Joined
·
53 Posts
"tRu3_sKiTz0 said:
I didn't mean to offend your efforts. I just want to make sure it works before I try it. I have sbf'd several times recently and ended up removing all of my backups and starting over with everything. K don't even use a home replacement anymore because I am going back to basics. So far everything is working great running rooted leak and I would like to use your deodexer so that I can get rid of the boot animation and start working on themes for the stock widgets. I really do apreciate everything u have done for our global and I want to use this. I just need to know its not gonna make me have to sbf again, that's all.
Getting rid of thw boot animation can be done while odexed.
 
1 - 20 of 22 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top