I have tablet with android 4.4.4 which has 2 users, one of them must run only one app (that app is not write by me). In Linux all i need to do is setup shell on /etc/passwd. How to easiest way to do it with Android. Just all that user can do is run selected app, and nothing more.
Asked
Active
Viewed 1,868 times
1 Answers
0
Enable USB Debugging on Your Phone. To use ADB with your Android device, you must enable a feature called USB debugging. Open your phone's app drawer, tap the Settings icon, and select “About Phone”.
Scroll all the way down and tap the “Build Number” item seven times Debug mode is open and you can run ADB shell commands when you connect your PC Follow this link
To test whether ADB is working properly, connect your Android device to your computer using a USB cable and run the following command:
adb devices
-
I connected that android to computer, but i ask about making kiosk app – wytrzeszcz Aug 01 '16 at 07:43
-
android VNC client, i found source of this if it helps @ashes – wytrzeszcz Aug 05 '16 at 13:53
-
@wytrzeszcz i have two other links from SO chk it ,it will also help you ! grt day – Divya Aug 07 '16 at 02:25