Hello, am just starting to do some andorid moding, and doing some changes to the UI
Right now I do it just in code, but it is easier if I can look at the view file in eclipse UI editor, but to do that I need to resolve some errors,
if I get the /framworke/base/packages/systemui/ and add it to a android project in eclips, it missing a lot of dependences .
The most important bing com.android.systemui.R
Do some one know how to modify the systemui in eclips? What do I need to do?
Thanks
Related
Hi All,
I'm a noob ROM developer and I want to create a new Rom based on
one of the great Roms here on this forum and add it support for RTL languages so it can support correct display of numbers when displaying an RTL lang.
As I understand I need to somehow decompile the "classes.dex" so I can edit the code in it and compile it again.
How can I achieve this? Maybe I can the original source code of it so I don't need to decompile?
I'm experienced with c++ and Java Android apps development but don't have a clue from where to start roms development.
Appreciated your help,
Thanks,
Oren
Hello People
Hope I am in the correct section here.
I am trying to delete/re-arrange Menu entries in Settings.apk for my HTC device. From some research I performed and from some Gingerbread mods I know that the file to edit is the HtcEntryProxy.smali. However it is a bit difficult to find out what exactly is going on there!. How to I find which values to change in order to delete some menu entries ?
I have successfully decompiled the apk and I can re-compile it too.
Thanks in advance.
Hi there.
Someone who can help me, I'm in this android operating system and I want to make my own changes to the SystemUI.apk.
I wonder if there is way to transparent notifications curtain and / or putting on any image, and if so if I have to change if they are. Decompile XML that are oh just change the images of the same resolution.
And I hope you can help me, I have the right skills to lead the process but the dilemma is that not where enpesar.
Thank you:laugh:
PekeƱo Lukas said:
Hi there.
Someone who can help me, I'm in this android operating system and I want to make my own changes to the SystemUI.apk.
I wonder if there is way to transparent notifications curtain and / or putting on any image, and if so if I have to change if they are. Decompile XML that are oh just change the images of the same resolution.
And I hope you can help me, I have the right skills to lead the process but the dilemma is that not where enpesar.
Thank you:laugh:
Click to expand...
Click to collapse
I believe for you to modify anything, you'd need to first be rooted to have su access in order to overwrite a system app. Second, you'd have to get a apk decompiler that finds the src and unencrypts the class files. Unfortunately, I cannot find any resources to help with this.
I have read all the threads on the topic of decompiling APK file and recompiling it, and so far I am successful in decompiling and recompiling it.And now I want to make some changes in smali files like change package name and remove some features, But I don't know smali language, so Is there a way that I can convert smali files into Android JAVA project which I can import into Eclipse or I must have to learn smali language to achieve what I want.
Thanks in Advance
decompilerr said:
I have read all the threads on the topic of decompiling APK file and recompiling it, and so far I am successful in decompiling and recompiling it.And now I want to make some changes in smali files like change package name and remove some features, But I don't know smali language, so Is there a way that I can convert smali files into Android JAVA project which I can import into Eclipse or I must have to learn smali language to achieve what I want.
Thanks in Advance
Click to expand...
Click to collapse
It can be done with smali also ....
Only thing is you need to be tricky ....[emoji6]
Am not writing the procedure here coz changing package name doesn't sounds good for me [emoji1] I always respect efforts of original developers (some kangers always do change name and remove some features and claim the apk as theirs in generally am saying don't get hurted )
So I just want to confirm that changing package name and removing some features is possible via smali editing no need to convert the apk to java source .......
Press Thanks Button If You like My Work & Posts?
hello everyone!
i just wanna ask...
i flash a deodexed stock rom (deodexed,pre-rooted)
and i start theming using apktool for android.
After modifying(e.g. Settings.apk signed with apktool for android) . it didn't shown up on my drawer
then i tried another method (Copying both orig META-INF and android manifest) then it shown up
I want to have tabbed settings.. but how can i make it if the modded app needs the original files (meta-inf and android manifest)..
some of my app are not working after recompiling and signing it with apktool for android...
it always need those files
i wonder how the devs makes changes on some system app
pls reply...
i need answers..