AndroidSIMFileReader icon indicating copy to clipboard operation
AndroidSIMFileReader copied to clipboard

Permissions?

Open E3V3A opened this issue 10 years ago • 1 comments
trafficstars

Since this app require root to run anyway, I think it would be an debugging advantage to first try to:

  1. 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.
  2. 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.

E3V3A avatar Feb 12 '15 16:02 E3V3A

can you attached an apk copy on here or download section? or send to my mailbox [email protected]?

Azlun avatar Feb 25 '16 09:02 Azlun