seandroid Questions
2
For my non-rooted device (which I am not allowed to root, so I need to find another way around), if I do
adb shell setprop MY_PROP 1
followed by
adb shell getprop MY_PROP
I get a blank line....
3
Solved
I want to excute an executable on boot On a target board with Android 5.1 so I add this in init.rc:
on boot
start myservice
service myservice /system/bin/myservice
#class main
user root
group...
1
Solved
I have some trouble on getting custom selinux policies running properly on an AOSP based Android 7.1.2 (more precisely based on sony open devices tree).
My problem is that the audit logs keep tell...
1
© 2022 - 2024 — McMap. All rights reserved.