[TOOL][WINDOWS]APK to Java Viewer - View the Java classes in apk! - Android Software/Hacking General [Developers Only]

APK to Java Viewer​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi all!
As you know, we can view and save java classes in classes.dex via some tools. And we have enough guides (like this; http://goo.gl/QkK6P7 ) but it requires effort so, I made this small tool for lazy people
This script will show the java files in your apk/jar (framework). Instructions as below:
1. Download the zip in Attachments.
2. Extract Java-Viewer.zip anywhere on your PC.
3. Put your an apk or jar (framework) in "Input".
4. Execute "Run_me_first.bat"
5. Follow Instructions (in tool)
**JRE is required
**IMPORTANT: DO NOT leave spaces when you name your apk files, e.g. "123 abc.zip" is a no go, "123abc.zip" is the correct way,
Bugs;
-After converting dex to jar, the script ends suddenly. Thats why you need execute View_Java.bat after finish Run_me_first.bat script
-jd-gui can't decompile all smali files.
Applications are used;
-JD-GUI 0.3.6
-7zip
-dex2jar-0.0.9.15
Credits;
@Ryuinferno for his "Sign-em!" thread style
@lickarock for his guide and his screenshot

Well, way to just go and one up me, huh? Nice work man. I will be making use of this for sure. Anything to save myself 87 steps.

Related

Changing Items In Ervius VK

Hi All, I have af few things that i would like to change on my Diamond ROM's, I use Ervius VK
1. How do I change the Default Welcome Head?
2. How do I change the Default Theme?
3. How can i copy a Shortcut into the start menu
4. How do I put my name into the Start, Settings, System, About? (Picture of how i would like it to look at bottom)
Thanks in advence
Badwolve1
Note: Have been seaching for hours and have found nothing
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Help Please People
1. Easiest way use the search on kitchen "welcomehead" anyway SYS\Redist_dpi_96_resh_240_resv_320
2. OEM\ExtendedPKG "may be called OperatorPkg" in config_AP.txt you can TSK: \Windows\nameoff.tsk that will install in customization the .tsk
3. The OEM\OEM_Lang_0409 contains initflashfiles.dat to which will allow you to move shortcuts, if you are making a package OEM then you can change via initflashfiles.txt if it's EXT app.dat
4. OEM\OEMVERSION mxipupdate_OEMVERSION_100.provxml
There are many guides that will help you out on XDA here is a general good guide.
Universal Tutorials for Customizing any Device and Cooking

[TOOL][WINDOWS] ADB Fastshell

ADB Fastshell​version 0.9b​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is a Windows Batch file which should make your work with ADB much, much easier and faster.
It contains ALL of the basic operations with ADB which you'll ever need.
Logcat? Check!
Push files? Check!
Pull files? Check!
Shell Emulator? Check!
Install files to system folders even if your kernel have ro.secure=1? Check! (but you'll need root though )
And there is feature I call Smartshell - it lets you do basic operations with only drag&drop!
If you d&d file called "boot.img" on Fastshell file - it will flash this file as a kernel to your phone.
If you d&d file called "install.apk" on Fastshell file - it will install this file as applicaton without wiping application data.
If you d&d file with any but these name - it will push this file to phone.
For full reference, read help.
But don't use the backup feature as a full backup. It only lets you fast-restore system in case you flashed, for example, broken framework-res.apk. If you wipe your /system and restore this - it won't work.
In future I'll do the full-working backup with Busybox installation.
That's all!
Download: View attachment Fastshell_v0.9b.rar
Update uploaded! Now the program is nearly finished.

[ GUIDE ] [ APP ] Modify Apk Drawables On Android phone

Hiii.......
Many developers loves android tweaks and tricks like modifying system graphics ...
We can change png drawable files in apk without computer using An amazing »»» Xplore Android App..
Thanks To DEVELOPER OF XPLORE ANDROID APPLICATION
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here I will show you how to Open apk files and replace png and other files using Xplore
1. Download Xplore.apk use Play store link Below
https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore
2. Locate your apk file as shown in image .. I'm modifying framework-res.apk
You can modify which ever you want
3. press and hold on apk till menu appears & Press on " Open Apk As zip "
4. Now Apk file will be open as Zip
5. Now You can modify the things you want. Here I'm modifying drawable images
6.When you done with modification , Long press on that apk and select " Zip back to apk " .
7. Done.......

[Share] guide developers custom kernel with ROM

-Optimization custom kernel and android system
-Remove changes in build.prop and init.d scripts folder will not only serve Encourage the device
-Note: roms covers this does not bring this optimization must modify please cook ROM -
Code:
-Requirements:
-Apk manager
-Java install pc
-Framework-res.apk
-Decompile and compile knowledge framework-res.apk
-Notepad++
-Just a little patience
-now have to decompile the framework-res.apk and wait Aque finished extracting the files
-locate the next file in the framework-res.apk
Code:
framework-res.apk/res/xml/power_profile.xml
( here you'll find related signal, wifi, radio frequencies and codes Processor )
( to add missing values ​​use this <value> </ value> )
example capture:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-Here we verify that the value of the frequencies of all matching kernel with this file so that the entire operating system to work as it should be fast without lag
-Now compile the framework-res.apk and flasheelo in your terminal and check optimization

Translate menus with app clonner

Hi
I have a question. I found an app wich it would be good for my purpose. Hiking app for WearOS. I see that App clonner will allow change native language of any app. I only want it for personal use. The app is in japanese...and the menus are a complete mess. As soon as I translate a sentence into English or Spanish....as soon I forget it.
I don't know nothing about programming, but I'd like to try it.because there are very few apps for hiking on WearOS and this app looks fine. I ask to developer about other languages...but unfortunately he doesn't seems to be interested.
Has anyone used this App feature? And if so...How difficult it will be? I want to try to do i by myself.
Sorry for my bad English
Thanks
I don't believe an "app cloner" has the feature to rewrite string tables contained in an APK-file ( note: APK is a type of JAR - Java ARchive - which is a type of ZIP ).
BTW: The strings - you want to manipulate - are housed in APK's subfolder named res.
Structure of an Android App Binary (.apk)​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
IMO rewriting the string-table in an APK-file requires unpacking the APK-file, editing the strings, repacking the APK-file and signing it.

Categories

Resources