I changed the icon of browser.apk, but when I run it,it crash,why? (The icons has the same height and weight as original (32*32))
Obviously, it crashes not because of its icon, but one of other applied modifications... For example, Browser.apk needs proper framework.jar...
Related
I'd like to change the background of system app and notification area with Transparency...
For system app like phone, contacts, setting...
We can change the background as we change semc_bg.png and semc_general_bg.png in framework-res.apk and SemcGenericUxpRes.apk.
But NO Transparency~~!!!!
For notification area, I tried to change shade_bg.png in SystemUI.apk But Nothing changed.
Could you somebody helpl me which xml and attribute I should modify for this two transparency~~??
I see someting strange indeed. It has something to do with core system apps or not.
I have changed in framework-res.apk the file activity_title_bar.9.png.
In every system app (like contacts, sms, settingsmenus) this changed png isn't visible.
But it is changed because in NinjaMorph, root explorer, Traffic statistics, (SE)Office Suite I see the new color (changed png) in the activitybar.
I think this problem is similar with the problem rleon describes in his post above.
Android uses PNG's from framework-res apk, SystemUI.apk and others not always in the same way.
Developer question I think. I hope some of them will give a reaction on this.
Kind regards,
Vintiem
Can a modifiaction like the 'Circel Battery Mod' be done dynamically (run as an app), or does it have to be embedded into SystemUI.apk to work?
Can an app also change these system settings (modifications) to accomplish this? or does any system/framework change 'have' to be baked into the apk?
Hi, i'm getting this issue while editing systemUI.apk. I've already read that part (on a xda thread) on how to decompile an apk.
I want to edit Miui.us 2.10.12 ROM for i9023 (nexus s) to get the clock in the middle of the status bar and change its color, so I decompiled MiuiSystemUI.apk, opened res/layout/status_bar.xml and edit, like several guides say (like this http://forum.xda-developers.com/showthread.php?t=1730388) , recompiled the apk, substitute AndroidManifest and META_INF from the original apk, with this result: now i had clock in the right position, but it won't disappear when a notify arrives and i can't really get to change its color in values/styles.xml
Anyone knows how to make clock disappear and change its color?
thank you, sorry for my english
I've downloaded the CM10.1 nightly for my p7510 and want to make some change to the SystemUI.apk. I've got the clock to centre fine but now I want to align the system bar buttons (back, home, recent) to the left of the screen. I have found what I think is the correct layout xml, res/layout/system_bar.xml (same folder as when editing the clock) but what ever changes I make here there is no difference when compiled and pushed back on to the tablet.
Is there another navigation bar/ system bar in another apk I should be looking for? any one any experience with the CM10.1 SystemUI, help will be much appreciated
Can anyone tell me how to edit launchers(stock ones)(NOT launchers like Apex,Holo, Nova etc.) , so as to change the icons of installed apps in the app drawer of the launcher.
The launcher I tried is a modified Chinese launcher.
It had it's icon files in assets/theme/icon/80
and the icons appfilter.xml in assets/theme/icon/icon.xml
I decompiled the apk and changed the contents of the folder to my choice of Icons which I took from an Icon pack app from play and replaced the icon.xml with the appfilter.xml file from the same icon pack and renamed it icon.xml and recompiled it with apktool.
The problem is that only the icons of settings, contacts, calendar and browser are changing.All other apps icons remains unchanged.
How to change the icon of all apps that is present in the icon/80 folder.
I hereby attached the original launcher apk below
The phone is running Custom Rom on Gingerbread 2.3.6
Any Help would be appreciated
Thanks.