[Completed] Deodex OTA 2.2 - Droid X Themes and Apps

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:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

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.

If you already have the official OTA Froyo and just want the deodex'd files, they will be posted later.

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)?

OP, you should check out this

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

MrDanger said:
OP, you should check out this
Click to expand...
Click to collapse
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.
acidbath5546 said:
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
Click to expand...
Click to collapse
I always do... just had to quickly post this to get to work on time.

dr154 said:
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.
Click to expand...
Click to collapse
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.

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.

So this can be applied with the clockwork recovery over the first leaked version of 2.2 with no problems?

ChuckTu said:
So this can be applied with the clockwork recovery over the first leaked version of 2.2 with no problems?
Click to expand...
Click to collapse
this has a new baseland, so i dont know if problems would occurs, but they shouldn't since your getting all the info from this recovery backup.

dr154 said:
this has a new baseland, so i dont know if problems would occurs, but they shouldn't since your getting all the info from this recovery backup.
Click to expand...
Click to collapse
Ok I think i'll give it a try tomorrow. Can you apply any 2.2 status bar themes to it as you could to the leaked 2.2 versions?

ChuckTu said:
Ok I think i'll give it a try tomorrow. Can you apply any 2.2 status bar themes to it as you could to the leaked 2.2 versions?
Click to expand...
Click to collapse
Yes. Its fully Deodexed.

dr154 said:
Yes. Its fully Deodexed.
Click to expand...
Click to collapse
Do you think if I applied this I would be able to use the clockwork recovery to go back to backup I made of the 2.3.9 I have now? Or would the new baseband files give it problems?

TBH i dont know since ur coming from a leaked 2.2 to OTA 2.2, back to leaked 2.2 though clockwork recovery...

dr154 said:
TBH i dont know since ur coming from a leaked 2.2 to OTA 2.2, back to leaked 2.2 though clockwork recovery...
Click to expand...
Click to collapse
Yea I don't think I'm gonna chance it. Don't want a brick on my hands...

ChuckTu said:
Yea I don't think I'm gonna chance it. Don't want a brick on my hands...
Click to expand...
Click to collapse
why would you want the leaked 2.2 when u can get the official OTA 2.2 with all the same thing but with better performance...

Just want to be sure, I can apply the update.zip through clockwork over the leaked version and I'll be rooted, deodexed official 2.2?
Sent from my DROIDX using XDA App

Been running my x with this for 3 days and it is super responsive and fast. My question is what would happen if I did a factory reset? Will i still be deoxd froyod and routed?
Sent from my DROIDX using XDA App

xxsicpuppyxx said:
Been running my x with this for 3 days and it is super responsive and fast. My question is what would happen if I did a factory reset? Will i still be deoxd froyod and routed?
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
yes thats correct, you'll still be rooted and deodexed

Related

NexTheme for DroidX

This is a copy/paste from here.
This is a port of Manup456's NexTheme for the Motorola Droid X. It is meant to be run on the .604 update to Android 2.1.
This installation will require some work, though it is not too difficult. You just need to follow the instructions.
DISCLAIMER: I am not responsible for anything that may go wrong in this process - Though with the SBF file now, it is almost impossible to brick a Droid X.
That being said, I didn't even need to restore while I was porting and testing this, so there should be minimal chance of any major mess-ups.
Instructions:
1. Download 'MetaMorph' from the market. Run it once and grant it root permissions.
2. Download the following file:
NexTheme.zip
3. Extract the file. Put the MM.zip file in sdcard/AndroidThemes and the other two in /sdcard/nextheme
4. We will first need to push framework-res.apk and services.jar to the system. Do not use root explorer to copy the files! Open up your terminal emulator or adb (preferably) and type:
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/nextheme/framework-res.apk /system/framework/
reboot
after this reboot, you should notice a different status bar, but the clock and time will still be black.
open up terminal emulator (or adb) again and this time we'll push services.jar
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/nextheme/services.jar /system/framework/
reboot
The following reboot will take between 3-5 minutes!
Now the clock and time, etc. will be white.
5. Now, fire up MetaMorph and choose unzip/extract new theme, select nextheme, and let it do it's thing extracting. Once it's done extracting, you can apply all the themes (for the apps), or apply only the ones you want.
6. Enjoy your new theme
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here are some of MY screenshots (notice what's different in the pulldown menu?)
do you have to use the status bar and services.jar provided or can you use any? i really like teenfaces ver. 9 but also would love this theme with it
xDanVitox said:
do you have to use the status bar and services.jar provided or can you use any? i really like teenfaces ver. 9 but also would love this theme with it
Click to expand...
Click to collapse
From what I understand the only change to the services.jar is so that the text shows up white. Other than that everything else is changed in the framework-res.apk (aside from the settings icons and such).
Idk but after loadin this theme my gmail closes lol
I have had ZERO problems with my Gmail and I used it all day long.
hacku said:
I have had ZERO problems with my Gmail and I used it all day long.
Click to expand...
Click to collapse
Weird...ok when I open gmail, everything is fine. Now if I start scrollin down and lettin emails to load, all of a sudden it closes lol
hacku said:
Here are some of MY screenshots (notice what's different in the pulldown menu?)
Click to expand...
Click to collapse
How did you get the Android in your pull down menu?
xDanVitox said:
do you have to use the status bar and services.jar provided or can you use any? i really like teenfaces ver. 9 but also would love this theme with it
Click to expand...
Click to collapse
I was wanting to do the same thing, but don't want to deal with going into a bootloop in the chance it does cause that. Does anyone know if this would be OK?
phoenx06 said:
How did you get the Android in your pull down menu?
Click to expand...
Click to collapse
The Android in the pull down is great! Can someone post some instructions for us to put that on as well?
phoenx06 said:
How did you get the Android in your pull down menu?
Click to expand...
Click to collapse
Irishpride said:
The Android in the pull down is great! Can someone post some instructions for us to put that on as well?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=7597467#post7597467
Get this error when I atttempt to launch the latest paid verision of MetaMorph...
Anyone ever seen this? Is so, what's the fix, I've searched all over the place!
also i dont see the "paid apps" tab on the market anymore, and my market is xtremely slow! lol
lamaravish said:
also i dont see the "paid apps" tab on the market anymore, and my market is xtremely slow! lol
Click to expand...
Click to collapse
Don't know what to tell you man, but there's definitely something wrong with your phone.
Thank god for SBF...
hacku said:
Don't know what to tell you man, but there's definitely something wrong with your phone.
Thank god for SBF...
Click to expand...
Click to collapse
I'm not having any problems either.
Coolest so far
This is the coolest thing a noob like me has learned for my X. Please keep these coming. And if there are any other mods that I need to learn, please PM me or share openly. I am so happy I switched from Blackberry to Android now that I have learned some of the tricks.
Will this theme work in 2.2? Because I want it lol. I'm too lazy to go and single handedly edit all of the images xD
evilkal said:
Will this theme work in 2.2? Because I want it lol. I'm too lazy to go and single handedly edit all of the images xD
Click to expand...
Click to collapse
No it wont. Framework is different in Froyo - some have tried and bricked their phones.
srh.pres.usx said:
No it wont. Framework is different in Froyo - some have tried and bricked their phones.
Click to expand...
Click to collapse
Well that's depressing lol. I was going to go edit all of the images and stuff myself but it'd take forever and more work than I'd like to do atm lol.
so i'm assuming this is no-go on 2.2? i got boot loop after pushing first file.
srh.pres.usx said:
No it wont. Framework is different in Froyo - some have tried and bricked their phones.
Click to expand...
Click to collapse
well i really wish i hadn't tried this at the same time you posted the warning. hehehe.
i certainly hope i'm not bricked. downloading the files to sbf now. will post results.
1st post should REALLY be updated with that warning.

[Theme]Smooth Sense Icons + Transparent Notificatoin Bar & Droid 2 lockscreen

Update 1:
Now has Vibrate Image when slider has sound vibrate
update 2:
Added option for white circle battery seen below
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
rename update updatewhitecirlcebat.zip to update.zip and flash the same way.
All First off I want to say i take NO credit for any of the things that have been changed! this is simply a mashup of a BUNCH of other GREAT guys put into one package i love.
First we start off w the thanks!
Thanks Jercik for the original Smooth Sense Icons!
Thanks SoCalMiles for bringing them over to the Incredible! & for the Jar for the Transparent Notifications BG
Thanks Squintz For Turning the Numbers White in the Battery Meter
Thanks TouchPro for helping with figuring out the update.zip with me!
Sense Roms only!
Install Instructions:
1. MUST BE ROOTED!
1.5 HAVE HTC LOCKSCREEN REMOVED! ALSO INSTALL DESKCLOCK! (See Below for instructions)
2. Copy File to Root of SD Card
3. Boot Into ClockMod Recovery
4. Choose install Zip from sdcard
5. choose apply update.zip
6. Navigate to Yes
7. Click Yes
8. Reboot and wait!
9. Remove update.zip from SD card (or rename it)
Please Note the Boot Will Take 3-4min the FIRST TIME ONLY this is due to the Jar File.
so whats updated:
Smooth Sense icons can be seen here!
If you like this donate to him HERE
Transparent Notification tab (70%)
Droid 2 Lock screen
Again Thanks to all those who helped!!!
how to remove stock lockscreen
With S-off
use root explorer to navigate to system/app mount r/w and remove/rename HtcLockScreen.apk
Without s-off
1.plug in phone
2.enable usb debugging
3.Reboot into recovery
4. Mount System
3. open cmd prompt/terminal
5. cd to folder with adb in it
6. adb shell (should now see #)
7 cd /system/app
8. /system/bin/mv HtcLockScreen.apk HtcLockScreen.apk.bak (Thanks Accord281)
9. reboot
Install DeskClock
1.Download DeskClock.apk below
2.Throw it in a folder w ADB
3.Reboot Recovery
4.Mount System
5.Open CMD prompt
6. cd to folder with ADB
7. Adb push DeskClock.apk /system/App
8.Reboot
9.Enjoy
this is great! I'm guessing the droid 2 lockscreen only works with senseless roms?
Hrmm everything but the D2 Lock screen worked for me.
yes sorry!! will update first post! you will need to remove the HtcLockScreen.apk file from the /system/app folder for d2 lock to work!
can i remove/rename it via root explorer?
tweedies411 said:
can i remove/rename it via root explorer?
Click to expand...
Click to collapse
as long as u have S-OFF absolutely
Instead of the first step 8 (lol) I recommend
/system/bin/mv HtcLockScreen.apk HtcLockScreen.apk.bak
Then if you want it back you can do it in reverse. Also make sure to get a different alarm clock if you use the stock one otherwise you can't shut it off without restarting the phone.
Sent from my ADR6300 using XDA App
never mind, got it lol
wowthatisrandom said:
yes sorry!! will update first post! you will need to remove the HtcLockScreen.apk file from the /system/app folder for d2 lock to work!
Click to expand...
Click to collapse
Worked like a charm finally no more down swiping you d man
Accord281 said:
Instead of the first step 8 (lol) I recommend
/system/bin/mv HtcLockScreen.apk HtcLockScreen.apk.bak
Then if you want it back you can do it in reverse. Also make sure to get a different alarm clock if you use the stock one otherwise you can't shut it off without restarting the phone.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
thanks updated first post and added the deskclock.apk for those who needed it!
sorry if this is a n00b question, but if i install the update.zip will that overwrite my skyraider rom ? or will it just replace the things you have added?
sheepforwheat said:
sorry if this is a n00b question, but if i install the update.zip will that overwrite my skyraider rom ? or will it just replace the things you have added?
Click to expand...
Click to collapse
nope no problem, not one to hate its a good question.... it will just make my changes
has anyone figured out how to keep the alarm working without having to dl another one?
i know this isnt really the right place, but is there a way i can get just the transparent notifications bar in a flashable .zip? i already got smooth sense, classic circle battery mod w/ percentages, and gps icon gone. i just wanna get the transparent part, but dont wanna have to apply a whole theme for it. im on the desensitized (so still sorta sense) aiccucs v4.2 rom
rusty2663 said:
has anyone figured out how to keep the alarm working without having to dl another one?
Click to expand...
Click to collapse
Dont think that its possible... the current clock on device was designed by HTC to go over the HTC lock screen. you will need the deskclock for the vanilla lock screen
SLOflatlander said:
i know this isnt really the right place, but is there a way i can get just the transparent notifications bar in a flashable .zip? i already got smooth sense, classic circle battery mod w/ percentages, and gps icon gone. i just wanna get the transparent part, but dont wanna have to apply a whole theme for it. im on the desensitized (so still sorta sense) aiccucs v4.2 rom
Click to expand...
Click to collapse
you will need to do 2 things to your framework, first change the images for the background of the notification bar as well as update the jar file.
see this topic HERE
update 2: now has vibrate image on slider
I'm still not too clear... I already have Sense and custom icons, I'd like to replace the Lock-n-Clock, but I don't want the notification bar or smooth icons.
Can someone shed some light on if this is possible and which steps it takes WITH sense?
TIA!
Tikikai said:
I'm still not too clear... I already have Sense and custom icons, I'd like to replace the Lock-n-Clock, but I don't want the notification bar or smooth icons.
Can someone shed some light on if this is possible and which steps it takes WITH sense?
TIA!
Click to expand...
Click to collapse
you would need to build the lockscreen images into ur framewrok
nice work! thanks for contributing!
This worked great for me. Thanks for all the work. BTW, I'm s-off using the deodexed 8/26/10 leak with bloatware removed. Also, I've tested the clock and it works fine for me. I use the stock app and don't back out to the lock-screen(just use the dimmed app setting). Works great so far.
Update: Desk clock didn't last through the night so I guess I was wrong, wrong, wrong. Oh well, everything else is awesome.

Honeycomb Flat Status Bar

So natious was kind enough to give us at Honeycomb theme for our tabs. I am not a fan of gradient status bars so I made one with a flat black bar. All credits go to natious originally for the whole theme. I will be adding more tweaks that I like and will update the thread as well for those that are interested.
INSTALL:
- download and unzip the attached zip file
- adb pull /system/framework/framework-res.apk
- make a backup of that file as it is your working original
- adb push /path/to/this/framework-res.apk /system/framework/
- adb reboot
*NOTE I did this in recovery, specifically CWM. Sory for no flashable zip file yet (I dont know how to make one)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ChangeLog:
v0.1 - Mar 5 2011
- initial upload of framework-res.apk
- only status bar is changed
Good job, funny tho, my next update was going to remove the gradients on everything, only problem tho it made it look like the status bar was connected to the drop down quick panel .
To make a flashable zip, just replace your apk inside the framework folder of my flash-able .zip
What clock are you using? Looks sweet
Sent from my GT-P1000
GANJDROID said:
What clock are you using? Looks sweet
Sent from my GT-P1000
Click to expand...
Click to collapse
Its called pixel art clock search in market,its free.
slimdizzy said:
So natious was kind enough to give us at Honeycomb theme for our tabs. I am not a fan of gradient status bars so I made one with a flat black bar. All credits go to natious originally for the whole theme. I will be adding more tweaks that I like and will update the thread as well for those that are interested.
INSTALL:
- download and unzip the attached zip file
- adb pull /system/framework/framework-res.apk
- make a backup of that file as it is your working original
- adb push /path/to/this/framework-res.apk /system/framework/
- adb reboot
*NOTE I did this in recovery, specifically CWM. Sory for no flashable zip file yet (I dont know how to make one)
ChangeLog:
v0.1 - Mar 5 2011
- initial upload of framework-res.apk
- only status bar is changed
Click to expand...
Click to collapse
I am a bit new too this stuff. Can you tell me where do I find the framework-res.apk on my device and how do I then add the new honeycomb theme apk file.
The framework-res file is in /system/framework . If you do my install steps from my first post then what ever directory your on on your computer is where adb will put the pulled defualt system one. Then rename it or move it to a safe place and put my new one in the same directory and push it back to the device.
Sent from my GT-P1000 using XDA Premium App
slimdizzy said:
The framework-res file is in /system/framework . If you do my install steps from my first post then what ever directory your on on your computer is where adb will put the pulled defualt system one. Then rename it or move it to a safe place and put my new one in the same directory and push it back to the device.
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
A question before I do anything crazy, can this be done from the recovery mode without having CWM installed?
zeroburn said:
A question before I do anything crazy, can this be done from the recovery mode without having CWM installed?
Click to expand...
Click to collapse
No, if you are rooted you can use root explorer to replace the apk, but cwm is always the best way
swyped from a galaxy far far away...
Thanks for the prompt response, I guess root explorer is a risk on a file thats in constant use?
zeroburn said:
Thanks for the prompt response, I guess root explorer is a risk on a file thats in constant use?
Click to expand...
Click to collapse
Nope. You might get one force close, but thats it.
| Don't Revive Me Bro! |
It went wrong, before I could set the permissions my Tab locked up and I had to use recovery mode, adb and rageagainstthecage to copy the original back into place - oddly enough I then tried to add the file from above using this method, set the permissions and ownership and my Tab refused to boot with it getting stuck in a loop while showing the Samsung logo.
zeroburn said:
It went wrong, before I could set the permissions my Tab locked up and I had to use recovery mode, adb and rageagainstthecage to copy the original back into place - oddly enough I then tried to add the file from above using this method, set the permissions and ownership and my Tab refused to boot with it getting stuck in a loop while showing the Samsung logo.
Click to expand...
Click to collapse
Rom? Did you clear Dalvik cache?
What rom are you on. This frame work is based on my old one and its only for 1.4.x overcome
swyped from a galaxy far far away...
Ah my mistake, was pretty much the stock 2.3.3 that's been going around on here so I think the problem was of my own making.
Hi!
My tab is running on Overcome 2.0.0 RC1
I replaced the framework-res.apk with the one from you.
After the reboot my tab only shows the "Galaxy Tab SAMSUNG" screen who is blinking.
Can you tell me whats wrong?
Thanks
mydaddyisafarmer said:
Hi!
My tab is running on Overcome 2.0.0 RC1
I replaced the framework-res.apk with the one from you.
After the reboot my tab only shows the "Galaxy Tab SAMSUNG" screen who is blinking.
Can you tell me whats wrong?
Thanks
Click to expand...
Click to collapse
Your tab is in a boot loop because you didn't read any of the replies, youbwill need to flash the correct framework back on
swyped from a galaxy far far away...
mydaddyisafarmer said:
Hi!
My tab is running on Overcome 2.0.0 RC1
I replaced the framework-res.apk with the one from you.
After the reboot my tab only shows the "Galaxy Tab SAMSUNG" screen who is blinking.
Can you tell me whats wrong?
Thanks
Click to expand...
Click to collapse
for sure will do ...
go re-flash the rom again or just restore if you got backup
I'm waiting for GOLD to make this mod again for OC.
Sent from my GT-P1000 using XDA Premium App
You don't need to reflash an entire rom or restore a backup, pull tbw framework from the original rom and just replace the one that's in this zip
swyped from a galaxy far far away...
Thanks!
I flashed the rom again and now it still works.
That means that I can't use this status bar with my rom, right?
Is there any custom status bar who works with Overcome 2.0.0
Sent from my GT-P1000 using XDA App

[PoC] Theme Kitchen and Gingerbread CRT animation (updated)

All right, I did a little bit of experimenting and managed to use a theme created with the UOT Theme Kitchen ( thanks and all credits for the awesome kitchen script and art goes to http://uot.dakra.lt/kitchen/ ) and also enable the Gingerbread CRT animation on screen lock (thanks to http://forum.xda-developers.com/showthread.php?t=977501 ).
It was actually pretty easy and I will provide more detailed instructions tomorrow (as it's late and I'm tired). For now, have some screenshots (my theming abilities are horrible, I know, it's proof of concept, after all) and the two files in question.
Some don'ts before you go ahead and just jump in and replace:
Don't replace them with the Root explorer. It will not work. Use ADB as instructed.
Don't use this if your bootloader isn't unlocked. If something goes wrong, your phone will boot loop and without a recovery, you're screwed. People with fastboot enabled devices can flash Binary's very very helpful system image from here via fastboot to get everything back to normal: http://forum.xda-developers.com/showthread.php?t=1043630
Here are the screenshots (I removed some of the ugly colorings now, I think it looks better):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Steps to install this "theme":
Enable USB debugging.
Make sure your phone is rooted and that you have busybox installed.
Make sure you ONLY use this on the R800i with Build Number 184. It might also work on other Xperia Play/Arc/Neo's with 184, but most likely, it won't.
Code:
adb push framework-res.apk /sdcard/framework-res.apk
adb push SystemUI.apk /sdcard/SystemUI.apk
adb shell
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock0 /system
# busybox cp -R /sdcard/framework-res.apk /system/framework/
# busybox cp -R /sdcard/SystemUI.apk /system/app/
# sync
# mount -o ro,remount -t yaffs2 /dev/block/mtdblock0 /system
# reboot
Needed files are attached!
Have fun!
EDIT: Uploaded and attached the normal Play framework with enabled CRT animation.
EDIT2: Uploaded the Play framework with enabled CRT Animation for Firmware .145 (2.3.3)
EDIT3: Uploaded Verizon Play framework with enabled CRT Animation (Firmware 2.3.2 3.0.E.2.89)
If you want to donate to me as thanks, donate to the UOT Kitchen! http://uot.dakra.lt/ they did most of the work, I did very little.
Love it black and blue is the ultimate theme, and i really missed the CRT screen anim how sad is that!
just to clarify, why would we need an unlocked bootloader for this? surely if something goes wrong we can use sony's own software updater as it's unmodified?
Well, okay, that might also work, but since I don't have any way to test it, I can't guarantee it. I also think that that recovery method wipes all userdata, which isn't very nice. However, if you want to try out, feel free.
Done and Done, restored fine, due to all the testing ive been doing recently ive already got the recovery files and script set up to restore my phone to the way it was so it doesn't take too long.
So i can confirm at least on mine your ok to restore after doing this with sony's software IF your bootloader is locked.
getting different notification icons than you see below
I use good old launcher pro at the moment, mainly because out runs really snappy with live wallpapers and because the pro version has some useful widgets.
Also, did the "theme" apply well for you? I think the colours need some tuning still, and I eventually want to use my own images top make it a "proper" theme. For now, it's just to test the waters.
Sorry, didn't mean to double-post, taptalk spazzes out.
everything went fine, the last part wouldnt remount so i rebooted, then ran the last command when it semi-booted and rebooted again, the only thing that's off is the notification bar.
The colours are slightly off the blue looks to be baby blue as apposed to a striking darker blue, but great first attempt at customizing your the first!
Yeah, that was my impression as well. I'll work on it more tonight, after work, but that is still about 12 hours away (long day). For now, it's a start at least.
Just awesome!
Looks great, just pushed it to my Dansih branded phone, without issues.
Great to see stuff happening, and looking forward to see more.
Changed mine a little cant wait to see this as a darker blue it will be awesome!
Any chance we can get a copy of the framework with just the crt animation activated
Sent from my R800i using Tapatalk
AndroHero said:
Any chance we can get a copy of the framework with just the crt animation activated
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Sure, it's the one I start with usually. I will upload that one tonight once I'm home.
Meister_Li said:
Sure, it's the one I start with usually. I will upload that one tonight once I'm home.
Click to expand...
Click to collapse
Cool man thanks
Sent from my R800i using Tapatalk
You could also check this thread out. It's from the arc section. It worked on my play ;-)
http://forum.xda-developers.com/showthread.php?t=1057556
Regards Dousan...
Looks great mates :-D
E: have flashed the UK 1.84 generic and used the arc's framework-res.apk for 1.84 FW. Copied the apk to system first then changed permissions and then moved it to /system/framework to avoid bootloop, wich I encountered the first time I tried. Hence the flashing :-S
Dousan said:
You could also check this thread out. It's from the arc section. It worked on my play ;-)
http://forum.xda-developers.com/showthread.php?t=1057556
Regards Dousan...
Looks great mates :-D
Click to expand...
Click to collapse
Does it actually work on the 184 Play? Or are you still on 181?
Dousan said:
You could also check this thread out. It's from the arc section. It worked on my play ;-)
http://forum.xda-developers.com/showthread.php?t=1057556
Regards Dousan...
Looks great mates :-D
Click to expand...
Click to collapse
Forgot to set permissions in theme, was unable to access root explorer and now a bootloop...
svenk919 said:
Forgot to set permissions in theme, was unable to access root explorer and now a bootloop...
Click to expand...
Click to collapse
It's most likely because the framework from the thread only works on Plays with FW Version 181. To fix the bootloop, either flash Binary's pre-rooted System image that I linked to in my first post (if you have an unlocked bootloader) or use the Sony Ericsson Update service on your PC to repair it.
Downloading Binary's file right now. Used the file that was made for 184 that's also in the thread now.
Edit: Binary's file fixed mine, did give me back my bloatware
Meister_Li said:
Does it actually work on the 184 Play? Or are you still on 181?
Click to expand...
Click to collapse
1.84 uk generic mate :-D
Have edited my first post...
I think we will be able to use alot from the arc section in the future afaik they are running the same ui as us. There framework-res works like a charm on the play ;-)
Regards Dousan...
Dousan said:
1.84 uk generic mate :-D
Have edited my first post...
I think we will be able to use alot from the arc section in the future afaik they are running the same ui as us. There framework-res works like a charm on the play ;-)
Regards Dousan...
Click to expand...
Click to collapse
thats quite useful being compatible with the arc, the arc has diffrent specs to the play, so you would expect the framework to call for diffrent libs obviously not

GALAXY ACE 2 GT-I8160 Development

It seems that only a few users own this phone by now. Phone already got a rooting procedure here but no kernels or any mods so far. I create this thread for things to warm up! Will start some work on build.prop/tweaks this weekend
plzzz
hey i also want to make rom for this. as i dont own it and cant find any source for stock rom
can you please get me system folder of your rom
here are steps how to
1. download any terminal emulator from market.
2. open emulator and type the command with proper spacing as given below
tar -c system/* >> sdcard/system.tar
This will copy all your /system folder to your SDcard with name System.tar
so upload it somewhere and give me a link to it... personal message me...
itasoulas said:
It seems that only a few users own this phone by now. Phone already got a rooting procedure here but no kernels or any mods so far. I create this thread for things to warm up! Will start some work on build.prop/tweaks this weekend
Click to expand...
Click to collapse
[MOD] Modded framework with a few AOSP icons & crt off
I modded the framework a bit.
Features:
- CRT off screen animation
- Accurate battery mod (You can see the exact percent)
- Changed wifi, signal, progress bar, sdcard scan, power menu and other icons to AOSP gingerbread..
- Wifi & Signal icons are white when you are not connected on wifi/3g network or you have background data disabled, but turn to green when you have background data enabled on 3g/wifi
Preview: (status bar icons, battery mod, power menu)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Requirements:
- Rooted phone with antsm's kernel
Download:
- http://d-h.st/8H0 [6.02 MB]
- http://d-h.st/qjo (wallpaper)
How to install:
- Install antsm's kernel, root your phone, boot in recovery and install the above zip file.
That's cool, I'm willing to buy that phone next week!! can you post the wallpaper too? thanks!
takthetank said:
That's cool, I'm willing to buy that phone next week!! can you post the wallpaper too? thanks!
Click to expand...
Click to collapse
i will post it later
Sent from my GT-I8160 using Tapatalk 2
I am having troubles deodexing stock roms with xultimate. I can't deodex system apps or framework. Any thoughts?
usb-otg (usb-host)
Hi there )) Usb-otg is must working on this CPU, but, is still not working. Who can fix it?
itasoulas said:
I am having troubles deodexing stock roms with xultimate. I can't deodex system apps or framework. Any thoughts?
Click to expand...
Click to collapse
Try this http://forum.xda-developers.com/showthread.php?t=633246 it will work.
Guys! Vote for cm9 support! http://forum.cyanogenmod.com/topic/55977-samsung-galaxy-ace-2-cm9-poll/
since I don't have knowledge in modifying kernels, can anyone add more frequencies to stock kernel and oc frequencies as well?
There are some OC kernels in thread about Ace 2 rooting. I think page 4 or 5. But there are also some doubts about real effects of OC.
anyone knows how to change bootanimation on this phone?
I bought a usb jig and it works... When you plug it in, the phone enters download mode.
What do you mean by works? Does it reset a counter of custom kernel/ rom? Is this a way to have valid warranty?
Komsung said:
What do you mean by works? Does it reset a counter of custom kernel/ rom? Is this a way to have valid warranty?
Click to expand...
Click to collapse
The jig was originally meant for forcing the phone into download mode. In SGSII, the counter did reset too. Only in SGSII...
Sent from my GT-I8160 using Tapatalk 2
[www].samsdroid.com/2012/05/i8160xxld8-android-236-poland-xeo-stock.html
Please remove the brackets. This is the stock rom, I already re-flashed my fon w/ this, because I deleted too many things ^^.
Now I have to wait 5 minutes to save the edit of my post. This is somewhat stupid, isn't it?
lokeshsaini94 said:
hey i also want to make rom for this. as i dont own it and cant find any source for stock rom
can you please get me system folder of your rom
here are steps how to
1. download any terminal emulator from market.
2. open emulator and type the command with proper spacing as given below
tar -c system/* >> sdcard/system.tar
This will copy all your /system folder to your SDcard with name System.tar
so upload it somewhere and give me a link to it... personal message me...
Click to expand...
Click to collapse
kyrillos13 said:
I modded the framework a bit.
How to install:
- Extract the contents to /sdcard/ and manually copy them to the folders Set owner to 0.0 & permissions to 644.
Click to expand...
Click to collapse
Hi Kyrillos,
I've installed your files . Now I have the following problem:
" the process com.android.systemui has been stopped,please try again "
but no chance to start it again. So, I don't have the status bar.
Any ideas ?
Best regards
Reddeer2000
kyrillos13 said:
I modded the framework a bit.
Features:
- CRT off screen animation
- Accurate battery mod (You can see the exact percent)
- Changed wifi, signal, progress bar, sdcard scan, power menu and other icons to AOSP gingerbread..
- Wifi & Signal icons are white when you are not connected on wifi/3g network or you have background data disabled, but turn to green when you have background data enabled on 3g/wifi
Preview: (status bar icons, battery mod, power menu)
.
.
.
.
Click to expand...
Click to collapse
Heeelp! I copied the framework first and before i change the permissions it started force closing, so i tried to reboot the phone. It didn't open again, it only restars continuously since then!!
What to do???:crying:
See my post above, also problems with the files.
Chinese ROM http://bbs.romup.com/thread-htm-fid-141.html

Categories

Resources