Accurate Battery Mod for THS Build 6.5 - Fascinate Themes and Apps

THS Build 6.5 is now out, and I wasn't sure if the accurate battery for build6.0/6.1 was going to work since the SystemUI.apks have different file sizes.
Therefore, I decided to make one from scratch.
I just took gunnermike's mod and applied it to THS 6.5's SystemUI.apk. so all the credit goes to him
This is mostly for myself, but I decided to share it since others might find it useful too.
Enjoy!

Flashed it, works great. Thanks!

Would you explain how you did this please? I'm sure there's a lot of us who are interested.

AuroEdge said:
Would you explain how you did this please? I'm sure there's a lot of us who are interested.
Click to expand...
Click to collapse
Sure.. I'll list the general steps, but obviously it's too much to explain every detail, so you must know a bit about how to use ADB, Android SDK, etc..
1. Pull /system/framework/framework-res.apk & /system/app/SystemUI.apk from your phone or extract from the THS6.5 .zip
2. Use APKTool to decompile framework-res.apk (apktool if framework-res.apk)
3. Use APKManager to decompile SystemUI.apk
4. Replace the stat_sys_battery.xml & stat_sys_battery_charge.xml in /res/drawable/ with the "accurate" versions (You can do that by reusing previous versions or get it via UT Kitchen)
5. Replace/add the battery pngs files in /res/drawable-hdpi
6. Compile using APKManager as system apk
7. Create flashable .zip file for use with CWM. You can do this by reusing an existing version and just opening the .zip and replacing some files..
Well.. hope that gives you an idea.. You can find everything online right here in XDA Developers forums or via Google.. That's how I learned too..

Many thanks dude; just what the Doktor ordered!

This may not be the appropriate place to ask, but could somebody compile a stock battery that is flashable? The Mesmerize versions of THS come with a accurate battery mod preinstalled, but I'd much rather have the stock battery.

nograsswillgrow said:
This may not be the appropriate place to ask, but could somebody compile a stock battery that is flashable? The Mesmerize versions of THS come with a accurate battery mod preinstalled, but I'd much rather have the stock battery.
Click to expand...
Click to collapse
I can make one for you when I have time Monday..
Don't have the necessary tools here at home

neozen21 said:
I can make one for you when I have time Monday..
Don't have the necessary tools here at home
Click to expand...
Click to collapse
That would be awesome, thank you!
Edit: actually you don't have to worry about it if you don't want, someone over at Rootzwiki put one up last night. Thank you anyway!

nograsswillgrow said:
That would be awesome, thank you!
Edit: actually you don't have to worry about it if you don't want, someone over at Rootzwiki put one up last night. Thank you anyway!
Click to expand...
Click to collapse
Lol.. I started already (but haven't finished).. I see now why you don't like the accurate battery.. it's an Android!
I see that post on Rootzwiki, it should have what you are looking for..

Related

Themed System Apps not Working

I'm just trying a bit of theming myself, found plenty of guides on the topic however I have found one slight problem. No matter how I try to install my modded system apps, it always fails to install or doesn't change the original app at all.
I use APKmodder to do the editing if that affects anything, however the same issues arrise when using NinjaMorph on my NS.
I have tried multiple methods of getting the apps onto my device. Using adb push, creating a custom update.zip (which is all set out properly), NinjaMorph and even just the regular apk install, all of them either don't update the apps or are pushed to /system/apps but are not in the app launcher.
Any ideas? I have searched for hours about this and I haven't found anything to help me. Finally, if it helps I have tried with Launcher2.apk and Camera.apk.
Sent from my Nexus S using XDA App
Any ideas at all? I've never had much luck with Modding apps full stop. Could it be my copy of APKmodder?
Sent from my Nexus S using XDA App
is your rom deodexed?
I imagine so, running CM7 and I can't find any odex files in /system. I also read somewhere else that CM6 was deodexed so I figured it would be the same.
What difference would it make if it wasn't deodexed? Would you need to remove the odex or something?
Sent from my Nexus S
Jonathon Grigg said:
I imagine so, running CM7 and I can't find any odex files in /system. I also read somewhere else that CM6 was deodexed so I figured it would be the same.
What difference would it make if it wasn't deodexed? Would you need to remove the odex or something?
Sent from my Nexus S
Click to expand...
Click to collapse
CM7 is deoxed. It's probably because you're changing the apk, don't understand why you're playing with it but whatever.
No idea, my recommendation is to not mod it.
I am not familiar with the tools you're using, but I've heard that people have had trouble with them in the past.
The best tool for theming is Apkmanager 4.9 used along with Apktool 1.3.1.
However, if you're simply swapping some images, just do so in WinRAR or 7zip. No deed to decompile, resign anything. Just put your system apps in a Flashable zip in this order: Zip/system/framework/framework-res.apk and Zip/system/app/<your system apps> and drag and drop your images in the right locations.
Also, your zip must have a META-INF folder with the proper update script.
You can use any one of my themes as a template.
Hope this doesn't sound too convoluted.
Cheers.
Thanks for that, some changes are image based but there are also some XML based changes which I require, would the 7zip method work there?
And sorry if I'm being vague, but Im not near my computer now, but how would you use two tools in conjunction? Because I have used apktool before but not the other.
Thanks very much though! I am finally getting somewhere
Edit: thanks for the template offer, I will have a look and see what's different to my tests. Just one final question, is there any difference between an update-script and updater-script?
Double EDIT: For future reference if anyone finds this, there is a difference between update-script and updater-scripts. From Android 1.5 onwards, Google moved to updater-script's, leaving update-script's behind. Make sure you remember this!
Sent from my Nexus S
Jonathon Grigg said:
Thanks for that, some changes are image based but there are also some XML based changes which I require, would the 7zip method work there?
And sorry if I'm being vague, but Im not near my computer now, but how would you use two tools in conjunction? Because I have used apktool before but not the other.
Thanks very much though! I am finally getting somewhere
Edit: thanks for the template offer, I will have a look and see what's different to my tests. Just one final question, is there any difference between an update-script and updater-script?
Sent from my Nexus S
Click to expand...
Click to collapse
For xml changes you have to decompile/recompile the apk. Apkmanager is a GUI for apktool so you don't have to learn/remember the java commands.
If you download Apkmanager, it comes with Apktool 1.3.2, be sure to replace it with 1.3.1. It's way more stable and reliable.
Not sure about the difference between updater and update, maybe one has Amend scripts and one doesn't.
I am not a developer so can't say for sure , but the one person to ask would be ogdobber.
He literally knows everything about everything .
sonnysekhon said:
For xml changes you have to decompile/recompile the apk. Apkmanager is a GUI for apktool so you don't have to learn/remember the java commands.
If you download Apkmanager, it comes with Apktool 1.3.2, be sure to replace it with 1.3.1. It's way more stable and reliable.
Not sure about the difference between updater and update, maybe one has Amend scripts and one doesn't.
I am not a developer so can't say for sure , but the one person to ask would be ogdobber.
He literally knows everything about everything .
Click to expand...
Click to collapse
Ok thankyou very much for the help once again. I have finished school for the week so I should have time to test these methods out now.
If I need any further help I might drop ogdobber a note then.
Thanks for all your help!
Sent from my Nexus S

[Link] Theme-Porter

http://forum.xda-developers.com/showthread.php?t=737526
Heres a script that ports your themes from firmware to firmware, rom to rom.
How it works:
- Looks through app/framework folder for apks that exist in new/old rom
- Then extracts pngs from those apks
- Then deletes mismatching pngs
- Repacks old themes pngs into new rom
- Done
Click to expand...
Click to collapse
Easy cheesy multi rom theme ports
Here we go! This is gonna be fun this weekend.
xtremekilla09 said:
Here we go! This is gonna be fun this weekend.
Click to expand...
Click to collapse
lol... +1
Now I can port my themes for the whole world to share. Thanks for the find...and thanks for sharing.
sent using a phone.
Now what would really be nice would be if someone designed an .apk that did this on the phone(while adding the originals to a "theme-revert.zip" and the new theme to "theme.zip"). Then you just make one theme and post the link to the .apk.
The closest i ever found was zipthemer but it didnt work every time and thats no good.
If only someone could port the open source t-mobile theme choser to samsuck.
So this is it until someone who knows how to code jumps on that idea lol. Still glad it exists and that i bumped into it. And even more so that two of main people i had hoped would make use of it appear to be willing to do just that.
whiteguypl said:
And even more so that two of main people i had hoped would make use of it appear to be willing to do just that.
Click to expand...
Click to collapse
You bet. If this works, there are so many things that can be done, oh man. It will rain themes, well at least for FireFly to start with.
Again, thanks for pointing this out.
xtremekilla09 said:
You bet. If this works, there are so many things that can be done, oh man. It will rain themes, well at least for FireFly to start with.
Again, thanks for pointing this out.
Click to expand...
Click to collapse
From the limited testing ive done it seems to be working 100%. The only real potential problem im seeing (and the script might have a way to handel it) is porting a theme that uses drawable-hdpi to an apk that has both an hdpi AND hdpi-v4 folder in it. I would hope its defaulting hdpi to hdpi-v4. Lol... But i dont know.
Edit: and even that hope is based on the possible incorrect assumption that andriod will allways pull from the v4 folder given the choice? Anyone care to enlighten me?
whiteguypl said:
From the limited testing ive done it seems to be working 100%. The only real potential problem im seeing (and the script might have a way to handel it) is porting a theme that uses drawable-hdpi to an apk that has both an hdpi AND hdpi-v4 folder in it. I would hope its defaulting hdpi to hdpi-v4. Lol... But i dont know.
Edit: and even that hope is based on the possible incorrect assumption that andriod will allways pull from the v4 folder given the choice? Anyone care to enlighten me?
Click to expand...
Click to collapse
I think it does. Isn't the non-v4 there for compatibility reasons with older os versions? I saw something like that a little while ago, in a theming guide
Herp derp Captivate XDA app.
Well after a lot of testing i can safely say that it does not know how to handle hdpi vs hdpi-v4. And since our rom maintainers have decided to mix and match at will without smoothing anything out this script will not work a large majority of the time, depending on what rom you are on.
Quickish fix is to go into the apk before using the script and renaming all the drawable folders to match both the "themed" and "to be themed" apks. Then after the processes you can go in and rename them back to there original names.
............. Im also assuming that if you kept the folder name changes the xml wouldnt know where to look for the images???? I know little to nothing about how android handels that, if someone would like to chime in please do.
Well I most definitely be playing with it this weekend. Thanks again for the info.
sent using a phone.
whiteguypl said:
Well after a lot of testing i can safely say that it does not know how to handle hdpi vs hdpi-v4. And since our rom maintainers have decided to mix and match at will without smoothing anything out this script will not work a large majority of the time, depending on what rom you are on.
Quickish fix is to go into the apk before using the script and renaming all the drawable folders to match both the "themed" and "to be themed" apks. Then after the processes you can go in and rename them back to there original names.
............. Im also assuming that if you kept the folder name changes the xml wouldnt know where to look for the images???? I know little to nothing about how android handels that, if someone would like to chime in please do.
Click to expand...
Click to collapse
Maybe it could be tweaked.
Like after line 55(like roms) (and line 130 pre to post)
Code:
if EXIST "%~dp0old\%dcrt%\%%~nF\res\drawable-hdpi-v4" (rename "%~dp0old\%dcrt%\%%~nF\res\drawable-hdpi-v4" drawable-mdpi)
if EXIST "%~dp0old\%dcrt%\%%~nF\res\drawable-en-hdpi-v4" (rename "%~dp0old\%dcrt%\%%~nF\res\drawable-en-hdpi-v4" drawable-en-mdpi)
Line 240 seems to be for eclair. Most roms here are froyo.
It is possible. Daneshm90 knows his stuff and keeps it fairly simple. If you come up with something he would probably add it.
I will see what I can come up with.
Edit: Extracted file to C:\Theme-Porter_beta_3.
I added the above lines to to the script at lline 57 and 58.
Added files per directions. No errors. Changed files are dated 3/17. Untouched files still old date.
I may reflash soon to test it. Will follow up.
IamSonoma said:
Maybe it could be tweaked.
Like after line 55(like roms) (and line 130 pre to post)
Code:
if EXIST "%~dp0old\%dcrt%\%%~nF\res\drawable-hdpi-v4" (rename "%~dp0old\%dcrt%\%%~nF\res\drawable-hdpi-v4" drawable-mdpi)
if EXIST "%~dp0old\%dcrt%\%%~nF\res\drawable-en-hdpi-v4" (rename "%~dp0old\%dcrt%\%%~nF\res\drawable-en-hdpi-v4" drawable-en-mdpi)
Line 240 seems to be for eclair. Most roms here are froyo.
It is possible. Daneshm90 knows his stuff and keeps it fairly simple. If you come up with something he would probably add it.
I will see what I can come up with.
Edit: Extracted file to C:\Theme-Porter_beta_3.
I added the above lines to to the script at lline 57 and 58.
Added files per directions. No errors. Changed files are dated 3/17. Untouched files still old date.
I may reflash soon to test it. Will follow up.
Click to expand...
Click to collapse
Looks like that would take it one step closer. The main problem would still exist with those changes. It wont take images from a drawable-hdpi folder and migrate them to a drawable-hdpi-v4 folder. I posted in the op and asked if there might be a way for him to add an option to force the images into the other directory. I would assume it would be similar to part of what the script does to handle hdpi to mdpi conversions.

[Q] [HELP]-MetamorphingGingerbread. REWARDS!

Ok guys, I am totally new to theming and what not, and akoe101 and I are deciding to release a theme under metamorph, called MinimalMechanics, this is what the status bar looks like
So far, everytime i try to create a morph, it gets rejected. Heres the steps i have taken
1. Downloaded a template morph
2. extracted the .zip
3. Opened the .xml with notepad, edited the path like so...
<?xml version="1.0"?>
<themename>MinimalMechanics</themename>
<themeversion>1.0</themeversion>
<author>mkcm97 and akoe101</author>
<phone>Motorola Droid</phone>
<rom>?</rom>
<themedescription>Changes status icons</themedescription>
<item>SystemUI.apk</item>
<path>/system/app/</path>
<description></description>
4. I then saved the .xml
5. I added the icons in the correct folder.
6. renamed the .xml to MinimalMechanics- SystemUI
*side not, in reality, i'd prefer to add other paths, to framework-res.apk, gmail.apk, and vending .apk. If this is possible let me know, or do I have to make a seperate .zip?
7. I renamed the zip to MinimalMechanics- SystemUI
But as I said earlier, when I try to apply it, it gives an error. Could anybody give an insight on this, if you have any you get an early theme release and some extra GOODIES!. If you need the actual .xml, i can upload it for you.
Thanks for taking the time for reading and answering
- Matt.
You want Notepad++ on a windows machine. Windows notepad screws up the EOL sequence.
<themename>MinimalMechanics</themename>
MinimalMechanics- SystemUI
Click to expand...
Click to collapse
If you rename the zip, you must change the <themename> too.
As 3rdstring says, I use Notepad++ to edit.
Dont Panic said:
If you rename the zip, you must change the <themename> too.
As 3rdstring says, I use Notepad++ to edit.
Click to expand...
Click to collapse
Ok. wow i didn't release that a version of notepad would make a difference. I'll give it a shot and get back to you guys.
thanks a bunch.
ok i owe you guys big time! notepad ++ did the trick. so now for the next question, can i add a path to framework-res and system ui in the same .xml?
mkcm97 said:
ok i owe you guys big time! notepad ++ did the trick. so now for the next question, can i add a path to framework-res and system ui in the same .xml?
Click to expand...
Click to collapse
You can, but you will get FC loops that are a pain with metamorph. If you do it, use ZipThemer to install instead, great program. Myself, I don't put SystemUI.apk or Phone.apk in the same morphs as framework-res.apk.
Dont Panic said:
You can, but you will get FC loops that are a pain with metamorph. If you do it, use ZipThemer to install instead, great program. Myself, I don't put SystemUI.apk or Phone.apk in the same morphs as framework-res.apk.
Click to expand...
Click to collapse
ok. so i will just release the theme in seperate morphs. but when i applied just the systemui.apk, i got fc loops anyway, but a battery pull fixed it and it was all okay.
I agree with Dont Panic, ZipThemer is an excellent tool. It will take your morph(s) and build a flashable update & as a super cool added bonus an undo file so when things go wrong you have an easy road back.
The XDA thread.
3rdstring said:
I agree with Dont Panic, ZipThemer is an excellent tool. It will take your morph(s) and build a flashable update & as a super cool added bonus an undo file so when things go wrong you have an easy road back.
The XDA thread.
Click to expand...
Click to collapse
so could i build a morph and put it in zip themer, and release it as a .zip? and it will still have the same concept as a morph. ie only change the icons that you want..?
mkcm97 said:
so could i build a morph and put it in zip themer, and release it as a .zip? and it will still have the same concept as a morph. ie only change the icons that you want..?
Click to expand...
Click to collapse
Yes but it will be device/ROM specific.
3rdstring said:
Yes but it will be device/ROM specific.
Click to expand...
Click to collapse
ok thanks for the help guys. feel free to pm me if you would like anything.
cant wait for you to drop this, ive been eying it since you first started posted screens with it. i check customandroid all the time in hopes its been released lol.
mbh87 said:
cant wait for you to drop this, ive been eying it since you first started posted screens with it. i check customandroid all the time in hopes its been released lol.
Click to expand...
Click to collapse
haha thanks. almost done
mkcm97 said:
haha thanks. almost done
Click to expand...
Click to collapse
If for some reason you are feeling generous or need someone to test on a Thunderbolt, shoot me a pm

[TUTORIAL] Want to Theme?

Hey guys! Someone recently posted that they wanted to start to making their own themes and I posted a very long reply and figured, might as well post a "somewhat easy to understand" tutorial here for everyone.
So you want to make your own themes?
First off, it is important to know that if you plan on porting any themes over and releasing it to the masses, that you get permission from the theme owner first!!
DISCLAIMER: I AM NOT RESPONSIBLE IF YOUR PHONE EXPLODES OR MELTS! lol
NOTE: IF YOU'RE A NOOB (you know if you are) DO NOT MESS WITH ANY IMAGE THAT ENDS IN ".9" UNTIL YOU READ UP ON THEM.......A LOT! IF YOU'RE JUST REPLACING AN IMAGE, THEN READ ON.
What you will need:
Apkmanager: http://forum.xda-developers.com/showthread.php?t=695701
7zip: http://www.7-zip.org/download.html
An empty flashable zip: http://www.multiupload.com/DBEMBUOCND
Lot's of time on your hands!
GETTING STARTED:
Apkmanager is going to be your "all-in-one" tool for making a theme in Windows.
(I'll go into all the options of apkmanager a little later)
The process you need to follow is actually kind of simple. It's just very time consuming.
First you will need to make the images that you want (unless you are porting a theme).
Now what you need to do is one way or another, get the framework-res.apk and the SystemUI.apk from your phone, you also need the RES_cappuccino.apk (found in /system/framework. (If you don't want to mess with using adb, use Root Explorer, just copy the apk then paste on your sdcard, then copy and paste from your sdcard onto your pc.)
Extract apkmanager to somewhere easy like the desktop and you should end up with a folder named "apkmanager" or whatever.
Inside that folder, you should have the following folders:
Other
place-apk-here-for-modding
place-apk-here-for-signing
place-apk-here-to-batch-optimize
place-ogg-here
projects
Then the following files:
log
Script
DO NOT MODIFY THE NAMES OF ANY OF THESE FILES OR FOLDERS OR NOTHING WILL WORK!
Take the 3 files that you got from your phone and place them in the "place apk here for modding" folder.
Double click to open the "Script" file
Press "22" and hit enter to set your current job
Select either 1,2 or 3 for whichever apk you want to start on first and hit enter
Select "1" to extract. You do not need to decompile unless you are editing XML files.
Once the extraction is done, go inside the "projects" folder and now you have a folder inside there with whatever the name is of the apk you just extracted.
Inside that folder are the images and XML files you need to replace (you might not have to edit any of the XML files, that's a little more advanced unless you already know how to.)
Most of the images you will need to edit will be in the following folders of each apk:
res>drawable
res>drawable-hdpi
Once you get everything done and you're ready to test it out, you need to go back to that "Script" file in apkmanager and open it back up. Now you're going to do pretty much the same stuff you did when you were extracting the apk, in order to rezip the apk.
In the Script for apkmanager, you're going to press "22" and hit enter, then select which file you want to compile first by either pressing 1, 2 or 3.
Select the file and hit enter, then press "3" and press enter
Now press "1" so that apkmanager knows it's a system file and will retain the files signature.
As long as you didn't mess anything up during the process of changing stuff, you shouldn't receive any errors. If you do, you need to figure out what it was you messed up on and fix it.
Go through and rezip all the apks that you edited. Once that is done, you will go to your "place apk here for modding" folder again and you will notice that you have 3 new files in there:
unsignedframework-res.apk
unsignedSystemUI.apk
unsignedRES_cappuccino.apk
Remember that empty flashable zip you downloaded earlier? Now you need it.
Right click on the flashable zip and mouse over "7zip" and click on "Open Archive"
Take the unsignedSystemUI.apk and place it in the "app" folder. Now rename that to its original name:
SystemUI.apk
Now take that unsignedframework-res.apk and unsignedRES_cappuccino.apk and place them in the "framework" folder of the flashable zip. Rename those to:
framework-res.apk
RES_cappuccino.apk
Now you can close out of the flashable zip file and place it on your sdcard.
Reboot into recovery, wipe cache partition, wipe dalvik.
Now go back and flash the zip file you just put on your sdcard.
Since you wiped your cache and your dalvik, the reboot will take a little while. You should now be good to go!
NOTE: Since I did not create apkmanager, I will not be able to answer many questions about it but feel free to ask. If I don't have an answer for you, Just go back to the post above where you downloaded it, and post your question there.
Please enjoy and happy themeing!!!!!!
And to add. There is also another great way for beginners to start making themes. It's very simple, all you do is select the changes you want made, then upload the framework-res.apk and the SystemUI.apk and it does all the work for you!!!! Even puts everything into a flashable zip! All you have to do is download the zip file then flash it! Here's the link to the UOT Theme Kitchen:
http://uot.dakra.lt/kitchen/
Also, thanks to drt054 for pointing out that Apkmanager is being improved on and the name is changing to APK Multi-Tool. If you use this tool instead, I will not be able to help with any troubleshooting because I just recently started using it. You can download it here:
APK Multi-Tool: http://apkmultitool.com/
Great post!
Don't forget, UOT can be a great starting point for inspiration also, at least give a little jump start.
Also, the hardest part is also getting your paths set up for apk manager to read adb. Just Google it and the answers are easy to find!
Sent from my ADR6425LVW using Tapatalk
mtmichaelson said:
Great post!
Don't forget, UOT can be a great starting point for inspiration also, at least give a little jump start.
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
Very true! I'm so used to doing it this way that I sometimes forget about UOT lol. I'll post a link in the OP to it. Thanks Mt! Did you see my newest addition to the Themes section?
wow thats a bit harder then i thought lol... maybe ill just leave it up to you guys the real dev. lol but thanks! maybe when i get more into the phone and modding/tweaking stuff ill try it ha
spc_hicks09 said:
Very true! I'm so used to doing it this way that I sometimes forget about UOT lol. I'll post a link in the OP to it. Thanks Mt! Did you see my newest addition to the Themes section?
Click to expand...
Click to collapse
I did! It looks great!
Sent from my ADR6425LVW using Tapatalk
flaminfury said:
wow thats a bit harder then i thought lol... maybe ill just leave it up to you guys the real dev. lol but thanks! maybe when i get more into the phone and modding/tweaking stuff ill try it ha
Click to expand...
Click to collapse
Once you dig into it it's not to bad!
Sent from my VS910 4G using Tapatalk
flaminfury said:
wow thats a bit harder then i thought lol... maybe ill just leave it up to you guys the real dev. lol but thanks! maybe when i get more into the phone and modding/tweaking stuff ill try it ha
Click to expand...
Click to collapse
Indy's comment to your post was exactly true. It really doesn't take that long once you get the hang of it. Making your own images is what takes longer than anything in my opinion. Even if it takes you a long time to push a theme out, just remember that "it's about quality, not quantity." As long as you put out an awesome looking theme, most people won't care how long it took or how long it takes to push out updates. It definitely wouldn't take long if you use the UOT Theme Kitchen. The link for that can be found at the bottom of my first post.
spc_hicks09 said:
Indy's comment to your post was exactly true. It really doesn't take that long once you get the hang of it. Making your own images is what takes longer than anything in my opinion. Even if it takes you a long time to push a theme out, just remember that "it's about quality, not quantity." As long as you put out an awesome looking theme, most people won't care how long it took or how long it takes to push out updates. It definitely wouldn't take long if you use the UOT Theme Kitchen. The link for that can be found at the bottom of my first post.
Click to expand...
Click to collapse
Great job well said! Listen to spc and you can't go wrong. Nice write up too.
Sent from my VS910 4G using Tapatalk
spc_hicks09 said:
Indy's comment to your post was exactly true. It really doesn't take that long once you get the hang of it. Making your own images is what takes longer than anything in my opinion. Even if it takes you a long time to push a theme out, just remember that "it's about quality, not quantity." As long as you put out an awesome looking theme, most people won't care how long it took or how long it takes to push out updates. It definitely wouldn't take long if you use the UOT Theme Kitchen. The link for that can be found at the bottom of my first post.
Click to expand...
Click to collapse
Hey Spc i have a question, how do you make your own images and such? do you have to use something like Photoshop or gimp or some other program? Been playing around with the uot kitchen and its really a great program, but eventually i'd like to do more custom made stuff too.
Thanks!
47th_Ronin said:
Hey Spc i have a question, how do you make your own images and such? do you have to use something like Photoshop or gimp or some other program? Been playing around with the uot kitchen and its really a great program, but eventually i'd like to do more custom made stuff too.
Thanks!
Click to expand...
Click to collapse
I always use Paint.NET just because it's free and it's a great image editing program for people that don't want to mess with too much technical stuff. You can get it here www.paint.net
Good luck and I can't wait to see some stuff you come up with!
spc_hicks09 said:
I always use Paint.NET just because it's free and it's a great image editing program for people that don't want to mess with too much technical stuff. You can get it here www.paint.net
Good luck and I can't wait to see some stuff you come up with!
Click to expand...
Click to collapse
thanks for the link and info!
all i can say is that ill give it a shot lol.
but seriously you and the other folks here are very good at what you do so....
thanks again!
Just FYI the apk manager forum is old. Go here to read:
http://forum.xda-developers.com/showthread.php?t=1310151
or just go here to download:
http://apkmultitool.com/
It was renamed from APK Manager is now APK Multi-Tool. Windows version is pretty nice. Been looking at the forum, make sure you install to the root of your sdk directory.
He is working on Linux Version but doesn't have a linux machine any longer to test so it is slow going but you can still download APK Manager 5.0 for linux
drt054 said:
Just FYI the apk manager forum is old. Go here to read:
http://forum.xda-developers.com/showthread.php?t=1310151
or just go here to download:
http://apkmultitool.com/
It was renamed from APK Manager is now APK Multi-Tool. Windows version is pretty nice. Been looking at the forum, make sure you install to the root of your sdk directory.
He is working on Linux Version but doesn't have a linux machine any longer to test so it is slow going but you can still download APK Manager 5.0 for linux
Click to expand...
Click to collapse
Thanks for the tip drt! Will add to the OP.
spc_hicks09 said:
Thanks for the tip drt! Will add to the OP.
Click to expand...
Click to collapse
No problem.. love correcting all of your posts lol j/k bud
sent from my V6 Supercharged LG Revo BlueVolt
Apk Multi-Tool is better in that I can recompile SystemUI.apk and RES_Cappuccino.apk as long as I don't make any changes but if I do it gives errors that is some progress..
sent from my V6 Supercharged LG Revo BlueVolt
drt054 said:
Apk Multi-Tool is better in that I can recompile SystemUI.apk and RES_Cappuccino.apk as long as I don't make any changes but if I do it gives errors that is some progress..
sent from my V6 Supercharged LG Revo BlueVolt
Click to expand...
Click to collapse
Lies!!!!! Lol
Sent from my Dread Ginger Revo using Tapatalk.
spc_hicks09 said:
Lies!!!!! Lol
Sent from my Dread Ginger Revo using Tapatalk.
Click to expand...
Click to collapse
What do you mean??
drt054 said:
What do you mean??
Click to expand...
Click to collapse
I was just messin around cuz you said APK Multi-Tool was better than apkmanager. I haven't used APK Multi-Tool yet though.
Ah.. It has more features and auto-updates just doesn't work for me
sent from my V6 Supercharged LG Revo BlueVolt
---------- Post added at 05:40 AM ---------- Previous post was at 04:40 AM ----------
Might have figured out the issues with recompiling SystemUI and RES_Cappuccino they have to be decompiled with dependancies.. dragging frameworkres-apk into the command window and made changes and recompiled without errors. That is a first. If someone knew this and didn't tell me I will hurt somebody!!! Won't be able to test for a while..
Although you don't HAVE to do it, it's suggested that you do that with apkmanager too lol. Sorry!!!
Sent from my Dread Ginger Revo using Tapatalk.

[MOD] Need tester theme for IceCreamTosti v0.5 [AOKP_M3/4.0.3]

hey guys..
Lately everything's been slowing me down, my beloved HD2 still under repair (it's already been 5 days)
My PC is low end piece of crap, can't even run emulator properly.
Just now finnished on modding SystemUI.apk , and I need tester and feedback.
Recommended only for experienced fellow developers.
Its a apk,still not a flashable-zip(Still haven't learn to do this)
manually move to sysstem/app/
don't forget back-up original SystemUI
Nice job man, looks great. Hopefully someone will be able to assist you with this
chrisrj28 said:
Nice job man, looks great. Hopefully someone will be able to assist you with this
Click to expand...
Click to collapse
thanks for the compliment.
hopefully, yea.. right now i'm trying to fix the problem with what i'm facing first.
afterward making this theme into zip for recovery,but still dunno how to do it..
Indeed such a nice job, would be even more awesome if you made more colours .
And there are many tuts on how to make a flashable zip, I can even help you with that.
Marvlesz said:
Indeed such a nice job, would be even more awesome if you made more colours .
And there are many tuts on how to make a flashable zip, I can even help you with that.
Click to expand...
Click to collapse
yea..would like to make more colours too,but too bad that my beloved HD2 is currently under repair cuz of power issue
NWY will search on making flashable zip later on when my theme is complete then
Need tester for systemUI..
anyone??
DoctorGore said:
Hey dude. I replaced your SystemUI over mine in V0.4 of the ROM, and rebooted, yet nothing changed. I also tried installing the .apk from inside /system/app but it wouldn't yet me. What am I doing wrong?
I'm about to install V0.5 of the ROM now anyways, but it'd be cool to see an updated version with more colour options.
Click to expand...
Click to collapse
Did u change the apk permission to rw-r-r??
If still nothing happen, let me know..
DoctorGore said:
Doesn't it come with the correct permissions it needs?
I just replaced it again, this time it 'worked', but now I have no status bar or nav bar. Tried giving it all the permissions, same thing.
Click to expand...
Click to collapse
Not really sure about that, I guess there is some problem with the mod I've made
and it does not come with set permissions as I only decompiled & recompiled the file and modded it.
Anyway thanks for the feedback.
Currently having hard time on testing out the theme without my HD2, for now will stop uploading files and just making mod with the updated ROM.
will be back after finished modding & testing with it.
my latest work for the theme are attached, but i don't know if it's working or not, I'm still new in almost everything here.
hope this time everythings went well.
oroo708 said:
Not really sure about that, I guess there is some problem with the mod I've made
and it does not come with set permissions as I only decompiled & recompiled the file and modded it.
Anyway thanks for the feedback.
Currently having hard time on testing out the theme without my HD2, for now will stop uploading files and just making mod with the updated ROM.
will be back after finished modding & testing with it.
my latest work for the theme are attached, but i don't know if it's working or not, I'm still new in almost everything here.
hope this time everythings went well.
Click to expand...
Click to collapse
think you might need framework.apk as well
wis1152 said:
think you might need framework.apk as well
Click to expand...
Click to collapse
Framework.apk?as in for what might that be?
more detail please.
I've already included framework-res.apk on my latest mod in this post here
oroo708 said:
Framework.apk?as in for what might that be?
more detail please.
I've already included framework-res.apk on my latest mod in this post here
[/QUOT
So you have,silly me.feedback no change apart from no top bar or soft keys:-(
Sent from my HTC HD2 using xda premium
Click to expand...
Click to collapse
You play only with pictures? Or replaced the code? can do for Tosti 0.6? I can help with development. I can rewrite the whole framework-res.apk =)
jack_nuclear said:
You play only with pictures? Or replaced the code? can do for Tosti 0.6? I can help with development. I can rewrite the whole framework-res.apk =)
Click to expand...
Click to collapse
sure, if that is ok with you.
for now, only mod with pictures. haven't got the time to touch on the code yet.
can you make it for 0.6 Thanks it looks wonderfull
jirka607 said:
can you make it for 0.6 Thanks it looks wonderfull
Click to expand...
Click to collapse
Mostly there's no change for 0.5 and 0.6, only just the launcher. will upload with some other stuff later.
now just finished fixing SystemUI which have some problem before.
hopefully this time its working
update2.zip
You did everything wrong!
1) with install (you must use updater-script and update-binary in META-INF\com\google\android\)
2) With apk (Where is AndroidManifest.xml?)
3) Cant unpack apk (i need for my rom)
If you give me pictures (and changes in the code) i will help you! Wait for you response here, PM, [email protected]
p.s. You will remake Settings.apk for red icons? You draw the icons yourself? If not then tell where you take them, please
Hope you dont mind, I put your theme in a zip you can run from CWM forgot to sign them.. So sig verify off to flash. If you cant figure out what i did, or where to add more changes pm me. Dont be mad its all your work I take no credit, just put in a package I used. Both zips work with IceCreamTosti M3, v0.6, v0.7 and should work with any AOKP ICS build. If any of you try on another ICS build please confirm
Well I made another, your theme + red inside settings.apk. Again these should work on any ICS rom. They work with IceCreamToasti v0.6 for sure
jack_nuclear said:
You did everything wrong!
1) with install (you must use updater-script and update-binary in META-INF\com\google\android\)
Click to expand...
Click to collapse
Guess I have to learn through making zip again
jack_nuclear said:
2) With apk (Where is AndroidManifest.xml?)
Click to expand...
Click to collapse
Thanks, just realize missed it out
jack_nuclear said:
3) Cant unpack apk (i need for my rom)
Click to expand...
Click to collapse
Its working for me.
jack_nuclear said:
If you give me pictures (and changes in the code) i will help you! Wait for you response here, PM, [email protected]
p.s. You will remake Settings.apk for red icons? You draw the icons yourself? If not then tell where you take them, please
Click to expand...
Click to collapse
Any help would be great.
At the first time I saw these thread [CLOSED] Red Sensation Final [AOKP B20/CM9 CDMA+GSM/Gummy 0.6.6]
when googling on theme. then try porting it with IceCreamTosti which you can see on the first post screenshot.
Then just thought about creating my own mod and took some nice looking icon in Sensation's and still using it with just lil mod.
credit should go to qasimzia512
ThdDude said:
Hope you dont mind, I put your theme in a zip you can run from CWM forgot to sign them.. So sig verify off to flash. If you cant figure out what i did, or where to add more changes pm me. Dont be mad its all your work I take no credit, just put in a package I used. Both zips work with IceCreamToasti v0.6 and should work with any ICS build. If any of you try on another ICS build please confirm
Click to expand...
Click to collapse
Awesome
could u just tell me how u did it exactly??
ThdDude said:
Well I made another, your theme + red inside settings.apk. Again these should work on any ICS rom. They work with IceCreamToasti v0.6 for sure
Click to expand...
Click to collapse
Nice~ just about to do on that for today.
oroo708 said:
Awesome
could u just tell me how u did it exactly??
.
Click to expand...
Click to collapse
Download one and open with winrar or whatever and look at it go into the folder and make changes to it where you want for a blue green pink whatever color theme. If you cant figure out where and what to replace pm me

Categories

Resources