New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
dr154
Old
(Last edited by dr154; 12th October 2010 at 03:06 AM.) Reason: Update
#1  
dr154's Avatar
Senior Member - OP
Thanks Meter 22
Posts: 342
Join Date: Jan 2010
Location: Hyattsville
Default [Completed] Deodex OTA 2.2

Im currently currently working on a fully Rooted Deodex OTA 2.2 with Senses like status bar (black status bar with white lettering) and transparent notification bar, with some build.prop mods:

1.To make the phone ring faster when dialing out, I changed
ro.telephony.call_ring.delay=3000
to
ro.telephony.call_ring.delay=1000
Now the phone rings pretty much instantly when dialing out.

2.To enable better scrolling speed through lists, I changed
windowsmgr.max_events_per_sec=55
to
windowsmgr.max_events_per_sec=60
Scrolling through the app drawer and contacts and any lists really is now smoother.

3.Now, to save battery by decreasing the amount of time Wifi looks for an access point, I changed
wifi.supplicant_scan_interval =60
to
wifi.supplicant_scan_interval =90
Now wifi will scan once every 1.5 minutes when not around a known location instead of once every minute which will save battery.

I also changed the Dalvik VM heap size from
dalvik.vm.heapsize=30m
to
dalvik.vm.heapsize=32m

Credits to LexusBrian400 for the build.prop mods.

FILES!!!:
A. Clockwork Restory Image Done - Clockwork Folder File [Edited version with black status and transparent notification bar.]
1.Extract the folder.
2.On your sdcard place the folder in \sdcard\clockworkmod\backup\ [if you don't have that, create it.]
3.Click Bootstrap Recovery inside the DroidX Bootstrap App.
4.Boot into Clockwork recovery.
5.Choose restore, then navigate to the folder you created earlier.
6.Choose restore. Then follow the instructions on the screen.
7.Wipe/Factory Reset.
8.When you reboot you will have a totally clean system, with OTA Froyo 2.2, already rooted. and fully deodexed with black status bar and transparent notification bar.

B. Update.zip - File
1.Wipe and reboot.

Extras:
Clean Rooted Deodex OTA 2.2 - File [Nandroid File]
Clean Rooted OTA 2.2 - File Coming Soon [Update File]


Images:

~VZW Retail Sales Rep~
 
byproxy
Old
#2  
Senior Member
Thanks Meter 8
Posts: 267
Join Date: Apr 2010
will this be something we can install right over the leaked version or will this be a downgrade situation?

will it include the new baseband and kernal? i see the sc... but didn't know if that meant the update would include those items.
 
dr154
Old
(Last edited by dr154; 28th September 2010 at 06:21 PM.)
#3  
dr154's Avatar
Senior Member - OP
Thanks Meter 22
Posts: 342
Join Date: Jan 2010
Location: Hyattsville
If you already have the official OTA Froyo and just want the deodex'd files, they will be posted later.

~VZW Retail Sales Rep~
 
byproxy
Old
#4  
Senior Member
Thanks Meter 8
Posts: 267
Join Date: Apr 2010
cool. thanks. just didn't know if this was going to be the easy-update method or not.

so this is really more for folks who've done the official OTA update (e.g. downgrade from leak via sbf to 2.1 -> update to official OTA)?
 
MrDanger
Old
#5  
MrDanger's Avatar
Senior Member
Thanks Meter 4
Posts: 467
Join Date: Nov 2009
Location: Starkville, MS

 
DONATE TO ME
OP, you should check out this
~E.N.G.I.N.E.E.R. Building The World You Live In~


^^^ Thank Nebenezer for this!! ^^^
 
acidbath5546
Old
#6  
acidbath5546's Avatar
Senior Member
Thanks Meter 31
Posts: 1,180
Join Date: Feb 2009
All the build.prop edits you mention are already discovered ..make sure to give credit to Lexus http://forum.xda-developers.com/showthread.php?t=771232
 
dr154
Old
#7  
dr154's Avatar
Senior Member - OP
Thanks Meter 22
Posts: 342
Join Date: Jan 2010
Location: Hyattsville
Quote:
Originally Posted by MrDanger View Post
OP, you should check out this
Yeah MrDanger I've seen that thread and it doesn't work like the images state. Also this not a theme of senses. Just an idea what i like and what people can use too.

Quote:
Originally Posted by acidbath5546 View Post
All the build.prop edits you mention are already discovered ..make sure to give credit to Lexus http://forum.xda-developers.com/showthread.php?t=771232
I always do... just had to quickly post this to get to work on time.

~VZW Retail Sales Rep~
 
MrDanger
Old
#8  
MrDanger's Avatar
Senior Member
Thanks Meter 4
Posts: 467
Join Date: Nov 2009
Location: Starkville, MS

 
DONATE TO ME
Quote:
Originally Posted by dr154 View Post
Yeah MrDanger I've seen that thread and it doesn't work like the images state. Also this not a theme of senses. Just an idea what i like and what people can use too.

I understand.. I was just showing you a place so you can "borrow" some stuff from so you won't have to do alot from the beginning. Like the black task bar.. I see your big picture and was no way trying to compare the two

Good luck. Can't wait to see the finished product.
~E.N.G.I.N.E.E.R. Building The World You Live In~


^^^ Thank Nebenezer for this!! ^^^
 
dr154
Old
(Last edited by dr154; 4th October 2010 at 01:26 AM.)
#9  
dr154's Avatar
Senior Member - OP
Thanks Meter 22
Posts: 342
Join Date: Jan 2010
Location: Hyattsville
For those of you who just want the deodex files, you can download the done folders and place them in the root of your sdcard and run the commands.

Deodex Files

1. Place phone in USB Mass Storage; place done_app and done_frame in root of sdcard.
2. Place phone in PC Mode; run commands below.

adb shell
su
stop
mount -o remount,rw /dev/block/system /system
cp /sdcard/done_app/* /system/app/
cp /sdcard/done_frame/* /system/framework/
rm /system/app/*.odex
rm /system/framework/*.odex
exit
exit
adb reboot

3. Enjoy your deodex'd OTA Froyo.

~VZW Retail Sales Rep~
 
ChuckTu
Old
#10  
Junior Member
Thanks Meter 0
Posts: 10
Join Date: Aug 2010
So this can be applied with the clockwork recovery over the first leaked version of 2.2 with no problems?


XDA PORTAL POSTS

What’s Possible with CASUAL & How to Make Your Own CASUAL – XDA Developer TV

XDA Elite Recognized Developer AdamOutler is known … more

Pearl Chen to Talk NFC Development at XDA:DevCon 2013

From HTML to LEDs or Android to Arduino, Hardware Hacking is a pastime of many people … more

Avoid Framework Bootloops on Xperias Running Jelly Bean

If you’re a Sony device owner running a stock Android Jelly Bean firmware and … more

Forum Added for the Samsung Galaxy Mega

What do you do when the Galaxy Note line is simply not big enough? You get theSamsung Galaxy Mega. … more