1% Battery, Soft Key, Toggle, & Lock Mods[ZipThemer] HowTo - Motorola Photon Q 4G LTE

Most of these directions will work for both ICS and JB, Batt mod and Toggles need to be updated for JB
These mods are for the stock Photon Q. How to install and make your own below.
Special Thanks goes to Rangerbry, without his work here, none of us would be enjoying toggles or 1% battery.
Thanks to mrvirginia for his collection of battery mods here, as well as all the authors of these mods listed there.
As always, I am not responsible if your phone blows up. Always nandroid before changing anything in the system.
To install:
These will work on Odexed & Deodexed frameworks.
Download Zipthemer from the market
Open ZipThemer, open menu and select Update Edify
Select a flashable system zip using the browse option (Rangerbry's deodexed works fine, he also has an odexed zip posted there if you are odexed)and select.Find his work on JB Here
On the main screen press +Theme, point it to where you downloaded the modded zip file from this thread.
You should be back at the main screen, you can select other zips if you would like to flash multiple skins in one flash. When you are done press: Build It. ZipThemer will ask if you would like to create a zip to return to stock, that is up to you.
After it is done boot into recovery and flash the file, unless you changed the settings, it should be on the root of your internal sd.
Reboot your phone and you should have a new shiny skin.
Make your own:
Traditionally, you would adb pull your SystemUI.apk or framework-res.apk from system/app or system/framework; decompile, make your changes, recompile, and push back to your phone. I still do this, well I keep a copy of one on hand that I have already recompiled and use 7zip to move the files around.
Zipthemer does this for you, it pulls the apk, pushes the changes to it and packages it in a nice zip file for your flashing pleasure. The real advantage here being, it is easy to share, anyone can use it because it depends on the apk located on each specific device. Also, it can be used to change any number of files across multiple apk's, in a single file. Or several smaller mods can be combined into a single flashable zip..
The mod file works in two parts, first the control file holds the description and general location of the files to be edited:
HTML:
<?xml version="1.0"?>
<themename>MophoQ 1% batt CM9 Circle Mod</themename>
<themeversion>1.0</themeversion>
<author>fallnSaint</author>
<phone>Photon Q</phone>
<rom>Stock</rom>
<themedescription>CM9 Circle Mod 1% Batt Icon For Photon Q</themedescription>
<item>SystemUI.apk</item>
<path>/system/app/</path>
<description>changes the Stock 1% Battery Icon to A CM9 Circle Battery Icon</description>
The important bits here are item and path. Item tells the program what to edit and path tells it where to find it. I use Notepad++ to edit these, it is a nice, easy to use, and free program. When you are done editing, rename the control file to what you are going to name the mod.
The second part of the zip file is a folder named after the item, since most of these mods work in SystemUI/res/drawable-hdpi/ the folder would have to be set up in this manor as well. The modified content would be placed in a folder named drawable-hdpi, that folder would be placed inside a folder named res, which would be put in a folder named SystemUI. All the file and folder names have to be identical, down to punctuation and capitalization.
Once you have all this set-up, use 7zip or the like to create a zip using the control file first, named after the control file. Then add the SystemUI folder to the zip and you are done.
Feel free to use one of the existing mods here to play with it.
CM9
{
"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"
}
Droid
Gauge
Hooolm
Bubbles

SoftKeys
Softkeys install the same as the battery skins above. Stock white is now in the list, in case you want to go back.
Stock Blue
Stock Galaxy Nexus
HoneyComb
Purple Reflective
ICS Concept keys by arzbhatia: White, blue, or grey.
Another set by arzbhatia: Zenyth Keys
GlowMods:
This is the effect that shows when a softkey is pressed. I found these & edited to work on our phones, All credit to Gorjess for making them: [SOFTKEYS]GlowMod, if you see any others here let me know & I can port them as well.
Halo Blue
Halo Ics
FingerPrint
Cracked Glass
Nature Eye
My GlowMods
White Glow-Mod

Toggle & LockScreen Skins
Found this first set embedded in the system, had to substitute a couple, but fits in pretty well I think. Once again, installs the same as the other mods here.
Moto Toggles
LockRings
FaithCry made some nice lockrings in the Galaxy Nexus forums, has quite the selection. Stop in and drop him a thanks for the work & check them out. I ported a few here, his stock files are for CM roms.
Hooolm made a very nice theme for the Galaxy Nexus, he also has his work on the play store for the Theme Chooser engine in CM roms. I ported over his toggle set to tide us over till then.

Is it possible to make the soft keys look like galaxy nexus?
Sent from my XT897 using xda app-developers app

johnp1991 said:
Is it possible to make the soft keys look like galaxy nexus?
Sent from my XT897 using xda app-developers app
Click to expand...
Click to collapse
These what you want? I can do that.
Saint sent this from his Q using xda premium

Thanks got it to work thats really awesome!
Sent from my XT897 using xda app-developers app

zadok5150 said:
Every time i try to select +theme it says it cant find theme control file.
Sent from my XT897 using xda app-developers app
Click to expand...
Click to collapse
Gonna need more info from you. Which zip are you trying to flash? Have you tried redownloading? Walk me through what you're doing.
:edit:
Good to hear, glad you like.
Saint sent this from his Q using xda premium

Originally Posted by johnp1991
Is it possible to make the soft keys look like galaxy nexus?
Sent from my XT897 using xda app-developers app
Click to expand...
Click to collapse
These what you want? I can do that.
Saint sent this from his Q using xda premium
Click to expand...
Click to collapse
Yea those the softkey...if you make it it would be awesome.
Sent from my XT897 using xda app-developers app

johnp1991 said:
Yea those the softkey...if you make it it would be awesome.
Sent from my XT897 using xda app-developers app
Click to expand...
Click to collapse
Done, in the soft key OP.

OP updated:
Odexed & Deodexed framework confirmed working.
First set of Toggles added, pulled from Stock system.

fallnSaint said:
OP updated:
Odexed & Deodexed framework confirmed working.
First set of Toggles added, pulled from Stock system.
Click to expand...
Click to collapse
I'm going to kiss you :laugh:

KitsunePaws said:
I'm going to kiss you :laugh:
Click to expand...
Click to collapse
Woa!!...
Dinner first.
Added HoneyComb softkeys.
Saint sent this from his Q using xda premium

I have unzipped and flashed all of these, for some reason I can not get anything to work... I am no rookie at this, I have tried everything before i post and ideas what i may have missed would be great...
Sent from my giant F&%$en Q using xda premium

spyderkoz said:
I have unzipped and flashed all of these, for some reason I can not get anything to work... I am no rookie at this, I have tried everything before i post and ideas what i may have missed would be great...
Sent from my giant F&%$en Q using xda premium
Click to expand...
Click to collapse
You shouldn't have to unzip anything unless you would like to manually add these to your SystemUI.apk, Just download the zip and follow the directions in the op with Zipthemer. Make sure you have updated edify in Zipthemer using one of Rangerbry's Odexed or Deodexed zips (depends on your framework).
Let me know if this is still an issue.

I only got the blue soft key to work... i may just wipe my phone and re try...
Sent from my XT897 using xda premium

spyderkoz said:
I only got the blue soft key to work... i may just wipe my phone and re try...
Sent from my XT897 using xda premium
Click to expand...
Click to collapse
Fresh install may be the best, I doubt if trying to flash the unzipped files would have messed anything up, but you never know.
If you haven't wiped yet you could try clearing data on zipthemer, uninstall, delete zipthemer folder from sd, & clear cache. Then start fresh w updating edify...
Lemme know how it goes.
Saint sent this from his Q using xda premium

OP updated
Added lockscreen mods, Glow mods, and one more set of softkeys.

Can you do a stock with glow or honeycomb with white glow
Sent from my XT897 using xda app-developers app

Yeah, the glow mod is seperate from the softkeys, I can load up a white one no problem. I will put a stock white softkey zip in the OP as well.
-Saint

Your the man
Sent from my XT897 using xda app-developers app

Related

[TUT] [ACID] How to create overscroll (advanced)

All credit for how this works goes to the following poster dhiru1602 - http://forum.xda-developers.com/showthread.php?t=1027935
I wanted to learn how to do my own custom overscroll (color etc.) for a theme I'm building. Anyhow, it turns out to not be so complicated if you know what you are doing and are a developer. This is mostly for any devs out there that want to include overscroll in their Gingerbread themes.
TEAM ACID gives back. Please give credit where credit is do, and if this helps ya, feel free to thank us.
PROCEED AT YOUR OWN RISK. I AM NOT RESPONSIBLE FOR BOOTLOOPS, BRICKS, MAD WIFE'S AND/OR GF'S, LOST TIME ETC. lol xD. ALSO OVERSCROLL ONLY WORKS FOR GINGERBREAD ROMS
1. Get the framework.jar file from your /system/framework/ folder
- Make a backup of this file in case you screw up, and need to push it back onto your device, to resolve bootloops etc. (NOTE: I literally just dev'ed this up by following the different directions and had no issues)
2. Open up framework.jar on your computer via WinRAR (is what I used) whatever archive program should work.
3. Copy the classes.dex file from the framework out into your directory
4. Use baksmali to extract the smali files from the classes.dex file (See Required Tools below)
5. Command Syntax:
java -jar baksmali-1.2.6.jar -o <output directory> <.dex file, typically classes.dex>
Click to expand...
Click to collapse
6. Inside of the output directory you will find /android/widget.
7. Download the following zip (Overscroll_source zip etc. see attached files) and extract the files from it and copy them into that widget folder overriding the existing files (Again credit goes to dhiru1602 for these files)
8. Once the files are in there you are going to need to do some work to get the resource ID's for the png's in the framework-res.apk so you can link them up with the smali files.
9. Get framework-res.apk from /system/framework and decompile it with apktool or apkmanager and modify the following file. You need to open up the /res/values/public.xml. Do a search for "overscroll_edge"
10. You will find two items "overscroll_edge" and "overscroll_glow" along with resource ID's as an attribute on those tags. Make note of those Resource ID's, I just put them in a txt file to remember them.
11. Back over to framework.jar work. You will now need to open up /android/widget/AbsListView.smali
12. Search for inside the file "setOverScrollMode" and modify the following lines:
The first is edge, second is glow.
.line 666
.local v2, res:Landroid/content/res/Resources;
const v3, 0x01080261 <---- Resource ID you noted from framework-res
Click to expand...
Click to collapse
.line 667
.local v0, edge:Landroid/graphics/drawable/Drawable;
const v3, 0x01080262 <---- Resource ID you noted from framework-res
Click to expand...
Click to collapse
Put the resource ID's into those areas and save the file.
13. Now you need to re-dex the file by running the following command
java -jar smali-1.2.6.jar <output directory you made> -o <name of the dex file, I used classes.dex >
Click to expand...
Click to collapse
14. Open up the original framework.jar via WinRAR etc. that you took the classes.dex file from. Now drop the classes.dex file back into the framework.jar so that it replaces what is in there. Close WinRAR etc.
15. Push the framework.jar back onto your device. I used
adb push framework.jar /system/framework/
Click to expand...
Click to collapse
After mounting the /system directory first.
Don't use a file manager, you really don't wanna get FC's and stuff.
16. Immediately after pushing the file, adb reboot etc.
This is just for testing, obviously you would make sure this is part of a flashable zip when releasing as opposed to requiring it to be pushed while the system is running.
Again I encountered no issues with bootloops etc.
Required Tools:
- Baksmali (extracts) and Smali (compiles back to .dex)
http://code.google.com/p/smali/
- Java SDK to run jar files
- Files required: framework.jar and framework-res.apk
- Notepad is what I use to edit.
Screenshot
On deodexed stock KG4.
{
"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"
}
Can't wait to give this a shot... Nice work!
EDIT: I think this one is out of my league... lol Looks awesome though!
Sent from my GS4G using XDA app.
shotchacokov said:
Can't wait to give this a shot... Nice work!
EDIT: I think this one is out of my league... lol Looks awesome though!
Sent from my GS4G using XDA app.
Click to expand...
Click to collapse
Dude keep trying. If you can put overscroll glow on your new theme that would rock. Thanks To both of you guys.
Sent from my SGH-T959V using XDA Premium App
Maybe how would be so kind as to hook it up.... I have the theme zipped up with the framework.jar file, perhaps joe woods be so kind as to allow me to email it to him. Right now, I don't see /public/xml in the framework-res.apk file and I'm not sites how to use smali or baksmali at all. Work is killing me right now so I don't have much time to myself either.
Sent from my GS4G using XDA app.
shotchacokov said:
Maybe how would be so kind as to hook it up.... I have the theme zipped up with the framework.jar file, perhaps joe woods be so kind as to allow me to email it to him. Right now, I don't see /public/xml in the framework-res.apk file and I'm not sites how to use smali or baksmali at all. Work is killing me right now so I don't have much time to myself either.
Sent from my GS4G using XDA app.
Click to expand...
Click to collapse
Its kool thanks for the effort. Soooo....... Joe uuggghhh would you like to do the honor of throwing some overscroll glowing onto this kick ass theme?
Sent from my SGH-T959V using XDA Premium App
GDofWR420 said:
Its kool thanks for the effort. Soooo....... Joe uuggghhh would you like to do the honor of throwing some overscroll glowing onto this kick ass theme?
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
For sure. Upload it somewhere so I can download the framework.jar and framework-res.apk and I'll update them.
Blue color overscroll?
Thanks to this, I have to release the kh1 edition of gbtheme tonight or tommorrow evening.
Sent from my SGH-T959V using XDA App
You need apktool to get the resources
Sent from my SGH-T959V using XDA App
joedeveloper said:
For sure. Upload it somewhere so I can download the framework.jar and framework-res.apk and I'll update them.
Blue color overscroll?
Click to expand...
Click to collapse
No PC to upload it. can you just modify the cwm version or what do you need?
And yea blue would really set this theme off
Sent from my SGH-T959V using XDA Premium App
airfluip1 said:
You need apktool to get the resources
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Yeah, I have used apktool, also apkmanager. For simple stuff you also can just open up in WinRAR or other extraction tool to view stuff.
GDofWR420 said:
No PC to upload it. can you just modify the cwm version or what do you need?
And yea blue would really set this theme off
Sent from my SGH-T959V using XDA Premium App
Click to expand...
Click to collapse
Not sure the CWM version has framework.jar in it. I haven't downloaded the theme myself. Just need the framework-res.apk and framework.jar from his theme to add in the overscroll mod.
airfluip1 said:
Thanks to this, I have to release the kh1 edition of gbtheme tonight or tommorrow evening.
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Cool dude. Working well for you?
joedeveloper said:
Not sure the CWM version has framework.jar in it. I haven't downloaded the theme myself. Just need the framework-res.apk and framework.jar from his theme to add in the overscroll mod.
Click to expand...
Click to collapse
I sent him a pm. Hopfully he will get you what you need. This theme is great.
Sent from my SGH-T959V using XDA Premium App
Hey joe, I pm'd you the dropbox link to the cwm file that I added the framework.jar file to. Let me know if you got it.
Sent from my GS4G using XDA app.
glad the links helped ya man it explained it better then how i was explaining it lol
RaverX3X said:
glad the links helped ya man it explained it better then how i was explaining it lol
Click to expand...
Click to collapse
Haha yeah man no worries. I dug down into it and had some fun, then decided to post the steps I took.
joe dude, could you make a working one for KH1, I got into a bootloop following your steps. Also, it is an odexed rom.
airfluip1 said:
joe dude, could you make a working one for KH1, I got into a bootloop following your steps. Also, it is an odexed rom.
Click to expand...
Click to collapse
Not sure it will work on an odexed. I have only tried on a deodexed ROM. Once it's deodexed it should work. Theming etc. doesn't work for odexed ROM's.
joedeveloper said:
Not sure it will work on an odexed. I have only tried on a deodexed ROM. Once it's deodexed it should work. Theming etc. doesn't work for odexed ROM's.
Click to expand...
Click to collapse
Joethedeveloper I am currently using the theme on kg6 leak. Isnt that odexed?
Sent from my SGH-T959V using XDA Premium App

[Mod][Theme][Updated 8/24]RedHoXence_CR_4.5 Final Odex 2.23 Base READY....HOT & SEXY

[Mod][Theme][Updated 8/24]RedHoXence_CR_4.5 Final Odex 2.23 Base READY....HOT & SEXY
{
"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"
}
Hi Guys, no one ever done this before on HoXatt forum....my son keep asking me when that i will make Red theme since he love red color and my wife is about to paint bedroom to red also ... So last night i started to theme all my BlueICESense to Red and see how it look.....its kinda Sexy in a way... plus Holiday is around the corner before u know it.... Over 1200 red pngs done between SysUI and com.htc.resources and Working on framework about 1500 more png's to go.....or about 2000 more png's to go with RedHoXence full theme...when i get the time i will finish the rest of the theme since kinda busy with the whole painting thing....moving all the furnitures ..
THIS MIGHT WORK FOR OTHER ROM AS LONG AS ODEX 2.23 ROM BASE
Status bar almost ready since couple pngs tied to framework....but i u guys like to try it when it done please let me know.....since i'm still on CleanRom_v4.2 odex and might update to CleanRom_v4.5 Final odex soon, coz 4.5 final odex look like is kinda stable now and promising beside we dont have Ril thats what keeping me from upgrading....:good: If u like what u see so far please hit thanks button and vote the thread.....this is gonna be hot when its done....
DOWNLOAD :RedHoXence_CR4.5Final_Odex
U KNOW THE DRILL RIGHT....BACK UP.....FLASH WITH UR OWN RISK.....IF U LIKE IT HIT THANKS BUTTON ...IF U DON'T ....KEEP IT CLEAN AND SIMPLE....JUST STAY AWAY....
Add-On & Mod Section
RedNapster Clock Thanks to my buddy Napster113
Looking good bro. Hopefully you push through and release!
Sent from my One X using xda app-developers app
InflatedTitan said:
Looking good bro. Hopefully you push through and release!
Sent from my One X using xda app-developers app
Click to expand...
Click to collapse
Damn i didn't get second post for add-on or Mods....u fast bro.... If u on CR_v4.5 Final Odex and would like to try it u might get first RedHoXence Status bar if u like to trade second post.....
This looks beastly cant wait for the full version!
will it work on 2.20 stock rooted and de-odexed?
saketh91 said:
will it work on 2.20 stock rooted and de-odexed?
Click to expand...
Click to collapse
Most likely is not.....U need to de-odex the file first before U can push it or flash.....and as far as 2.20 and 2.23 I think both are identical....one from Asia region and one from US region.....
Swyped from T3DRO1CS OneXBlueICESense
ted77usa said:
Damn i didn't get second post for add-on or Mods....u fast bro.... If u on CR_v4.5 Final Odex and would like to try it u might get first RedHoXence Status bar if u like to trade second post.....
Click to expand...
Click to collapse
Haha sorry man I'd gladly trade with you! Didn't mean to steal the spot, I just get excited when new things show up in the forums! So how we do this, I just delete that post?
Sent from my One X using xda app-developers app
Where do you find all the png's to theme? Do you need a special program? I remember themeing way back when I had an iPhone and you could use a file explorer (iFile) and find all the png's throughout the system. Is it similar in Android? I've been wanting to do something like that again.
Sent from my HTC One X using xda app-developers app
SkizzMcNizz said:
Where do you find all the png's to theme? Do you need a special program? I remember themeing way back when I had an iPhone and you could use a file explorer (iFile) and find all the png's throughout the system. Is it similar in Android? I've been wanting to do something like that again.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
My buddy dave is working on Custom icons ...but right now all the png's is themed to red from my BlueICESense check my sig link ... and i use alot of different software.... photoshop,gimp,and couple other free online editing that u can google it as long as free i used it.....
more to come
ted77usa said:
My buddy dave is working on Custom icons ...but right now all the png's is themed to red from my BlueICESense check my sig link ... and i use alot of different software.... photoshop,gimp,and couple other free online editing that u can google it as long as free i used it.....
Click to expand...
Click to collapse
funny you mentioned that, will be working on a few styles this weekend, then we will pick which we like best.
ted77usa said:
My buddy dave is working on Custom icons ...but right now all the png's is themed to red from my BlueICESense check my sig link ... and i use alot of different software.... photoshop,gimp,and couple other free online editing that u can google it as long as free i used it.....
Click to expand...
Click to collapse
I understand but I'm saying like where in the file for a rom can you find the png's? Like say if I wanted to start from CleanRom.
Sent from my HTC One X using xda app-developers app
Pfaffinator said:
funny you mentioned that, will be working on a few styles this weekend, then we will pick which we like best.
Click to expand...
Click to collapse
Cool Dave.....love that alarm icon.... can't wait...got most of the hardest part is done.... SystemUi, Resources and framework,the rest of the theme is not that hard.....I guess will see....
SkizzMcNizz said:
I understand but I'm saying like where in the file for a rom can you find the png's? Like say if I wanted to start from CleanRom.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
Well U should start decompile all those the hardest files first from above....SystemUI,com.htc.resources, framework with apk manager or any other apk tools and then after decompiled>res folder> drawable-xhdpi for HoXatt> and start looking the png's that U about to change....make sure U rename it the same way....the hardest part is draw.9 batch png's cuz .9 png's image are stretches image....that why always make an error when U try re-compile / building it....good luck.....Hope this help for U to start....any question let me know....as far as I can.....
Swyped from T3DRO1CS OneXBlueICESense
ted77usa said:
Cool Dave.....love that alarm icon.... can't wait...got most of the hardest part is done.... SystemUi, Resources and framework,the rest of the theme is not that hard.....I guess will see....
Well U should start decompile all those the hardest files first from above....SystemUI,com.htc.resources, framework with apk manager or any other apk tools and then after decompiled>res folder> drawable-xhdpi for HoXatt> and start looking the png's that U about to change....make sure U rename it the same way....the hardest part is draw.9 batch png's that always make an error when U try re-compile / building it....good luck.....Hope this help for U to start....any question let me know....as far as I can.....
Swyped from T3DRO1CS OneXBlueICESense
Click to expand...
Click to collapse
Can you link me to the tools I'll need to start out please?
Sent from my HTC One X using xda app-developers app
I took out the Calculator.apk to try and theme something small to start out. I changed your blue files to red and replaced the red ones with the blue ones in the apk but when I put the Calculator.apk in /system/app it won't show up in my app drawer.
SkizzMcNizz said:
Can you link me to the tools I'll need to start out please?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
One program is called apktool the extract and compile apks.
http://code.google.com/p/android-apktool/
mlaws90 said:
One program is called apktool the extract and compile apks.
http://code.google.com/p/android-apktool/
Click to expand...
Click to collapse
I saw that tool but I dont understand why you need it. I noticed that I could just take the apk, open the archive, and extract the files needed to be themed. After that I just placed the files I changed back into the archive. Then I pushed the apk to /system/app and the app was themed.
The only thing I don't know how to do is make a flashable zip for twrp or cwm.
Sent from my HTC One X using xda app-developers app
SkizzMcNizz said:
I saw that tool but I dont understand why you need it. I noticed that I could just take the apk, open the archive, and extract the files needed to be themed. After that I just placed the files I changed back into the archive. Then I pushed the apk to /system/app and the app was themed.
The only thing I don't know how to do is make a flashable zip for twrp or cwm.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
U also need APK Manager ......Check this out.....http://www.filecrop.com/Apk-Manager-4.9.html This tool do all the work for u.....
Please pm me if you guys like to try this RedHoXence ....got the whole next week off but Pretty busy with house painting, moving furnitures, my son birthday party next weekend and also waiting for RedHoXence custom icons from my buddy Dave hopely would be done by this week but right now all the icons is from OP..and just got An update on 2.23 RIL yesterday....hopely I will update to CR 4.5 Final soon.....
ted77usa said:
U also need APK Manager ......Check this out.....http://www.filecrop.com/Apk-Manager-4.9.html This tool do all the work for u.....
Please pm me if you guys like to try this RedHoXence ....got the whole next week off but Pretty busy with house painting, moving furnitures, my son birthday party next weekend and also waiting for RedHoXence custom icons from my buddy Dave hopely would be done by this week but right now all the icons is from OP..and just got An update on 2.23 RIL yesterday....hopely I will update to CR 4.5 Final soon.....
Click to expand...
Click to collapse
I'll give it a try. If possible, would you be willing to show me the basics of theming with Android?
Sent from my HTC One X using xda app-developers app
SkizzMcNizz said:
I'll give it a try. If possible, would you be willing to show me the basics of theming with Android?
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
The basic is that u need that two tool.....Android-sdk tool and apk manager tool install to your PC....and then first thing that I did when I started theming is to change battery icon, signal icon,wifi icon and all the notification inside status_bar,etc....and all that pngs is inside SystemUi.apk......decompile with apk manager>res>drawable-xhdpi and replace all the pngs that u want to theme .....rename it with same name and same size.....recompile the apk>sign apk ....all using apk manager tool.....and also there Is an script option to install...push apk...zip apk....etc hope this will help you to start theming......or maybe u will help me someday.....its XDA community.....you always need help and you might need to help others......
Swyped from T3DroICS BlueICESense

[OMG][THEME] CleanROM 2.5 - Red October_10.08

{
"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"
}
This is my second of, I hope, many themes for the GS3. This was tested and based on CleanROM 2.5 using TWRP. If you try it on any other ROM based on the G7 modems, let me know. If you do try it and it borks your phone, though, I'm not responsible. And in general, I'm not responsible for anything that you do to your device. There have been issues with SystemUI crashing with some themes on Scott's ROM, either due to the fact that it is odex or because of certain recoveries. No one is responsible for what you do to your device besides yourself. Make sure you have a nandroid. The app icons that you see are from a paid Apex theme in the PlayStore. Just search for Black Go Apex Theme Pro. I'll be making some of my own eventually.
Please do not use any of my work included in this theme without permission first. This stuff takes time, and I would be happy to help you if you just ask first.
Works On:
CleanROM 2.5
What's Themed:
SystemUI.apk
framework-res.apk
SecSettings.apk
lidroid-res.apk
To Be Done:
Tons of more images that I want to change in framework and systemui as this is just the first release. Anything that is not red and white will be that way soon enough.
Various other apks
Other roms
All I ask is for thanks if you like my themes. If you want to donate to me, save your money and donate to Scott, thisiskindacrap, who MIKE D, or rcw95 on my behalf. That's where I'd use the money anyway for all of the help they give me.
Changelog:
10.08.Rebuilt
Rebuilt by thisiskindacrap to fix crashing (THANK YOU SO MUCH!)
10.03
Initial Release
Thanks
-Huge thanks to Scrosler for the awesome ROM
-Thanks to thisiskindacrap for his mods that Scott uses that I have changed around for my themes.
-Thanks to who MIKE D for all of his theme help
-Thanks to rcw95 for helping me find some images and for helping figure out the crash issues.
Installation Instructions
-Download (if on mobile, make sure you choose "Request Desktop Site")
-Place on ext SD
-Reboot to recovery
-Perform nandroid (not required, but a good idea)
-Wipe cache and dalvik cache
-Flash zip
-Reboot
-Enjoy
All downloads and additional info will be kept in post 2. Wallpapers in post 3.
Again, I am not responsible for anything that happens to your phone. I will, though, try to help as much as possible to make it work for you.
Download Links!!
Release Two:
Download Red October_10.08.Rebuilt
Code:
MD5:ce13b3fcb5d27913e375d436ab079fa9
Release One:
Red October_10.03
MD5: e06eead51683105e3a8faabab6504dd2
Make sure you click the link and press the green download button. Don't save the image because it will be too small.
Download Wall1
Download Wall2
Nice Theme
Gorgeous! Love the red you chose.
Sent from my Galaxy SIII using xda premium
Still geting system ui crash.
If someone can test a theory for me about the systemui crashes, send me a pm. Anyone who has had issues with this theme and my black pearl. Pm me your set up including recovery type and if you've ever used another recovery and if you flashed the ROM clean or dirty. I just need one tester and will post here when I have one. I'm just going to test something to see what might be causing the crashes. Thanks!
Oh, and someone who has knowledge of adb and could navigate a zip file and push something through adb.
Sent from my SCH-I535 using Tapatalk 2
Never Had System UI crash or any issues, cant help there. Just wanted to say thanks for the themes.
WasabiWa83 said:
If someone can test a theory for me about the systemui crashes, send me a pm. Anyone who has had issues with this theme and my black pearl. Pm me your set up including recovery type and if you've ever used another recovery and if you flashed the ROM clean or dirty. I just need one tester and will post here when I have one. I'm just going to test something to see what might be causing the crashes. Thanks!
Oh, and someone who has knowledge of adb and could navigate a zip file and push something through adb.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
I wonder if it has something to do with odexing, are your themes odexed or deodexed? Or you know if CR 2.5 is odexed or deodexed? Btw i flashed the them using CWM touch and the latest TWRP recoveries. Thanks
WasabiWa83 said:
If someone can test a theory for me about the systemui crashes, send me a pm. Anyone who has had issues with this theme and my black pearl. Pm me your set up including recovery type and if you've ever used another recovery and if you flashed the ROM clean or dirty. I just need one tester and will post here when I have one. I'm just going to test something to see what might be causing the crashes. Thanks!
Oh, and someone who has knowledge of adb and could navigate a zip file and push something through adb.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Tried both latest CWM and TWRP
flashed fresh clean 2.5 and then the theme right after it = system ui crash
without clean install, flashed theme = crash
happens on both, idk why =(
King_tee said:
I wonder if it has something to do with odexing, are your themes odexed or deodexed? Or you know if CR 2.5 is odexed or deodexed? Btw i flashed the them using CWM touch and the latest TWRP recoveries. Thanks
Click to expand...
Click to collapse
The rom is odex, but i deodexed the files. I even deleted the odex files to make sure it would work.
Coderedpl said:
Tried both latest CWM and TWRP
flashed fresh clean 2.5 and then the theme right after it = system ui crash
without clean install, flashed theme = crash
happens on both, idk why =(
Click to expand...
Click to collapse
Either one of you wanna test something? Good enough with adb to push something to your phones?
Sent from my SCH-I535 using Tapatalk 2
WasabiWa83 said:
The rom is odex, but i deodexed the files. I even deleted the odex files to make sure it would work.
Either one of you wanna test something? Good enough with adb to push something to your phones?
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
When I made that one zip a few days ago on the black Pearl theme I took all your mods to the systemui put them in the stock one recompiled it and made it flash the odex back and that guy said it worked fine with just the systemui. But it crashes with the rest of the theme installed. I wonder if something else is causing the crash other than the actual systemui from the theme. Hope this makes sense it kinda does to me lol. But it doesn't make sense that it works fine for some people then not for others. The people who have the crashing should check and make sure the odex files are getting deleted with root explorer or a similar app. Maybe the script isn't erasing them for some people. Just a thought.
Sent from my SCH-I535 using xda app-developers app
rwc95 said:
When I made that one zip a few days ago on the black Pearl theme I took all your mods to the systemui put them in the stock one recompiled it and made it flash the odex back and that guy said it worked fine with just the systemui. But it crashes with the rest of the theme installed. I wonder if something else is causing the crash other than the actual systemui from the theme. Hope this makes sense it kinda does to me lol. But it doesn't make sense that it works fine for some people then not for others
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
That's what confuses me the most. And the systemui was the only thing that I had to recompile. The others are just image switches. No clue though, but I was going to have them flash the theme without the systemui to see if it still crashed. If it didn't then I could go from there.
Sent from my SCH-I535 using Tapatalk 2
So, have anyone successfully installed this on clean rom 2.5? dAmn this theme looks great...
Thanks, for your hard work on scotts rom..
---------- Post added at 05:51 PM ---------- Previous post was at 05:23 PM ----------
acidbath5546 said:
Never Had System UI crash or any issues, cant help there. Just wanted to say thanks for the themes.
Click to expand...
Click to collapse
What is your setup and how you went about installing your set up...That could help
i know i had issues with the systemui fc on blackpearl so i wipe cache and dalvic three times...flashed the rom wiped cache/dalvic and ran fix permissions and rebooted the phone..then i rebooted into recovery wiped cache and dalvic three times and flashed the theme and it worked fine...used touchwiz launcher as well
WasabiWa83 said:
That's what confuses me the most. And the systemui was the only thing that I had to recompile. The others are just image switches. No clue though, but I was going to have them flash the theme without the systemui to see if it still crashed. If it didn't then I could go from there.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Yeah that's the same as my theme just recompiled the systemui all others are image swaps. Are u putting the original android manifest back in after recompiling? If not that might be it. I recompile then use 7zip to put that file back from the original systemui.
Sent from my SCH-I535 using xda app-developers app
rwc95 said:
Yeah that's the same as my theme just recompiled the systemui all others are image swaps. Are u putting the original android manifest back in after recompiling? If not that might be it. I recompile then use 7zip to put that file back from the original systemui.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Actually, I'm not even using a recompiled systemui. I just pull the resources and layout folder from the recompiled one and put it into the original to keep the sig. Maybe I'll try your way of using my recompiled version and pulling in the manifest. Probably not the issue, but it's worth a shot. I'll see if I can get someone to test that later to see if it works.
Sent from my SCH-I535 using Tapatalk 2
WasabiWa83 said:
Actually, I'm not even using a recompiled systemui. I just pull the resources and layout folder from the recompiled one and put it into the original to keep the sig. Maybe I'll try your way of using my recompiled version and pulling in the manifest. Probably not the issue, but it's worth a shot. I'll see if I can get someone to test that later to see if it works.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Yeah its worth a try, I was having trouble on this phone when I first started playing around with. I used to always do the same thing just pull the resources. Then I just started using the whole recompiled apk with the original manifest and has worked for me. May work may not Im just throwing out ideas lol.
Nicely done. In like the red. Thanks.
Sent from my SCH-I535 using xda app-developers app
kimsj756 said:
Nicely done. In like the red. Thanks.
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
Are you having UI crashes? What rom/recovery are you using?
---------- Post added at 12:40 AM ---------- Previous post was at 12:04 AM ----------
Quick thought, you think it could be certain options in Aroma people are installing that could be causing the issues? Just a thought

[Howto][w/oPC][ICS][HDPI]THE BIG LOCKSCREEN THREAD Note2 Lockscreen

This guide applies to all samsung ICS devices without a stock rom. The files attached below are only for HDPI devices.
Disclamer:
Code:
I'm not responsible for you messing up your device etc.
I would recommend making a NandroidBackup before start.
{
"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"
}
You all know this lockscreen.
I really loved it but after a short time, I felt the demand to personalize it.
This guide is n00b friendly and takes a lot of time reading but not creating it, because I'm trying to make it as easy as possible.
HINT:In the following thread Lockscreen is abbreviated as LS and your Android is abbreviated as mine- the I9001.
contents:
1.What are the basics to know about a LS? (Preparations)
2.How to edit the LS
3.Collection of examples that we have created and want to share.
4.Q&A and REQs
-1-
Preparations
What you need:
As in almost every guide from me, there are 2 ways here:
Way ONE (I9001):
*your mind
*time to read
*imagination and creativity.
*your I9001
*Explorer or similar
*optional:[URL"https://play.google.com/store/apps/details?id=com.alensw.PicFolder"]QuickPic[/URL] for editing the solution of your icon and Cutout Maker to remove the background
Way TWO (PC):
*your mind
*time to read
*imagination and creativity.
*your PC
*Apktool, 7zip or similar
*Notepad++ or similar
*optional: Photoshop for editing the solution of your icon and removing the background
BOTH Ways:
*download the framework-res.apk of your favourite rom, like AOSP ICS, CM9, AOKP, ProjectStock, etc.
- You can extract it from your rom. It's inside /system/framework
If you cannot decide which framework-res.apk ypu would take, I extracted and described some in the next post.
sent from my cardboard box using ProjectStock 4.0.4
-2-
how to edit
choosing right FRAMEWORK-RES.apk
In general, Framework-res.apk determines how to unlock the lockscreen.
It's not easy to explain, so I prepared some for you:
ProjectStock 4.0.4 LS
This framework-res.apk is made by me and currently used in ProjectStock 4.0.4. The difference between mine and the "stock ICS" is, that mine will unlock at any point of the outerring.
Download framework-res.apk
OutOfRange
Just the same like above but the unlock area is above.
would be better if you see the video from above and imagine upside down.
Download
"Stock"ICS
Used in CM9/AOSP ICS/AOKP and other. ic_lockscreen_chevron_right starts 3 times and leaving the screen on the right. No further explanation needed. Download
GalNote LS
Similar to "Stock"ICS but you cannot change the lockscreen wallpaper, it's the same like your default wallpaper. has four fixed buttons. Original thread HERE
credits to adi_ai****eiru
Vibration Free LS
Just the same like the "Stock"ICS one but with no vibration. Original thread HERE by stuffynet
more are coming soon.
Click to expand...
Click to collapse
FRAMEWORK-RES.APK
Way ONE (I9001):
1.Open Explorer app and go to the direction where your framework-res.apk is located.
2.Make a long press on it and select "extract all".
3.After you done that, go to /sdcard/Speedsoftware/extracted/framework-res/res/drawable-hdpi/
this is the location of almost all frameworks of your rom, you can change them like changing the lockscreen. but be careful and please do not report if it's not lockscreen related, however you can pm me.
4.you will see a lot of frameworks, ignore them and head to the file named:
Code:
ic_lockscreen_XYZ.png
every file here got something to do with the lockscreen. You can mod every file but the most frequently used images are illustrated below.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Way TWO (PC):
1.Open 7zip and extract framework-res.apk.
2.Open the folder and go to /framework-res/res/drawable-hdpi/
this is the location of almost all frameworks of your rom, you can change them like changing the lockscreen. but be careful and please do not report if it's not lockscreen related, however you can pm me.
3.you will see a lot of frameworks, ignore them and head to the file named:
Code:
ic_lockscreen_XYZ.png
every file here got something to do with the lockscreen. You can mod every file but the most frequently used images are illustrated below.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
most frequently used images​​
ic_lockscreen_answer_active.png
ic_lockscreen_answer_focused.png
ic_lockscreen_answer_normal.png
ic_lockscreen_camera_activated.png
ic_lockscreen_camera_normal.png
[/url]
ic_lockscreen_chevron_right.png
ic_lockscreen_decline_activated.png
ic_lockscreen_decline_focused.png
ic_lockscreen_decline_normal.png
ic_lockscreen_handle_normal.png
ic_lockscreen_handle_pressed.png
ic_lockscreen_lock_normal.png
ic_lockscreen_unlock_normal.png
ic_lockscreen_outerring.png
Click to expand...
Click to collapse
When you edit an image the following things are important:
* the PNG file must always retain the same size. you can do that with quickpic or photoshop
* the name of the file must not be changed.
* every file that exist cannot be removed. however you can make it invisible by using a empty.png (in attachments) but don't forget to size it.
* no extra file must be added
* it must always be a PNG file. if not you can convert it with using a file converter.
! Important: this is the part where you can get FC's or even brick your phone ! so be careful.
after editing the image:
Way ONE (I9001):
* open Explorer app and make a longpress on the framework-res folder. press zip this folder and after zipping, just simply rename it to framework-res.apk
Click to expand...
Click to collapse
Way TWO (PC):
*zip the framework-res folder and rename to framework-res.apk
Click to expand...
Click to collapse
choosing right FRAMEWORK.jar
here are 2 different versions of framework.jar:
ChevronMiddle
ic_lockscreen_chevron_right starts in the middle 5 times and growing bigger. used in ProjectStock 4.0.4 (attached).
Click to expand...
Click to collapse
ChevronRight
the same used in "stock"ICS. (attached)
Click to expand...
Click to collapse
more are coming soon.
after making the .apk
*MAKE IT TO A FLASHABLE .ZIP TO SHARE MORE EASILY
*Integrate into a downloaded rom, just swap the framework-res.apk and framework.jar and flash.
*Pushing it via ADB
Code:
adb push C:\Users\ME\Desktop\framework-res.apk(wherever your file is located) /system/framework
adb reboot
sent from my cardboard box using ProjectStock 4.0.4
-3-
If YOU want to PREVENT SPAM and PUBLISH YOUR CREATION, you can POST YOUR LOCKSCREEN INTO THIS THREAD. I will LINK it to your post with all images and your name BUT NOT with the DOWNLOAD link, so everybody have to HAVE A LOOK ON YOUR POST AND PRESS THANKS (just to be fair)
My work:
Gingerbread/Note2 alike lockscreen. Pre-Pre-Alpha!!!
Please do not expect really the same!
Download
Screenies are welcome
Click to expand...
Click to collapse
Click to expand...
Click to collapse
ProjectStock 4.0.4 Lockscreen
Based on AOSP ICS
Download
Click to expand...
Click to collapse
OutOfRange Lockscreen
Based on AOSP ICS
Download
Click to expand...
Click to collapse
N64 Lockscreen
Based on AOSP ICS
Download
Click to expand...
Click to collapse
GooglePlay LS
Based on AOSP ICS
Download
Click to expand...
Click to collapse
DroidInversation
Based on AOSP ICS
Download
Click to expand...
Click to collapse
to be weekly continued...
Click to expand...
Click to collapse
adi_ai****eiru
GalNote Lockscreen V3
Based on CM9
Click to expand...
Click to collapse
maybe YOUR lockscreen?
Click to expand...
Click to collapse
If you want to make your own lockscreen, although you cannot imagine what icons you will use, here is a collection of lockrings.
sent from my cardboard box using ProjectStock 4.0.4
-4-
Q & A
/
REQUESTS
Request by De53nder
CS Portable Lockscreen
Download
Click to expand...
Click to collapse
On request I can edit the Framework-res.apk for you. But you have to give me 2-3 days, depending on when I got time or not. Just attach the icons, which are named like the ones, you want to swap in your post.
To Undo this mod, I prepared a flashable.zip for you.
I had a great effort so please hit "thanks"!!!
sent from my cardboard box using ProjectStock 4.0.4
Yeah !!!
Downloading....
Sent from my GT-I9001 using xda app-developers app
Wow. this is the biggest thread I've ever seen on xda

			
				
sgoo said:
Click to expand...
Click to collapse
:laugh: sgoo-> Master of Status Bars
outerh3eaven-> Master of Lockscreens
Amazing !!
Thank you so much
Sent from my GT-I9001 using xda app-developers app
tabnnaj said:
Amazing !!
Thank you so much
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
you are very welcome, I'm doing my best to make the I9001 more attractive
EDIT: noone recognized that I didn't attach the different prepared framework-res.apk. will do it when I'm home.
EDIT:EDIT: Anyone tried so far? Curious about the new lockscreens...
sent from my cardboard box using ProjectStock 4.0.4
Fulfilled request from De53ender, any others out here?
The next Lockscreen will be a Christmas or at least a winter one.
Sent from my GT-I9001 using xda premium
If this a Christmas 'if wish...' thread', than if wish me the Galaxy note (2) lockscreen
Sent from my GT-I9001 using xda app-developers app
Lutschie said:
If this a Christmas 'if wish...' thread', than if wish me the Galaxy note (2) lockscreen
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
How does it look like? Will do my best.
Sent from my GT-I9001 using xda premium
http://cdn.slashgear.com/wp-content/uploads/2012/02/Galaxy-Note-ATT-15SG-580x433.jpg
Like this, a bit like the lockscreen from the SGS+ service pack Roms
Sent from my GT-I9001 using xda app-developers app
Lutschie said:
http://cdn.slashgear.com/wp-content/uploads/2012/02/Galaxy-Note-ATT-15SG-580x433.jpg
Like this, a bit like the lockscreen from the SGS+ service pack Roms
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
Well I already made a similar one. It will be released with ProjectStock 4.0
Sent from my GT-I9001 using xda premium
+1 very cool!
Send Form my iStone using xda-developers app
Updated thread title and post 3:
Updated Adi's Galaxy Note LS title and a new LS (note2) from me...
Click to expand...
Click to collapse
Sent from my GT-I9001 using xda premium

[MOD] [ZipTHemer] Flashable Softkey MOD

This MOD works with the following ROMs:
CleanROM 6 (may work with 5.6 but i havent tested)
Eclipse v1.2
Jelly 'Beans' Builds 10 - 12, 13
Synergy 373
This rearranges the softkeys from the stock ((menu) recents home back) configuration to the AOSP (back home recents (menu)) configuration. It also changes the images to match AOSP. Because it a ZipThemer theme it can be applied to a themed ROM without messing up the theme. IE: you can flash Beans + a Wasabi theme then this without messing up the Wasabi theming.
In addition to rearranging the softkeys you can also change the softkey style simply replace the images in the zip with the ones you want to use. Below is a zip containing the stock style softkeys. Follow the same process outlined below. Flash the MOD for your ROM first then the stock keys after.
Procedures:
1. Add the following to your build.prop in /system/ Do not reboot yet.
Code:
qemu.hw.mainkeys=0
2. Download ZipThemer from the Play Store: https://play.google.com/store/apps/...51bGwsMSwxLDEsImtlbGxpbndvb2QuemlwdGhlbWVyIl0.
3. Download the zip that corresponds with the ROM you are running and the UpdateEdify.zip. See attached files below.
4. Open ZipThemer app, hit the settings button and select Update Edify. Then browse to the UpdateEdify.zip you downloaded in part 2. Then select configure. Then hit the back button.
5. Press [+Theme] button and add the ROM specific zip. Ex. beans12softkeys.zip
6. Click [Build it!] button, the app will ask you whether to make an undo zip, I recommended yes or always.
7. The app will patch your SystemUI.apk and pack into an update .zip.
8. When done, reboot to Recovery, install the *-update.zip from the root of your sdcard. Ex. Eclipse1.2Softkeys-update.zip
9. Reboot and enjoy!
10. If you want to go back to the way it was just boot into recovery and flash the undo zip (because you selected that option right?).
NOTE: If it doesnt take you need to go back to step 4 and select a different zip.
Thanks to camblue for letting me hijack is softkey mod thread. Also a thanks goes out to Detonation from Rootzwiki for his writeup about how to add keys and rearrange them.
Here is an example of this MOD:
From this:
{
"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"
}
To this:
Thanks..howd you get the 4G/wifi/time to the the aosp cyan blue? Ive been trying for weeks
Awesome! Just what I'm looking for, thanks so much for taking the time to do this!
Sent from my SCH-I535 using Tapatalk 2
imjehh said:
Thanks..howd you get the 4G/wifi/time to the the aosp cyan blue? Ive been trying for weeks
Click to expand...
Click to collapse
It is the theme that comes stock on Eclipse TW. Beans also looks this way.
mentose457 said:
Thanks to camblue for letting me hijack is softkey mod thread. I also need to thank the guy that originally figured out the softkey rearranging but I cant find the original thread. I will update this when I find it.
Click to expand...
Click to collapse
Looks really nice man! Nice to see you here too. Awhile back you and I exchanged words over on the other dev site about switching up the soft key colors. Also, was this the original thread (that I quoted) you were referencing about?
As it stands, nice thread dude.
SlimSnoopOS said:
Looks really nice man! Nice to see you here too. Awhile back you and I exchanged words over on the other dev site about switching up the soft key colors. Also, was this the original thread (that I quoted) you were referencing about?
As it stands, nice thread dude.
Click to expand...
Click to collapse
No the thread that camblue started was this one: http://forum.xda-developers.com/showthread.php?t=2110134
The one about rearranging the keys was in the GNex forum on rootz. I should look for that now...
Added the latest Synergy to the list of modifiable ROMs.
mentose457 said:
Added the latest Synergy to the list of modifiable ROMs.
Click to expand...
Click to collapse
How do I theme my phone to look like that? Just push the systemui.apk from one of those ROMs?
imjehh said:
How do I theme my phone to look like that? Just push the systemui.apk from one of those ROMs?
Click to expand...
Click to collapse
Like the screenshot? No, don't push another ROMs sysui. That would be bad. I believe that the status bar icons (other than the battery) are located in the lidroid-res.apk (/system/framework/). You would have to transfer them to your ROMs lidroid app. Why not use Eclipse? The theming is already done for you. Another plus is it has the aosp dialer and contacts app that scale with the presence of the softkeys. Also native tethering is enabled.
Sent from my SCH-I535 using Tapatalk 2
mentose457 said:
Like the screenshot? No, don't push another ROMs sysui. That would be bad. I believe that the status bar icons (other than the battery) are located in the lidroid-res.apk (/system/framework/). You would have to transfer them to your ROMs lidroid app. Why not use Eclipse? The theming is already done for you. Another plus is it has the aosp dialer and contacts app that scale with the presence of the softkeys. Also native tethering is enabled.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
i pushed the lidroid apk and it just changed the lidroid appearance...the 4G/wifi/time stayed the same. Any other ideas on what to push?
I might try eclipse as it looks pretty cool, but i wanted to stick with cleanrom because i heard it has the best battery life
hey man i flashed eclipse, but your method is not working for me because it says theres no update script. Can you send me a zip of a modified systemui like you did for cleanrom? if not ill have to go back to cleanrom which is a shame because i like this rom so far
Did you follow the instructions in the OP? You need to update edify in the ZipThemer app.
Sent from my SCH-I535 using Tapatalk 2
Hey I just flashed this mod however the stock nav keys you used are low quality. I can see pixelation in them, especially on the roof of the home. They aren't nearly as sharp as on my gnex. Is there anyway you could redo this with higher quality images? Thank you!
jimmypop13 said:
Hey I just flashed this mod however the stock nav keys you used are low quality. I can see pixelation in them, especially on the roof of the home. They aren't nearly as sharp as on my gnex. Is there anyway you could redo this with higher quality images? Thank you!
Click to expand...
Click to collapse
Thanks for confirming that it works. I can update it. It will be about half an hour till they are all done. Gotta bootup the comp again.
Sent from my SCH-I535 using Tapatalk 2
mentose457 said:
Thanks for confirming that it works. I can update it. It will be about half an hour till they are all done. Gotta bootup the comp again.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Yup it worked great on cr6. Could you make one too if you ever have time that uses the stock Samsung icons but has back and recent apps flipped and removes that blue/grey line At the top of the nav bar? I kinda like the darker grey of the Samsung icons but not sure if I can stand that blue/grey line Samsung added to the top of the nav bar. All I know is I definitely prefer back on the left and recent apps on the rightPlus not having to push the physical home button is really nice!
If it will help, I can upload the nav icons from my gnex
jimmypop13 said:
Yup it worked great on cr6. Could you make one too if you ever have time that uses the stock Samsung icons but has back and recent apps flipped and removes that blue/grey line At the top of the nav bar? I kinda like the darker grey of the Samsung icons but not sure if I can stand that blue/grey line Samsung added to the top of the nav bar. All I know is I definitely prefer back on the left and recent apps on the rightPlus not having to push the physical home button is really nice!
If it will help, I can upload the nav icons from my gnex
Click to expand...
Click to collapse
The images I used were from my gnex. ill have to see what image enhancing I can do tomorrow. I did however upload the sock keys. Check the attachments. Follow the same steps as before. Flash over the other file. It simply puts the images in the apk without any other modifications. In fact all that ZipThemer does is open up the apk like a zip file and replace the tw_navi_bar.xml that I modified into the app. Id look into higher res images tonight but I have work early in the morning.
imjehh said:
hey man i flashed eclipse, but your method is not working for me because it says theres no update script. Can you send me a zip of a modified systemui like you did for cleanrom? if not ill have to go back to cleanrom which is a shame because i like this rom so far
Click to expand...
Click to collapse
mentose457 said:
Did you follow the instructions in the OP? You need to update edify in the ZipThemer app.
Sent from my SCH-I535 using Tapatalk 2
Click to expand...
Click to collapse
Just to clarify what I wrote above, when you complete step 4 from the OP you are adding the update script from whatever zip you select. ROMS or themes that use aroma seem to have a different META-INF that makes them incompatible with this MOD. If you are going to use Eclipse I also recommend the Circuitry theme ported by o0Blackness0o. The themes zip works perfectly for step 4 too.
mentose457 said:
The images I used were from my gnex. ill have to see what image enhancing I can do tomorrow. I did however upload the sock keys. Check the attachments. Follow the same steps as before. Flash over the other file. It simply puts the images in the apk without any other modifications. In fact all that ZipThemer does is open up the apk like a zip file and replace the tw_navi_bar.xml that I modified into the app.
Id look into higher res images tonight but I have work early in the morning.
Click to expand...
Click to collapse
Oh ok well tha's weird bc I thought the gnex had the same resolution so I don't know why it looks so much different.I just extracted the systemUI.apk on my S3 and was surprised to see in the res folder, in several of the drawable folders were the stock ics/jb nav icons.
Maybe they are higher resolution?
---------- Post added at 12:32 AM ---------- Previous post was at 12:24 AM ----------
I just flashed the stock keys one on top of the clean rom one like you said and ended up with recent apps on the left and back on the right. Uninstalled both and then just installed the stock keys file and got the same thing. Can you flip the recent apps and back too And it will be perfect. Thanks so much!
jimmypop13 said:
Oh ok well tha's weird bc I thought the gnex had the same resolution so I don't know why it looks so much different.I just extracted the systemUI.apk on my S3 and was surprised to see in the res folder, in several of the drawable folders were the stock ics/jb nav icons.
Maybe they are higher resolution?
---------- Post added at 12:32 AM ---------- Previous post was at 12:24 AM ----------
I just flashed the stock keys one on top of the clean rom one like you said and ended up with recent apps on the left and back on the right. Uninstalled both and then just installed the stock keys file and got the same thing. Can you flip the recent apps and back too And it will be perfect. Thanks so much!
Click to expand...
Click to collapse
That is strange. It worked for me. Try doing it again. First the cleanrom specific one then the stock images one. The stock zip shouldn't change the order.
Sent from my SCH-I535 using Tapatalk 2

Categories

Resources