How to edit system apps with apktool for android - Android Q&A, Help & Troubleshooting

Can someone tell me that how to decompile system apps with apktool for android....
Sent from my MT11i using xda premium

PRAKASHPANDEY193 said:
Can someone tell me that how to decompile system apps with apktool for android....
Sent from my MT11i using xda premium
Click to expand...
Click to collapse
Look in MY Guides and Manuals ( Noob Developers section ) link below
Check this out! You , YES! you are an " Android ". Not your phone but U.​

xsenman said:
Look in MY Guides and Manuals ( Noob Developers section ) link below
Check this out! You , YES! you are an " Android ". Not your phone but U.​
Click to expand...
Click to collapse
I mean edit my apk on my android device.... If u know apktool launch its tool also for android( no need of pc nd lappy)....
Sent from my MT11i using xda premium

Related

[GUIDE]Setting up android kitchen[WINDOWS]

Hey all
i decided to make this guide to help new users to set up their android kitchen and start working on their first roms
now lets start
STEPS FOR INSTALING ANDROID KITCHEN​
1.install latest JAVA JDK from here or here
2.download dsixda cygwin install from here
3.extract dsixda_cygwin_install.zip
4.start setup
5.choose install from local directory
6.as root directory i suggest u to choose "C:\Cygwin"
7.and then go where u extracted dsixda_cygwin_install
and for "Local Package directory" choose cygwin_packages----when u see packages click on "all" to change rom "default" to "install"
8.download android kitchen from here
9.extract that kitchen and open folder u get.inside u see another folder copy that folder where u installed cygwin and go inside ./home// folder
10.rename that folder to "kitchen"
11.run cygwin
12.type "cd kitchen" and click enter
13. Once inside kitchen folder, type ./menu to run android kitchen. Note: if you get a permission denied error then type chmod +x menu or chmod 777 menu in Cygwin command line utility first and then only run the command ./menu .
14.follow steps u need from here
NOTE - CREDITS DONT GO TO ME THEY GO TO DSIXDA AND ketut.kumajaya​
MUST SEE LINKS​
[KITCHEN] Android Kitchen, v0.191 [Linux / Mac / Windows]
Release Notes
Frequently Asked Questions - Page 1
Frequently Asked Questions - Page 2
Here im gonna post some helpful videos​
VIDEO 1
*note - if u have any helpful link let me know so i can post it
1$t btw nice
Sent from my GT-S5830 using Tapatalk
shailpancholi said:
1$t btw nice
Sent from my GT-S5830 using Tapatalk
Click to expand...
Click to collapse
ty
just wanted to help for ppl who had problems setting it up
*Troll mode activated* ***** please,
In Linux,
1.Install Java JDK,
2.Download and extract kitchen to home directory
3.Open terminal,type in ./menu
*Problem? *
LINUX FTW
---------- Post added at 03:40 PM ---------- Previous post was at 03:39 PM ----------
On-topic,nice guide will be helpful for windows users
Prawesome said:
*Troll mode activated* ***** please,
In Linux,
1.Install Java JDK,
2.Download and extract kitchen to home directory
3.Open terminal,type in ./menu
*Problem? *
LINUX FTW
---------- Post added at 03:40 PM ---------- Previous post was at 03:39 PM ----------
On-topic,nice guide will be helpful for windows users
Click to expand...
Click to collapse
ty
Was already posted by ketut
And on the kitchen itself too
I dont know why u mostly creates useless threads for things that are already here
unwritten sentance
spacecaker said:
Was already posted by ketut
And on the kitchen itself too
I dont know why u mostly creates useless threads for things that are already here
unwritten sentance
Click to expand...
Click to collapse
some people never change...
Sent from my GT-I9100 using xda premium
I have seen the kitchen guide. .its way better than this
yea , the official link has more fully installation and description
spacecaker said:
Was already posted by ketut
And on the kitchen itself too
I dont know why u mostly creates useless threads for things that are already here
unwritten sentance
Click to expand...
Click to collapse
+1
It seems, he's on a thanks hunt.
Sent from my GT-S5830 using Tapatalk
tj_droid said:
+1
It seems, he's on a thanks hunt.
Sent from my GT-S5830 using Tapatalk
Click to expand...
Click to collapse
+1
tj_droid said:
+1
It seems, he's on a thanks hunt.
Sent from my GT-S5830 using Tapatalk
Click to expand...
Click to collapse
+69
unwritten sentance
imbawind said:
+1
Click to expand...
Click to collapse
An off topic question :
How did u post only 2 characters ...whenever I try to do that I get a msg " posts should not be less than 8 characters " I use the XDA app btw ..
Dragonoid said:
An off topic question :
How did u post only 2 characters ...whenever I try to do that I get a msg " posts should not be less than 8 characters " I use the XDA app btw ..
Click to expand...
Click to collapse
Tapatalk
Sent from my GT-S5830 using Tapatalk
sure im thanks hunter lol
i dont live for this forum u know
i just want to help new users
mv_style said:
sure im thanks hunter lol
i dont live for this forum u know
i just want to help new users
Click to expand...
Click to collapse
If you want to help ..
then don't start or make sub-standard useless threads....help to maintain clutter free xda...lol
sergeantgeneral said:
If you want to help ..
then don't start or make sub-standard useless threads....help to maintain clutter free xda...lol
Click to expand...
Click to collapse
+1
Sent from my GT-S5830 using Tapatalk
jinavs said:
some people never change...
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
Ur talkin bout WHO?

Transparent Statusbar?

Can anybody tell me which file I have to edit and what I have to edit for a transparent status bar.
Thanks in advance!:good:
Android-fany said:
Can anybody tell me which file I have to edit and what I have to edit for a transparent status bar.
Thanks in advance!:good:
Click to expand...
Click to collapse
It's in this thread http://forum.xda-developers.com/showthread.php?t=2010679 next time use search engine
Alucard1989pl said:
It's in this thread http://forum.xda-developers.com/showthread.php?t=2010679 next time use search engine
Click to expand...
Click to collapse
I used but found nothing :what:
Thank you
Sent from my GT-S5830i using xda premium
Android-fany said:
I used but found nothing :what:
Thank you
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
iamareebjamal wrote:
How to make your status bar transparent
Quick Guide
Detailed one afterwards
Open SystemUI.apk/res/layout/status_bar.xml(to edit this file propaby you'll must decomiple systemUI.apk with apktool in windows or fjapktool in linux[i recommended linux]).
Change android:background code from ff000000 to 7f000000 for 50% Transparency
For 100% code is 00000000
Alucard1989pl said:
iamareebjamal wrote:
How to make your status bar transparent
Quick Guide
Detailed one afterwards
Open SystemUI.apk/res/layout/status_bar.xml(to edit this file propaby you'll must decomiple systemUI.apk with apktool in windows or fjapktool in linux[i recommended linux]).
Change android:background code from ff000000 to 7f000000 for 50% Transparency
For 100% code is 00000000
Click to expand...
Click to collapse
I mean I searched but found nothing
Sent from my GT-S5830i using xda premium
I'll try to do it.
Can I have your framework-res.apk ??
EDIT: I mean SystemUI.apk
Sent from my GT-S5830i using xda premium
RubenStauttener said:
I'll try to do it.
Can I have your framework-res.apk ??
EDIT: I mean SystemUI.apk
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
I can already do it myself, but thank you anyway
guys help please isuccesfully decompile thesytemui.apkbut after i have error in compiling it help guys pleasei am using apk manager
i dont know about apk manager
but apk multitools is working best for me !
hit [email protected]$ if i helped !
sent from my gt-s5830i using xda premium
maxx247 said:
i dont know about apk manager
but apk multitools is working best for me !
Click to expand...
Click to collapse
Yes! Apk multi the best:thumbup:
Sent from my GT-I9300 using xda app-developers app

[TUTORIAL] [How To] Sign Own App

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

[Q][HOW TO ] Edit default.prop

Friends I Have Tried Many Times To Edit default.prop....
It Saves Sucessufully But When I reboot My Xperia Sola
Then It Revert Backs To Its Original Properties ...
How Can i Edit default.prop ??
Is It Possible to Change/edit ??
R: [Q][HOW TO ] Edit default.prop
You have to extract kernel ramdizk and modify it,then recompile and flash!
Thanks A Lot Bro ...
GEKTHEBOSS said:
You have to extract kernel ramdizk and modify it,then recompile and flash!
Click to expand...
Click to collapse
Hmm .. It Will more Comfatable to me , if you will give a link or explain me ...
R: [Q][HOW TO ] Edit default.prop
NoelMacwan said:
Hmm .. It Will more Comfatable to me , if you will give a link or explain me ...
Click to expand...
Click to collapse
Championswimmer kernel kitchen!
Thanks ....
GEKTHEBOSS said:
Championswimmer kernel kitchen!
Click to expand...
Click to collapse
Does it will be comfortable or secure ??
Any Harm ?
NoelMacwan said:
Does it will be comfortable or secure ??
Any Harm ?
Click to expand...
Click to collapse
I don't think any harm will be there if you do the things right and know what you are doing....
Okay.. Thanks..
Sent from my C6603 using xda premium
From what you are trying to edit the build.prop file??mobile??root explorer or any explorer??
If yes you must be changing it without read-write permission to system folder and just with read-only permission.
If not,then there must be something else.
If it helps you,hit thanks.
Sent from my A52 using xda app-developers app
Bro... I want to edit default.prop not build.prop..
Sent from my C6603 using xda premium
Ooohh..sry..my mistake...
Sent from my A52 using xda app-developers app
It's okay... did you tried editing default.prop..
Sent from my C6603 using xda premium
No,not till now but will try nw..will help me also..
Sent from my A52 using xda app-developers app
Hmm. ..I'm gonna to edit it may be tomorrow
Sent from my C6603 using xda premium

How to change statusbar central clock to right clock?

pls tell me wat to edit inorder to change statusbar center clock to right
thank you
SREEHARI.NAIR said:
pls tell me wat to edit inorder to change statusbar center clock to right
thank you
Click to expand...
Click to collapse
You have to decompile the apk if you want to know how to do the further process n if you don't then you can read guide for Decompiling and then I can proceed to tell you how to do that
Just tell me i will try to understand
SREEHARI.NAIR said:
Just tell me i will try to understand
Click to expand...
Click to collapse
k, i'll tell you tomorrow because I have a test today
decompile SystemUI.apk
it has a xml file called status_bar.xml
search clock in it
in that line you will get a attribute android_gravity .
if it is center_vertical change it to left|vertical ( I have like this in my apk)
Sent from my GT-S5670 using xda premium
I will Try this
soham jambhekar said:
decompile SystemUI.apk
it has a xml file called status_bar.xml
search clock in it
in that line you will get a attribute android_gravity .
if it is center_vertical change it to left|vertical ( I have like this in my apk)
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
Thanks Bro I will try this out
soham jambhekar said:
decompile SystemUI.apk
it has a xml file called status_bar.xml
search clock in it
in that line you will get a attribute android_gravity .
if it is center_vertical change it to left|vertical ( I have like this in my apk)
Sent from my GT-S5670 using xda premium
Click to expand...
Click to collapse
How can we do "decomplile"?
Please help me. Is it work on "[ROM] SGS3 V3.0 |Ultimate| |Smooth|"?
Vishnu pv said:
How can we do "decomplile"?
Please help me. Is it work on "[ROM] SGS3 V3.0 |Ultimate| |Smooth|"?
Click to expand...
Click to collapse
to decompile we use an app called as apk multi tools and another app apk manager !!
both are good...works fine for me...!!
i think u will need sdk tools installed in pc to make apk managaer and apk tools work on your pc !!
google about it, you will get more answers.
and there is a guide in development section named 'make custom rom' which shows how to decompile any apk..!!
Sent from my GT-S5830i using xda app-developers app

Categories

Resources