How can I rename the Zombie Art By Jack Larson gingerbread. - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

How can I rename the Zombie Art By Jack Larson gingerbread easteregg? What should I decompile and What should I edit... Thanks in advance
Sent from my GT-S5360 using xda app-developers app

Spencer.Guangco said:
How can I rename the Zombie Art By Jack Larson gingerbread easteregg? What should I decompile and What should I edit... Thanks in advance
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
You'll find the image in either framework-res.apk or twframework-res.apk (it must be framework-res but i'm never sure). Decompile it.
You can change the png file, but to change the text, you'll have to edit some particular smali file. The text is shown by the widget Toast which is written in source code.
Code:
System.out.println("Sent from my SGY");

anasdcool71 said:
You'll find the image in either framework-res.apk or twframework-res.apk (it must be framework-res but i'm never sure). Decompile it.
You can change the png file, but to change the text, you'll have to edit some particular smali file. The text is shown by the widget Toast which is written in source code.
Code:
System.out.println("Sent from my SGY");
Click to expand...
Click to collapse
Only change in strings.xml

hell_lock said:
Only change in strings.xml
Click to expand...
Click to collapse
It's can't be in strings.xml...it's a toast widget. An example of it in source code :-
Code:
Toast.makeText(this, "Zombie Art by Jack Larson",
Toast.LENGTH_LONG).show();
This same thing is in smali in another way.
Code:
System.out.println("Sent from my SGY");

Its located in framework-res.apk in framework-res\res\drawable-nodpi , decompile and change the image, the location may differ for some custom ROMs

I mean the title Zombie Art By Jack Larson not the image...
To hitme987
Sent from my GT-S5360 using xda app-developers app

anasdcool71 said:
It's can't be in strings.xml...it's a toast widget. An example of it in source code :-
Code:
Toast.makeText(this, "Zombie Art by Jack Larson",
Toast.LENGTH_LONG).show();
This same thing is in smali in another way.
Code:
System.out.println("Sent from my SGY");
Click to expand...
Click to collapse
Can you tell me the path to the file where I should change the text : "zombie art by Jack Larson"
Sent from my GT-S5830 using Tapatalk 2

K3vin71 said:
Can you tell me the path to the file where I should change the text : "zombie art by Jack Larson"
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
There are various smali files. Search them. I've never tried to edit it personally so i don't know the exact location.
Sent from my GT-S5360 using xda premium

Try this
http://forum.xda-developers.com/showthread.php?p=45933495
:good:

I hav the correct answer for all ur ques
Decompile framework.jar
/android
Find this> platlogoactivity.smali
With np++ change the text anythg u want
Enjoy!!

Here You Go
Firstly You Should Have Searched It
You Need To Decompile Framework.jar And then go smali>com>android>internal>app>PlatLogoActivity.smali
Open It using Notepad++ Change It
Recompile
Done

Related

[Q] How to edit rom details other than in Build.prop

For an example In Hyper Ion, Creeds rom, There are some additional Rom infos (Like Developer, Code Name etc..) and well, those details are not found in build.prop.
So how do they do it? Is it xml editing? How can I do it?
It's on the setting.apk, replace it with the stock will remove the info of ROM Maker or etc
Sent from my GT-S5360 using xda premium
As far as i think, it is XML editing. Decompile the settings.apk using apktool (if you don't know how to, then check my sig). In res/layouts, one of the xmls will be the screen for that 'about phone'. There you'll be able to add more TextViews, i.e. more texts to display.
Sent from my GT-S5360 using xda premium
anasdcool71 said:
As far as i think, it is XML editing. Decompile the settings.apk using apktool (if you don't know how to, then check my sig). In res/layouts, one of the xmls will be the screen for that 'about phone'. There you'll be able to add more TextViews, i.e. more texts to display.
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Anyway to edit xml files?
sachinvjn said:
Anyway to edit xml files?
Click to expand...
Click to collapse
Search in google for Notepad++. It's a great software which makes XML editing a breeze.

[Q] Why almost all Custom ROMs XMLs looks like this?

I use Notepad++ to edit XML. In Stock ROM it is fine. But almost all Custom ROMs have this problem. How can i edit it? Are there any ways to edit it?
emjimadhu said:
I use Notepad++ to edit XML. In Stock ROM it is fine. But almost all Custom ROMs have this problem. How can i edit it? Are there any ways to edit it?
Click to expand...
Click to collapse
You need to decompile it!
Lol! Decompile the apk first using apktool or apkmanager. That's the binary form of xml, on decompiling you'll get the readable form.
Sent from my GT-I9100 using xda app-developers app
anasdcool71 said:
Lol! Decompile the apk first using apktool or apkmanager. That's the binary form of xml, on decompiling you'll get the readable form.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Thats not binary.. Its encrypted form I guess
Sent from my GT-S5360 using XDA

How can I change the icons of status bar ?

I wan2 change the icons of battery, signal and some other icon.
how can I do it?
I'm using Hyperion 8
Sent from my GT-S5360 using xda app-developers app
Ynt: How can I change the icons of status bar ?
use uot kitchen or flash another statusbar
Galaxy Pop Plus'imdan Tapatalk 2 ile gönderildi.
Decompile framework.apk or tw-framework.apk ..
Replace the icons nd recompile it nd push the edited.apk back
** rooting is new for me,
nd i am a noob to root....**
With rom toolbox
Sent from my Xperia U using xda premium
decompile systemui and navigate to res/drawable-ldpi,
there,
google on how to decompile and recompile apks,
also on how to use image editing software on changing your desired icons
sonypro said:
With rom toolbox
Sent from my Xperia U using xda premium
Click to expand...
Click to collapse
not working
but good thing is I got some icon from this app
burak144 said:
use uot kitchen or flash another statusbar
Galaxy Pop Plus'imdan Tapatalk 2 ile gönderildi.
Click to expand...
Click to collapse
menewtoroot said:
Decompile framework.apk or tw-framework.apk ..
Replace the icons nd recompile it nd push the edited.apk back
** rooting is new for me,
nd i am a noob to root....**
Click to expand...
Click to collapse
deathnotice01 said:
decompile systemui and navigate to res/drawable-ldpi,
there,
google on how to decompile and recompile apks,
also on how to use image editing software on changing your desired icons
Click to expand...
Click to collapse
this is confusing
systemui or framework ?
x-plore can open apk as a zip file. can I use it to replace icon ?
Sent from my GT-S5360 using xda app-developers app
Simply replacing icon with exactly the same name will work sometime. Try to replace files or images one by one rather than extracting all files. It will lead to installation error.
Sent from my GT-S5360 using xda premium

decompile settings.apk [solved]

hiii everyone..
i am trying to decompile settings.apk (of hyperion 8) but i was failed..
i also try with another roms settings.apk but i again failed and i use proper framework-res.apk
can anyone give me a guide to decompile settings.apk of any rom///
i attache the screenshot of 'apktool error'
Sachin Patel said:
hiii everyone..
i am trying to decompile settings.apk (of hyperion 8) but i was failed..
i also try with another roms settings.apk but i again failed and i use proper framework-res.apk
can anyone give me a guide to decompile settings.apk of any rom///
i attache the screenshot of 'apktool error'
Click to expand...
Click to collapse
load the three frameworks. hyperion-res.apk , framework-res.apk and twframework-res.apk
or give me the three files and also with the settings.apk ill decompile for you.
Re: decompile settings.apk
ok i will try but can you tell me how to load hyperion-res and twframework??
is it similar to framework-res.apk?
Sent from my GT-S5360 using xda premium
Sachin Patel said:
ok i will try but can you tell me how to load hyperion-res and twframework??
is it similar to framework-res.apk?
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Download the zip I attached
now open command window where the files you downloaded is.
now to load framework first put the 3 frameworks in the folder with the file you downloaded.
dont type the one in the parenthesis because that's a comment.
type this in cm
apktool if framework-res.apk (type it exactly)
apktool if twframework-res.apk
apktool if hyperion-res.apk
type them one by one. that's how you do it.
Press the thanks button please if i helped
Re: decompile settings.apk
In your Username/.apktool folder, paste twframework res. Apk and rename it as 2.apk.
Re: decompile settings.apk
it works
Sent from my GT-S5360 using xda premium
Re: decompile settings.apk
Sachin Patel said:
it works
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Now that is solved you place in top "solved"
Edit: and also don't forget to sign the new compiled apk so it would be installed.
Sent from my Titan TV S320 using xda premium
Hi,
The easiest way to decompile apps for me is by using the APK Multi Tool.. Website: apkmultitool.com/
Project Young said:
Now that is solved you place in top "solved"
Edit: and also don't forget to sign the new compiled apk so it would be installed.
Sent from my Titan TV S320 using xda premium
Click to expand...
Click to collapse
do u mean need to sign system apps to?
Reynaldi said:
do u mean need to sign system apps to?
Click to expand...
Click to collapse
If u edited android manifest.xml u need to sign all system apps but if u didnt touch androidmanifest.xml just sign d app not all system apls
SNT FRM D PHILIPPINES
Reynaldi said:
do u mean need to sign system apps to?
Click to expand...
Click to collapse
Usually settings sometimes won't install if not signed. (My experience with jellyblast and some other roms)
Sent from my Xoom using xda premium

[Q] How to change the text in Settings

How to change the text in Settings "Zombie art by Jack Larson" in settings->About phone->Android version and tapping it
Sent from my GT-S5360 using xda-developers app
EDITING
raghu gautam said:
how to change the text in settings "zombie art by jack larson" in settings->about phone->android version and tapping it
sent from my gt-s5360 using xda-developers app
Click to expand...
Click to collapse
by editing frame-work res.apk in seeting/framework
[email protected] said:
by editing frame-work res.apk in seeting/framework
Click to expand...
Click to collapse
its in framework.jar not framework-res.apk
Raghu Gautam said:
How to change the text in Settings "Zombie art by Jack Larson" in settings->About phone->Android version and tapping it
Sent from my GT-S5360 using xda-developers app
Click to expand...
Click to collapse
please search before posting
guide is
http://forum.xda-developers.com/showthread.php?t=2345086
No I am asking how to do it through mobile, when I browse the framework.jar via root explorer only three files are present classes.dex,preloaded classes and Meta.inf folder no other files are found as mentioned in the thread
Sent from my Samsung Galaxy Y using XDA premium
Raghu Gautam said:
No I am asking how to do it through mobile, when I browse the framework.jar via root explorer only three files are present classes.dex,preloaded classes and Meta.inf folder no other files are found as mentioned in the thread
Sent from my Samsung Galaxy Y using XDA premium
Click to expand...
Click to collapse
you need to decompile it with apktool - it is step number 1!
a decompiling tool is also mentioned in stuff you need - I use apktool but others have been mentioned
Is there any way to change battery icon without pc in galaxy y,bcoz my pc harddisk is crashed :thumbup::thumbup::thumbup::thumbup::thumbup::thumbup:
Sent from my GT-S5360 using xda app-developers app
[email protected] said:
Is there any way to change battery icon without pc in galaxy y,bcoz my pc harddisk is crashed :thumbup::thumbup::thumbup::thumbup::thumbup::thumbup:
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
yes just rename framework-res.apk to framework-zip
extract it with a zip app like zarchiver
replace the pngs and only pngs on a like for like basis - same filenames - dont touch xml files or anything else
rezip
change back to .apk
put and a flashable zip and flash in cwm with system mounted or push to system with rw-r-r but flashing is better

Categories

Resources