Repacked ApkManager for Android Apps hacking - Galaxy S III Themes and Apps

Hi,
Many of you know about the Apk Manager, one of the easiest tool to hack & mod any Android application.
This is a repacked ApkManager by me with the following features:
Based on ApkManager 4.9 by Daneshm90 (Big thanks to him)
Updated Apktool by Brut.Alll
Fast Aapt by Chainfire
0 as default compression level
512Mo as default allowed heap size
3 ready for use fake frameworks (for lidroid-res modding)
A few useful Tips :
1- Always push resources files (framwork-res & twframework-res) before decompiling any Application
2- While recompiling and after generating the keep folder, remove from this folder :
Any file you modified
"Classes.dex" if you modified or added any smali files
"resources.arsc" if you modified or added any xml or resources files (images)
3- You may need sometimes to fix some plurals manually (by enumerating the plurals "1$d" "2$d", removing redundant "%"... just follow the logs errors)
4- You may need to fix some wrong "reference-array", change them to "string-array".
Download.

wanam said:
Hi,
Many of you know about the Apk Manager, one of the easiest tool to hack & mod any Android application.
This is a repacked ApkManager by me with the following features:
Based on ApkManager 4.9 by Daneshm90 (Big thanks to him)
Updated Apktool by Brut.Alll
Fast Aapt by Chainfire
0 as default compression level
512Mo as default allowed heap size
3 ready for use fake frameworks (for lidroid-res modding)
Download.
Click to expand...
Click to collapse
Can not download .____.
Sent from my GT-I9300 using xda premium

Taker18 said:
Can not download .____.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Use a desktop browser.

wanam, can't access your site (bloecked here i think). could u please provide mirror or direct link for the package? tha.

avary said:
wanam, can't access your site (bloecked here i think). could u please provide mirror or direct link for the package? tha.
Click to expand...
Click to collapse
Ok, link moved to Dev-Host.

thanks alot.

here direct link: APKManager
cheers

If you guys play on winblow this tool is a must.

thanks man you make my work so much easier!

thank you wanam, good. but Where are the lidroid-res.apk files for 3.apk or 4.apk or 5.apk

agabey_42 said:
thank you wanam, good. but Where are the lidroid-res.apk files for 3.apk or 4.apk or 5.apk
Click to expand...
Click to collapse
Posted here.

Wanam, you've been given the best tools for modding. Thanks for this.
Enviado de meu GT-I9300 usando o Tapatalk 2

wanam said:
Hi,
Many of you know about the Apk Manager, one of the easiest tool to hack & mod any Android application.
This is a repacked ApkManager by me with the following features:. . .
Click to expand...
Click to collapse
wanam you are the man! Thanks for all you do for us user and developers. Next few donations I get are coming your way.

wanam said:
Posted here.
Click to expand...
Click to collapse
Thank you wanam, but apktool/framework folder in 3.apk - 4,apk and 5.apk file ???

agabey_42 said:
Thank you wanam, but apktool/framework folder in 3.apk - 4,apk and 5.apk file ???
Click to expand...
Click to collapse
I don't understand what you do mean?

wanam said:
I don't understand what you do mean?
Click to expand...
Click to collapse
my english bad. I am sorry
my installed framework-res.apk and twframework.apk
C:\Users\mustafa\apktool\framework\1.apk and 2.apk but
C:\Users\mustafa\apktool\framework\
3.apk
4.apk
5.apk file ???
edit files that are required for 3.apk or 4.apk or 5.apk file ??
Where can I find these files?

agabey_42 said:
my english bad. I am sorry
my installed framework-res.apk and twframework.apk
C:\Users\mustafa\apktool\framework\1.apk and 2.apk but
C:\Users\mustafa\apktool\framework\
3.apk
4.apk
5.apk file ???
Where can I find these files?
Click to expand...
Click to collapse
They are included in the ApkManager package, inside"ApkManagerWanam\other\" folder named "wanam3.apk", "wanam4.apk", "wanam5.apk".

wanam said:
They are included in the ApkManager package, inside"ApkManagerWanam\other\" folder named "wanam3.apk", "wanam4.apk", "wanam5.apk".
Click to expand...
Click to collapse
ooovvvv, good, Thank you very much.
Wanam is good.
lidroid-res.apk and lidroidSettings.apk
I sent you a message about the Turkish language package for files. I'd love could add files.

thx for your tool
works fine here

thank you very much! I use way too!

Related

[Mod] Phone.apk | No Increasing Ringtone [ JVZ,JW1 | 2.3.6 | Deodexed ]

This mod is very popular in there, doesn't need to explain that.
My Base "Phone.apk" file is on Deodexed JVZ |2.3.6| firmware.
Installation Guide:
Download the attached file.
Extract it
Copy "Phone.apk" File into "System/App" Folder.
Restart your Phone.
Done.
Updates:
12/16/2011: No any differences between JVZ and JW1, you can use it on JW1
Best Regards.
Thank you, was going to attempt this myself but you beat me to it lol.
I was always having problems decompiling the phone.apk, any chance you could let me know what tools you used to decompile / recompile the apk?
djb77 said:
Thank you, was going to attempt this myself but you beat me to it lol.
I was always having problems decompiling the phone.apk, any chance you could let me know what tools you used to decompile / recompile the apk?
Click to expand...
Click to collapse
0- Notepad ++
1- Baksmali
2- Smali
3- 7 Zip
or simply use Apk Manager.
you need to change below smali file.
Code:
com\android\phone\Ringer$1.smali
* Very Important
And if you want don't face to any fc error, you need to use low compression or better to use NoCompression mod.
djb77 said:
Thank you, was going to attempt this myself but you beat me to it lol.
I was always having problems decompiling the phone.apk, any chance you could let me know what tools you used to decompile / recompile the apk?
Click to expand...
Click to collapse
Make sure you are decompiling it with dependencies (twframework-res.apk), decompiled /res/drawable-hdpi should not have any corrupted file (such as corrupted 9patch)
Rahulrulez said:
Make sure you are decompiling it with dependencies (twframework-res.apk), decompiled /res/drawable-hdpi should not have any corrupted file (such as corrupted 9patch)
Click to expand...
Click to collapse
Thank you for that, that's something I actually did want to know.
I had a look at APK Manager a while ago and didn't end up having any luck decompiling properly, so I went to straight Smali / Baksmali scripts. Only ever had luck with .jar files though.
---------- Post added at 07:54 AM ---------- Previous post was at 07:50 AM ----------
Also, is it possible that it's framework-res.apk that it uses and not twframework-res.apk ?? I tried twframework-res and it just sat there and did nothing, framework-res decompiled it properly.
djb77 said:
Thank you for that, that's something I actually did want to know.
I had a look at APK Manager a while ago and didn't end up having any luck decompiling properly, so I went to straight Smali / Baksmali scripts. Only ever had luck with .jar files though.
---------- Post added at 07:54 AM ---------- Previous post was at 07:50 AM ----------
Also, is it possible that it's framework-res.apk that it uses and not twframework-res.apk ?? I tried twframework-res and it just sat there and did nothing, framework-res decompiled it properly.
Click to expand...
Click to collapse
framework-res.apk doesn't depends upon twframework-res. It should be decompiled without any dependency.
Rahulrulez said:
framework-res.apk doesn't depends upon twframework-res. It should be decompiled without any dependency.
Click to expand...
Click to collapse
No I meant for when decompiling phone.apk I use framework-res instead of twframework-res
Is this phone-apk also working with an odexed JVZ?
Deacon-Frost said:
Is this phone-apk also working with an odexed JVZ?
Click to expand...
Click to collapse
NO! its just for deodex
Ehy M_J_Nazari, since you're very smart, you want to give me a hand?
http://forum.xda-developers.com/showpost.php?p=20222307&postcount=65
i tried this on a jvt rom i'm using and it worked..
thanks
M_J_Nazari said:
NO! its just for deodex
Click to expand...
Click to collapse
It works great with odexed roms too, you just have to delete phone.odex from your /system/app.
Can you please tell us what you patched to disable the increasing ringtone? I want to be able to do this for the latest ROMs.

[MOD] Villain Theme System ( VRtheme ) for XXLSJ/XWLS8

While preparing JB Style for XXLSJ I've seen that we needed a proper VRTheme templatefor the new partitions ( /preload ) in our new systems. This will probably change in the future as Samsung releases the final version... but meanwhile... you can use this template to build mods.
No need to replace the entire SystemUI for battery images. This is not my work, I just simply adapted the original template.
Source:
http://forum.xda-developers.com/showthread.php?t=1207017
http://www.villainrom.co.uk/forum/threads/about-villaintheme-system.4971/
Download:
http://depositfiles.com/files/6lj80t3aa
Crussader said:
While preparing JB Style for XXLSJ I've seen that we needed a proper VRTheme templatefor the new partitions ( /preload ) in our new systems. This will probably change in the future as Samsung releases the final version... but meanwhile... you can use this template to build mods.
No need to replace the entire SystemUI for battery images. This is not my work, I just simply adapted the original template.
Source:
http://forum.xda-developers.com/showthread.php?t=1207017
http://www.villainrom.co.uk/forum/threads/about-villaintheme-system.4971/
Download:
http://depositfiles.com/files/6lj80t3aa
Click to expand...
Click to collapse
Thanks for sharing this Mods for Create new things.
dark_zhero said:
Thanks for sharing this Mods for Create new things.
Click to expand...
Click to collapse
i tried using it but went into boot loop..
all system\app files including systemui.apk which were before in systems\apps will be now in preload\symlink\system\app ??
or will the systemui.apk reside somewhere else ??
and the folders with the modified pngs will be named like systemui.apk ?? with the the extension ??
Thanks
xinfinityoO said:
i tried using it but went into boot loop..
all system\app files including systemui.apk which were before in systems\apps will be now in preload\symlink\system\app ??
or will the systemui.apk reside somewhere else ??
Click to expand...
Click to collapse
exactly... in deodexed ROMs they're located in there ( preload\symlink\system\app ). If I recall correctly, in odexed ( stock fro sammobile source ) they're still on system/app.... check where they are before patching using a root file manager.
xinfinityoO said:
and the folders with the modified pngs will be named like systemui.apk ?? with the the extension ??
Thanks
Click to expand...
Click to collapse
you have to recreate the folder structure of the file you're trying to mod
SystemUI.apk / res / drawable-hdpi ( for example )
Check one of my mods to see what I mean
Crussader said:
exactly... in deodexed ROMs they're located in there ( preload\symlink\system\app ). If I recall correctly, in odexed ( stock fro sammobile source ) they're still on system/app.... check where they are before patching using a root file manager.
you have to recreate the folder structure of the file you're trying to mod
SystemUI.apk / res / drawable-hdpi ( for example )
Check one of my mods to see what I mean
Click to expand...
Click to collapse
i did as what you have said ..but boot loop ..will check the systemui.apk location and try again
thanks
xinfinityoO said:
i did as what you have said ..but boot loop ..will check the systemui.apk location and try again
thanks
Click to expand...
Click to collapse
are you using .9.png files? They must be compiled before so you can use them
Crussader said:
are you using .9.png files? They must be compiled before so you can use them
Click to expand...
Click to collapse
Is that so? I never knew that
So quick question... If I change the hue of. 9 image I can't drop straight into an apk? It has to be recompiled 1st? If that's the case, that explains a lot. Thanks for the heads up on this. Every time I did this previously the image got distorted so i gave up touching them and just changed normal pngs.

[Share Latest Apktool 4.2.2/Guide/Tutorial/] How to Decompile/Compile/Sign Apk/Jar

How to Decompile, Recompile & Sign apk
This Guide/Tutorial for Windows user
Requirement :
1. Android SDK, you can download from here (this including Java)
2. Download Latest Apktool 4.2.2 (Including Sign & baksmali) from here (this Support All apk from GB/ICS/JB 4.1.2/4.2.2)
3. Notepad++ for your tool editing xml/smali you can download from here
If you already download/Installed Android sdk/java & Notepadd++ you just download Latest Apktool 4.2.2
Download Latest Apktool, extract to :
Windows XP : C:\Document and setting\folder your computer name
Windows 7 : C:\user\folder your computer name
copy your apk & framework-res.apk/SemcGenericUxpRes.apk/framework 2 to same folder with apktool
Now you can start Editing apk
Example Editing Walkman
Open Command Prompt (CMD)
to decompile :
Code:
apktool if framework-res.apk
apktool d semcmusic.apk ( can be whatever name you give to your apk )
Some Original system apps need installed framework 2 like on stock ROM (SemcGenericUxpRes.apk)
Example
Code:
apktool if framework-res.apk
apktool if semcgenericuxpres.apk
apktool d semcmusic.apk ( can be whatever name you give to your apk )
You can start editing as you want
to recompile :
Code:
apktool b -f -d semcmusic.apk ( can be whatever name you give to your apk )
If done, you can exit CMD
open original SemcMusic.apk using Winrar or 7zip go to folder semcmusic>dist, open semcmusic.apk using Winrar or 7zip
Drag & drop folder META-INF & Lib in original apk to Modified apk, set compression to store and click ok
to sign :
Move apk modified from folder semcmusic>dist to same folder with apktool
Open Command Prompt (CMD)
Example
Code:
java -jar SignApk.jar testkey.x509.pem testkey.pk8 semcmusic.apk semcmusic_signed.apk ( can be whatever name you give to your apk )
NOTE : Sign apk only for apps 3rd Party but you can use for system>app but not all apps
to zipalign :
Open Command Prompt (CMD)
Example
Code:
zipalign -fv 4 semcmusic_signed.apk semcmusic_signed_zipaligned.apk
How to Decompile/Recompile Jar/Editing classes.dex
Copy Jar file to same folder Apktool
Example
framework.jar
to decompile :
Open framework.jar using Winrar or 7zip and extract classes.dex
Drag & drop classes.dex to Quick-Baksmali (CMD)
if done, you can find folder classes-out
now you can start editing smali file using Notepad++
to recompile :
Drag & drop folder classes-out to Quick-Smali (CMD)
if done, you can find New file "new-classes.dex"
rename file to classes.dex
Open framework.jar using Winrar or 7zip
Drag & drop file classes.dex modified to framework.jar using Winrar or 7zip set compression to normal
Credits :
Thanks to Brut.all for apktool
Thanks to Yorzua for Sign apk tool/file
Thanks to Team Reject for Quick baksmali/smali file
NOTE : If you get error when compiling, don't blame me lolz it's your mistake when editing apk
Great Guide Rizal. I am sure many were asking for it.
great tut but can you add some screens/screenshots
auni said:
Great Guide Rizal. I am sure many were asking for it.
Click to expand...
Click to collapse
Thanks, yeah some user confusing editing apk, so i share latest apktool with easy guide
Mtakween said:
great tut but can you add some screens/screenshots
Click to expand...
Click to collapse
Later i will add screenshot for this tutorial
thx nice guide
Sent from my LT26i using xda app-developers app
No doubt.. Its a great guide for some one like me.... Will sit today night and going to learn.... Thanks a lot..
From My Xperia S With XTX7 ROM
now bookmark it!! thanks dude!! :good:
thanks
Thanks for the credits, buddy
nice share there
Great guide Rizal. Decent English too. Lol. Proud to be Sundanese..
In my opinion, there are other more simplified tools that utilized apktool better (I use apkmultitools and vts (virtuous ten studios)) but people needs to know the basic right..
And I think, you need to put the java\bin directory in Path in windows system variables (or Java_home in win8). And it's better (I think) to put sdk directory (adb, fastboot), apktool and the smali jars files in the Path too, so that users can access from any folders/directory.
Sent from my LT26i using Tapatalk 2
WahyuAndri said:
now bookmark it!! thanks dude!! :good:
Click to expand...
Click to collapse
:thumbup:
Yorzua said:
Thanks for the credits, buddy
nice share there
Click to expand...
Click to collapse
Thanks for your support my friend
m1st3r1 said:
Great guide Rizal. Decent English too. Lol. Proud to be Sundanese..
In my opinion, there are other more simplified tools that utilized apktool better (I use apkmultitools and vts (virtuous ten studios)) but people needs to know the basic right..
And I think, you need to put the java\bin directory in Path in windows system variables (or Java_home in win8). And it's better (I think) to put sdk directory (adb, fastboot), apktool and the smali jars files in the Path too, so that users can access from any folders/directory.
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
Yeah I know, but some user will confusing lolz, this apktool is latest version so will work for apk 4.2.2, old version doesn't work
:thumbup:
Sent from my Xperia V using Tapatalk 2
I've seen other guides say that resources.arsc should be copied from the old apk and stored in the new one.... is that necessary?
thanks =)
THANKS:good::laugh:
Why So Serious? said:
I've seen other guides say that resources.arsc should be copied from the old apk and stored in the new one.... is that necessary?
Click to expand...
Click to collapse
Can anybody shed any light on this?
Hey rizal, following your decmpile/recompile method, the apk wont install, signature problem.
zhuhang said:
Hey rizal, following your decmpile/recompile method, the apk wont install, signature problem.
Click to expand...
Click to collapse
There are some problems when signing the apk. The workaround for this: use some tools (ticklemyandroid does good jobs) to completely signing the apk (I've done this when modifying systemui.apk), you can also learn from it (learn some of its codes). Or just move files that u've modified from the modified (recompiled) apk to original apk (7zip is your friend)
Why So Serious? said:
I've seen other guides say that resources.arsc should be copied from the old apk and stored in the new one.... is that necessary?
Click to expand...
Click to collapse
I don't think it's necessary. But keep in my mind my post above. So it's like u keep the old resource but put the modified (and compiled) files to the original.
Sent from my LT26i using Tapatalk 2
m1st3r1 said:
There are some problems when signing the apk. The workaround for this: use some tools (ticklemyandroid does good jobs) to completely signing the apk (I've done this when modifying systemui.apk), you can also learn from it (learn some of its codes). Or just move files that u've modified from the modified (recompiled) apk to original apk (7zip is your friend)
Click to expand...
Click to collapse
Just moving with normal compression?
zhuhang said:
Just moving with normal compression?
Click to expand...
Click to collapse
Yes. Just move it to one 7zip window to another one...
Sent from my LT26i using Tapatalk 2

[GUIDE] Easiest way to decompile and Recompile apk

Hi Guys I will tell you the easiest way to Decompile and Recompile Apk .Using apktool is bit tricky.Here We will use Tickle my android 9.1.
If anyone already posted this guide then sorry sirs
Basically it is a themming tool but there is inbuilt apktool in it..which is easy to use. :silly:
Tickle my android thread--> http://forum.xda-developers.com/showthread.php?t=1633333
Go to thread and download the tool. Credits to Ticklefish
*You must have latest JDK,JRE installed in your pc.
after download run TickleMyAndroid.it will self extract in the drive you choose.
Now copy the apk you want to decompile and open TickleMyAndroid folder {extracted folder}.
Paste it in "_in" folder
Now double click on TickleMyAndroid icon.
*Choose Themming menu
*Choose Decompile files
*Choose the apk
*continue
*Done
Now you will find the decompiled files in "_working" folder under TickleMyAndroid extracted folder. Do changes you want.
It's time for recompiling. So do the steps Below
*Open TickleMyAndroid
*Themming Menu
*Recompile Files
Chosse What kind of signature you want.
*DONE
Now you can see your edited apk in "_out" folder under TickleMyAndroid extracted folder.
PLEASE PRESS THANKS IF I HELP YOU :angel::angel::angel:
Good work... :good:
nishantschavan said:
Good work... :good:
Click to expand...
Click to collapse
Thanks Sir
thanq u bro
thanx 4 da info bro
WC
axeeee said:
thanx 4 da info bro
Click to expand...
Click to collapse
Happy to share:angel::angel::angel: Welcome Bro :good::good::good:
hey thanks buddy,it was very simple :good:
GowthamKannnan said:
hey thanks buddy,it was very simple :good:
Click to expand...
Click to collapse
Yaah..Don't say thanks..Press thanks..It'll be more appreciating for me
great work frnd !!!
:good:
[email protected] said:
Hi Guys I will tell you the easiest way to Decompile and Recompile Apk .Using apktool is bit tricky.Here We will use Tickle my android 9.1.
If anyone already posted this guide then sorry sirs
Basically it is a themming tool but there is inbuilt apktool in it..which is easy to use. :silly:
Tickle my android thread--> http://forum.xda-developers.com/showthread.php?t=1633333
Go to thread and download the tool. Credits to Ticklefish
*You must have latest JDK,JRE installed in your pc.
after download run TickleMyAndroid.it will self extract in the drive you choose.
Now copy the apk you want to decompile and open TickleMyAndroid folder {extracted folder}.
Paste it in "_in" folder
Now double click on TickleMyAndroid icon.
*Choose Themming menu
*Choose Decompile files
*Choose the apk
*continue
*Done
Now you will find the decompiled files in "_working" folder under TickleMyAndroid extracted folder. Do changes you want.
It's time for recompiling. So do the steps Below
*Open TickleMyAndroid
*Themming Menu
*Recompile Files
Chosse What kind of signature you want.
*DONE
Now you can see your edited apk in "_out" folder under TickleMyAndroid extracted folder.
PLEASE PRESS THANKS IF I HELP YOU :angel::angel::angel:
Click to expand...
Click to collapse
Thanks
raunakb said:
:good:
Click to expand...
Click to collapse
Press thanks if I help you:angel:
[email protected] said:
Hi Guys I will tell you the easiest way to Decompile and Recompile Apk .Using apktool is bit tricky.Here We will use Tickle my android 9.1.
If anyone already posted this guide then sorry sirs
Basically it is a themming tool but there is inbuilt apktool in it..which is easy to use. :silly:
Tickle my android thread--> http://forum.xda-developers.com/showthread.php?t=1633333
Go to thread and download the tool. Credits to Ticklefish
*You must have latest JDK,JRE installed in your pc.
after download run TickleMyAndroid.it will self extract in the drive you choose.
Now copy the apk you want to decompile and open TickleMyAndroid folder {extracted folder}.
Paste it in "_in" folder
Now double click on TickleMyAndroid icon.
*Choose Themming menu
*Choose Decompile files
*Choose the apk
*continue
*Done
Now you will find the decompiled files in "_working" folder under TickleMyAndroid extracted folder. Do changes you want.
It's time for recompiling. So do the steps Below
*Open TickleMyAndroid
*Themming Menu
*Recompile Files
Chosse What kind of signature you want.
*DONE
Now you can see your edited apk in "_out" folder under TickleMyAndroid extracted folder.
PLEASE PRESS THANKS IF I HELP YOU :angel::angel::angel:
Click to expand...
Click to collapse
It was so awesome and easy..thanks sir
Don't say thanks..press that
mimma7 said:
It was so awesome and easy..thanks sir
Click to expand...
Click to collapse
press thanks If I help you xD
[email protected] said:
press thanks If I help you xD
Click to expand...
Click to collapse
already pressed that sir :highfive:
Thanks
mimma7 said:
already pressed that sir :highfive:
Click to expand...
Click to collapse
Thanks for appreciating me
NICE
GOOD ITZ EASY.
:silly: BUT THE SIZE OF IT TOO BIG
rahulraz said:
GOOD ITZ EASY.
:silly: BUT THE SIZE OF IT TOO BIG
Click to expand...
Click to collapse
Bcoz it's a theming tool..I just tell the way to use it as apktool
Press Thanks If u like my post
???
[email protected] said:
Bcoz it's a theming tool..I just tell the way to use it
Can I use it to theme my Galaxy y sir?? I have null experience
Click to expand...
Click to collapse
Yup
mimma7 said:
[email protected] said:
Bcoz it's a theming tool..I just tell the way to use it
Can I use it to theme my Galaxy y sir?? I have null experience
Click to expand...
Click to collapse
Yup..u can do it easily.. It's noob friendly and easy to use Just need common sence
Click to expand...
Click to collapse
[email protected] said:
Hi Guys I will tell you the easiest way to Decompile and Recompile Apk .Using apktool is bit tricky.Here We will use Tickle my android 9.1.
If anyone already posted this guide then sorry sirs
Basically it is a themming tool but there is inbuilt apktool in it..which is easy to use. :silly:
Tickle my android thread--> http://forum.xda-developers.com/showthread.php?t=1633333
Go to thread and download the tool. Credits to Ticklefish
*You must have latest JDK,JRE installed in your pc.
after download run TickleMyAndroid.it will self extract in the drive you choose.
Now copy the apk you want to decompile and open TickleMyAndroid folder {extracted folder}.
Paste it in "_in" folder
Now double click on TickleMyAndroid icon.
*Choose Themming menu
*Choose Decompile files
*Choose the apk
*continue
*Done
Now you will find the decompiled files in "_working" folder under TickleMyAndroid extracted folder. Do changes you want.
It's time for recompiling. So do the steps Below
*Open TickleMyAndroid
*Themming Menu
*Recompile Files
Chosse What kind of signature you want.
*DONE
Now you can see your edited apk in "_out" folder under TickleMyAndroid extracted folder.
PLEASE PRESS THANKS IF I HELP YOU :angel::angel::angel:
Click to expand...
Click to collapse
hello sir.. can i ask you one thing.. i already installed JDK.JRE... but when i open TickleMyAnddroid... it said
Error! Java not installed on PC
Please Update To The Latest Version..
Can you help me??
SGY User said:
hello sir.. can i ask you one thing.. i already installed JDK.JRE... but when i open TickleMyAnddroid... it said
Error! Java not installed on PC
Please Update To The Latest Version..
Can you help me??
Click to expand...
Click to collapse
Just set the path.. Search google with this keywords--> "How to set path for jdk in windows xp/7/8 "
thats my lil how to as video.
https://www.youtube.com/watch?v=nY5-0aclUiM

[Guide][Easy][MM]Xperia X Animation Inside The Framework

Hello people !
Many people asked, how i can get Xperia X animation on my
Xperia device running on MM, Well Here is the guide howto modify
it to get that pretty fluid and nice animation.
What it do:
When you locked your phone, and you unlock it
with the lockscreen, the animation goes not up but
from right to the left and your homescreen get opened.
What you need:
Apktool
Framework-res.apk
7zip
Brains
Howto do it:
Decompile your Framework-res.apk
Download the attachment
Open the zip with 7zip
Open Res/Anim
Select all the files
Open your decompiled Framework-res.apk
Go to Res/Anim
Copy the selected files from my zip
Into your Anim folder
Replace? Yes
Copy integers.xml from my zip
Into Res/values folder
Replace ? Yes
Compile and sign
Make A Flashable zip
Flash it
Done
** Note: Don`t forgot to credit and thank me !!​
Review !
could you help me, please?
Metall Boy said:
could you help me, please?
Click to expand...
Click to collapse
@Metall Boy
Why you cant do ot by yourself ?
Thats why this guide is for.
Pandemic said:
@Metall Boy
Why you cant do ot by yourself ?
Thats why this guide is for.
Click to expand...
Click to collapse
i dont have much knowledge of apk modifying .... i tried apktool and i cant even decompile files....
Metall Boy said:
i dont have much knowledge of apk modifying .... i tried apktool and i cant even decompile files....
Click to expand...
Click to collapse
Oke well i am honest people get lazier and lazier around here on xda for sure ><"
I missed something in the TUT will be fixed asap
Tut is refixed and added missing stuff what also you need to do !
@Metall Boy
here your framework, its done
See attachment !
Pandemic said:
Tut is refixed and added missing stuff what also you need to do !
@Metall Boy
here your framework, its done
See attachment !
Click to expand...
Click to collapse
i actually tryed doing it again when you update the OP and it worked! but thanks anyway for your effort
Metall Boy said:
could you help me, please?
Click to expand...
Click to collapse
Pandemic said:
Tut is refixed and added missing stuff what also you need to do !
@Metall Boy
here your framework, its done
See attachment !
Click to expand...
Click to collapse
Which phone is this framework.apk from ??
& can you be kind enough to do this too
Thank You
chawlasrijan said:
Which phone is this framework.apk from ??
& can you be kind enough to do this too
Thank You
Click to expand...
Click to collapse
My framework is from z3c from latest. 291 firmware
Metall Boy said:
My framework is from z3c from latest. 291 firmware
Click to expand...
Click to collapse
No wonder i lost all vibrations
Can you please do the one i uploaded, it's from Xperia Z2 .291
chawlasrijan said:
No wonder i lost all vibrations
Can you please do the one i uploaded, it's from Xperia Z2 .291
Click to expand...
Click to collapse
Actually you no need to decompile it, just change the .apk to .zip.
The only thing to do is push the OP files into the ".zip".
After that rename .zip to .apk, and push to system.
You're done.
Hit thanks if I helped!
Note: The Z3 framework-res.apk don't have "value" this file. I tried to force push and it give me bootloop.
Note 2: Trying to use another method: compile the .apk by replace the zip.
sorry to bother you again @Pandemic I've just noticed all animations are very smoooth,but i found a small bug with the three-dot-menu animation...this animation is slow. I attached a screenshot so you will know which animation im talking about
maple_mak said:
Actually you no need to decompile it, just change the .apk to .zip.
The only thing to do is push the OP files into the ".zip".
After that rename .zip to .apk, and push to system.
You're done.
Hit thanks if I helped!
Note: The Z3 framework-res.apk don't have "value" this file. I tried to force push and it give me bootloop.
Note 2: Trying to use another method: compile the .apk by replace the zip.
Click to expand...
Click to collapse
Value is the folder name in Res folder ><"
Pandemic said:
Value is the folder name in Res folder ><"
Click to expand...
Click to collapse
If I found I already no need to say it before...
i do this but now my phone is bootlp
alinolaw71 said:
i do this but now my phone is bootlp
Click to expand...
Click to collapse
Same for me
Any suggestions @Pandemic
For those who have issues, do this(Especially for Z5 users)
1.Take the final compiled apk and install it as framework
2.Recompile and push to phone
Click thanks if i helped
Excellent work as ever, @Pandemic! :good:

Categories

Resources