In this thread I will show you how to customize an app so that you could add your favourite wallpapers in it. Its good for roms for improving their visuals.
Requirements:
1.HCWallpapers.apk http://www.mediafire.com/?z3oaoy1iz9w9mtu
2.apktool/apk multi tool
3.basic editing xml's
Instructions
1.Decompile HCWallpapers.apk
2.Go to res/values-hdpi
3.Open arrays.xml
4.Add this
Code:
<item>wallpaper_x</item>
Replace 'x' with any alphabet like k,n etc. (The alphabet should not be already present)
5.Go to drawable-hdpi
6.Add 2 images over there with the corresponding names and sizes
Code:
wallpaper_x.png/jpg 480 x 320
wallpaper_x_small.jpg/png 170 x 124
7.Compile apk, sign it and install it
Can't install, and i use root-explorer copy to system/app, set perm, and reboot phone, but not work.
R U try??
Totoro® said:
Can't install, and i use root-explorer copy to system/app, set perm, and reboot phone, but not work.
R U try??
Click to expand...
Click to collapse
m usin it... i used an updater - script to flash it
hell_lock said:
m usin it... i used an updater - script to flash it
Click to expand...
Click to collapse
Flash is different with use Root-Explorer? hmm...
Totoro® said:
Flash is different with use Root-Explorer? hmm...
Click to expand...
Click to collapse
DID u sign the apk??sign it n install manually
hell_lock said:
DID u sign the apk??sign it n install manually
Click to expand...
Click to collapse
I use direct app u post. No dec.
Totoro® said:
I use direct app u post. No dec.
Click to expand...
Click to collapse
its not signed dats why it didnt work
hell_lock said:
its not signed dats why it didnt work
Click to expand...
Click to collapse
Now, i need...???
Totoro® said:
Now, i need...???
Click to expand...
Click to collapse
u need to sign that apk file... see this for signing
http://forum.xda-developers.com/showthread.php?t=1466100
See this as demo:http://www.mediafire.com/?ybot4gu1ocao8f9
wow nice info sir
Are u telling how to kang wallpapers ?
IF YOU LIKE MY WORK, THANK ME BY THE BUTTON BELOW
plagiat said:
wow nice info sir
Click to expand...
Click to collapse
Haha he is saying u "sir"
xD
IF YOU LIKE MY WORK, THANK ME BY THE BUTTON BELOW
rishabho1 said:
Haha he is saying u "sir"
xD
IF YOU LIKE MY WORK, THANK ME BY THE BUTTON BELOW
Click to expand...
Click to collapse
That's because I am a respectable Guy here for some people.
Sent from my GT-S5360 using XDA
How to recompile an apk ???
Sent from my GT-I9100 using xda app-developers app
simplyanin said:
How to recompile an apk ???
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
Apktool b HCWallpapers.apk
Sent from my GT-S5360 using XDA
Related
Is there any way to get the ICS fonts on galaxy S2 ?
Yes, you just need to do a Google search for a 'roboto' zip file, then flash it in CWM
Sent from my GT-I9100 using xda premium
willk22 said:
Yes, you just need to do a Google search for a 'roboto' zip file, then flash it in CWM
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
ohh thnx a lot bro let me google it
umm are you talking about this file ?
http://www.mediafire.com/?i75mjp3e0d05u0a
anshmiester78900 said:
umm are you talking about this file ?
http://www.mediafire.com/?i75mjp3e0d05u0a
Click to expand...
Click to collapse
If it has META-INF and system sub folders, then yes.
But I wouldn't take any risks. Download this app https://market.android.com/details?id=com.jrummy.liberty.toolbox&hl=en , and you can customize to make it ICS more than the font
Phistachio said:
If it has META-INF and system sub folders, then yes.
But I wouldn't take any risks. Download this app https://market.android.com/details?id=com.jrummy.liberty.toolbox&hl=en , and you can customize to make it ICS more than the font
Click to expand...
Click to collapse
alright thnx mate
anshmiester78900 said:
alright thnx mate
Click to expand...
Click to collapse
No problem!
Just to clarify, that .zip is NOT flashable to any phone. It's just a .pdf file and a readme.txt.
how can I have 5 docks on galaxy young...im on creeds rom 2.0.
please help...thnx alot..
U mean like this
Sent from my GT-S5360 using xda premium
evanlocked said:
U mean like this
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
yup2x...i cant find the thread but i saw it last time..wew...
can u give me the tut on how to do it?? please?..thnx..hehehe
Decompile the Touchwiz30Launcher file.
1
Go to TouchWiz30Launcher\res\layout-mdpi\ and open launcher.xml with your text editor.
Find iconColumnCount="4" and replace 4 with 5 (or 6 if you want 6 icons)
Save
Click to expand...
Click to collapse
2
Go to TouchWiz30Launcher\smali\com\sec\android\app\twlau ncher and open AppShortcutZone.smali with your text editor
Find const/4 v8, 0x3 and replace 0x3 with 0x4 (or 0x5 if you want 6 icons)
Save
Click to expand...
Click to collapse
Compile file. Open unsignedTouchwiz30Launcher.apk, copy C:\twmod\TouchWiz30Launcher\build\apk\classes.dex to the apk file.
shocklads said:
Decompile the Touchwiz30Launcher file.
1
Go to TouchWiz30Launcher\res\layout-mdpi\ and open launcher.xml with your text editor.
2
Go to TouchWiz30Launcher\smali\com\sec\android\app\twlau ncher and open AppShortcutZone.smali with your text editor
Compile file. Open unsignedTouchwiz30Launcher.apk, copy C:\twmod\TouchWiz30Launcher\build\apk\classes.dex to the apk file.
Click to expand...
Click to collapse
Ah now u reveal the secret haha
Sent from my GT-S5360 using xda premium
shocklads said:
Decompile the Touchwiz30Launcher file.
1
Go to TouchWiz30Launcher\res\layout-mdpi\ and open launcher.xml with your text editor.
2
Go to TouchWiz30Launcher\smali\com\sec\android\app\twlau ncher and open AppShortcutZone.smali with your text editor
Compile file. Open unsignedTouchwiz30Launcher.apk, copy C:\twmod\TouchWiz30Launcher\build\apk\classes.dex to the apk file.
Click to expand...
Click to collapse
hehe..thnx...but im afraid to mess up my phone.hahaha..im not sure how to do it
.do u have already apk file for the mod?
PS. i dont know how to decompile and compile files..hehehe im newbie on customs..
evanlocked said:
Ah now u reveal the secret haha
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Haha... That was nice ! Thanks for info ...
Sent from my GT-S5360 using xda premium
Addyz said:
hehe..thnx...but im afraid to mess up my phone.hahaha..im not sure how to do it
.do u have already apk file for the mod?
PS. i dont know how to decompile and compile files..hehehe im newbie on customs..
Click to expand...
Click to collapse
Download " Apktool "
Sent from my GT-S5360 using xda premium
I changed my boot animation and i kinda love it ( http://forum.xda-developers.com/showthread.php?p=28095141, the version 2 ). Now what im missing is a sound while my boot animation is playing.. Can i put a sound in it?
Thanks in advance.
Sent from my LT18i using xda app-developers app
arcsuser said:
Now what im missing is a sound while my boot animation is playing.. Can i put a sound in it?
Click to expand...
Click to collapse
I think it is possible!
It should be added to the archive - a music file "bootanim.mp3"
Here's an example boot animation of theme:
"GOLD - revolution color" -it is a musical!
Ahm.. Where will i put this? And how can i play it with the boot animation while my phone starts?
Sent from my LT18i using XDA Premium App
AUDIMEN said:
I think it is possible!
It should be added to the archive - a music file "bootanim.mp3"
Here's an example boot animation of theme:
"GOLD - revolution color" -it is a musical!
Click to expand...
Click to collapse
Lol, i dont need ur bootanimation.. what i need is, something like, a custom mp3 for my bootanimation.. and how im gonna do that
U get ur bootanimation.zip right, then u extract and place a short mp3 file in the folder u get after extratction . Then compress back into a zip file and replace it for the original bootanimation.zip. Simples. Please click thanks if I helped.
Sent from my LT18i using xda premium
m0h33z said:
U get ur bootanimation.zip right, then u extract and place a short mp3 file in the folder u get after extratction . Then compress back into a zip file and replace it for the original bootanimation.zip. Simples. Please click thanks if I helped.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
ok sorry for that.. im kinda slow, do u mean, after i download this and extracted i will get the mp3 is that right? and i extract too my bootanimation and compile the mp3 there right?
arcsuser said:
Lol, i dont need ur bootanimation..
Click to expand...
Click to collapse
I showed you an example - as it should be done!...
not working.. still no sound..
Does it work on ICS?
am2222 said:
Does it work on ICS?
Click to expand...
Click to collapse
i tried it once, not working.. or im missing some instructions.
arcsuser said:
i tried it once, not working.. or im missing some instructions.
Click to expand...
Click to collapse
Give me your bootanimation and music, I'll try to do it!
AUDIMEN said:
Give me your bootanimation and music, I'll try to do it!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=1742930
the version 2 with xperia logo..
btw, i found another thread same as mine.. different steps but still no sound neither logo..
I WILL BOW DOWN TO YOU IF YOU CAN DO THIS
LMAO
arcsuser said:
the version 2 with xperia logo..
Click to expand...
Click to collapse
This bootanimation works on your phone?
And I have asked a music file!
AUDIMEN said:
This bootanimation works on your phone?
And I have asked a music file!
Click to expand...
Click to collapse
Lol sorry
that bootanimation i gave to you is working..
and the sound file is in here.. http://forum.xda-developers.com/showthread.php?t=1742930 (page 2, xperia ics anim bootsound)
just extract it and get the bootanim.mp3 there ..
arcsuser said:
(page 2, xperia ics anim bootsound)
just extract it and get the bootanim.mp3 there ..
Click to expand...
Click to collapse
Sorry, but I can not find the music on page 2
AUDIMEN said:
Sorry, but I can not find the music on page 2
Click to expand...
Click to collapse
its right here... http://forum.xda-developers.com/attachment.php?attachmentid=1238577&d=1343965569
extract > system > media > bootanimation(extract) > bootanim
did u get it audimen?
arcsuser said:
did u get it audimen?
Click to expand...
Click to collapse
I need time! Now I'm busy ... When I do, I will write to you!
AUDIMEN said:
I need time! Now I'm busy ... When I do, I will write to you!
Click to expand...
Click to collapse
OK thanks in advance.
Try this...
arcsuser said:
OK thanks in advance.
Click to expand...
Click to collapse
I can not check!
Put in a folder: "system/media" - permission "rw-r-r-"
Guys today I am going to discuss on how to Sign Your Own Moded Apps
Requirements:-
1) Sign_app.zip [-Download][ http://www.mediafire.com/?0rkk8hza8bhhj9a ] Thanks to olboss for this awesome app signer
2) 5 Sec of Your Precious Time
3) Pc/Lappy
Processs/Workingss
1)Download the zip from above mediafire link
2)Make a folder in Desktop
3)Copy/Paste the downloaded zip there...
4)Extract it there...
5)Now you will get a folder name " Sign+_v1.2.2 "
6)Go inside that folder, & Run the " Sign+.exe "
7)A white Popup will came..
8)Now simple drag & drop the desired apk on that white surface, or you can Browse to it.
9)Then click on " signfiles " button.
10)Then Goto that folder where your original files was kept & you will find the signed apk there....
CREDITS :- aguha1044
Don't Forget To Hit Thanks........ :good:
a short processs is already present
where u can sign ur apps in ur phone itself ,i.e, by using zipsigner 2
it signs apk in ur phone and takes jus 5 sec
pretty simple and fast
but i appreciate your work kind sir
because u took your time to open a thread and guide those people who didnt knw
keep it up :thumbup:
Soul reaper said:
a short processs is already present
where u can sign ur apps in ur phone itself ,i.e, by using zipsigner 2
it signs apk in ur phone and takes jus 5 sec
pretty simple and fast
but i appreciate your work kind sir
because u took your time to open a thread and guide those people who didnt knw
keep it up :thumbup:
Click to expand...
Click to collapse
yup u r right u can sign ur apks with zip signer bt this process for pc/lappy many noobs dnt knw abt that.. so i thnk this thread is helpful to them :good: :good:
Why do we need to sign an APK again?
Sent from my GT-S5360 using xda app-developers app
I suggest APK MANAGER for singnig APK
bY
shane
blagginspaziyonokip said:
Why do we need to sign an APK again?
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
hahahaha :good:
when we edit an apk for modification or other work ..then how we use apk again without signing???
Shane said:
I suggest APK MANAGER for singnig APK
bY
shane
Click to expand...
Click to collapse
bro its not compition where we can judge which is good or bad .. this is another method and usefull for many users so appriciate this :good: :good:
RESERVED FOR FUTURE USE :good: :good:
Hey I also use this for signing apks
from 2 months ago.Much easier than apk manager
san122 said:
Hey I also use this for signing apks
from 2 months ago.Much easier than apk manager
Click to expand...
Click to collapse
+1 :good:
Tell the people what's the use of signing apps ?
Sent from my HTC Desire X using xda app-developers app
why you need to sing apks or zips ? i don't understand actually what is signing.
i tried zipsinger from market but in process have a method of singing what is the best or what to use ?
andrman1 said:
why you need to sing apks or zips ? i don't understand actually what is signing.
i tried zipsinger from market but in process have a method of singing what is the best or what to use ?
Click to expand...
Click to collapse
If u have modified any xml in apk file such as systemui.apk then to make it work properly in ur rom after compiling u have to sign apks otherwise u may get fcs.
Sent from my GT-S5360 using Tapatalk 2
san122 said:
If u have modified any xml in apk file such as systemui.apk then to make it work properly in ur rom after compiling u have to sign apks otherwise u may get fcs.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Time for a small test. What if I flash a unsigned app on a Rom which is preinstalled ? The app is systemui.apk alright.
Will it work or not? Just say yes or no .
Sent from my HTC Desire X using xda app-developers app
hell_lock said:
Time for a small test. What if I flash a unsigned app on a Rom which is preinstalled ? The app is systemui.apk alright.
Will it work or not? Just say yes or no .
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
Acc to me it wont work as u flash it in cwm and it will replace that app
So no
Sent from my GT-S5360 using Tapatalk 2
hell_lock said:
Time for a small test. What if I flash a unsigned app on a Rom which is preinstalled ? The app is systemui.apk alright.
Will it work or not? Just say yes or no .
Sent from my HTC Desire X using xda app-developers app
Click to expand...
Click to collapse
IF it is a system app then no need to sign it....otherwise u have to sign that app.... System UI is system app so it will work...
Bt 1 Ques naman.. I knw U hve all d knowldge about dcompiling and recompiling and U r nw a recognised contributer But we r not.. we r in learning stage .dnt discourge us.By taking these kind of tests if U knw everythng that dsnt mean every body also knw all d thngs.
Hope U understand
Sent from my GT-S5360 using xda app-developers app
sohan rawat said:
IF it is a system app then no need to sign it....otherwise u have to sign that app.... System UI is system app so it will work...
Bt 1 Ques naman.. I knw U hve all d knowldge about dcompiling and recompiling and U r nw a recognised contributer But we r not.. we r in learning stage .dnt discourge us.By taking these kind of tests if U knw everythng that dsnt mean every body also knw all d thngs.
Hope U understand
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
I just want to spread my knowledge. And yes the app will work but if it is inside a Rom package then it won't if you follow instructions properly.
Sent from my HTC Desire X using xda app-developers app
Hello guys,
This is modified services.jar file for stock ICS roms, this will disable signature verification for all apps
FEEL FREE TO USE THIS MOD AND GIVE PROPER CREDITS IF YOU ARE USING IT IN YOUR ROM
How to:
Download the attachment and just flash in recovery, wipe dalvik cache and reboot
or
Extract the services.jar file from downloaded zip file and put into /system/framework and set -rw-r-r permissions
Download link on second post
Credits:
DavidMKD for tutorial on super user mod
Download:
SuperUserMod
Don't forget to press thanks
Kindly Can you make for Xperia U?
Sent from my ST25i using xda premium
sonyfan45 said:
Kindly Can you make for Xperia U?
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
Yes, give me your services.jar
You may try this, but make a backup
Sent from my MT27i using Tapatalk 2
pukhrajsoni said:
Yes, give me your services.jar
You may try this, but make a backup
Sent from my MT27i using Tapatalk 2
Click to expand...
Click to collapse
This is from Xperia u ics .100 fw thanks in advance
For what is that usefull? :S
Diego910 said:
For what is that usefull? :S
Click to expand...
Click to collapse
You can get it here wat is super user mod
http://forum.xda-developers.com/showthread.php?p=43051418
Sent from my ST25i using xda premium
What is the Purpose of This MOD? I don't understand.
Just to disable signature verification for all apps?
Hi, can anyone help me how to edit the service.jar?
phone:sony u
http://d-h.st/aTd
very very tnx!
nadom42 said:
What is the Purpose of This MOD? I don't understand.
Just to disable signature verification for all apps?
Click to expand...
Click to collapse
yes
sonyfan45 said:
This is from Xperia u ics .100 fw thanks in advance
Click to expand...
Click to collapse
this one should work
RF-XDA said:
yes
this one should work
Click to expand...
Click to collapse
Q:
sorry use this method?
http://forum.xda-developers.com/showthread.php?t=1698352
tnx
silverbios said:
Q:
sorry use this method?
http://forum.xda-developers.com/showthread.php?t=1698352
tnx
Click to expand...
Click to collapse
yup
RF-XDA said:
yup
Click to expand...
Click to collapse
:crying:
Im used but not working!
silverbios said:
:crying:
Im used but not working!
Click to expand...
Click to collapse
try this
RF-XDA said:
try this
Click to expand...
Click to collapse
working tnx!:good:
probably problem from my apktool!!!
sorry can you edit this?
tnx
A big thanks
pukhrajsoni said:
Hello guys,
This is modified services.jar file for stock ICS roms, this will disable signature verification for all apps
FEEL FREE TO USE THIS MOD AND GIVE PROPER CREDITS IF YOU ARE USING IT IN YOUR ROM
How to:
Download the attachment and just flash in recovery, wipe dalvik cache and reboot
or
Extract the services.jar file from downloaded zip file and put into /system/framework and set -rw-r-r permissions
Download link on second post
Credits:
DavidMKD for tutorial on super user mod
Click to expand...
Click to collapse
Thank you to provide such tools to try a lot with my phone. Hope soon you'll bring any unofficial version with official UI, apps & interface of jellybean 4.2+ for xperia sola :victory: