AndroidSIMFileReader
AndroidSIMFileReader copied to clipboard
Permissions?
trafficstars
Since this app require root to run anyway, I think it would be an debugging advantage to first try to:
- add all possible permissions to the AndroidManifest.xml by adding some or all of the ones found here and here. That also include the OEM specific permissions, that may very well be device specific.
- install it as a system app. Move app to appropriate directory (
/system/app/or/system/priv-app) and set the right permissions (644 + context) and add system info in manifest:
...
coreApp="true"
android:sharedUserId="android.uid.system">
Android 4.4 / KitKat: The APP has to be moved to the /system/priv-app folder for it to be able to acquire the correct permissions.
can you attached an apk copy on here or download section? or send to my mailbox [email protected]?