(Mod) permanently disabled signature - Samsung Galaxy Star

This is a thread mainly used for themers and porters who want to edit the android manifest.xml in their apk's...
By using this u can mod your apks but the meta inf must be the original.
Installation:
Just pushboth files into system>framework folder by using root explorer.
Credits:
Rizwanl.
Download link:
Core.jar. https://db.tt/DIbYS64a
Services.jar https://db.tt/NtsGWeji
Hit tha ks if u like my work

rizwanl said:
This is a thread mainly used for themers and porters who want to edit the android manifest.xml in their apk's...
By using this u can mod your apks but the meta inf must be the original.
Installation:
Just pushboth files into system>framework folder by using root explorer.
Credits:
Rizwanl.
Download link:
Core.jar. https://db.tt/DIbYS64a
Services.jar https://db.tt/NtsGWeji
Hit tha ks if u like my work
Click to expand...
Click to collapse
you should not post this thread in dev section
kindly make a thread in general or themes and app section

Related

[Tool][UPDATED v3.5] x-TOOLS - set of GUI-based android engineering tool [12/12/12]

Hello peeps,
I found myself a li'l bit lazy to decompile/re-compile apk files through a command line window each and every time by instructing it
So I decided to build a GUI version of apktool that will help me, and ofcourse others, to decompile and re-build apk files in just a single click.
UPDATED v3.5 with signapk, dex2jar and smali tools.
What is x-TOOLS?
x-TOOLS (previously known as x-APKTool) is a set of GUI-based android engineering tools.
x-TOOLS lets you do forward/reverse engineering in an easy and more convenient way. :good:
Features:
• One-click decompile apk file.
• One-click compile/re-compile edited apk file.
• One-click sign apk and update.zip file.
• One-click conversion of .dex file to .jar file and vice versa.
• One-click conversion of smali files to human readable form and vice versa.
• Detailed logs of output and error (if found).
• Save detailed log in text file.
• Keep recent files record for fast access.
• One-click install framework-res.apk to decompile and recompile stock/custom rom’s dependent apk files.
• One-click install SemGenericUxpRes.apk or resources.apk file.
• Working to build more new features…
Minimum requirements of x-TOOLS:
1. .net framework 3.5 or higher. Download here (if you are on Windows 7 or higher you don’t need to install it.)
2. JRE 1.6 or higher. Download here
NOTE: There was an old problem with Samsung Smali codes that gave error in baksmali process. So if you want to decompile your apk (extracted from Samsung devices), you have to first remove classes.dex file from apk using 7-zip/Winrar and then tried decompiling the apk.
Tested and suggested by aadroid.dev at here
Screenshot:
Attached at bottom of OP.
Changelog:
V3.5:
1. x-APKTool is now formally known as x-TOOLS.
2. Added GUI-based dex2jar tool.
3. Added GUI-based smali tool.
4. Added GUI-based separate apk and update.zip signing tool.
5. Added an option to select,copy and save detailed log in text file. (right click on log window to get these options)
6. Icon improved
7. Added (minor) Google licence info.
8. Fixed some minor bugs.
v1.5:
1. Added automatically signing apk after compilation.
2. Added more info about processing apk file.
3. Added more info about processing apk file.
4. Fixed path name and file name related issues.
5. Fixed a major bug that occurred while forcely decompiling apk file.
6. Fixed some minor bugs.
v1.0:
1. Initial release
Click to expand...
Click to collapse
Download link: download here
Mirror: Download here
Report me for any bug/error. Request/suggestions are always welcome..
gagan.u20 said:
Hello peeps,
I found myself a li'l bit lazy to decompile/re-compile apk files through a command line window each and every time by instructing it
So I decided to build a GUI version of apktool that will help me, and ofcourse others, to decompile and re-build apk files in just a single click.
UPDATED v1.5 with apk signer
What is x-APKTool?
x-APKTool is a GUI-based apktool to decompile/re-compile and automatically sign apk files in a simple and more convenient way.
Features:
•One-click decompile apk file.
•One-click compile/re-compile edited apk file.
•Automatically sign apk after successful compilation of file.
•Detailed logs of output and error (if found).
•Keep recent files record for fast access.
•One-click install framework-res.apk to decompile and recompile stock/custom rom’s dependent apk files.
•One-click install SemGenericUxpRes.apk or resources.apk file.
•Working to build more new features…
Minimum requirements of x-APKTool:
1. .net framework 3.5 or higher. Download here (if you are on Windows 7 or higher you don’t need to install it.)
2. JRE 1.6 or higher. Download here
Screenshot:
Attached at bottom of OP.
Changelog:
Download link: download here
Mirror: Download here
Report me for any bug/error/request/suggestion.
Click to expand...
Click to collapse
Kewl!
Gonna try this!
Im having a hard time typing and typing too
Pressed
post source : www.posting-a-post-at-tapatalk.com
Reserved.
works as admin
v1.5 : very nice. :good:
but runtime error when run as user (file access) (bunch of errors in baksmali too, then) , but works nicely as admin.
command line tool apktool does not require admin access, which is better.
very handy tool tho.
Trying!!
Sent via Rajnikanth
mai77 said:
v1.5 : very nice. :good:
but runtime error when run as user (file access) (bunch of errors in baksmali too, then) , but works nicely as admin.
command line tool apktool does not require admin access, which is better.
very handy tool tho.
Click to expand...
Click to collapse
If you are accessing a file from a location where creation/updation/deleition of file requires admin privileges then you have to run program as admin (even command window also requires admin rights to perform admin level tasks), otherwise it works fine as user level.
guide pls !!
Anybody can give a guide to edit framework.res .apk using this tool !!! is there any guide on xda which will explain in detail !!!
krishnan.sri92 said:
Anybody can give a guide to edit framework.res .apk using this tool !!! is there any guide on xda which will explain in detail !!!
Click to expand...
Click to collapse
use this tool instead...
http://apkmultitool.com/
krishnan.sri92 said:
Anybody can give a guide to edit framework.res .apk using this tool !!! is there any guide on xda which will explain in detail !!!
Click to expand...
Click to collapse
Open framework-res.apk from file menu and click on decompile button.
Now you have to search files manually in which you want to make changes.
THANKS
thanks man
very helpinh tool
but i m good my vts
explodeaamir said:
thanks man
very helpinh tool
but i m good my vts
Click to expand...
Click to collapse
VTS is prolly the best android engineering software to date!,
it teaches you smail and xml code editing, dependencies, specific debugs, comparison of 2 or more xml's for reverse engineering
deathnotice01 said:
VTS is prolly the best android engineering software to date!,
it teaches you smail and xml code editing, dependencies, specific debugs, comparison of 2 or more xml's for reverse engineering
Click to expand...
Click to collapse
with you brother
OK I reinstalled to D:\xxx instead of C:\PROGRAM FILES
then it works much better in VISTA. (no trouble with admin access required)
---------- Post added at 05:16 PM ---------- Previous post was at 05:14 PM ----------
gagan.u20 said:
If you are accessing a file from a location where creation/updation/deleition of file requires admin privileges then you have to run program as admin (even command window also requires admin rights to perform admin level tasks), otherwise it works fine as user level.
Click to expand...
Click to collapse
that is indeed correct. works fine if not installed to "c:\program files"
explodeaamir said:
thanks man
very helpinh tool
but i m good my vts
Click to expand...
Click to collapse
deathnotice01 said:
VTS is prolly the best android engineering software to date!,
it teaches you smail and xml code editing, dependencies, specific debugs, comparison of 2 or more xml's for reverse engineering
Click to expand...
Click to collapse
explodeaamir said:
with you brother
Click to expand...
Click to collapse
I don't have any idea about vts. I wrote this program to make my (and others) work easier
I'm not comparing my work with someone else, but I want to share my work with all of you.
BTW, I'm building some new features and will release it asap. :fingers-crossed:
thx
If i help you press thanks button
sent by my Y using hyperion rom frm XDA Premium
@OP check this thread
http://forum.xda-developers.com/showthread.php?p=33815550
Dude u could say u r sharing this... People thought u created this...
U didnt give credits to the original dev of this!!!!!!
m.h.mahadi said:
Dude u could say u r sharing this... People thought u created this...
U didnt give credits to the original dev of this!!!!!!
Click to expand...
Click to collapse
yeah that's why i shared the original thread [email protected] think before creating any thread and search ,its my advice!!!
percy215 said:
@OP check this thread
http://forum.xda-developers.com/showthread.php?p=33815550
Click to expand...
Click to collapse
m.h.mahadi said:
Dude u could say u r sharing this... People thought u created this...
U didnt give credits to the original dev of this!!!!!!
Click to expand...
Click to collapse
percy215 said:
yeah that's why i shared the original thread [email protected] think before creating any thread and search ,its my advice!!!
Click to expand...
Click to collapse
Excuse me guys, before blaming me or spreading spam here and there I just want to ask one thing, did you check my and his tool??
Did you find GUI common?? Do you think that I stole his work?? If you think so then check his and mine work before blaming me
BTW dont spam here and and my other threads, just follow the rules

(APP)MotoBlur Launcher for Desire V

Home.apk is blur
http://www.imagebam.com/image/9c6670182416186
http://www.imagebam.com/image/f048f8182416188
http://www.imagebam.com/image/02664e182416192
http://www.imagebam.com/image/f6543d182416203
http://www.imagebam.com/image/b22139182416205
Download
http://d-h.st/Y0R
put files in system/app using root explorer willl make a zip later
**Thanks**
Kholk
Me
Motorola
RockoDev
working on all roms
Sir,
Where to put META-INF Folder
I don't how to install it
In my phone i didn't find the file homescreen.apk i only have homePersonalize.apk
And where i put the META-INF folder
Can you help me please ?
Abdullah1997 said:
Home.apk is blur
http://www.imagebam.com/image/9c6670182416186
http://www.imagebam.com/image/f048f8182416188
http://www.imagebam.com/image/02664e182416192
http://www.imagebam.com/image/f6543d182416203
http://www.imagebam.com/image/b22139182416205
Download
http://d-h.st/Y0R
put files in system/app using root explorer willl make a zip later
**Thanks**
Kholk
Me
Motorola
RockoDev
working on all roms
Click to expand...
Click to collapse
Some screenshots will be good...
Please provide some of them.
Thellubian said:
Some screenshots will be good...
Please provide some of them.
Click to expand...
Click to collapse
Clicking the links take you to the screenshots

[MOD] How to make flashable icons zip for noobs !! :D

This thread is for making the flashable zip of icons from phone..
From this tutorial.. You can make any icon image as ur default icon for any app..
1- Unzip the zip file from root explorer.. Zip - (Link below )
2- Replace icons images from your icon images in unpack folder.
3- Delete Meta-Inf folder and zip the two folders unpack and tmp from root explorer.
4-After ziping the file , auto sign it with Zipsignner 2.. ( Link Below )
5- Congrats you made the flashable zip of your own icons.
Link for zip- http://db.tt/hPSRc5W8
This is mine made icons flashable zip of iOs.....!!
Will upload more and more soon..
Zip signner 2 - http://db.tt/GsbyiTe0
Sry This time no screenshot... !!
Press thnkzz if i helped you ....
Aman D Awsm said:
This thread is for making the flashable zip of icons from phone..
From this tutorial.. You can make any icon image as ur default icon for any app..
1- Unzip the zip file from root explorer.. Zip - (Link below )
2- Replace icons images from your icon images in unpack folder.
3- Delete Meta-Inf folder and zip the two folders unpack and tmp from root explorer.
4-After ziping the file , auto sign it with Zipsignner 2.. ( Link Below )
5- Congrats you made the flashable zip of your own icons.
Link for zip- http://db.tt/hPSRc5W8
This is mine made icons flashable zip of iOs.....!!
Will upload more and more soon..
Zip signner 2 - http://db.tt/GsbyiTe0
Sry This time no screenshot... !!
Press thnkzz if i helped you ....
Click to expand...
Click to collapse
i cant understand ?
step2-in unpack folder some contains 2-3 subfolder where are the place my image ?
Replace same images in that folder but name it different as stated before you replace...
Aman D Awsm said:
Replace same images in that folder but name it different as stated before you replace...
Click to expand...
Click to collapse
heyy man...
thats for all apps or system apps....????
its confusing me....
keshav258 said:
heyy man...
thats for all apps or system apps....????
its confusing me....
Click to expand...
Click to collapse
Its for any app... Just make folder of that app which you want to have changed icon..
u should mention that bro
keshav258 said:
u should mention that bro
Click to expand...
Click to collapse
Video please
I think if u flash this some other icons will not be installed ( especially if u have an app that is not originally a system app )
U must edit stuff in tmp folder if the icons doesnt install all...
Thread Closed.
~jasonxD
Aman D Awsm said:
Link for zip- http://db.tt/hPSRc5W8
This is mine made icons flashable zip of iOs.....!!
Click to expand...
Click to collapse
when i install your ios icons installation aborted why ?
jasonxD said:
I think if u flash this some other icons will not be installed ( especially if u have an app that is not originally a system app )
U must edit stuff in tmp folder if the icons doesnt install all...
Thread Closed.
~jasonxD
Click to expand...
Click to collapse
Is that your sign...(Thread Closed)
If yes and no also » Change it dude, its against xda rules...
---------- Post added at 08:03 PM ---------- Previous post was at 07:59 PM ----------
These are old stuff for replacing png's inside apk's in recovery!!!
The latest stuff:
Villain Theming System
Try this,
No need editing xml's
Will create backup before editing
Safe and easy
Can replace xml's also!!
For Ref : http://forum.xda-developers.com/showthread.php?t=2118896
Press Thanks If I Helped You!!!

[SHARE] [APP] Ninjamorph free

http://db.tt/pw2VSwdH
Just wanna share the app ninja morph... Its an app used for editing the apks and jars from the phone only ......
Its great app for the ones who wanna edit their apk and jars and theme them from phone only...
Great one try it (Y)
Credits - to developer of app...
And Me for sharing
Thread reported - WAREZ.
Now its not warez...
Check it !!
thanks man .just downloaded it can i edit statusbar icons inside systemui.apk using this?
Sent from my GT-S5360 using xda premium
why the hell are you reporting a free app. loser L
Sent from my GT-S5360 using evo
You can use ninjamorph for changing status bar background image
But it will only work if the status_bar.xml has a @drawable value for status bar background
If it doesn't and has a hexadecimal value it will not work as it's not pointing to a picture that can be changed
You will need to decompile the SystemUI.apk and change the value to @drawable/name of image and then place the image in the drawable-ldpi folder
You can change any other status bar image but it's a slow way of doing it as you can only change one image at a time (you can change as many as you like before you confirm change & apply I mean you cant multi select)
It's easier to unzip the apk & replace files
At op - to avoid confusion of warze instead of posting link to Dropbox post the link to download from the playstore - will also mean people will be downloading latest version
This is playstore link
https://play.google.com/store/apps/details?id=stericson.ninjamorph.free&hl=en
Nice but a con
I cant edit xmls :/
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
technosavie said:
Nice but a con
I cant edit xmls :/
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
Click to expand...
Click to collapse
You need a pc with the following installed
Android drivers
Java development
Apk tools
You can then decompile systemui.apk & edit xml files in notepad
Unfortunately there is no way of editing xml files on phone
(there are apps to edit xml files on phone but they don't work with android compressed xml files within apk)
@marcus
Thanks mahn... Uh explained them rightly... (Y)
I don't like ninja morph!
What I do is rename the apk to .zip and make changes inside the zip with powergrasp. And when done rename it again
learning
xXx~~~SHLOK~~~xXx said:
I don't like ninja morph!
What I do is rename the apk to .zip and make changes inside the zip with powergrasp. And when done rename it again
learning
Click to expand...
Click to collapse
That is easier if you have a lot of mods to do
Ninjamorph was created to change a single file quickly on the fly - its not designed for multiple file replacements
xXx~~~SHLOK~~~xXx said:
I don't like ninja morph!
What I do is rename the apk to .zip and make changes inside the zip with powergrasp. And when done rename it again
learning
Click to expand...
Click to collapse
Yeah agree wid marcuss .....
Ninja morph is for fast , reliable access for one file....
Its great app for newbies just editing their background... Icons etc..
marcussmith2626 said:
That is easier if you have a lot of mods to do
Ninjamorph was created to change a single file quickly on the fly - its not designed for multiple file replacements
Click to expand...
Click to collapse
Not reliable for me! Once I edited an apk but still no change
xXx~~~SHLOK~~~xXx said:
Not reliable for me! Once I edited an apk but still no change
Click to expand...
Click to collapse
Depends what you tried to change
For example of if you tried to change the status bar background image and there's not an entry in status_bar.xml for a @drawable png image it would be impossible to change using ninjamorph as there is no pointer to an image in systemui.apk
And of course you have to finish the project and apply changes without zip aligning
It does work if used correctly and for the right use
You need a pc with the following installed
Android drivers
Java development
Apk tools
You can then decompile systemui.apk & edit xml files in notepad
Unfortunately there is no way of editing xml files on phone
(there are apps to edit xml files on phone but they don't work with android compressed xml files within apk)
[\QUOTE]
I was know that it can done on pc i was taking ninja moeph
ROM EVOLUTION X3
KERNEL HELL FUSION
ALINS JB THEME + EVOLUTION S3 STATUS BAR.
Click to expand...
Click to collapse
is this a debate thread?
ninjamorph is just a simple and user friendly tool
there is also a script that manages to change png files using terminal emulator
i use both.
i dont like extract and rezip for some reasons
Please stop all of this.... Its just a app..
So if any one want and they don't know about it then they can get...
So please stop arguing about which bad or good app... As all apps are made by some efforts of developer, so we should respect that effort instead of argueing about which is best !
op you were not the first here. it is already introduced to us. with tutorial on how to use the ninjamorph and the dos and dont. with screenshot and examples of finished products too. try to search the forum before posting
check this link http://forum.xda-developers.com/showthread.php?t=2118099
But Not all newbies know this...
where can i find the clock or the clock color inside the systemui? what is the file name? thanks..
Sent from my GT-S5360 using xda premium

MIUI Iconpack Inbuilt

Hi sgs users,..i am here with a new thread of inbuilt miui icon pack.this is my first work hope u all enjoy it....
Installation:
First extract the zip file. it consists of 2 files .apk and .xml .... push both files into system/csc/appresource with the help of root explorer..if csc and appresource folder is not available.create it manually.and set permissions to .apk file and .xml file and appresource folder,tick all and reboot to get the miui icon pack by default...
Download link:
In the comments
Credits to.
[email protected]
 @Aadarsh Gupta
Download link
https://db.tt/KHXZC9Wm
rizwanl said:
Hi sgs users,..i am here with a new thread of inbuilt miui icon pack.this is my first work hope u all enjoy it....
Installation:
First extract the zip file. it consists of 2 files .apk and .xml .... push both files into system/csc/appresource with the help of root explorer..if csc and appresource folder is not available.create it manually.and set permissions to .apk file and .xml file and appresource folder,tick all and reboot to get the miui icon pack by default...
Download link:
In the comments
Credits to.
[email protected]
 @Aadarsh Gupta
Click to expand...
Click to collapse
Thanks For Sharing
Hi,
I make the flashable zip
Click Here to Download
Sent from my GT-S5282 using XDA Free mobile app

Categories

Resources