I want make XML License for a SMS software of my PC, I have already 2 License. Want one more make my self.
==============================================
XML ZIP folder attcah for view my 2 XML License files.
Related
so I have started to edit xml files and so far I have used apk manager, but it often fails to complile the files afterwards, is there a better application out there to edit xml files ?
I have completed making a very simple app but now saw that the same name is there on the marketplace. Can anyone tell me, how do I change the app name?
I made the app using appmakr, I know I can simply change it from there but that's too simple. It doesn't get me to learn anything at all.
The app name is in the WMAppManifest.xml file. There are a few elements called "Title" that should be changes (I think one is for the app list, one for the pinned tile; I forget which is which so change them both). This file is located in the root of the XAP. XAP files are just renamed ZIP files; you can use any archiving tool (including Windows Explorer if you rename the file, though I prefer to use 7-Zip) to open it up and edit the contents.
Moved to WP7 Software Development
GoodDayToDie said:
The app name is in the WMAppManifest.xml file. There are a few elements called "Title" that should be changes (I think one is for the app list, one for the pinned tile; I forget which is which so change them both). This file is located in the root of the XAP. XAP files are just renamed ZIP files; you can use any archiving tool (including Windows Explorer if you rename the file, though I prefer to use 7-Zip) to open it up and edit the contents.
Click to expand...
Click to collapse
After I make the changes and put back in the xap and then deploy, it says invalid xap.
Any idea?
Thanks for your explaination.
I dont really know where this belongs, Original Android Development, Android Development or Themes and Apps. I use it for themes so ill put here.
Hopefully some of the people around here will find this as useful as i have.
First things first, credit and thanks to Brut.all for his awesome tool.
Basically i couldn't find anything like this so I created a very simple little reg edit to enable right click de-compiling on apks and right click builds on folders.
I've been using this since Jaunuary 2011(over a year!!) with no problems and it's great for those quick .9 or xml edits.
DISCLAIMER:
This was made for the Windows XP operating system! .so im not sure if it will work on other Window OS, feel free to try but im not responsible for your computers well being so use at your own risk.
After a little research it seems the registry tree is the same for "Vista" and "7" so it should work on them also
To use this you must have apktool working correctly.
Only works if your path variable is set to C:\sdk\tools\
If your Path variable is set differently you have 2 options:
1-let me know where and i'll attatch appropiate reg-edit.
2-Easy option, create a folder on your C:\ named "sdk", inside the sdk folder create another folder named "tools,
now copy the contents from your original tools folder into your newly created tools and add the path in enviromental variables. Simple.
RECOMMENDED:
It is highly recommended to backup your registry prior to installing, just follow the simple instructions included in the download zip.
To install:
Simply extract .reg file from the zip, double click and answer yes.
That's it!!!!
Now your ready to become a de-compiling/building whirlwind.
Useage
*I simply right click an apk, "empty.apk" for example, choose decompile (you recieve a folder with the apk's name), navigate into the res\drawable* folder and drop in my .9.png's.
*Backout of folder, right click "empty" folder and choose build.
*The built images are in are located in "empty\build\apk\res\drawable*".
*The built apk is located in "empty\dist".
I've included an empty.apk for quick .9.png edits, this saves hunting through endless amounts of images for your newly created .9.
If the tool fails it could be something simple-
Problem: solution:
-Folder already exits -Delete or rename
-.9.png's not properley edited -Fix using draw 9 tool
-Required framework not installed -Open cmd and type "apktool if FILE LOCATION\framework-res.apk"
Remember this is a simple tool, for more advanced useage and logs use apk-manager
Final Note:
If Brut.all has any reason for me to remove this please let me know and it will disappear ASAP.
Thank you.
Link and Contents::
ApkTool_reg_edit.zip(contianing reg-edit)
reg_backup_restore.txt
empty.apk
>>>CLICK ME TO DOWNLOAD<<<
If for some reason you lose the ability to create new folders here is a fix:
>>Here<<
Just extract and double click, it might say "cannot import all data", just ignore it, it will restore your create new folder option.
I'm having issues opening xml files in .apk like framework-res.apk. I've extracted the .apk using apk multi-tool and I have access to all the files but when I open it in a browser it's a blank page and if I open it in notepad I get a bunch of random characters. Is there a step I'm missing? Do I need to put these xml files through another filter before I can see/edit their contents?
yoft1 said:
I'm having issues opening xml files in .apk like framework-res.apk. I've extracted the .apk using apk multi-tool and I have access to all the files but when I open it in a browser it's a blank page and if I open it in notepad I get a bunch of random characters. Is there a step I'm missing? Do I need to put these xml files through another filter before I can see/edit their contents?
Click to expand...
Click to collapse
Since u Use apk multi tool, DECOMPILE not extract, and recompile when finished yep, that easy
*edit
Side note, internet explorer and NOTEPAD to edit code? Seriously? Lmao I always use notepad++ xD should check it out.
doug36 said:
Since u Use apk multi tool, DECOMPILE not extract, and recompile when finished yep, that easy
*edit
Side note, internet explorer and NOTEPAD to edit code? Seriously? Lmao I always use notepad++ xD should check it out.
Click to expand...
Click to collapse
Ah thanks a lot! And yeah I'm just starting, I haven't edited xml files before, so far all I've managed to do is make graphical changes by replacing/editing pictures in an .apk so I'm starting to dip into xml editing. I'm sure once I get my footing I'll switch to a dedicated xml editing tool but for now, I just want to see what they look like xD
I want to modify the default Sprint touchwiz UI, specifically (for now) the notification drop down toggles (I know there is an app to do it). Can anyone point me in the right direction to get started such as tools needed, beginners guides etc...
Well this would require modding the SystemUI.apk
So some tools you're gonna need:
- APKTool
- 7Zip
- A good text editor (I recommend Notepad++)
Sent from my PG06100
CNexus said:
Well this would require modding the SystemUI.apk
So some tools you're gonna need:
- APKTool
- 7Zip
- A good text editor (I recommend Notepad++)
Sent from my PG06100
Click to expand...
Click to collapse
- APKTool -where to get
- 7Zip -already have
- A good text editor (I recommend Notepad++) -already have
If you aren't talking about making a custom one Morphology is great!
http://forum.xda-developers.com/showthread.php?t=1968724
ChaseBroyles said:
If you aren't talking about making a custom one Morphology is great!
http://forum.xda-developers.com/showthread.php?t=1968724
Click to expand...
Click to collapse
I would really prefer to not use others custom themes/roms as I'd like to learn how to customize stuff myself.
Look up "apktool" on google, theres an xda thread for info (read it) and then theres a google code page to download the files
Sent from my PG06100
Just as a follow up when I recompile the SystemUI.apk and replace the SystemUI.apk in the systems folder (using es explorer) and lets say something is wrong with my apk will i be able to restore it using es explorer?
vpy said:
Just as a follow up when I recompile the SystemUI.apk and replace the SystemUI.apk in the systems folder (using es explorer) and lets say something is wrong with my apk will i be able to restore it using es explorer?
Click to expand...
Click to collapse
Well in that case make sure you keep an UNEDITED backup of the SystemUI.apk somewhere on your sdcard/computer
Also, the way system apps are given system privileges is that they are signed with manufacturer keys. To modify it AND make your OS continue to recognize it as a system app what you need to do is recompile the edited SystemUI.apk, open it in 7zip and then copy paste the folders where you modified files from your newly compiled SystemUI.apk to the original (zipped up) SystemUI.apk so that the signature is maintained
For example, if you modified files in "ModdedSystemUI/res", then you would compile it and copy the "res" folder into the original (zipped) SystemUI.apk
Sent from my PG06100
CNexus said:
Well in that case make sure you keep and UNEDITED backup of the SystemUI.apk
Also, the way system apps are given system privileges is that they are signed with manufacturer keys. To modify it what you need to do is recompile the edited SystemUI.apk, open it in 7zip and then copy paste the folders where you modified files from your newly compiled SystemUI.apk to the original (zipped up) SystemUI.apk so that the signature is maintained
Sent from my PG06100
Click to expand...
Click to collapse
Yes I do keep and original backup copy, I just wanted to make sure that if I messed up i can replace the SystemUI.apk and restore everthing.
Yes, definitely
A nandroid wouldnt be a bad idea either
Sent from my PG06100