[Q] resize icons? - Xperia Z1 Q&A, Help & Troubleshooting

Where in the system can i edit to resize the icons on xperia home without using exposed framework? And without using launchers?

Root, change dpi in build.prop, unroot

Thr DPI changes in build.prop changes ovelall. Is it possible to resize the icons only? Like the change icon function of Gem Experia xposed module.

Decompile system/app/Home.apk. The value would probably be in res folder.

Related

Ginger DX = Framework-res.apk

Hello Guys over XDA's...is ginger-DX cant be edited framework-res.apk like xml's and png?...and metamorphing caught me to a boot loop??,,,any ideas?
You can to decompile framework-res.apk using apktool or apkmanager
GingerDx uses T-mobile theme. Download one of them and if you want to edit the default framework what you have to theme is not the usual framework-res.apk but the SystemUi (or something like that) app in system/app. Then you push back the modified app to system/app. You can use apktool to modify the theme.
czar2x said:
GingerDx uses T-mobile theme. Download one of them and if you want to edit the default framework what you have to theme is not the usual framework-res.apk but the SystemUi (or something like that) app in system/app. Then you push back the modified app to system/app. You can use apktool to modify the theme.
Click to expand...
Click to collapse
Hmm ....but look into.CM7 miui theme by zdune ....it really needs to edit the framework-Res...
Sent from my X8 using Tapatalk
In that case, just install and apply that theme,then go to gingerdx setting to set the statusbar transparency to theme and reboot
Not all launcher can have transparent statusbar,
If you're using launcher pro,you should use live wallpaper to get the transparent statusbar
I suggest you use zeam launcher
decille said:
In that case, just install and apply that theme,then go to gingerdx setting to set the statusbar transparency to theme and reboot
Not all launcher can have transparent statusbar,
If you're using launcher pro,you should use live wallpaper to get the transparent statusbar
I suggest you use zeam launcher
Click to expand...
Click to collapse
i am talking bout editing the framework-res..whr did u go to?
Sorry,thought you only need transparent statusbar
Just like i've said before,you can use apktool to decompile framework-res.apk and SystemUI.apk
You need java installed on your pc first
But gingerdx already have a feature for transparent statusbar
I've tried it and it works,but i found a lil bug on date when pull down the statusbar
decille said:
Sorry,thought you only need transparent statusbar
Just like i've said before,you can use apktool to decompile framework-res.apk and SystemUI.apk
You need java installed on your pc first
But gingerdx already have a feature for transparent statusbar
I've tried it and it works,but i found a lil bug on date when pull down the statusbar
Click to expand...
Click to collapse
Is ok bro..do u have facebook or gtalk?..easier to chat..
here's i made the patch for GingerDX v.007
1. apply theme that support transparent statusbar like MIUI or Meizu
2. go to gingerdx setting and set statusbar transparency to theme
3. reboot to CWM Recovery and flash statusbar_patch.zip
i only patch the centered clock and modified pulled down statusbar because GDX already have feature for transparent statusbar

[Q] ro.sf.lcd_density support on applications

so saw a thread about changing ro.sf.lcd_density in the build.prop file
tried it out loved the look
have now been trying to add support to a few applications so that when I set the density that I like the application can adjust easily without any issues
so have added this
<supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:anyDensity="true" />
into the androidmanifest.xml file in the hopes that it should work after I then sign the app using zipsigner
unfortunately it did not work
has any one else tried messing around with the lcd density and added support to apps to work with the change?
i've set density in build.prop to 190 and for some apps i'm using 'app settings' form xposed framework andeverything works fine, here's the xposed thread:
http://forum.xda-developers.com/showthread.php?t=2335219
smone. said:
i've set density in build.prop to 190 and for some apps i'm using 'app settings' form xposed framework andeverything works fine, here's the xposed thread:
http://forum.xda-developers.com/showthread.php?t=2335219
Click to expand...
Click to collapse
thanks the apps that I am trying to fix are secBrowser, secEmail and secPhone

status bar !!

hello guys,
is there any mod or apk that i can change my sense status bar totally like ios 7?(battery,signal...)?
except espier apk
tnxx:angel:
sh93 said:
hello guys,
is there any mod or apk that i can change my sense status bar totally like ios 7?(battery,signal...)?
except espier apk
tnxx:angel:
Click to expand...
Click to collapse
I didn't see some mod like this.
However i remeber that there is an user that edited the systemui.apk for this..
If you want do this, you have to decompile the apk, change the layout on the xml, change the png you want and recompile.
Isn't so simple

help gdx 31b framework- res kitkat

i have to make change in gdx31b framework to have kitkat style in this rom
but i am not professional in this side or other of develop for android
all i do i replaced images with other
but i have faced some problems
and i can not deal with it
can any one help me
the latest framework res apk at attachment
pls help
and the images of problems at attachment
i want to make progress line like kitkat and the problem of some fonts color
for changing font colors you need to decompile framework-res file and edit some values
search changing fonts cm 7 and you will find more
for decompiling you can use apk multi tool

[Request] Change icon pack for any theme in theme store?

There are a few decent themes in Samsungs store. However, the icon packs are horrendous. Nova launcher hides them in some places but not others, like the share menus.
Does anyone know how to flash the material icons over any theme?
Edit: Also, how about the wallpaper for settings and dialers?
Thanks for any help [emoji2]
Sent from my SM-G920T using Tapatalk
I also wouldn't mind knowing
I hope someone can figure this out
Sent from my SM-G920T using Tapatalk
you use galaxy icon themer and for default icons you use icon changer app and do it individually
mkeric1 said:
you use galaxy icon themer and for default icons you use icon changer app and do it individually
Click to expand...
Click to collapse
Galaxy icon themer? Is it in the play store?
Sent from my SM-G920T using Tapatalk
You would need apktool to compile the icons into the actual theme. However, if you want to just remove the icons and have them stock, you can try this:
-Edit /data/overlays/jsonfiles/userjson/THEMENAME.json and remove the line for "appicon", then delete the corresponding folder from /data/app/THEMENAME.appicon-1. If you want to remove the icons from the lockscreen, you will need to do the same for the "lock" line/file.
cambunch said:
You would need apktool to compile the icons into the actual theme. However, if you want to just remove the icons and have them stock, you can try this:
-Edit /data/overlays/jsonfiles/userjson/THEMENAME.json and remove the line for "appicon", then delete the corresponding folder from /data/app/THEMENAME.appicon-1. If you want to remove the icons from the lockscreen, you will need to do the same for the "lock" line/file.
Click to expand...
Click to collapse
Thank You
It Really Works
You are a genius
Hi when i do this steps , its work to restore stock icons for any theme . But when i do it to restore lockscreen stock shortcuts its work but in the same time it restore the toggle pannel to stock . What i must do to restore only lockscreen shortcuts ?
Thank you and sorry for my bad english
There is an easy way thoo. ;D
http://forum.xda-developers.com/showthread.php?t=2766248
How To Apply
1. Install any icon pack form Google play ( eg. Belle UI )
2. Open WizIconizer
3. Long Click on the Desired Icon Pack ... Press Apply
4. Grant permission on SuperSu popup.
5. Restart.
Try this:
http://forum.xda-developers.com/gal.../how-to-modify-themes-theme-store-s6-t3301533

Categories

Resources