compile&&decompile .dex files - Xperia Arc General

decompile.bat
Code:
java -jar baksmali.jar classes.dex
pause
compile.bat
Code:
java -jar smali.jar out
pause
need baksmali.jar,smali.jar, java run time
{
"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"
}
Download
http://code.google.com/p/smali/downloads/list
Click to expand...
Click to collapse
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Related

Jad and jar player ?

Another question on this night:
I'm looking for a way to play/launch jad or jar file. Is there a way t odo ?
jbed/jblend
Thanks !
But have you a link for me ? I know... I abused !!!
{
"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"
}

[Q] Problem with pushing apk, Out of memory error

I'm new to all of this and have been trying out a few tutorials here. I don't have an android phone yet(waiting on the epic) so I'm using the emulator with eclipse. Anyway, I'm simply trying to replace a wallpaper file in the Launcher2.apk and when I push, it gives me this:
{
"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"
}
Is it because I'm pushing to an emulator instead of a real phone?

[APP DEV][SOURCE] RunSuCommands with ADB

Simple and yet powerful application to use SuperUser to execute ADB (Shell) commands for different purposes.
This is a DEMO application and only for Developers to use examples in their application if needed.​
OpenSource Project
Download apk (DEMO)​
{
"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"
}
​
Great!
And, you might already know, but for the others:
You can boot into bootloader with "((PowerManager) getSystemService(Context.POWER_SERVICE)).reboot("bootloader");"
And just reboot: "((PowerManager) getSystemService(Context.POWER_SERVICE)).reboot("reboot");"

how to open storage usage by android code

hi
how to open storage usage by android code ? this screen:
{
"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"
}
Try this following code and maybe you will get your result.
Code:
startActivityForResult(new Intent(android.provider.Settings.ACTION_INTERNAL_STORAGE_SETTINGS, 0);

Cortana sounds location

Hi,
I've found the location for Cortana's sounds. They're located on the phone (just mount an emulator image) as WAVE resources inside the following DLL:
Code:
\\MainOS\Windows\System32\speechuxres.dll
{
"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"
}
Source: http://leonzandman.com/2014/04/22/hacking-cortana-meet-all-of-cortanas-personas/
You can easily extract them using a resource extractor (or even Visual Studio).
what is the target of this? you cant do with these sounds

Categories

Resources