Ice Cream Sandwich Status Bar Icons - Barnes & Noble Nook Tablet

Would anyone have the status bar icon set for Ice Cream Sandwich, or have a link to them for me? I'm looking for the usual Back, Home, Menu, but also the wifi, battery and other icons.
Been going through the SystemUI.apk and want to change some of the icons. Thank you!

rjin9673 said:
Would anyone have the status bar icon set for Ice Cream Sandwich, or have a link to them for me? I'm looking for the usual Back, Home, Menu, but also the wifi, battery and other icons.
Been going through the SystemUI.apk and want to change some of the icons. Thank you!
Click to expand...
Click to collapse
rjin9673, there are numerous launcher themes (for each launcher - ADK, GO, etc...) that will do what you want....

sirsamiam said:
rjin9673, there are numerous launcher themes (for each launcher - ADK, GO, etc...) that will do what you want....
Click to expand...
Click to collapse
I currently use GO Launcher and have tried others. I just wanted to do some changes myself. It's more fun to me that way I like digging through code and customizing it to my wants.

sirsamiam said:
rjin9673, there are numerous launcher themes (for each launcher - ADK, GO, etc...) that will do what you want....
Click to expand...
Click to collapse
Example? None of the one's ive ever seen will change the status bar *to the degree that OP wants.
And if you want to find the icons OP, I can upload them in a bit, but you can always just look at a system dump from the Galaxy Nexus or something.

SG Pillar said:
Example? None of the one's ive ever seen will change the status bar *to the degree that OP wants.
And if you want to find the icons OP, I can upload them in a bit, but you can always just look at a system dump from the Galaxy Nexus or something.
Click to expand...
Click to collapse
Thanks, that would be great. I was trying to use the Android AVD and SDK Manager and pull apart the files they have for 4.0 and see if I can find them in there.

rjin9673 said:
Thanks, that would be great. I was trying to use the Android AVD and SDK Manager and pull apart the files they have for 4.0 and see if I can find them in there.
Click to expand...
Click to collapse
They might need to be resized for the NT status bar (I still haven't done much playing with the SystemUI.apk yet, at this point I'm almost just waiting to see if someone can figure out how to remap the buttons and then go from there), but hopefully this is what you were looking for.

SG Pillar said:
They might need to be resized for the NT status bar (I still haven't done much playing with the SystemUI.apk yet, at this point I'm almost just waiting to see if someone can figure out how to remap the buttons and then go from there), but hopefully this is what you were looking for.
Click to expand...
Click to collapse
Thanks so much!
If you check out the thread http://forum.xda-developers.com/showthread.php?t=1415075 they have started to tinker with remapping, which is also I'm trying to figure out, but it doesn't seem that revcompgeek is on much.

rjin9673 said:
Thanks so much!
If you check out the thread http://forum.xda-developers.com/showthread.php?t=1415075 they have started to tinker with remapping, which is also I'm trying to figure out, but it doesn't seem that revcompgeek is on much.
Click to expand...
Click to collapse
Yeah I've been posting in there for a while too.
Oh I just read your OP and you wanted the wifi/batt icons too?
I attached those in this post. Sorry for not posting them earlier.

Thanks a lot!

i'm attaching my SystemUI.apk for those who wants ics icons on their nook.. i have 2 versions.. one is with a custom read icon and another w a home icon (like in the other thread) but doesnt map to home unfortunately still maps to currently reading.
{
"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"
}
how to replace? Unzip the attached, copy the apk to your sd card, copy it to system/etc first, change permission to rw-r-r then move it to system/app .. ignore the force close , just power off the nook and power it on again.
for the ics batt icons, i'll attached the resized images here, you'll need to extract the framework-res and replace the batt images..
edit: please backup ur apks first.. p.s the systemui I used is the one by revcompgeek

xecuter said:
i'm attaching my SystemUI.apk for those who wants ics icons on their nook.. i have 2 versions.. one is with a custom read icon and another w a home icon (like in the other thread) but doesnt map to home unfortunately still maps to currently reading.
how to replace? Unzip the attached, copy the apk to your sd card, copy it to system/etc first, change permission to rw-r-r then move it to system/app .. ignore the force close , just power off the nook and power it on again.
for the ics batt icons, i'll attached the resized images here, you'll need to extract the framework-res and replace the batt images..
edit: please backup ur apks first.. p.s the systemui I used is the one by revcompgeek
Click to expand...
Click to collapse
Very Cool, Thanks

xecuter said:
for the ics batt icons, i'll attached the resized images here, you'll need to extract the framework-res and replace the batt images..
edit: please backup ur apks first.. p.s the systemui I used is the one by revcompgeek
Click to expand...
Click to collapse
Thanks so much!
I used NinjaMorph to extract the framework-res.apk on the tablet as I was using it so I didn't have to mess with apktool. It worked great for a simple .png swap.
Here's the link for it: https://market.android.com/details?id=stericson.ninjamorph.free&feature=search_result
It requires root and busybox to be installed. Also, make sure debugging is ENABLED.
And always, make sure to backup everything!

rjin9673 said:
Thanks so much!
I used NinjaMorph to extract the framework-res.apk on the tablet as I was using it so I didn't have to mess with apktool. It worked great for a simple .png swap.
Here's the link for it: https://market.android.com/details?id=stericson.ninjamorph.free&feature=search_result
It requires root and busybox to be installed. Also, make sure debugging is ENABLED.
And always, make sure to backup everything!
Click to expand...
Click to collapse
Talking about busybox which version is best for the nook? Or just installing the latest one will work fine?
Sent from XDA using one of my Android Toys

lavero.burgos said:
Talking about busybox which version is best for the nook? Or just installing the latest one will work fine?
Sent from XDA using one of my Android Toys
Click to expand...
Click to collapse
If I remember correctly the better versions are 1.17.* or 1.19.* . This is because there were several integral components missing from the 1.18 iterations.

xecuter said:
i'm attaching my SystemUI.apk for those who wants ics icons on their nook.. i have 2 versions.. one is with a custom read icon and another w a home icon (like in the other thread) but doesnt map to home unfortunately still maps to currently reading.
how to replace? Unzip the attached, copy the apk to your sd card, copy it to system/etc first, change permission to rw-r-r then move it to system/app .. ignore the force close , just power off the nook and power it on again.
for the ics batt icons, i'll attached the resized images here, you'll need to extract the framework-res and replace the batt images..
edit: please backup ur apks first.. p.s the systemui I used is the one by revcompgeek
Click to expand...
Click to collapse
Thanks very much, question do the SystemUI's attached make n button act like a standard Home button?
I want to release 2 versions of root "RootME", inspired of Indirect's & Cfoesch methods but adding modified SystemUI, framwork-res, build.prop and adding other .apk's along with the necessary files to block OTA after root (A step that many don't do because they think that by applying Indirect's script will do it).
if anyone would like to help me testing would be much appreciated just PM me if interested!
Veronica

lavero.burgos said:
Thanks very much, question do the SystemUI's attached make n button act like a standard Home button?
I want to release 2 versions of root "RootME", inspired of Indirect's & Cfoesch methods but adding modified SystemUI, framwork-res, build.prop and adding other .apk's along with the necessary files to block OTA after root (A step that many don't do because they think that by applying Indirect's script will do it).
if anyone would like to help me testing would be much appreciated just PM me if interested!
Veronica
Click to expand...
Click to collapse
Yup as it is based on revcompgeek's systemui mod.
Sent from my HTC EVO 3D X515m using xda premium

This looks great I just used it and edited the framework res pack with the battery icons. I think once the home icon actually works as a home buttons this is going to be perfectly flawless.

xboxexpert said:
This looks great I just used it and edited the framework res pack with the battery icons. I think once the home icon actually works as a home buttons this is going to be perfectly flawless.
Click to expand...
Click to collapse
I'll probably be working on the 'n' button this week to have it work how I would like.
I'm still getting familiar with the .smalis and .xmls.
Using revcompgeeks SystemUI.apk, it acts as a natural Home button. I would like to have it as a Back button first, and a Home button second, either buy long press or double press. I rarely use Home, pretty much only when something freezes up and I need to quit to force stop it.

manage to get the reading button remapped to home .. hooray. just need to do more testing first.

xecuter said:
manage to get the reading button remapped to home .. hooray. just need to do more testing first.
Click to expand...
Click to collapse
That's awesome! Could you be so kind to share what you changed in the .smali?

Related

[MOD][MINI/MINI PRO/LIVE][Xperia Nero v1]Statusbar Widgets,Customize as YOU WANT !!

This Mode is only for Gingerbread ROM and is no more maintained !
Same Mode is Availble in my ROM NeroICS with every thing working
GPS crash fix and network toggle is fixed now with 15 toggles...​
I have read a lot about users comments to know how to make Power widgets for statusbar and how to customize them.
And finally got solution over it ! Its similar to the statusbar from CyanogenMod BUT this one is more cool in look !!
You can add remove and arrange the power widgets in statusbar as you want and also apply settings without reboot ! This is for Xperia Mini Pro (SK17i) Users with Android 2.3.4 OS as i have tested it on my SK17i
It also worked on Xperia Mini and Live (Tested by users...)
Active users can try at their own risk ! And please report if it works....
NOTE : I am not responsible if you damage your device by my work ! AND DON'T HESITATE TO HIT THANKS BUTTON IF YOU LIKE MY WORK AS I HAVE MODED IT FOR SK17i !!
Instruction for use :
Firstly extract "Xperia Nero v1 (Power Widgets).zip" anywhere you want and follow these method.
Method 1 :
1] Install QuickPanelSettings.apk
2] And Just Copy " Xperia Nero v1.zip " directly to SD CARD and flash it using CMW
And you are done !
Method 2 :
1] Install QuickPanelSettings.apk
2] Extract " Xperia Nero v1.zip " copy SystemUI.apk from "app" folder and framework-res.apk from "framework" folder of extracted files.
3] Put them anywhere in phone memory before you replace original files using adb or Root Explorer etc and change permission to
R W -
R - -
R - -
4] Make backup of original SystemUI.apk and framework-res.apk and then copy the apk that you put in phone memory just now.And reboot
And you are done !
Sorry For Orange colored pics but actually its BLUE Color NOT Orange !
=>>NEW DOWNLOAD LINK<<=
Thanks to "sj8023ld" For His Post Here
Hi.
I was interesting and beautiful
Thanks
javad0111 said:
Hi.
I was interesting and beautiful
Thanks
Click to expand...
Click to collapse
Did it work on your mini ?
crazyadmit said:
Did it work on your mini ?
Click to expand...
Click to collapse
Yes, work!
excellent mod thanks, works on mini pro. is there any way of using this with UOT Kitchen or adding it without changing the stock theme? i added to UOT Kitchen but when i flashed that it altered my theme but have removed my status bar widgets..
thanks
batjon said:
excellent mod thanks, works on mini pro. is there any way of using this with UOT Kitchen or adding it without changing the stock theme? i added to UOT Kitchen but when i flashed that it altered my theme but have removed my status bar widgets..
thanks
Click to expand...
Click to collapse
Yes you can use it with UOT kitchen and I can say it would be better to re modify these apk file as you want instead of porting look of old SystemUI.apk, as it takes more efforts than redesigning
thanks for reply. I have tried using this in UOT Kitchen but when i flash it back on to my phone the status bar widgets are gone. ANy ideas?
batjon said:
thanks for reply. I have tried using this in UOT Kitchen but when i flash it back on to my phone the status bar widgets are gone. ANy ideas?
Click to expand...
Click to collapse
This might be due to 2 reasons first is you might have added header or carrier lable that will cause you to loose power widgets
or the layout,choose mdpi layout and make sure tou haven't added any non compatible widget icons like blue icon pack...
rest it shouldn't happen as i have tested them on uot before i answer you
method 2 does not require unlocked bootloader right? just rooted phone?
update - my UOT Kitchen'ed version of framework and systemui works if i perform a factory reset and then apply. but then i lose all my stuff, so i have restored my backup. I have tried wiping dalvik cache and then flashing zip but that applies my theme but without toggles :-s I'm so confused
komiks0916 said:
method 2 does not require unlocked bootloader right? just rooted phone?
Click to expand...
Click to collapse
No method 2 needs only rooted phone to use root explorer or similar software to copy apk files
These software requires root access...no need of unlocked bootloader..
batjon said:
update - my UOT Kitchen'ed version of framework and systemui works if i perform a factory reset and then apply. but then i lose all my stuff, so i have restored my backup. I have tried wiping dalvik cache and then flashing zip but that applies my theme but without toggles :-s I'm so confused
Click to expand...
Click to collapse
This shouldn't happen,though you try following steps
firstly extract my apk files from my work (systemui and framewor-res both)
Upload them to uot and modify as you want
download and extract the modified uot files (systemui and framework-res both) and replace your origianl apk files from phone memory by giving properpermission as mention above in method 2
Reboot and it should work ...
and be sure you don't mess with header and carrier label through uot ! Cause i have restricted them in my work for stability.
Don't forget to HIT Thanks Button for me
live
On my live I've just used systemUI.apk and it works perfectly.
I just don't like the status bar color... I would like to change it to the original black, but i don't know how..
If someone can change this for me, I would be very grateful
On this mod, for what is the framework, what it will do?
avatar_pt said:
On my live I've just used systemUI.apk and it works perfectly.
I just don't like the status bar color... I would like to change it to the original black, but i don't know how..
I someone can change this for me, I would be very grateful
Click to expand...
Click to collapse
ok,wait till tomorrow as i am posting new stuff for you that you gonna love for sure.And I will make stock bar for you...be patient
live walkman
neroyoung said:
ok,wait till tomorrow as i am posting new stuff for you that you gonna love for sure.And I will make stock bar for you...be patient
Click to expand...
Click to collapse
thanks m8. for sure I'll be drooling
I can test drive whatever you have, and then you can update the post as Live Walkman compatible.
thanks in advance
avatar_pt said:
thanks m8. for sure I'll be drooling
I can test drive whatever you have, and then you can update the post as Live Walkman compatible.
thanks in advance
Click to expand...
Click to collapse
Check the screen shot from 1st post and download if you like from the link above the last picture from 1st post or from here
And don't forget to Hit Thanks Button
neroyoung said:
Check the screen shot from 1st post and download if you like from the link above the last picture from 1st post or from
And don't forget to Hit Thanks Button
Click to expand...
Click to collapse
already did thanks
Possibility to unistall?
Hi, it works...but the graphics are horrible...is there any way to remove that except hard reset? Thanks...
michael.tesar said:
Hi, it works...but the graphics are horrible...is there any way to remove that except hard reset? Thanks...
Click to expand...
Click to collapse
Can you explain what you meant by horrible graphics ?
Did it gave you any glitches or else ? cause it worked on Mini as told by one user...
And if you want to revert back to old look then just replace SystemUI.apk and framework-res.apk of old rom with proper perimissions that i mentioned above and you will get your old look back... (I hope you had made a backup of these files or Nandroid backup before you used my work )
I noticed a small problem in Quick panel
Pressing mobile data, which indicates the light on or off is not quenched. He turns on and off mobile data, but the indicator light remains lit.

[Request] Serendipity meets CM?

Hey everyone,
So I, like most people on XDA, flash different ROMs all the time. The problem is each ROM has one thing I like but others I don't.
However, the joy of Android is just that! You get to make your phone custom
Anyway, I really like the notification drop down bar on Serendipity. I think Mikey and Chance did a phenomenal job with it. Looks great. But I like the functionality of CyanogenMOD.
Is there anyway to port the notification drop down from Serendipity to CM7?
Thanks!
bscotth said:
Hey everyone,
So I, like most people on XDA, flash different ROMs all the time. The problem is each ROM has one thing I like but others I don't.
However, the joy of Android is just that! You get to make your phone custom
Anyway, I really like the notification drop down bar on Serendipity. I think Mikey and Chance did a phenomenal job with it. Looks great. But I like the functionality of CyanogenMOD.
Is there anyway to port the notification drop down from Serendipity to CM7?
Thanks!
Click to expand...
Click to collapse
I'm doing this off memory so bear with me for any errors. On the cm rom, pick a theme that u like and find the apk for it in system/app. Pull that apk and decompile it with apk tool. Then download the ROM that u want and take systemUI.apk and framework-res.apk and decompile them. After u decompile it, look for some file names in res/drawablehdpi for the images u will want to transfer to the cm theme. Then copy them to the cm theme. I think u have to rename them, but I'm not sure what to rename them to. I will update this when I find out since I'm working on my own theme for this. After u copy them recompile the apk and sign it using apk tool and send it to your device and install it.
If u have no idea on what I am talking about search for how to make themes by jivy26 on themes and apps. Or I can help u make a port, but u would have to be willing to test because i dont feel like switching roms.
If I had money, I would get a credit card. If I had a credit card, I would donate.
Waddle said:
I'm doing this off memory so bear with me for any errors. On the cm rom, pick a theme that u like and find the apk for it in system/app. Pull that apk and decompile it with apk tool. Then download the ROM that u want and take systemUI.apk and framework-res.apk and decompile them. After u decompile it, look for some file names in res/drawablehdpi for the images u will want to transfer to the cm theme. Then copy them to the cm theme. I think u have to rename them, but I'm not sure what to rename them to. I will update this when I find out since I'm working on my own theme for this. After u copy them recompile the apk and sign it using apk tool and send it to your device and install it.
If u have no idea on what I am talking about search for how to make themes by jivy26 on themes and apps. Or I can help u make a port, but u would have to be willing to test because i dont feel like switching roms.
If I had money, I would get a credit card. If I had a credit card, I would donate.
Click to expand...
Click to collapse
Thanks for your reply. The only problem is that I've done this and cannot seem to find any corresponding images in the theme/res/drawable-hdpi directory.
bscotth said:
Thanks for your reply. The only problem is that I've done this and cannot seem to find any corresponding images in the theme/res/drawable-hdpi directory.
Click to expand...
Click to collapse
In system ui in drawable there should be pictures with the labels status_bar something. There will be multiple background images and should be the toggle images. You wouldn't be able to find this if you were looking in framework-res
Sent from my SGH-I777

Black Stock keyboard

I got tired of seeing the white and grey keyboard and didnt wanna use the Gingerbread keyboard cause of the small buttons. So I themed the stock one a little bit. Thought I would share it with the community.
Using root explorer, copy to /system/app. Change permissions to rw-r-r, reboot to xrecovery, clear cache and dalvik cache, Reboot, Enjoy
[EDIT]
added odexed version - not a flashable zip. Use same method from above
oh nice! saves me doing it i was just about to start doing my own one lol!
Something i didn't know how much i need it! thank you man
I followed your instructions but it keeps force-closing every second.
I'm on MiniCM, anyone experiencing this?
Change the name of it to the name of your keyboard before you move it and it will over write.
(NOTE)
Not all roms have the same name for the keyboard
tiagoSequeira said:
I followed your instructions but it keeps force-closing every second.
I'm on MiniCM, anyone experiencing this?
Click to expand...
Click to collapse
try deleting LatinIME.odex
Edit: don't have to rename the textinput-tng to the existing keyboard since the package name is different anyway... (?)
Oh he is using an odexed rom. I dont why I didnt think of that. Ok I will odex this apk and post it as well for anyone using odexed ROMs.
Dude
To work perfectly this keyboard,need some lib and usr files
second..
You replace the mdpi java icons with hdpi ones and characters on buttons is to big and someone protrude from button perimeter...
Friendly superuser
Superuser_ said:
Dude
To work perfectly this keyboard,need some lib and usr files
second..
You replace the mdpi java icons with hdpi ones and characters on buttons is to big and someone protrude from button perimeter...
Friendly superuser
Click to expand...
Click to collapse
Well most phones already have the stock Eclair keyboard or GIngerbread keyboard. My rom is Gingerbread 2.3.7. So I know this will work if anyone already has either keyboard in their ROM. Ive swapped around to all three keyboards. All worked. and I know the icons are hdpi. They look a lot better on my phone then mdpi. And they get resized by android anyways. I left the characters bigger so they can be seen better. Only notice two characters that hang over a litte bit. Neither causes any issues though. BUT, I guess I could change the icons to mdpi and resize the characters if anyone wants it done.
Thanks for the feedback
No it haven't dude..
I Just make fresh install my rom and install your keyboard
Force close and force again...
To all users 2.2+ and you dude..
Delete all system keyboards
Install your with any way you want
or try my flash way here : http://db.tt/20QG32OH
I Just replace in system/app the default one with your and I added the correct system files
No offence and free to use those files..
Btw
Nice work and thanks for sharing..
Friendly superuser
nice color, hope other colors coming~
Request a color and I will see what I can do
Looks good, i try this
Chadw1985 said:
Request a color and I will see what I can do
Click to expand...
Click to collapse
Can you make some glasses? I mean transparent 75% maybe.
I will definitely try. I been thinking about a transparent one for a few days now. Cant find icons for it. So I will have to make or convert some. Might take me a day or so but I will get it done
Ive installed this keyboard. But the black theme only works in portrait. Why is it? Thanks.
Sent by my w8 with XDA app........
Superuser_ said:
No it haven't dude..
I Just make fresh install my rom and install your keyboard
Force close and force again...
To all users 2.2+ and you dude..
Delete all system keyboards
Install your with any way you want
or try my flash way here : http://db.tt/20QG32OH
I Just replace in system/app the default one with your and I added the correct system files
No offence and free to use those files..
Btw
Nice work and thanks for sharing..
Friendly superuser
Click to expand...
Click to collapse
Superuser, do you still have that (black KB) somewhere, because link on Dropbox failed? Could you repost it, please?
zlamar said:
Superuser, do you still have that (black KB) somewhere, because link on Dropbox failed? Could you repost it, please?
Click to expand...
Click to collapse
You are lucky..still have it
Here:
http://db.tt/M5RBxC41
And the original here
Chadw1985 said:
I got tired of seeing the white and grey keyboard and didnt wanna use the Gingerbread keyboard cause of the small buttons. So I themed the stock one a little bit. Thought I would share it with the community.
Using root explorer, copy to /system/app. Change permissions to rw-r-r, reboot to xrecovery, clear cache and dalvik cache, Reboot, Enjoy
[EDIT]
added odexed version - not a flashable zip. Use same method from above
Click to expand...
Click to collapse
Here you provide the zip flasheables
download
download version odexed
Superuser_ said:
You are lucky..still have it
Here:
http://db.tt/M5RBxC41
And the original here
Click to expand...
Click to collapse
Thank You!
Anybody knows is there any better black kb but stock alike? In case this one is only portait rethemed....

[MOD][ICS|GB] DefaultThemes.apk mod like you want. :D

Hi!
For now I haven't ideas for what band/images I will add in future so:
Tell me what you want to see
Just install like normal app (after reboot the stock DefaultThemes will be restored so this is temporary method - to see what is the effect) or copy to system/app.
After copying you need to reboot your phone and then choose theme.
If someone will successful use it on Gingerbread please let me know if it work.
GB & ICS themes from post #16...
Pictures and app in attachments.
IF YOU LIKE MY WORK CLICK: THANKS.
bigups man.... i love dis!!! but i too have some Go Launcher themes wish i would like to use with Xperia Stock Launcher. Buddy can yhu make it work please?
I can try make theme for stock launcher and for go launcher... please give me an apk with theme you want to be modded or simply upload pictures and title you want to see. Before midnight I'll upload moded apk if it will be working or give feedback if not.
thanks so much buddy.... i appreciate!!!!
http://www63.zippyshare.com/v/42979616/file.html
http://www63.zippyshare.com/v/81191294/file.html
help me try dis 2 files first please!
Ok.
So firstly: in buildin themes chooser there are no possibility to use icons for menu... Only backgrounds (for now, I'll try to make icons change, maybe add some strings in xml files or must edit smail files (very hard, but possible).
reaper61616 said:
Ok.
So firstly: in buildin themes chooser there are no possibility to use icons for menu... Only backgrounds (for now, I'll try to make icons change, maybe add some strings in xml files or must edit smail files (very hard, but possible).
Click to expand...
Click to collapse
Thanks so much buddy... i appreciate yur effort man!!!! God Bless...
whalesplaho said:
Thanks so much buddy... i appreciate yur effort man!!!! God Bless...
Click to expand...
Click to collapse
Again!
Want click 'quote'...
This is the apk with first theme, without icons. I thing there will be problem with adding icons to DefaultThemes... To change icons we need modify framework or app that want to have non-stock icons.
I think that 'Glam' has very nice appirience.
Today morning I'll upload next app for you with the second and first theme in one package.
EDIT:
Please tell me what you think about this
There is bug in keyboard in dialer... When uploading morning I'll try to repair it.
Not working brov... download, copy apk file to system/app/, add permission & restart!!!
Don't know why. I install this on my phone - work, copying working too... I will see and try to make it work.
What error you get?? Try to install first... Tell me if instaling of this package is working.
Check one more time permissions... If I can use it without any errors then you can too.
Try redownload apk.
Upload with images so you can see that it works.
Application background in 'old paper' is little edited because the original was to bright and texts was less visible.
which one did yhu upload again brov...?
nice screenies... thanks so much buddy! i copy to system/app, add permission den restart... when i open display- themes, it was blank, nothing shows!
I don't know why it is blank. In my phone you have seen what it's looks like.
Take a look at post #10... There is an app with moded 2 themes. Try to install (not copy) and tell me is there still missing dialpad background.
What is your phone? What system compilation do you use? Place a screenshot with issue you talking about.
I figure out how to ADD (not modify) themes.
Take a look at attachment... There one theme added called 'NEW' (copy of 'Glam' but is more then 7 buildin themes).
i get parsing error while installing....
am using xperia mini pro buddy. what do yhu mean by system compilation?
whalesplaho said:
what do yhu mean by system compilation?
Click to expand...
Click to collapse
Android 2.3 or 4.0??
reaper61616 said:
Android 2.3 or 4.0??
Click to expand...
Click to collapse
GB... 2.3.4!
So there is a problem... I modify apk from ICS... Try this app to install (attachment)...
thanks buddy.... am downloading dis den would try it now!!!
whalesplaho said:
thanks buddy.... am downloading dis den would try it now!!!
Click to expand...
Click to collapse
Give feedback please.
Working perfectly brov.... i saw total black, glam, old paper, emerald & so on!!!!
but icons didnt change!!! thanks....
whalesplaho said:
Working perfectly brov.... i saw total black, glam, old paper, emerald & so on!!!!
but icons didnt change!!! thanks....
Click to expand...
Click to collapse
No issue with keyboard?
If you delete original DefaultThemes.apk from system/app you can install themes (like normal app) and after reboot it will not change to stock.
First backup and then delete. On ICS this is working correctly.
To change icons we need to modify apps... This is a lot of work. In DefaultThemes or ThemeChooser app there are no possibility to add icons change mod or it's very very very hard to do.
When I buy new PC I'll write app (this is a plan ) to change whole UI (backgrounds and icons) for stock.

Change the icons in custom rom

Hi, i have a custon rom on my phone, and the custom icons are not good for me, but the rest of the rom are GREAT.. my question is, how i get the stock icons?
just delete the modded apk and build in the original or what i have to do!? i want use a tool like desktop visualizer because i will change the icons in drawer too. and i will use the stock launcher..im just a noob in this, and i wont wait for the perfect release for me, so i decided to make my own
bstiti said:
Hi, i have a custon rom on my phone, and the custom icons are not good for me, but the rest of the rom are GREAT.. my question is, how i get the stock icons?
just delete the modded apk and build in the original or what i have to do!? i want use a tool like desktop visualizer because i will change the icons in drawer too. and i will use the stock launcher..im just a noob in this, and i wont wait for the perfect release for me, so i decided to make my own
Click to expand...
Click to collapse
It depends if ur using ics. If its ice then u need to mod SystemUI.apk from system/app but if its not then u need to mod framework-res.apk in system/framework. I suggest looking up a tut for the Modding because it is a long process
Sent from my Amazon Kindle Fire using xda app-developers app
powerpoint45 said:
It depends if ur using ics. If its ice then u need to mod SystemUI.apk from system/app but if its not then u need to mod framework-res.apk in system/framework. I suggest looking up a tut for the Modding because it is a long process
Sent from my Amazon Kindle Fire using xda app-developers app
Click to expand...
Click to collapse
first thanks for the fast answer
my phone is the htc one x, Android 4.0.3 and with stock launcher ''rosie''
okay im looking for a tut thanks a lot
If you just want to replace icons with others, all you need do is use 7zip or similar to open the apk file and literally just swap the existing icons with some new ones.
If you want to add icons, or change how they're displayed, then you're looking at decompiling.
Need help !
Can I jus replace the contacts.apk , phone.apk and get a new look or can I jus replace the PNG's on those APK's ?
Or , should I have to deal wit' the systemui.apk and framework-res.apk ?
Also , is there any way that I can extract the icons from an icon pack ??
Check this thread. You will find what you are looking for.

Categories

Resources