hi, does anybody here knows how/or is it possible to change default Xperia style folders ? ? ? Round style folders are cool and more convenient... would be great to change...
P.S
where to find Folders files (xml or what it is, i don't know) to change something... Change Folder Style !!!
gius321 said:
hi, does anybody here knows how/or is it possible to change default Xperia style folders ? ? ? Round style folders are cool and more convenient... would be great to change...
P.S
where to find Folders files (xml or what it is, i don't know) to change something... Change Folder Style !!!
Click to expand...
Click to collapse
At ICS u can install Launcher to change that.
As my friend said above, just install any Launcher from the play store. Try searching Nova Launcher, Apex, Holo Hd, etc.
Find png's (can't remember names) from stock ICS (not SONY's) and replace them in drawable-hdpi
Sent from your computer
Related
Hello dear Forum...
First off I have to apologize if I missed something in a sticky,
since I'm new to the forum and the hole rooting/customizing on my GT I-9000.
I've successfully rooted my phone and I'm running Darky_v10_RC5_Final now.
Could anyone provide a link or an explanation how to:
# set own icons for apps
# set lockscreen (as its said there are 4 different ones on this ROM; plus changing the lockscreen image in the settings is not quite working for me)
# setting another theme - if not too complicated.
many thanks in advance - seems to be a truly nice community!
reimi said:
I've successfully rooted my phone and I'm running Darky_v10_RC5_Final now.
Click to expand...
Click to collapse
Final ?? When did it come out ?? Didn't find on Darky's website.
Sorry , wasn't logged in.
GT-I9000 said:
Final ?? When did it come out ?? Didn't find on Darky's website.
Click to expand...
Click to collapse
its the files name, I downloaded from somewhere in this thread:
http://forum.xda-developers.com/showthread.php?t=814091
reimi said:
Hello dear Forum...
First off I have to apologize if I missed something in a sticky,
since I'm new to the forum and the hole rooting/customizing on my GT I-9000.
I've successfully rooted my phone and I'm running Darky_v10_RC5_Final now.
Could anyone provide a link or an explanation how to:
# set own icons for apps
# set lockscreen (as its said there are 4 different ones on this ROM; plus changing the lockscreen image in the settings is not quite working for me)
# setting another theme - if not too complicated.
many thanks in advance - seems to be a truly nice community!
Click to expand...
Click to collapse
To change the icon in an apk, you need to get the apk, open it with winrar and go to drawable-hdpi
There are pngs there. Normally, the icon one is called icon.png, but on some apps, it has a different name, for example ic_launcher_phone.png
You edit it and substitute it.
Then you push the apk back into your phone into /system/app in case it's a system app or you just copy the apk to your sdcard and install it.
Lockscreen background may not work with some specific lockscreens.
For a theme, to make one you'd need to edit the pngs in framework-res.apk/drawable-hdpi (opening it with winrar) and then push it back. That's for changing icons and part of the appearance, but to change text colours and other things you'd need to decompile the apk and edit some xml's.
To apply a theme you just need the zip of the theme, copy it into your sdcard and install it through cwm.
coldflid said:
To change the icon in an apk, you need to get the apk, open it with winrar and go to drawable-hdpi
There are pngs there. Normally, the icon one is called icon.png, but on some apps, it has a different name, for example ic_launcher_phone.png
You edit it and substitute it.
Then you push the apk back into your phone into /system/app in case it's a system app or you just copy the apk to your sdcard and install it.
Lockscreen background may not work with some specific lockscreens.
For a theme, to make one you'd need to edit the pngs in framework-res.apk/drawable-hdpi (opening it with winrar) and then push it back. That's for changing icons and part of the appearance, but to change text colours and other things you'd need to decompile the apk and edit some xml's.
To apply a theme you just need the zip of the theme, copy it into your sdcard and install it through cwm.
Click to expand...
Click to collapse
thank you for the answer!
Is there no way to change the icons of stock applications?
And how may I change the lockscreen?
could you please give me a link, or something how to apply themes via cwm - to be honest I don't even know what cwm is.
sorry for all the questions - many thanks in advance!
reimi said:
thank you for the answer!
Is there no way to change the icons of stock applications?
And how may I change the lockscreen?
could you please give me a link, or something how to apply themes via cwm - to be honest I don't even know what cwm is.
sorry for all the questions - many thanks in advance!
Click to expand...
Click to collapse
Sorry, had lost track of this thread.
You can change the icon of stock applications in same way, but you must be rooted since they are located in system/app
For the lockscreen, to theme the glass lockscreen, you need to edit the pngs in framework-res.apk/res/drawable-hdpi named zzz_unlock_arrow_0000.png up to zzz_unlock_arrow_0009.png and the zzz_unlock_blackbg.9.png and zzz_blackbg_dual.9.png
To theme puzzle lockscreen:
edit zzz_unlock_puzzle_noti_icon_unlock and zzz_unlock_puzzle_noti_icon_unlock_fit
For android lockscreen (in framework-res.apk/res/drawable-land-hdpi):
ic_jog_dial_unlock
ic_jog_dial_sound on
ic_jog_dial_sound off
For epic unlock on framework-res.apk/res/drawable-hdpi
mod zz_unlock_lockbg_press
mod zz_unlock_lockbg_press
In case you want to get a stock framework and get aosp lockscreen:
To get aosp lockscreen you'd need to decompile classes.dex in android.policy.jar and edit a few files.
For that, i use ubuntu.
You open android.policy.jar and extract classes.dex
Then get baksmali and smali and place them in the same location as classes.dex
Open up a terminal and type cd and the location
Example:
cd /home/coldflid/Desktop
Then type java -jar baksmali-1.2.5.jar classes.dex
(if you've got another version of bajsmali change the 1.2.5 for the version you have).
You can type java -jar baksmali-1.2.5.jar classes.dex -o *
Where * is the name of the folder where you want classes.dex to be decompiled
Then you'd need to mod LockPatternKeyGuardView.smali or replace it with a modded one.
Then type in terminal
Then type java -jar smali-1.2.5.jar *
Where * is the name of the folder where classes.dex was decompiled
out.dex should be generated, rename it to classes.dex and copy it to android.policy.jar (replace the old one).
Then use root explorer to copy it to system/framework
coldflid said:
Sorry, had lost track of this thread.
You can change the icon of stock applications in same way, but you must be rooted since they are located in system/app
For the lockscreen, to theme...
Click to expand...
Click to collapse
thank you for the answer!
I'm currently using LockBot Pro to change the locksreen and its background, works fine for me.
I'll try to change the stock app icons as soon as I have time. Thanks!
coldflid said:
Sorry, had lost track of this thread.
You can change the icon of stock applications in same way, but you must be rooted since they are located in system/app...
Click to expand...
Click to collapse
I'm currently trying to substitute the stock app icons.
My question is, how I can find out, which of all those images is used for the menu and how can I browse the folders on my pc, which I can browse on my phone via root explorer...
thanks for the answer!
This is verry litlle tutorial because i see there's too many people dont know how upload Themes on new Bada 2
There's verry easy just go on phone memory and create "Themes" folder then put her your all Bada 2 Themes that's all !!!
This one use flash to make wallpaper autochanging
http://www.mediafire.com/?5s53919s972u994
To change wallpaper you need flash decrypter and then some flash initiation
Then you can change any wallpaper on in and recompile it in flash to put it on your smt(zip) theme
Update later about change wallpaper with edit swf
Tigrouzen said:
This is verry litlle tutorial because i see there's too many people dont know how upload Themes on new Bada 2
There's verry easy just go on phone memory and create "Themes" folder then put her your all Bada 2 Themes that's all !!!
This one use flash to make wallpaper autochanging
http://www.mediafire.com/?5s53919s972u994
To change wallpaper you need flash decrypter and then some flash initiation
Then you can change any wallpaper on in and recompile it in flash to put it on your smt(zip) theme
Update later about change wallpaper with edit swf
Click to expand...
Click to collapse
From version xxkk7 you are unable to create Themes folder in phone memory. but there is a solution. just put your .smt file in others folder on phone memory. and go to setting - display - theme to change themes.
badelemental said:
From version xxkk7 you are unable to create Themes folder in phone memory. but there is a solution. just put your .smt file in others folder on phone memory. and go to setting - display - theme to change themes.
Click to expand...
Click to collapse
what?! i'm on kk7 and i have a themes folder on phone memory and everything works just fine
~MaX~ said:
what?! i'm on kk7 and i have a themes folder on phone memory and everything works just fine
Click to expand...
Click to collapse
I see a bug if you create "Theme" folder doesnt work and then if you want create "Themes" folder with "s" you got error message "This folder exist" need to re flash phone to correct this bug cause you cant erase "Theme" folder.....
The right name its "Themes" dont forget the "s"
Tigrouzen said:
This is verry litlle tutorial because i see there's too many people dont know how upload Themes on new Bada 2
There's verry easy just go on phone memory and create "Themes" folder then put her your all Bada 2 Themes that's all !!!
This one use flash to make wallpaper autochanging
http://www.mediafire.com/?5s53919s972u994
To change wallpaper you need flash decrypter and then some flash initiation
Then you can change any wallpaper on in and recompile it in flash to put it on your smt(zip) theme
Update later about change wallpaper with edit swf
Click to expand...
Click to collapse
Okay here is the tutorial video made by me for how to install themes on bada 2.0..
http://youtu.be/7nT3nV1BYZE
Hello !
How i can change the icons in the App-Drawer ?
Is there an App like Winterboard for iOS ?
I use a HTC DHD with CM 10.1
Thanks !
Depending on the launcher your using there are icon packs in market but it won't change all of them. You can get experimental and open the apks and change the PNG images but I would do a Full Research on how to come about it cause its no easy task. You can change the .apk to .zip unzip find PNG change rezip change .zip back to .apk then sign it. Its how I do mines but like I said do your research and backup rom before you attempt anything. Enjoy the learning. By the way there is an app that signs the apk for you on the phone. I am out now but I will upload it with instructions for you as soon as I can get to my computer.
Just install apk open it then click button (Choose In/Out) find apk you want to sign then click button (Sign The File). You will then have two files in the folder one signed the other not signed.
Sent from IceCold 8.8 Imspire
Ok thank you ! You mean i must add my new Icon to the IconPack.apk ?
Where i can find the right Names for the Icons ?
And must i delete a Folder before sign the App ? I see this in other Sign-HowTo, but this dont work.
So many Questions ...
No do not delete any folders all your doing is changing the PNG. But make sure the new PNG is the same size as the one being replaced as well as named exactly as the old one. Icon is located in : res folder > drawable-hdpi folder
Could anyone provide me some working tutorial how to update vrtheme from old base 3.19 to 3.20 ? Last days i was searching and trying a lot, but with no succes. Im trying to compile Geenyous's AOSenseP JB theme for ARHD 21.
maybe this can help you out
http://forum.xda-developers.com/showthread.php?t=2069287
matt95 said:
maybe this can help you out
http://forum.xda-developers.com/showthread.php?t=2069287
Click to expand...
Click to collapse
well i fixed the fatal errors while opening settings app and everything is working fine, but i can not find out what can cause that few icons in settings were not themed. When i extract the settings.apk from system/app and i open it in windows with winrar all icons are like they should be.
i'm not a themer so i can't help you
matt95 said:
i'm not a themer so i can't help you
Click to expand...
Click to collapse
understand, thank you for your help anyway
Those icons are controlled in the app itself. Example
The powermanagement icon is not changed in the settings, you need to edit the powermanagement.apk file to see a changed icon in the settings menu.
There are also icons that are controlled in the com.HTC.resources.apk, you can't decompile it but you can open the apk with 7zip and copy out the icons, edit them and copy them back in the apk.
Same is for framework.HTC.res.apk !
And make sure you do not touch the .9.png files. It srews up the apk !!!
Exactly, the problem was in com htc res apk , i change some icons and now everything is working correctly
Odoslané z HTC One X cez Tapatalk 2
Mr Hofs is right!
However, i think is better wait the update from the themer
Hey Friends,
This is a little Tutorial about changing app icons permanently. There was a lot of applications available in Playstore like
“ icon changer free” etc etc to change the app icons. But the problem is that u cant use that changed apps in ur app drawer. U can only use that in ur home screen as a shortcut.
So I just decided to put a little tutorial to do that easily. I know everybody will know this already. But it will help for someone I am sure….
TOOLS NEEDED..!!
1.Photoshop(Ps)
2.a flashable zip
3.root explorer on your phone
4.7-zip
STEPS-
1) Get some cool icons from my xperia z icons pack - http://forum.xda-developers.com/showthread.php?t=2287388 and save it to your pc.
Edit: If u need some cool Galaxy S4 icons Download it from Here - http://www.mediafire.com/download/k2522edgik21tp1/GS+4+Icons.zip
2) Whichever app icon you want to mod say the "video player",just copy it's apk from /system/app/<apk_name>.apk
and paste it to sdcard.
3) Now transfer this apk to your pc and extract it using 7-zip.
4) Now look for the app icon the file name maybe in drawable-hdpi and drawable-sw320dp-hdpi under res.."video",or"homescreen_icon" or anything...
5) When you find it just right click on it and click properties under the details tab check it's dimension something like"84X84","42X42","50X48"
6) Alright then you know the app icon dimension now.
7) Now save the image as <app_icon_name>.png on the desktop(make sure the name is proper)
8) Open the apk with 7-zip
9) Now drag and drop this image from the desktop to the folder drawable-hdpi and drawable-sw320-hdpi
and click yes when the prompt appears and close 7-zip
10) Open any flashable zip and don't touch anything except the system folder.
11) Open the system folder and keep only the app folder delete other folders in this app folder copy your "video.apk" and delete other apks if present.
12) Now close the flashable zip and send it to your phone ext _sdcard and flash it by mounting system...and you are done!!
Hit thanks if you got it !!:good:
Jeetu333 said:
Hey Friends,
This is a little Tutorial about changing app icons permanently. There was a lot of applications available in Playstore like
“ icon changer free” etc etc to change the app icons. But the problem is that u cant use that changed apps in ur app drawer. U can only use that in ur home screen as a shortcut.
So I just decided to put a little tutorial to do that easily. I know everybody will know this already. But it will help for someone I am sure….
TOOLS NEEDED..!!
1.Photoshop(Ps)
2.a flashable zip
3.root explorer on your phone
4.7-zip
STEPS-
1) Get some cool icons from my xperia z icons pack - http://forum.xda-developers.com/showthread.php?t=2287388 and save it to your pc.
Edit: If u need some cool Galaxy S4 icons Download it from Here - http://www.mediafire.com/download/k2522edgik21tp1/GS+4+Icons.zip
2) Whichever app icon you want to mod say the "video player",just copy it's apk from /system/app/<apk_name>.apk
and paste it to sdcard.
3) Now transfer this apk to your pc and extract it using 7-zip.
4) Now look for the app icon the file name maybe in drawable-hdpi and drawable-sw320dp-hdpi under res.."video",or"homescreen_icon" or anything...
5) When you find it just right click on it and click properties under the details tab check it's dimension something like"84X84","42X42","50X48"
6) Alright then you know the app icon dimension now.
7) Now save the image as <app_icon_name>.png on the desktop(make sure the name is proper)
8) Open the apk with 7-zip
9) Now drag and drop this image from the desktop to the folder drawable-hdpi and drawable-sw320-hdpi
and click yes when the prompt appears and close 7-zip
10) Open any flashable zip and don't touch anything except the system folder.
11) Open the system folder and keep only the app folder delete other folders in this app folder copy your "video.apk" and delete other apks if present.
12) Now close the flashable zip and send it to your phone ext _sdcard and flash it by mounting system...and you are done!!
Hit thanks if you got it !!:good:
Click to expand...
Click to collapse
how to change icons of installed apps?
ipapun4545 said:
how to change icons of installed apps?
Click to expand...
Click to collapse
Same procedure as mentioned above.
Copy that apk on pc open it with 7 zip and follow the procedure.
Besides drawable-hdpi and drawable-sw320dp-hdpi folders, icons are located in mipmap-hdpi folder in most apps. And they are mostly named as ic_launcher_appname.png, so change this png to change icon of that app.
:good:
Wow bro nice :thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::beer::beer::beer::beer::beer:
Sent from my GT-I9100G using xda premium
ICS_XD said:
Wow bro nice :thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::thumbup::beer::beer::beer::beer::beer:
Sent from my GT-I9100G using xda premium
Click to expand...
Click to collapse
Thanx buddy..
Sent from my WT19i using Xparent Blue Tapatalk 2
Great tutorial mate
Sent from my GT-I9100 using Tapatalk 4
if you want to change icons on homescreen the you install desktop visualizer from playstore and some icon packs of apex nova or go launcher.It looks awesome
mubeenshahid said:
if you want to change icons on homescreen the you install desktop visualizer from playstore and some icon packs of apex nova or go launcher.It looks awesome
Click to expand...
Click to collapse
+1 :good:
Amazing, But ..
Jeetu said:
+1 :good:
Click to expand...
Click to collapse
Superb !! I would always wanted to change my app icons as I own Sony Xperia J and this device icons is totally different from those of xperia m,z etc! But i can't understand your instructions I'm just confused and if any thing goes wrong then it will cause a great problem, can u explain this tutorial in a video ?! showing us how its done?! please I'm a beginner ! :fingers-crossed: