<<<<<<<<<< THIS POST IS MIGRATED FROM DEVCENTRAL ANDROID FORUM >>>>>>>>>>
Applock configuration requires that the package of the classes that we want in the whitelist are known.
If you have an application that you want to have on the device you can explode the apk archive of the application and use the utility dex2jar to translate the dex bytecode classes in a java archive.
The obtained java archive can be opened with a java decompiler and the class are clearly visible.
dex2jar utillity: http://code.google.com/p/dex2jar/
JD-GUI java decompiler: http://java.decompiler.free.fr/?q=jdgui
regards
Pietro
Posted on: 10/17/2011 5:10:40 PM by Pietro Francesco Maggi (Motorola) in Mobile Computing: Android
<<<<<<<<<< THIS POST IS MIGRATED FROM DEVCENTRAL ANDROID FORUM >>>>>>>>>>
Posted on:
by Richard Baker (Symbol) in Mobile Computing: AndroidPoints: 0
You voted ‘up’
Richard,
You could try the below instead :
1. Connect your device to your PC.
2. Open a command prompt [or a terminal in Ubuntu] and run the below :
adb devices : This should return your devices' id successfully.
adb shell
$ pm list packages -f > sdcard/pkglist.txt
$ exit
3. The pkglist.txt in the root of your SDcard is populated with all the .apks installed and their package names.
Just type "pm list packages -f to see the list right there in the window.
Anu
Points: 1
You voted ‘up’
Another method, that you can try to see if you can "find" your apk packages is to use DataWedge:
In this list you can find all the application/activity installed on the device.
If the apk has a usefull package name you can find it in the list (for example the RDP lite client has a package name of com.toremote.rdpdemo).
Pietro
Points: 0
You voted ‘up’
An even easier way to decompile APK/DEX/JAR files is online Java Decompiler tool: http://www.decompiler.com/.
Points: 0
You voted ‘up’
No matter where in the world you are, we wish you a safe and happy holiday weekend https://toysget.com/best-baby-walker-reviews/
Points: -2
You voted ‘up’
No matter where in the world you are, we wish you a safe and happy holiday weekend https://lycamobilecodes.com/
Points: -1
You voted ‘up’
Log in to post comments