Error while recompiling systemui.apk - Galaxy Y GT-S5360 and Duos 6102 Q&A, Help & Troubl

Hello guys,
I always get error while recompiling my systemui on apktool on my Sgy. Even if i dont edit any thing n recompile, i get the errors.It recompiles w/o errors for other app....what wrong am i doing?
btw i imported framework b4 decompiling
Sent from my GT-S5360 using Tapatalk 2

I'm guessing you're trying to decompile evo systemui.apk
you need to use ics framework-res.apk

No....Stock
Sent from my GT-S5360 using Tapatalk 2

delroydsouza said:
No....Stock
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
You probably need to also load tw-framework-res.apk into Apktool using the if command
Make sure you're also deodex

delroydsouza said:
Hello guys,
I always get error while recompiling my systemui on apktool on my Sgy. Even if i dont edit any thing n recompile, i get the errors.It recompiles w/o errors for other app....what wrong am i doing?
btw i imported framework b4 decompiling
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
U should have done something wrong in the xml files.
Can provide the log? So that i can find out what mistakes u have done.

MuSaddiq1410 said:
U should have done something wrong in the xml files.
Can provide the log? So that i can find out what mistakes u have done.
Click to expand...
Click to collapse
He said it's also when no changes are made at all which leads me to think either the wrong framework-res.apk was used to decompile or tw-framework-res.apk also needs to be loaded into Apktool for successful Decompile & Recompile

marcussmith2626 said:
He said it's also when no changes are made at all which leads me to think either the wrong framework-res.apk was used to decompile or tw-framework-res.apk also needs to be loaded into Apktool for successful Decompile & Recompile
Click to expand...
Click to collapse
Yeah, you're right. Both proper framework-res.apk and twframework-res.apk should be loaded for successful Decompile & Recompile.

MuSaddiq1410 said:
Yeah, you're right. Both proper framework-res.apk and twframework-res.apk should be loaded for successful Decompile & Recompile.
Click to expand...
Click to collapse
I have loaded proper framework-res.apk and twframework-res.apk....
Sent from my GT-S5360 using Tapatalk 2

Helo First U need Import Framework-res.apk then do
Shadman0 If I help U Pls Give Thanks

Related

How to edit framework-res.apk

How to edit framework-res.apk and also how to recompile and decompile it...
Thnx in advance....
Sent from my GT-S5360 using xda premium
zeetwo-raj said:
How to edit framework-res.apk and also how to recompile and decompile it...
Thnx in advance....
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
If u r going to change only the icons then winrar or 7zip is enough for u. And if u want to edit xmls then u need apktool or apkmulti tool etc.
Thnx for ur reply but I want to change the animation animation for example "loading"and installing animation etc etc
Sent from my GT-S5360 using xda premium
zeetwo-raj said:
Thnx for ur reply but I want to change the animation animation for example "loading"and installing animation etc etc
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Well this PNG files stored in framework-res.apk/Res/drawable-ldpi/ac_android_progressbar_indeterminate_holo.PNG
U will found 5 to 6 files with this name ac_android_progressbar_indeterminate_holo1.png, ac_android_progressbar_indeterminate_holo2.png,3,4..etc u just have to replace those files..
U will understand when u will go there....
Follow this for basic THEMING
http://forum.xda-developers.com/showthread.php?t=1714481
:good::good:
Well I only want to change the color of "circled" loading bar and" installing" bar
I mean the color of spinner I want to change it to blue.....
You are greattttttt.....
I've been trying to use 7-zip and Winrar for replacing png's but still no luck and at the end I get bootloop when i goin to press power button, why does this happened?
To stay away from Bootlops U must decompile and recompile the framework even if u r goin to chnge only Some PNGs...Use Advanced Apk tool By @BDFreak ..This Tool Doesnot gives any error while recompiling franework ...
And For Editing Installing Bar You Should Edit Some Xmls Also Along With Png files ...
Google -Ics Sliders or Ics Progress Bar...Both are same guides...Follow any1 which u like

[Q]how can I change app name...

Hello guys,
I just want to change the app name...
Like com.opera.mini.android to com.my.opera.android..
I tried it..by renaming..it gives error...
So what's the correct procedure? ?
How I can????
Plz help me
Sent from my GT-S5360 using xda app
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
Ok..I will try bro...
Sent from my GT-S5360 using xda qpp
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
Sorry dude ..
Not working ....
It gives error at the time of recompile ...
Sent from my GT-S5360 using xda.app
marcussmith2626 said:
Decompile apk with apktool
open AndroidManifest.xml
The first line change for example
package="com.android.settings"
to what you want to name package
Click to expand...
Click to collapse
It won't work that way anyhow!
@op u have to fully change its smali files in order to do so.....
OR u can simply
Use apktojava
1.Select opera mini.apk
2.Create eclipse workspace
3.Open eclipse/use existing projects
4.Select ur opera mini workspace
5.In the java file where there is com.opera.blabla
6.Rightclick over it/refractor/change name
7.Enter com.blabla.blabla
8.Select save/replace all the occerence
9.Finish the project,and you are done!
Have a nice day
D4rk
LetJect said:
Hello guys,
I just want to change the app name...
Like com.opera.mini.android to com.my.opera.android..
I tried it..by renaming..it gives error...
So what's the correct procedure? ?
How I can????
Plz help me
Sent from my GT-S5360 using xda app
Click to expand...
Click to collapse
Easy way
1.Decomplie it
2.Go to Values folder
3.And Find string.xml
4.Open it and change the app name
Do these where were you found string.xml
And at the time of recompile Delete the resource.arc and delete the modefied xml from keep folder...
Sent from my GT-S5830i using xda app-developers app
D4rkSh4dow said:
It won't work that way anyhow!
@op u have to fully change its smali files in order to do so.....
OR u can simply
Use apktojava
1.Select opera mini.apk
2.Create eclipse workspace
3.Open eclipse/use existing projects
4.Select ur opera mini workspace
5.In the java file where there is com.opera.blabla
6.Rightclick over it/refractor/change name
7.Enter com.blabla.blabla
8.Select save/replace all the occerence
9.Finish the project,and you are done!
Have a nice day
D4rk
Click to expand...
Click to collapse
Thanks dude .....
Sent from my GT-S5360 using xda..
i think must sign apk
<post deleted>
Minions_Army said:
i think must sign apk
Click to expand...
Click to collapse
I cant undestand what u say....
Sent from my GT-S5360 using xda app
sign apk

Help Req. Regarding Settings.apk Of Y Duos

I Want To Remove Some Of This Parts From My Settings.apk
Touchwiz parts inside which there are Adaway.apk
Cpucontrol.apk
Spareparts.apk
netbooster.apk
etc etc..For Which I Have To Install Those Apps
Have A Glance At My Attachment...You Will Surely Understnd
Himan Boro said:
I Want To Remove Some Of This Parts From My Settings.apk
Touchwiz parts inside which there are Adaway.apk
Cpucontrol.apk
Spareparts.apk
netbooster.apk
etc etc..For Which I Have To Install Those Apps
Have A Glance At My Attachment...You Will Surely Understnd
Click to expand...
Click to collapse
Try To Mod Your Settings.apk..By Decompiling It.There Is Many Guides In XDA To Do That....And Then Just Delete The Apks That You Want To Remove....With Any Root Explorer App...:thumbup:
[[Note:Search "How To Invoke An App From Settings" In Xda Or Google To Do That]]
TECHNO_THUNDER said:
Try To Mod Your Settings.apk..By Decompiling It.There Is Many Guides In XDA To Do That....And Then Just Delete The Apks That You Want To Remove....With Any Root Explorer App...:thumbup:
[[Note:Search "How To Invoke An App From Settings" In Xda Or Google To Do That]]
Click to expand...
Click to collapse
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Himan Boro said:
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Click to expand...
Click to collapse
remove it from the manifest xml and also remove any strings in strings xml then resign it
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk 2
san122 said:
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk
Recompiling Gives Error..but the app is in dist foldr...
Click to expand...
Click to collapse
marcussmith2626 said:
remove it from the manifest xml and also remove any strings in strings xml then resign it
Click to expand...
Click to collapse
lil confusing 1
Himan Boro said:
lil confusing 1
Click to expand...
Click to collapse
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
marcussmith2626 said:
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
Click to expand...
Click to collapse
i dint find in Androidmanifest.xml..
i found in settings.xml
san122 said:
Open settings.xml under res/xml/here
Then find the preferencescreens and delete them.
And your problem will be solved.
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Recompiling gives error ;(..but the new compild app is in dist folder.
Himan Boro said:
Recompiling gives error ;(..but the new compild app is in dist folder.
Click to expand...
Click to collapse
read the error that apk tool tells you - it will say in which file and what line the error is - you may have public values or strings that also need deleting - cant help if you just say its an error
Himan Boro said:
TY For D link...But I just wan2 remov tht Invokd app from my settings.apk...i.dont want to view that apps name/icons inside my settings.apk..
Click to expand...
Click to collapse
Just Do Reverse The Whole Process Bro....Delete The Layout Lines And The Apps....
marcussmith2626 said:
read the error that apk tool tells you - it will say in which file and what line the error is - you may have public values or strings that also need deleting - cant help if you just say its an error
Click to expand...
Click to collapse
Ok Bro....
TECHNO_THUNDER said:
Just Do Reverse The Whole Process Bro....Delete The Layout Lines And The Apps....
Click to expand...
Click to collapse
Ow K...
Himan Boro said:
Ow K...
Click to expand...
Click to collapse
Maybe you are getting language not found error.If yes then there is no problem.
Sent from my GT-S5360 using Tapatalk 2
TY all for d supports and guides
marcussmith2626 said:
you can locate some things in the androidmanifest.xml or as san said in settings.xml
depends where its locoted - just follow the path
Click to expand...
Click to collapse
@marcussmith2626
It is not located in manifest. (It will never will be located there)
It is in /res/xml/settings.xml
Himan Boro said:
Recompiling gives error ;(..but the new compild app is in dist folder.
Click to expand...
Click to collapse
You need to install framework-res.apk and twframework-res.apk before decompiling and before recompiling.
Himan Boro said:
TY all for d supports and guides
Click to expand...
Click to collapse
I think you want to remove them from xduos v3 rom(as per screenshoots)....So decompile Settings.apk and go to res/xml,and find "kenj1.xml" from there, edit them and delete preferences from there...and recompile,sign and push apk to system....enjoy for personal use only...:thumbup::thumbup:

how to decompile and decompile setting.apk ???

how to decompile and decompile setting.apk
I always fail to do decompline or recompline setting.apk when I did not edit at all also still failed to file. where the problem lies ?? setting.apk the error of his or her apktol ?? but if decompline or recompline SystemUI or fremawork successfully ...
darw andi said:
how to decompile and decompile setting.apk
I always fail to do decompline or recompline setting.apk when I did not edit at all also still failed to file. where the problem lies ?? setting.apk the error of his or her apktol ?? but if decompline or recompline SystemUI or fremawork successfully ...
Click to expand...
Click to collapse
Chances are that you havent loaded the correct framework
If it is a touchwiz rom (based on stock rom) you also need to load tw-framework using the if command
Also some roms are compiled with framework of a higher version than the rom eg compiled with jellybean framework so load that framework-res instead eg from cm10
But the chances are its because you didnt also load the tw framework from the rom
Also please note that questions should be posted in the question and answe section
marcussmith2626 said:
Chances are that you havent loaded the correct framework
If it is a touchwiz rom (based on stock rom) you also need to load tw-framework using the if command
Also some roms are compiled with framework of a higher version than the rom eg compiled with jellybean framework so load that framework-res instead eg from cm10
But the chances are its because you didnt also load the tw framework from the rom
Also please note that questions should be posted in the question and answe section
Click to expand...
Click to collapse
thanks before
My problem has been resolved
I use apk manager via pc
Hey guyzz
Since m not the developer,can anyone decompile apk for me please:what::what:
Thank u
vai8080 said:
Hey guyzz
Since m not the developer,can anyone decompile apk for me please:what::what:
Thank u
Click to expand...
Click to collapse
Which apk ?
Islam2001 said:
Which apk ?
Click to expand...
Click to collapse
It is the setting apk:what::what:
Can u do it for me
vai8080 said:
It is the setting apk:what::what:
Can u do it for me
Click to expand...
Click to collapse
U mran the stock ?
Islam2001 said:
U mran the stock ?
Click to expand...
Click to collapse
It is the zip in which there is settings apk as well as keyguard apk , which I want to modify it
Can u help ..
vai8080 said:
It is the zip in which there is settings apk as well as keyguard apk , which I want to modify it
Can u help ..
Click to expand...
Click to collapse
Learn how to decompile apks yourself
It's easier doing it on a pc but can also be done on a phone if you don't have a pc
My pc guide can be found in the link in my signature
For phone guide Google search apktool mobile (you need armv6 version)
marcussmith2626 said:
Learn how to decompile apks yourself
It's easier doing it on a pc but can also be done on a phone if you don't have a pc
My pc guide can be found in the link in my signature
For phone guide Google search apktool mobile (you need armv6 version)
Click to expand...
Click to collapse
I have tired to decompile apk with pc but I was failed
So can u do it for me:what::what:
vai8080 said:
I have tired to decompile apk with pc but I was failed
So can u do it for me:what::what:
Click to expand...
Click to collapse
No - much better to learn how to do it yourself else how are you going to mod it & recompile it or do anything else in the future
If you can't decompile it you are most likely using the wrong framework-res.apk - use framework-res.apk from cm10
Without screenshot of your cmd window I can't see how you are trying to do it
Full guide in my signature - Just use correct framework-res.apk - note just because it's a Gingerbread rom doesn't mean it was built with Gingerbread framework - so if it doesn't decompile use cm10 framework
marcussmith2626 said:
No - much better to learn how to do it yourself else how are you going to mod it & recompile it or do anything else in the future
If you can't decompile it you are most likely using the wrong framework-res.apk - use framework-res.apk from cm10
Without screenshot of your cmd window I can't see how you are trying to do it
Full guide in my signature - Just use correct framework-res.apk - note just because it's a Gingerbread rom doesn't mean it was built with Gingerbread framework - so if it doesn't decompile use cm10 framework
Click to expand...
Click to collapse
K thanks man

Question for development

Hello.
i'm trying to change the credroid rom, i have a problem with the settings.apk application
I can decompile the apk correctly and modify the desired files, but I can not recompile the apk. I will need your help please.
mathieum28 said:
Hello.
i'm trying to change the credroid rom, i have a problem with the settings.apk application
I can decompile the apk correctly and modify the desired files, but I can not recompile the apk. I will need your help please.
Click to expand...
Click to collapse
Needs to be resigned [emoji87]
Sent from my SM-G950U using Tapatalk
kobos311 said:
Needs to be resigned [emoji87]
Sent from my SM-G950U using Tapatalk
Click to expand...
Click to collapse
I tried with apktool 2.3 but it does not work. I can not recompile before signing the apk

Categories

Resources