AndroidManifest - LG Optimus 3D

Hey guy
I was wondering if you could help me,
I'm trying to edit the android manifest xml.but when I decompile the apk, I don't get the minimum and target ark version displayed in the xml when I open it with notepad++. I also tried in its, same result.it's like the whole xml is not shown. It does appear in the yml tho. How or what do I use to view and edit the whole xml.
Thanx in advance
Sent from my LG-P920 using xda app-developers app

Related

Contacts.apk

Hi all, Happy new year!
I would like to change the font size of the contacts in the list view, i've decoded the contacts apk, and i think the file I need to change is contacts_list_raw.xml, but when i try to compile it again using the api manager I get errors, could someone please help me verify that this is the file i need to change?
Sent from my GT-I9000 using XDA App
AYahoo said:
Hi all, Happy new year!
I would like to change the font size of the contacts in the list view, i've decoded the contacts apk, and i think the file I need to change is contacts_list_raw.xml, but when i try to compile it again using the api manager I get errors, could someone please help me verify that this is the file i need to change?
Sent from my GT-I9000 using XDA App
Click to expand...
Click to collapse
Try Apk Manager from here: http://forum.xda-developers.com/showthread.php?t=895492
Maybe you need its dependees. I don't know what phone you are talking about, if Sense or similar, or clean android.

[Q] how can i rename apk?

I want to rename an apk .But i want to see the new name when i install the apk for every android devices
Dylan Bay said:
I want to rename an apk .But i want to see the new name when i install the apk for every android devices
Click to expand...
Click to collapse
I guess that could be only changed in strings.xml page of app source. I'm not sure whether you get that file when you decompile an apk, you do get the Manifest.xml file, but that just points to location in strings.xml
Correct me if I'm wrong.
Is this something where you change any app's name to your's and say others that it is made by you...
If not then I will help...
Sent from my GT-S7500 using xda premium
lokeshsaini94 said:
Is this something where you change any app's name to your's and say others that it is made by you...
If not then I will help...
Sent from my GT-S7500 using xda premium
Click to expand...
Click to collapse
Bro .I'm not need it to say it's by me .

Themeing note 10.1

So I started working on a theme for my note 10.1, is going good so far but ran in to a little snag. The problem is when iedit the notifications background it seems to shrink for no reason. The resolution of the image hasn't changed just modified the colour. As you can see in the image below 1 being where 2 should be. And number 3 has developed a gap for some reason even though it hasn't been modified,. Any help would be much appreciated.
[/IMG]Sent from my GT-N8000 using xda app-developers app
Yep thats themed
ckavvouras said:
So I started working on a theme for my note 10.1, is going good so far but ran in to a little snag. The problem is when iedit the notifications background it seems to shrink for no reason. The resolution of the image hasn't changed just modified the colour. As you can see in the image below 1 being where 2 should be. And number 3 has developed a gap for some reason even though it hasn't been modified,. Any help would be much appreciated.
[/IMG]Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
Looks like you edited a .9.png file. You need to maintain the 9 patch when editing the file. You have to decompile the apk then edit images. If you look on the border of 9 patch images you'll see black dots or lines you need to make sure they remain solid black and do not edit or move them.
Sent from my GT-N8013 using Tapatalk HD
jivy26 said:
Looks like you edited a .9.png file. You need to maintain the 9 patch when editing the file. You have to decompile the apk then edit images. If you look on the border of 9 patch images you'll see black dots or lines you need to make sure they remain solid black and do not edit or move them.
Sent from my GT-N8013 using Tapatalk HD
Click to expand...
Click to collapse
Can you point me in the right direction on how to do that, this is my first attempt at something like this, I don't know what a 9.png file is how do I maintain the "9" what ever that is. I have been using 7zip to extract the res file editing the files then injecting them back in to the systemui.apk
Sent from my GT-N8000 using xda app-developers app
ckavvouras said:
Can you point me in the right direction on how to do that, this is my first attempt at something like this, I don't know what a 9.png file is how do I maintain the "9" what ever that is. I have been using 7zip to extract the res file editing the files then injecting them back in to the systemui.apk
Sent from my GT-N8000 using xda app-developers app
Click to expand...
Click to collapse
You'll need to learn how to decompile apk just google that it will point in right direction
Sent from my GT-N8013 using Tapatalk HD
jivy26 said:
You'll need to learn how to decompile apk just google that it will point in right direction
Sent from my GT-N8013 using Tapatalk HD
Click to expand...
Click to collapse
Thanks for the help man I really apriciated it
Sent from my GT-N8000 using xda app-developers app
Hi ckavvouras
how can make screenshot with popup?!
when i try to make screenshot, automatically popup go down !!!
please help me
Thanks
and about themes, see this:
http://forum.xda-developers.com/showthread.php?t=2111691
nader1450 said:
Hi ckavvouras
how can make screenshot with popup?!
when i try to make screenshot, automatically popup go down !!!
please help me
Thanks
and about themes, see this:
http://forum.xda-developers.com/showthread.php?t=2111691
Click to expand...
Click to collapse
need to hold the power button and volume down button

[Q][ICS][V28]SystemUI.apk decompile

Hi.
I have tried many times decompile this apk with many versions of apktools but without success. Every tool "speak" something about wrong framework version. How can i decompile this apk without errors?
Sent from my LG-P920 using xda premium
krija said:
Hi.
I have tried many times decompile this apk with many versions of apktools but without success. Every tool "speak" something about wrong framework version. How can i decompile this apk without errors?
Sent from my LG-P920 using xda premium
Click to expand...
Click to collapse
Windows : C:\Users\Your-User-Name\apktool\framework
Linux: Extract to /home/apktool/framework
Also if you use framework-res / lge-res from the rom with the SystemUI.apk you want to edit you can use
Code:
apktool if framework-res.apk
to generate frameworks. Do not forget to Copy META-INF + AndroidManifest.xml from Original apk to the edited one without them PackageManagerService will Reject the apk:good:
Thanks defcomg
edit
properly decompiled with your framework files, thanks again.
Sent from my LG-P920 using xda premium

XML editing

Hi all was hoping someone could give me a step by step guide on editing an XML file from framework.res. its the secondary_text_holo_dark.xml I'm attempting to edit thanx in advanced
P.s iv tried text editors but it is unreadable tried with Axel mxl editor and changed the Wales I wanted but Axel being an apk only saves as text files.
Sent from my GT-I9300 using xda app-developers app

Categories

Resources