[DEV]Stock Rom Java Codes *shareing* - Galaxy Ace S5830 General

Hello everyone
as i am huge stock rom fan
i have started to experiment and investigate the whole rom
currently i wil share the Android.policy.jar Java Codes + Lidroid inside
thanks to these codes i did found some stuff that we can enable through smali
special thanks to broodplank for his apktool to java

Related

[REF]Android Tools to help with Theming and Modding

Android Tools
I've put together a pack of tools to help with theming and modding These tools will help you do a lot of things. They will help you do things like: decompile APK's, sign APK's, decompress zImage kernels, convert dex to jar to review Java code instead of Smali code, browse sqlite databases, etc!
Included in this tools pack are:
apkmanager 4.9 (apk management suite, for older APK's)
apkmanager 5.0.1 (apk management suite, for newer APK's)
apksigner (sign APK's with personal and test keys)
asmzis (decompress zImage to review initramfs)
dex2jar (convert classes.dex to Java jar, review with GUI)
smali (decompile classes.dex to edit smali code, then recompile)
sqlitebrowser 2.0b1 (extract sqlite DB's from phone, edit)
xUltimate 2.3.1 (deodex framework and apk's)
apktool 1.3.2 (apk modding tool, for older versions of APK's)
apktool 1.4.1 (apk modding tool, for newer versions of APK's)
... and more The best part is, most of the tools can be run with a simple batch file, already included.
DOWNLOAD: http://www.multiupload.com/8H4KK2GV66
Thanks man
Sent from my Xoom using xda premium
anyone have this uploaded elsewhere?
The Download Link doesn't work anymore... Can you please update it?

Beginner Battery MOD Question

Im beginning to learn a few basics about modding the systemui.apk.
I can use the AUTO APK TOOL to decompile my SystemUI.apk, decompile the classes.dex file into smali code, use dex2Jar & jd-gui to view the classes.dex file in java.
As a project for teaching myself about the android system i'm looking into modding the battery icon. I have followed a few guides/tutorials and have a basic knowledge/understanding on what files to change/add in SystemUI.apk (stat_sys_battery.xml, stat_sys_battery_charge.xml, battery-con png files in 'drawable-xhdpi', then recompile and push to my phone (SGS3).
My questions are:
1. Do all Mods that change system settings/layout have to be baked into the SystemUI.apk? Or in this example is it possible to develop a small application using Eclipse, which when a button is clicked it change's the battery icon dynamically?
Hope it makes sense

[Q] Compile Real APK Leecher v3.6

I was downloaded a source code of Real APK Leecher v3.6 from this board, can anyone expert in Java, show me the tutorial step by step to recompile the source code. I was new in Java Programming but i like to use this tool but i prefer to recompile the source code rather than the already compile JAR. Thanks in advance..

How to Add Java codes to Decompiled Files?

I decompiled an Apk file and I want to add some code to the java classes,but it seems that the javaclasses are different from the way they are written,for example those who edit WhatsApp and make WhatsApp plus ,how did they decompile WhatsApp to get dull source code and add some java codes to add features ?really frustrating !
The apk is most likely obfuscated with some program such as proguard because the developers do not want you looking at their source code..

Edit this part of the android framework

I'm trying to edit this part of the Android Framework: https://cs.android.com/android/plat.../telephony/dataconnection/DataConnection.java
I've tried disassembling framework.jar but couldn't find the code related to this java file. How could I go about modifying this part of the OS and re-injecting it and where should this source code be located on my device (I'm using an Android 11 phone) ?

Categories

Resources