Irfan Latif
Irfan Latif
I haven't tested this NDK code but [`addService`](https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-12.1.0_r1/core/java/android/os/ServiceManager.java#194) in Java is restricted by SELinux policies. Even ADB shell doesn't have the rights. Also both `addService` and `getService` are hidden APIs...
@piyush2cloud re-prompting is expected behavior in your case. You are using `AdbCrypto.generateAdbKeyPair()` in `onCreate()`. It creates a new keypair everytime. Instead create keypair once, save both files in a secure...
https://github.com/tananaev/adblib/issues/5
Also consider `write /sys/block/mmcblk0/queue/scheduler noop`, it's considered more flash media friendly.
It's one of the planned features for paid version. WIP.
It's tested and works up to Android 11. Background location permission is not required when the app is running a foreground service ([reference](https://developer.android.com/training/location/permissions)). On Android 11 though, background location permission...
> When I switch on the screen it starts to connect to the satelites again It starts to connect to the satellites again when you open the app? Before opening...
> But REQUEST_IGNORE_BATTERY_OPTIMIZATIONS seems to be a no-go. Will be added. > Wouldn't it work more reliable with requesting ACCESS_BACKGROUND_LOCATION for API 29+? I don't see a point in it....
NUH uses Quranic text from https://tanzil.net and open source fonts. So we do not have very much flexibility to make the text look like the way we want. Adding colored...
Can you please post a screenshot?