Can anyone edit this XML for me please - Themer General Discussion

is anyone know how to show all xml letters in notepad++ i have problems in my notepad always showing special characters not the xml format.

install more language packs and use google.

Related

[Q] Help wanted

How to change icon for *.exe and link? Can I use "ResourceHacker" to change icon? Please tell me in detail. Thank you in advance!
vagrantman, if you are asking about some standalone executable, containing icon - than yes - you can change built-in icon by means of resource editor. Not sure how RezHacker works (never used it - I use restorator) but it's possible. Just extract ico, edit it in any image editor and paste back to the place. Or paste any wanted ready image in correspondent format.
If you are talking about changing icon in StartMenu of 6.5-6.5.x - resource icons are normally not used for standard applications. All icons in rom are png files (usually names as Start_Icon_Bla-Bla-Bla.png)....
They are fixed in
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start]
Find the exact name of the icon you want to change in the registry, make your custom png with the same name and just replace original one
More info 'bout the matter: http://forum.xda-developers.com/showthread.php?t=1115201
Thanks a lot! I will try as you teach me. First of all, I will try to find "resource editor".
thank you once more!!!

Samsung Galaxy Star Custom Carrier Label

I've been looking for ways on how to customize our carrier label but found none. Fortunately, I've found this great thread http://forum.xda-developers.com/showthread.php?t=1570956 which gave me the idea so I started modifying my device and I was able to customize it, so I decided to share it with you guys since this site has been a great help for a beginner like me. So here's how:
Requirements
1. Apktool
2. Notepad++ or any xml editor
**Since modifying this is so complicated, I attached the edited xml which will replace your current xmls.**
Download the attached zip and extract it.
Open strings.xml and find this line (its in the endline )
<string name="iamLinker">InsertYourTextHere</string>
change the text in red font to your desired text and save
Extract your SystemUI
move the following xmls to /res/layout -- look for layout-ldpi as well
status_bar_expanded.xml
tw_status_bar_expanded.xml
tw_status_bar_expanded_dual.xml
move the following xmls to /res/values
strings.xml
styles.xml
recompile and push the modified SystemUI.apk
then reboot.
And that's it! Don't forget to hit thanks if this helps!
emmantot said:
I've been looking for ways on how to customize our carrier label but found none. Fortunately, I've found this great thread http://forum.xda-developers.com/showthread.php?t=1570956 which gave me the idea so I started modifying my device and I was able to customize it, so I decided to share it with you guys since this site has been a great help for a beginner like me. So here's how:
Requirements
1. Apktool
2. Notepad++ or any xml editor
**Since modifying this is so complicated, I attached the edited xml which will replace your current xmls.**
Download the attached zip and extract it.
Open strings.xml and find this line (its in the endline )
<string name="iamLinker">InsertYourTextHere</string>
change the text in red font to your desired text and save
Extract your SystemUI
move the following xmls to /res/layout -- look for layout-ldpi as well
status_bar_expanded.xml
tw_status_bar_expanded.xml
tw_status_bar_expanded_dual.xml
move the following xmls to /res/values
strings.xml
styles.xml
recompile and push the modified SystemUI.apk
then reboot.
And that's it! Don't forget to hit thanks if this helps!
Click to expand...
Click to collapse
Really nice ... but this is the wrong place to post.
Please move this to the Galaxy Star General forum.

[Help] how to edit the text appears on startup of an apk

How to edit the text appears on startup of an android application. Some application are modified and they show an message like apk is modded by ****. I want to edit that text.
Thanks.
rockingjassie said:
How to edit the text appears on startup of an android application. Some application are modified and they show an message like apk is modded by ****. I want to edit that text.
Thanks.
Click to expand...
Click to collapse
Decompile using apk-tool. And edit accordingly.
After decompiling,
If its just simple image, editing PNG inside drawable folders should be sufficient.
If its text, you will have to find string inside res/values folder.
Jaskaranbir Singh said:
Decompile using apk-tool. And edit accordingly.
After decompiling,
If its just simple image, editing PNG inside drawable folders should be sufficient.
If its text, you will have to find string inside res/values folder.
Click to expand...
Click to collapse
Thanks. I will try.
How do you get this to display when loading up the APK please?
Checked res folder and images but no luck yet.

Replace text

How add replace(), replaceAll() in apk file. To replace all the text. Please for java and smali.

Translating Chinese .php coding to English so I can edit it.

I'm trying to translate some app .apk that is written/coded in Chinese so I can edit it. I've tried copy paste into google translate and in visual studio I get error, "The file will not be displayed in the editor because it is either binary, very large, or uses an unsupported text encoding."

Categories

Resources