TEAM REJECTZ QUICK FIX
OK I know somepeople still have problems with compiling apks and baksmali/smali
well your problems are over
1. You need to make sure you have the latest java
2. Download Notepad++ (google it) lol
3. Download the Team Rejectz Quick Fix (the latest one) which is linked below
Instructions Decompile/Recompile
1. UNzip and place the Quick Fix folder anywhere you like the script is prompt to locate the files
2. Since this is TW you should drag your framework-res.apk, twframework-res.apk, and systemUI.apk onto the apktool-if cmd file
3. Now time to decompile. You can actually drag your apk from where ever its located but i suggest you place them in the Quick Fix folder.
and drag and drop it on top of the Quick-Deompile cmd file
4. To get an error less decompile i prefer you to use the stock apk
5. Once the decompile process is done. you can go into the apks folder that was created and make your edits
warning if you create to many edits that would cause and error. then begin the process over but do them one by one
6. Now its time to recompile ^^^^^^^^^remember the warning^^^^^^^ drag and drop the apks folder on top of the Quick-Recompile cmd file
7. Now once your done go into the apks folder you should see dist folder. Your new compiled apk is located there.
8. Don't worry about signing the apk. All of your edits besides the ones in drawable folder will be in the resource.arsc file
9. Drag that file into the apk thats in the rom your editing
10. If you decide to edit the decompressed .9 images you can check my Team Rejectz Theme Cheat Sheet located >>>Here<<< theres going to be an updated tutorial to quickly edit them
Baksmali/Smali
1. Grab the apk/jar file you want to edit
2. Drag the classes.dex file out of the apk/jar file
3. Drag and drop the classes.dex file onto the Quick-Baksmali cmd file
4. A classout folder will be created
5. Now you can make your smali edit inside of the classout folder and close and save them.
6. After the edits and save, drag and drop the classout folder on top of the Quick-Smali cmd file
7. You should now see a new file called new-classes.dex. rename it to classes.dex
8. Finally drag the classes.dex file into the original apk/jar you pulled it from
If this helped you in anyway just hit that thanks button thanks!!!!!!!!!!
Download:
Team Rejectz Quick Fix
Mirror
Doing Photoshop tonight than eventually this.Thanks for doing this it'll save me from getting a hold of you and timmetal.
habitformer said:
Doing Photoshop tonight than eventually this.Thanks for doing this it'll save me from getting a hold of you and timmetal.
Click to expand...
Click to collapse
Great post LJ, THANKS for this.
This will def help some peeps, thanks LJ. Regardless of how simple you made it get ready for questions! Lol
Sent from my SPH-D710 using xda premium
Awesome dude this will help me out a lot. I think i will be the first to ask questions
Sent from my SPH-D710 using Tapatalk 2
sleshepic said:
This will def help some peeps, thanks LJ. Regardless of how simple you made it get ready for questions! Lol
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
lol i know, i already know
D1rk said:
Awesome dude this will help me out a lot. I think i will be the first to ask questions
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Lol this is awesome.. Great post for team rejectz.
Any instructions on possibly setting up a debugging environment say with eclipse or another ide so you can actually edit your code set break points and test the functionality possibily via emulator?
Sent from my SPH-D710 using xda app-developers app
cas8180 said:
Any instructions on possibly setting up a debugging environment say with eclipse or another ide so you can actually edit your code set break points and test the functionality possibily via emulator?
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
Lol are you joking or serious. Lol. But if not sorry this not that type or strong of a project its just a quick and simple way for people to compile and decompile
Sent from my SPH-L710 using xda premium
timmetal6669 said:
Lol this is awesome.. Great post for team rejectz.
Click to expand...
Click to collapse
Well I try to help as much as possible
Sent from my SPH-L710 using xda premium
Awesome man
Thank You for this! I'll be looking into making a cm9/10 theme and I really needed this lol
mpitcher225 said:
Thank You for this! I'll be looking into making a cm9/10 theme and I really needed this lol
Click to expand...
Click to collapse
your welcome!!!!!!
lorjay589 said:
your welcome!!!!!!
Click to expand...
Click to collapse
Yes thanks.
Alright, first time i have to decompile since you posted this. Lets give it a go!
lickarock said:
Alright, first time i have to decompile since you posted this. Lets give it a go!
Click to expand...
Click to collapse
cool, hope all goes well
Can't thank you enough for this..my whole world is easier.
timmetal6669 said:
Can't thank you enough for this..my whole world is easier.
Click to expand...
Click to collapse
Lol I hope so. Your one of the reasons I had to step my game up.
I actually have a plan
Sent from my SPH-L710 using xda premium
lorjay589 said:
Lol I hope so. Your one of the reasons I had to step my game up.
I actually have a plan
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
*lights up cigar* I love it when a plan comes together.
Sent from my SPH-D710 using xda app-developers app
Gotta tell ya, i love that you guys posted this..love your roms and what you're doing for the community team rejects!!!!!!
Sent from my SPH-D710 using xda app-developers app
Related
Hello All
I've helped a few people on here and am now in need of help myself.
I am slowly getting my phone to look like Froyo AOSP.
Vibrant guys have this mastered but over here its not a big deal.
The part I'm suck on is getting Black text in notification bar.
If anyone knows how to do this I can upload my framework and service.jar.
Only rewards I can offer if repairing you phone for free or dishing out software.
link to my framework and service.
http://dl.dropbox.com/u/10713337/i9000 parts.zip
Bump
Sent from my GTI-9000 Using that XDA app thingy
Dont have time on me but give this a shot :
get apk manager
Take framework-res.apk
Decompile it
Look inside res/layout/
All the status_bar files will give you what you want (start with status_bar.xml)
Modify its color value, its in hex.
Select recompile
Say yes to system, say yes to keep
Only delete resources.arsc
Then push unsigned framework res to phone.
Daneshm90 said:
Dont have time on me but give this a shot :
get apk manager
Take framework-res.apk
Decompile it
Look inside res/layout/
All the status_bar files will give you what you want (start with status_bar.xml)
Modify its color value, its in hex.
Select recompile
Say yes to system, say yes to keep
Only delete resources.arsc
Then push unsigned framework res to phone.
Click to expand...
Click to collapse
From looking at vibrant stuff seems you need to edit the service jar as well. That's the part I can't do.
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
From looking at vibrant stuff seems you need to edit the service jar as well. That's the part I can't do.
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Yes that is for clock. If you need to edit clock then u need to edit services.jar as well.
Found this neat guide : http://forum.xda-developers.com/showthread.php?t=831715
Daneshm90 said:
Yes that is for clock. If you need to edit clock then u need to edit services.jar as well.
Found this neat guide : http://forum.xda-developers.com/showthread.php?t=831715
Click to expand...
Click to collapse
Will look at that when I get in from work. Any chance a master like you could do it for me?
Always handy to have someone who can repair phones and get software in your pocket.
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
Will look at that when I get in from work. Any chance a master like you could do it for me?
Always handy to have someone who can repair phones and get software in your pocket.
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Ill give it a shot in a few hours. Will let u know.
What firmware is it ?
Daneshm90 said:
Ill give it a shot in a few hours. Will let u know.
What firmware is it ?
Click to expand...
Click to collapse
Legend I'm on deodexed JPY
Really hope you have some luck with it, I've tried but classes.dex kept getting errors when using samli.
really over my head.
iammodo said:
Legend I'm on deodexed JPY
Really hope you have some luck with it, I've tried but classes.dex kept getting errors when using samli.
really over my head.
Click to expand...
Click to collapse
Ok ill try on js7 which is wht im on. If i get it workin then ill modify urs n post it.
Daneshm90 said:
Ok ill try on js7 which is wht im on. If i get it workin then ill modify urs n post it.
Click to expand...
Click to collapse
Thank you so much.
Sent from my GTI-9000 Using that XDA app thingy
Ok got it working here pretty easily.
Those instructions work fine. Only thing different is you have to look for
const/4 v7, -0x1
in StatusBarIcon.smali
and replace with
const/high16 v7, -0x100
All previous instructions follow.
If you get latest apk manager (still in testing), link
It does jar's as well. So here are exact steps i did. If ur unable to do them then i will do them for you but id like u 2 learn
Download that.
Extract it. Run Script.bat
It'll say an update is found let it do its thing.
Put services.jar in modding folder
select it
decompile it
Do the modification i said in previous post
Choose the heap option in the script and set it to 512
Recompile
Then just push .jar to appropriate folder.
Done.
Could I be cheeky and ask you to edit the ones I posted just so I have them encase I can't.
Will try tho as like to do things myself thus having my own deodexed rom and all my lil extras.
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
Could I be cheeky and ask you to edit the ones I posted just so I have them encase I can't.
Will try tho as like to do things myself thus having my own deodexed rom and all my lil extras.
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Ok if u promise me you'll try it first
Neway, did u just want the clock edited ? Or rest as well ?
Daneshm90 said:
Ok if u promise me you'll try it first
Neway, did u just want the clock edited ? Or rest as well ?
Click to expand...
Click to collapse
Can I have the clock and any text that pops up in notification bar black.
I will get my wife to post a message,the main PC is plugged into the livingroom TV so means she can't use the Xbox when I'm playing phones.
Sent from my GTI-9000 Using that XDA app thingy
Can you also post your twframework-res.apk ?
Thanks
Daneshm90 said:
Can you also post your twframework-res.apk ?
Thanks
Click to expand...
Click to collapse
Just booting up the PC
Sent from my GTI-9000 Using that XDA app thingy
iammodo said:
Just booting up the PC
Sent from my GTI-9000 Using that XDA app thingy
Click to expand...
Click to collapse
Ok in meantime u can try the services.jar for just the clock
Here
Just push to phone n restart
its in this zip file
thank you
http://dl.dropbox.com/u/10713337/twframework-res.zip
Here u go :
Fyi i had to download a deodexed jpy dump and edit that one because urs was themed (incorrectly) hence apktool complained about undefined symbols and wouldn't compile.
So w/e theme u had before u will have to reapply / transfer the images into this new framework-res.
http://dl.dropbox.com/u/14513610/framework-res.apk
Services.jar was posted above.
How do I pull the battery icon out of one theme and then place it in a different one? Thanks.
Sent from my SPH-D700 using Tapatalk
Copy and Paste
Open both zip files (do not extract), go to system>framework - open framework-res, go into res>drawable-hdpi - select the battery icons you want and copy them into your other zip in the exact same spot. They will overwrite the ones that are there. Save the zips and you should be good to go.
If the xml files of the battery you want to use are different then the ones in the theme you are using, it will not display properly, but if they are the same, you should be ok.
Thanks, I'll give it a try.
Sent from my SPH-D700 using Tapatalk
Is it possible to pull everything out of the theme other than the battery, and then flash just to battery on top of the current theme i'm using?
Sent from my SPH-D700 using Tapatalk
In short, no... because you are replacing framework-res, it will replace all the images. The bestway to get the battery is to find one you like and copy and paste it to the theme zip.
If you were to remove all the other images and flash it, I imagine there would be a whole hot of problems.
Sent from my Nexus S using XDA Premium App
redsox19asb said:
In short, no... because you are replacing framework-res, it will replace all the images. The bestway to get the battery is to find one you like and copy and paste it to the theme zip.
If you were to remove all the other images and flash it, I imagine there would be a whole hot of problems.
Sent from my Nexus S using XDA Premium App
Click to expand...
Click to collapse
Tell me which icon set you want into what theme you are using. It's not hard if you know what you are doing. I can do it for you once I have both sets of files. Will take about 10 mins if both framework's are the same. More problems if the charge icons 9,10 or 20 vs the 100 I use in my theme.
Holy crap, I actually did it, and it works... At least I think it does, I'll have to wait and see if I missed any...
Thanks for the help, and the offer to do the work for me!
now the question is can i do this to stock e05 plus?
mannyhernz said:
now the question is can i do this to stock e05 plus?
Click to expand...
Click to collapse
Try making a metamorph if your just trying to change a few images in an apk.
cd's or tapes?
Would be nice if a mod moved this thread to the " Q & A " section. Thanks.
Sent from my SPH-D700 using XDA Premium App
Custodian said:
Would be nice if a mod moved this thread to the " Q & A " section. Thanks.
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
+1, should have [Q] tag in the title as well. For future reference, when making a new thread asking a question, be sure to tick the box where it says "Is this thread a question?" Makes it easier for people to weed through the clutter
Sent from my SPH-D700 using XDA App
redsox19asb said:
Copy and Paste
Open both zip files (do not extract), go to system>framework - open framework-res, go into res>drawable-hdpi - select the battery icons you want and copy them into your other zip in the exact same spot. They will overwrite the ones that are there. Save the zips and you should be good to go.
If the xml files of the battery you want to use are different then the ones in the theme you are using, it will not display properly, but if they are the same, you should be ok.
Click to expand...
Click to collapse
How do you "go into res"....im running windows and that box comes up where i have to make a decision about finding a program to run the file...thanks?
MrEpic said:
How do you "go into res"....im running windows and that box comes up where i have to make a decision about finding a program to run the file...thanks?
Click to expand...
Click to collapse
"res" is the name of the directory inside of the apk. Open .xml files with something like Notepad++ and open .png files with Photoshop or GIMP. Of course you can just view them with the Windows Photo Viewer but that doesn't allow you to edit them very much at all.
EDIT: just saw the last reply was (from me I might add) in May lol. Thread necromancy at its finest
Sent from my SPH-D700 using XDA Premium App
thomasskull666 said:
"res" is the name of the directory inside of the apk. Open .xml files with something like Notepad++ and open .png files with Photoshop or GIMP. Of course you can just view them with the Windows Photo Viewer but that doesn't allow you to edit them very much at all.
EDIT: just saw the last reply was (from me I might add) in May lol. Thread necromancy at its finest
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
Its ok...i wasnt expecting to get a response till next month lol...ok...im in ...i downloaded a program..i went exacty where you said...but i cant find the battery icons...what will they be called? I only found the ones labeled battery_char..which is short for charging..basically..i want to take the battery icon from black and blue glass theme..and place it inside the epic dark horse theme..i like the numbers better!!???
MrEpic said:
Its ok...i wasnt expecting to get a response till next month lol...ok...im in ...i downloaded a program..i went exacty where you said...but i cant find the battery icons...what will they be called? I only found the ones labeled battery_char..which is short for charging..basically..i want to take the battery icon from black and blue glass theme..and place it inside the epic dark horse theme..i like the numbers better!!???
Click to expand...
Click to collapse
okkkk.........so i dug a deeper in the files....for this particular theme....its called...stat_sys_battery...and there is 100 of them..due to the fact its a number system..so all i have to do ....is use the copy or move button...and place inside the same folder where it should be inside epic dark horse....do i need to delete epics dark horse batt stats or it will override?
MrEpic said:
okkkk.........so i dug a deeper in the files....for this particular theme....its called...stat_sys_battery...and there is 100 of them..due to the fact its a number system..so all i have to do ....is use the copy or move button...and place inside the same folder where it should be inside epic dark horse....do i need to delete epics dark horse batt stats or it will override?
Click to expand...
Click to collapse
Just copy and overwrite them.
Sent from my SPH-D700 using XDA Premium App
crawrj said:
Just copy and overwrite them.
Sent from my SPH-D700 using XDA Premium App
Click to expand...
Click to collapse
Highly appreciate everything!! Im going in....i only have to do over 100 of them!!! ughh....
MrEpic said:
Highly appreciate everything!! Im going in....i only have to do over 100 of them!!! ughh....
Click to expand...
Click to collapse
Actually there is what about 204 battery pngs to move on most 1% battery mods.
Take about a whole minute to highlight em all, and drag and drop them from one ROM zip to another ROM zip.
Make sure you grab all 204 or you will end up with a screwy looking charging animation or something else in the battery mod at some point
Paul627g said:
Actually there is what about 204 battery pngs to move on most 1% battery mods.
Take about a whole minute to highlight em all, and drag and drop them from one ROM zip to another ROM zip.
Make sure you grab all 204 or you will end up with a screwy looking charging animation or something else in the battery mod at some point
Click to expand...
Click to collapse
the "204" im looking for will all be in the same folder correct? And if so...wont all of them have some form of the word "batt" involved...? Cause i only ones i see is 1-100..full...unknown..and the batt char icons? Would this be one of the ones thats nots included in the "most" you were talking about lol?
MrEpic said:
the "204" im looking for will all be in the same folder correct? And if so...wont all of them have some form of the word "batt" involved...? Cause i only ones i see is 1-100..full...unknown..and the batt char icons? Would this be one of the ones thats nots included in the "most" you were talking about lol?
Click to expand...
Click to collapse
Yes they are all in the res/drawable-hdpi/ folder.
They will be named...
stat_sys_battery_xx.png (these are the non charging images)
stat_sys_battery_charge_animxx.png (these are the charging images)
Really wont matter if you grab the unknown battery image... Just make sure you have all the normal and charging images and you should be fine.
a few notes: all images were kanged from Overstew's ICS theme for Calkin's ROM.
I'm not a themer (hence the .apk files), but I love Jez2cool's Sydicate Ice ROM. So I took the images from Overstew's ICS theme and copied them to the appropriate Syndicate Ice 1.1 apks. No other changes were made.
Crap. Can't link to images (or the framework-res.apk (which is over 8megs) ) because I haven't posted enough. Ummm, bear with me here... Any suggestions on how to get link up?
Nice work! Hope to see more work from you... the locals are ravenous for more themes... I think if u post about 8 more posts throughout the threads you will be able to post that framework...
File is too big to post. Would love to get the mediafire link up for everyone tho.
Sent from my SPH-D710 using XDA App
Hey venum, do you happen to have an empty zip(with the updater script etc) available we could just throw these in to flash?(with like 7zip or something). Sure I could find one if I looked around but it'd be helpful to have one near the top of the thread
Sent from my SPH-D710 using XDA App
sleshepic said:
Hey venum, do you happen to have an empty zip(with the updater script etc) available we could just throw these in to flash?(with like 7zip or something). Sure I could find one if I looked around but it'd be helpful to have one near the top of the thread
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
Lol sure. This is the stock eg30 theme. Keep in mind you will have to resign the zip to get it to run correctly after u add the apks (sorry if u already knew that... u can just delete the extra apks in it...)
http://www.mediafire.com/?b2pgm7gpkbb8bcs
So that would turn it into cwm flashable zip?
Sent from my SPH-D710 using XDA App
VeNuM said:
Lol sure. This is the stock eg30 theme. Keep in mind you will have to resign the zip to get it to run correctly after u add the apks (sorry if u already knew that... u can just delete the extra apks in it...)
http://www.mediafire.com/?b2pgm7gpkbb8bcs
Click to expand...
Click to collapse
Thanks!
livewirevoodoo said:
So that would turn it into cwm flashable zip?
Click to expand...
Click to collapse
yes that's all you need. If you want take a look at the updater script, in the Meta-infs/Google/com folder i believe? It'll have the language there needed to tell cwm what to do, think you don't want to use just a standard notepad app to write as it may fail.
Edit: sorry, the updater script is in meta-inf/com/google/android
Sent from my SPH-D710 using XDA App
Im running ICE right now and love it...porting this theme over would be nice. I like the rom as is, but having options is always nice.
Sent from my SPH-D710 using xda premium
Sounds pretty straight forward. I'm gonna take a crack at it this morning post-brunch.
Anyone know where the graphics for the Settings menu (Wireless and network; Call settings; Sound, etc) are located? Would like to change those as well but uncertain where to find them. Thanks.
-You need a xml editor for this. Something like Notepad++
-This mod is untested because I dont have the device at the moment.
-Make a backup of your current framework-res.apk and Systemui.apk files
-After 2 weeks I believe I found all of what I need for this MOD after going through the framework and Systemui of my Galaxy Nexus
-This did work on my Galaxy Note
-Please try at your own risk
How To
1. Decompile the framework-res
2. In the values folder you will find bools.xml
3. Open up the file and search for "config_showNavigationBar"
4. This should be false, change it to True
5. Open up the dimens.xml and search for "navigation_bar_height"
6. Change the value there to either one of these because im not sure how it would look (25, 30, 35)
7. Recompile your framework-res.apk
8. Extract or Decompile the systemui.apk
9. Navigate to the drawable-hdpi folder
10. Download these NavBar_Icons images and place them in that folder
11. Zip or Recompile the systemui.apk
(OPTIONAL)
After completing the above
Disable the light on the capacitive touch keys(Home-Back-Menu-Search)
1. Decompile the framework-res.apk
2. In the values folder you will find arrays.xml
3. Open that xml and search for "config_autobrightnessbacklightvalues"
4. Change all values to 0
5. Recompile the framework-res.apk
Thanks!
What does this MOD do or what is it for? Sorry for the noob question.
Sent from my SGH-T989
Datfoooo said:
What does this MOD do or what is it for? Sorry for the noob question.
Sent from my SGH-T989
Click to expand...
Click to collapse
I think its the on screen buttons at the bottum like the GN
Sent from my SAMSUNG-SGH-I727 using xda premium
Datfoooo said:
What does this MOD do or what is it for? Sorry for the noob question.
Sent from my SGH-T989
Click to expand...
Click to collapse
Sure is. Its for a custom status bar
Sent from my SGH-T989 using XDA
apktool seems to have trouble with compiling system apks from this leak. What are people using to compile system ICS apks for s2 leaks?
jim93 said:
apktool seems to have trouble with compiling system apks from this leak. What are people using to compile system ICS apks for s2 leaks?
Click to expand...
Click to collapse
I know i have a modified version of APK manager for my team
But try using APK manager 5.0
Soo whoever wants to make a flashable zip...
Sent from one of my phones! Thank me.
This is a mod i could achieve with xboarders aosp rom but I cant even get to decompile framework-res.apk from the leaked tw rom tried apktool 4.9 and 5 and always says theres an error 21 something
Sent from my SAMSUNG-SGH-I727 using XDA
felips.110 said:
This is a mod i could achieve with xboarders aosp rom but I cant even get to decompile framework-res.apk from the leaked tw rom tried apktool 4.9 and 5 and always says theres an error 21 something
Sent from my SAMSUNG-SGH-I727 using XDA
Click to expand...
Click to collapse
Read the error log
Sent from my Galaxy Nexus using xda premium
sorry to hijack your thread master & slave. i know you're always doin' good job. but from what i tested this bad boy there is trouble with it on any ics rom. if you look @ bottom of the screen it cuts it. meaning the size of that nav bar cuts off screen in phone.apk, camera.apk and other apps even the whole home screen.i find this lame thanks to samsung for skrewing our things 0v3r =\
wali01x said:
sorry to hijack your thread master & slave. i know you're always doin' good job. but from what i tested this bad boy there is trouble with it on any ics rom. if you look @ bottom of the screen it cuts it. meaning the size of that nav bar cuts off screen in phone.apk, camera.apk and other apps even the whole home screen.i find this lame thanks to samsung for skrewing our things 0v3r =\
Click to expand...
Click to collapse
Nah no Hijack...It should cut the screen because the buttons are always on screen on the GNex so Its cuts the screen here as well.
What I will do is try on my GSII on Thursday when I have my day off from work.
Sent from my Galaxy Nexus using xda premium
Master&Slave™ said:
Nah no Hijack...It should cut the screen because the buttons are always on screen on the GNex so Its cuts the screen here as well.
What I will do is try on my GSII on Thursday when I have my day off from work.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thank you sir. I'm really dying for this mod, oddly enough, and the compile process isn't going so well. Thanks again for putting some time into this.
-the ultimate black dragon-
masamichi7 said:
Thank you sir. I'm really dying for this mod, oddly enough, and the compile process isn't going so well. Thanks again for putting some time into this.
-the ultimate black dragon-
Click to expand...
Click to collapse
Everyone is having trouble compiling...post your error logs
Sent from my Galaxy Nexus using xda premium
bump. i wanna see this mod get fixed... as crazy as it sounds, this is one of the features of ICS I've anticipated most... sad to see devs and "the man" cuttin' it out of their roms and overlays... Thanks for getting this started M&S!
acexnx316 said:
bump. i wanna see this mod get fixed... as crazy as it sounds, this is one of the features of ICS I've anticipated most... sad to see devs and "the man" cuttin' it out of their roms and overlays... Thanks for getting this started M&S!
Click to expand...
Click to collapse
I wrote this blindly...but I don't think its broken...most people are having trouble compiling...not actual errors on the device...I asked people to post error logs but no one has done it
Sent from my Galaxy Nexus using xda premium
I don't know why people want them now, since it looked like nobody wanted them like a month ago.
See
http://forum.xda-developers.com/showthread.php?t=1531317&highlight=onscreen+buttons
Sent from my SGH-T989 using xda premium
xxKamikazexx said:
I don't know why people want them now, since it looked like nobody wanted them like a month ago.
See
http://forum.xda-developers.com/showthread.php?t=1531317&highlight=onscreen+buttons
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
People have always wanted them. We were just pushed aside by those who think only their opinions matter. Its part of ics and actually a cool feature. Now those manufacturers making them hardware keys in their néw devices is just stupid. I can understand not wanting them on existing devices but new ones come on. What about the consumer
Sent from my SAMSUNG-SGH-I727 using xda premium
If you have trouble compiling then post your error logs here
Sent from my Galaxy Nexus using xda premium
Sup M&S, I am goin to give this a shot, seeing as how I just fixed my apk manager. If I receive an error trying to compile, I will post the log.
Well, here it is... It worked but, is there a way to center the icons?
Uploaded with ImageShack.us
I have been trying to find this image and cannot. In the screen shot I am trying to take the progress bar you see in green and go blue with it. I have looked through both frameworks and systemui and anything else I can think of. I can find several twprogressbar PNG's but they are already blue from the theme Im using. Does anyone know where that image is at. Thanks in advance.
try secdownloadprovider.apk
Just checked. No green pngs in it either. Thanks.
Checked both. The actual provider doesn't even have a Res folder. Kinda odd.
Its an xml not a PNG. I don't have a PC right now so I can't look and tell u the exact one but dazed knows. I would send him a pm. Sorry I couldn't be more help but it changed in ICS and without being able to look I can't remember which it is.
Sent from my SPH-D710 using xda premium
Tiffany84 said:
Its an xml not a PNG. I don't have a PC right now so I can't look and tell u the exact one but dazed knows. I would send him a pm. Sorry I couldn't be more help but it changed in ICS and without being able to look I can't remember which it is.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Hey that is awesome. Thank you. I throught I was going insane. Its the only green really left and I wanted to try and change it. I'm not the greatest with XML but I can give it a shot. Thanks again. I'll shoot him a PM after while.
Its really easy to change. If u want u can download my theme or Dazed‘s blue theme or an ICS theme and when u know the exact one u can swap them out or you can open them up and look at it so u get an idea. U need to use something like notepad++ to edit the XML and if your going to make the change yourself your going to need to decompile the apk because just extracting it with 7zip or something won't allow u to edit the XML. U won't be able to read it.
Sent from my SPH-D710 using xda premium
Hi tiff.
_Burst_ said:
Hi tiff.
Click to expand...
Click to collapse
Hey!! Where u been?? Why aren't u building themes??
Sent from my SPH-D710 using xda premium
Tiffany84 said:
Its really easy to change. If u want u can download my theme or Dazed‘s blue theme or an ICS theme and when u know the exact one u can swap them out or you can open them up and look at it so u get an idea. U need to use something like notepad++ to edit the XML and if your going to make the change yourself your going to need to decompile the apk because just extracting it with 7zip or something won't allow u to edit the XML. U won't be able to read it.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Thanks. Once I know which one it is I may do that. The hardest time I'm having right now is decompiling and recompiling ICS frameworks without issues. I am using APk multi tool and for the life of me I cannot get it to see the project. I try to decompile with dependencies and it says select a project so I do. But it never selects. I'll keep playing with it. But if burst knows which one it is that would be awesome. I see he's now in the thread.
Have u tried using the tool agat posted in development?
Sent from my SPH-D710 using xda premium
Tiffany84 said:
Have u tried using the tool agat posted in development?
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
You know I downloaded it but didn't really give it a shot. Maybe that should be were I move to instead of keep beating my head against the table with the Multi tool. I'll give it a shot.
Apk manager is the best. I'm tired so too lazy to read previous posts, but the progress bar XML is progress_horizontal.XML under framework-res.apk > Res > Layout.
Sent from my SPH-D710 using Tapatalk 2
Ascertion said:
Apk manager is the best. I'm tired so too lazy to read previous posts, but the progress bar XML is progress_horizontal.XML under framework-res.apk > Res > Layout.
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
I just decompiled that and couldnt seem to see that file in the layout folder. maybe im looking in the wrong place?
Edit, there is one in the drawable folder?
Well I changed out the Progress_horizontal.xml and the TWprogress_horizontal.xml from the drawable folder. I used the framework from Tiffs ICS with a twist of Honey theme v1.0. That damn bar is still green. Verified all the PNGs were right. And made sure that I did indeed get thee right xmls switched over. Not sure what else to try. I looked in the layout folder and there wasn't a file named that in there. and ideas?
My bad, it is drawable. For ICS, it might be a part of SystemUI. (They also placed the battery mods in there.) Try those sub folders and search for "progress". I haven't done any ICS theming as of yet, but I think that should do it.
Ascertion said:
My bad, it is drawable. For ICS, it might be a part of SystemUI. (They also placed the battery mods in there.) Try those sub folders and search for "progress". I haven't done any ICS theming as of yet, but I think that should do it.
Click to expand...
Click to collapse
I think I may have got it, I just decompiled and changed the color code in the progress_horizontal.xml and recompiled. I looked through systemui and didn't see any files with that name. I'm flashing now so we will see shortley. Thanks for all your help. I will post back in just a few with the results.
Nope. OK, time to browse systemui a little better.
Found another one in tw.framework
OK, so I think I know what my issue is, problem in my process. thanks again. post back when i figure something out. if anyone has anymore input its all welcome.
OK, Im at a loss. I have changed it in both frameworks. still that bar is green, i dont get it.
scarmon25 said:
I think I may have got it, I just decompiled and changed the color code in the progress_horizontal.xml and recompiled. I looked through systemui and didn't see any files with that name. I'm flashing now so we will see shortley. Thanks for all your help. I will post back in just a few with the results.
Nope. OK, time to browse systemui a little better.
Found another one in tw.framework
OK, so I think I know what my issue is, problem in my process. thanks again. post back when i figure something out. if anyone has anymore input its all welcome.
OK, Im at a loss. I have changed it in both frameworks. still that bar is green, i dont get it.
Click to expand...
Click to collapse
It's gotta be the framework-res one. Are you editing the hex values? Eg: #ff475864
Sent from my SPH-D710 using Tapatalk 2
Ascertion said:
It's gotta be the framework-res one. Are you editing the hex values? Eg: #ff475864
Sent from my SPH-D710 using Tapatalk 2
Click to expand...
Click to collapse
Yeah, I am having some trouble getting apk manager to find the project. it keeps telling me to select a project and I select one, but it doesnt sellect., any ideas on that one.
scarmon25 said:
Yeah, I am having some trouble getting apk manager to find the project. it keeps telling me to select a project and I select one, but it doesnt sellect., any ideas on that one.
Click to expand...
Click to collapse
Not sure lol. It should show up if you have the apk in the right folder. I think u gotta place it in the 'pleace apk here for modding' folder. Option to select should be 25.
Sent from my SPH-D710 using Tapatalk 2