[Q] features extraction - Android Q&A, Help & Troubleshooting

how to extract user permissions and API calls from any android application?

Related

[Q] the function android.os.Process.killProcessQuiet does not work,why?

I find that the 'killProcessQuiet()' function present to a lot of place in ActivityManagerService.java,it work very well in the system process.So i want to develop a application which shared the system uid and singed by platform signature.My application use killProcessQuiet() function also,but it does not work,why?
any body help?

[Q] How to load native library in Android to data/priv-lib

Hi all,
I Install tango apk from google playstore. Tango have native lib (.so) in lib armeabi.
After install, I go to data/data/application package/lib and it will map to data/app-lib
My question is what is case native lib with map to data/app-lib?
What is code in PackageManagerService will make?
Thanks

[Q] Editing Android Kernel - HCE/NFC

I'm currently in the process of creating a custom version of AOSP that will edit the functionality of the Host-Card Emulation feature of Android, allowing me to manually set the AID produced when my device goes into emulation mode.
I've downloaded the Android source, and have located the files I think governs HCE functionality.
From the NFC System Service, I've located the following files:
"CardEmulationManager.java" and "HostEmulationManager.java" located in "/aosp/packages/apps/Nfc/src/com/android/nfc/cardemulation/"
And from the Android core framework, for the NFC API I have found:
"CardEmulation.java" located at "/frameworks/base/core/java/android/nfc/cardemulation/CardEmulation.java"
From here, i'm unsure how to get started in editing the code. I'm unsure of the interactions between the files, and how they are called at run (I.e. which functions in the file I should be looking at, how would I go about adding my own code/modifying existing code in the file)
Is there any documentation online about how these files work/are ran? Or how would I go about finding out on my own (Through debugger tools etc.)
I'm currently using Eclipse for Ubuntu, and will be developing for a Nexus 7

[Q] Issue using custom SDK for application development

Hi,
I have built a custom SDK (modifying SDK 23) and set its build version (API) to 50 (So as not to clash with the existing ones). I want to use custom libraries of this SDK in my Android Studio Application. For this purpose I want to compile the application against the SDK version 50(compileSdkVersion=50).
But when I change compileSdkVersion to 50, it gives dependency errors. The support libraries, needed by application, are not generated along with Sdk generation.
Need help regarding using this custom SDK in android application.

Help - How to build Android SDK

Hi,
I need to edit some java class files in Android SDK (Target: API 23) because i want to create custom feature for my app.
Do someone know how i can rebuild SDK?
Thanks

Categories

Resources