Can the android emulator be rooted to run python scripts as root?

Posted by user320599 on Stack Overflow See other posts from Stack Overflow or by user320599
Published on 2010-04-19T17:37:55Z Indexed on 2010/05/03 2:18 UTC
Read the original article Hit count: 208

Filed under:

Using the Android Scripting Environment (ASE), I can run Python scripts on the Android emulator that ships with the SDK. However, I want to run the scripts as root/superuser for some reasons, like creating log files and some more.

Like the actual phones, can the emulator be rooted to execute these scripts as root or some superuser?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about android-emulator