[Q] Help with customizing lock screen!! - General Questions and Answers

I have started to make my own theme by opening apk and changing it to zip and editing png in Photoshop so far Ive changed icons, font, background and basically anything drawable but now I want to change the lock screen. How would I go about doing this? I dont see anything that resembles a lock screen in any drawable folders or anywhere else. Heres a list of the items I see from this apk that I unzipped:
assets
META_INF
res
AndroidManifest.xml
classes.dex
resources.arsc
Am I missing something?

Related

[Q] fission 2.4.3 gingerbread theme lockscreen slider fix

Hello, im trying to use a gingerbread theme for fission 2.4.3. However, for some reason, the insides of the silence sliders are completely transparent and do not have the dark transparent gray of the other sliders.
I've edited the .png files and tried recompiling the theme many times, but when i get to the lockscreen the slider just doesnt move. I just cant seem to get the 9-patch process right.
In other words, i want to use the attached pngs named edit1 and edit2 in place of the original sliders, which are also attached.
any help is appreciated, thanks!
asyntax said:
Hello, im trying to use a gingerbread theme for fission 2.4.3. However, for some reason, the insides of the silence sliders are completely transparent and do not have the dark transparent gray of the other sliders.
I've edited the .png files and tried recompiling the theme many times, but when i get to the lockscreen the slider just doesnt move. I just cant seem to get the 9-patch process right.
In other words, i want to use the attached pngs named edit1 and edit2 in place of the original sliders, which are also attached.
any help is appreciated, thanks!
Click to expand...
Click to collapse
How are you trying to edit the sliders? Those are .9.png files, they need to be edited different than normal .png files, as .9.png files are stretchable....
I use apkmanger 4.9 for extracting/signing/compiling etc.... if I'm only editing .png files or replacing(not editing) .9.png files, I use Simple Tasks section...
If I'm going to edit .9.png files, I use the Advanced Task sections, as they have to be Decompiled and Compiled... you will see a difference in the .9.png files when you do a regular extract and decompile, it needs those black borders/dots to make them work right... I don't get all fancy with my editing, so I use either gimp or paint.net to edit the .png/.9.png files...
I attached the sliders that you are wanting to use.. give those a try.. since you're only replacing the .9.png and not doing any editing, you should just be able to extract the .apk, and replace the sliders....
Good luck...

how to ?

if i wanted to port this over to the current rom im using green volume sliders and actual buttons and d/l bars what files would i need to mess with??
Uploaded with ImageShack.us
I'm no themer, but I believe most (if not all) the files you would need would be in the /res/drawable folder within the framework-res.apk.
I have only done minor tweeks like this, but should be a good starting point.
Any seasoned vets wish to chime in?
Actually I think the slider color is an XML edit. Decompile the framework apk and look in the layout folder
any idea what its called i found the actual buttons in the HDPI folder
not sure what you are asking but if you are asking for all the pieces, here ya go:
BACKROUND
popup_menu, they are png's in framework and com.htc
SLIDER BUTTONS
in framework as png's (you found those already)
PROGRESS BARS
xml edit in framework, i believe it is progress_horizontal.xml
the edits there are for color as well as you are going to have to edit it so that the line is a lot thinner.
BOTTOM BUTTONS
also in framework and com.htc as general buttons.
bammmmmmmmm

UOT Kitchen and Signal Bars

Hey all, I'm using UOT Kitchen to change my status bar icons and battery icon. The battery worked out fine but the status bar icons are being a little uncooperative. The signal bar icons change sometimes, but often revert back to stock signal bars. The fact that the look keeps changing is annoying. I've read that it's because UOT gives the images the wrong names in the .zip, and I need to change the names for the phone to display the images at the right time. But question is, how do I do this? I assume I'd have to match each image to the corresponding stock image and make them have the same name, then just replace the images in the systemui.apk file, if possible.
JoeyofBladez said:
Hey all, I'm using UOT Kitchen to change my status bar icons and battery icon. The battery worked out fine but the status bar icons are being a little uncooperative. The signal bar icons change sometimes, but often revert back to stock signal bars. The fact that the look keeps changing is annoying. I've read that it's because UOT gives the images the wrong names in the .zip, and I need to change the names for the phone to display the images at the right time. But question is, how do I do this? I assume I'd have to match each image to the corresponding stock image and make them have the same name, then just replace the images in the systemui.apk file, if possible.
Click to expand...
Click to collapse
Yep that should do the trick...you can use 7zip to browse the files of an apk
If that doesn't work then you may have to decompile the apk.and do some smali/and or xml edits...I really depends on the icons you choose I think...what you would be doing is changing the references from stock to the uot
Sent from my HTC PH39100 using Tapatalk 2
mg2195 said:
Yep that should do the trick...you can use 7zip to browse the files of an apk
If that doesn't work then you may have to decompile the apk.and do some smali/and or xml edits...I really depends on the icons you choose I think...what you would be doing is changing the references from stock to the uot
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
While in 7zip viewing the .png images, I click on them and Windows Photo Viewer comes up... but for some reason, no image loads. How can I view the images in the .apk so I can tell which images match up? I need to view the .png files but it doesn't seem to want to let me see a preview with Windows Photo Viewer.
JoeyofBladez said:
While in 7zip viewing the .png images, I click on them and Windows Photo Viewer comes up... but for some reason, no image loads. How can I view the images in the .apk so I can tell which images match up? I need to view the .png files but it doesn't seem to want to let me see a preview with Windows Photo Viewer.
Click to expand...
Click to collapse
You can extract them then view them, edit them, rename them etc...once your done with your edits just delete the old ones from the APK and add your new modified/renamed one...
The only images you can't edit (you can still rename...just make sure you leave the ".9" in front of the ".PNG" ) are .9.pngs -if you want to actually edit a .9.png with you will need to decompile the apk with apktool...and even then they still need to be edited in a special way. In case your wondering a .9.PNG is basically an image with no set dimension...as in it can be minipulated by .xmls to stretch (an example of one is the message box in the SMS app...the longer the text message the bigger the message box...it gets stretched down)
Sent from my SGH-I997 using Tapatalk 2

[Solved] Change soft keys highlight color

Hi guys, as the title says, id like to change the soft keys highlight color.
Since JB they have this awful greyish color and id like to change them back to the ICS cyan as they were
I believe the background color images can be found in the SystemUI.apk file under the res folder
but after that there are at least 4 subfolders that include (what i believe them to be) the images that need to be changed ic_sysbar_highlight.png and ic_sysbar_highlight_land.png
These subfolders are
drawable-hdpi
drawable-mdpi
drawable-sw600dp-hdpi
drawable-sw600dp-mdpi
Any clues which one?
I already tried on drawable-hdpi and drawable-mdpi but no dice.
Am i in the right truck here or am i missing something?
UPDATE
It was one the other two folders (or both)
drawable-sw600dp-hdpi
drawable-sw600dp-mdpi
So its solved

[Q] New settings.apk

I was working on a new Windows phone ROM project.Everything got correctly,all launchers,icons,etc.The last thing is change settings mans android to windows phone settings.
How to do that?
You theme the settings.
Decompile it and theme the images, and the colours in the colors.xml
TheArc said:
You theme the settings.
Decompile it and theme the images, and the colours in the colors.xml
Click to expand...
Click to collapse
Sorry,but i dont know how to theme settings apk
You'll have to decompile your settings and then theme it as in colour and modify the images to make it look like the windows phones settings
Ok i decompiled..Now where to go to change colours and modify images?
Colours is located in res/values/colors.xml and images are in /res and look in drawable folders.

Categories

Resources