• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Apps cd doesn't execute in Runtime.exec() in my android application

    Hello Everybody. I was developing a simple android application in which on a button's click event I wrote ---------------------------------- Runtime r = Runtime.getRuntime(); Process p = r.exec("mount /sdcard"); p = r.exec("cd /mnt/sdcard"); and displayed the standard input stream on the log...
  2. M

    How to start a command prompt on android tablet or phone?

    Hello Everybody, I was exploring android and a question came into my mind that as android is an linux operating system so how can I access the terminal (Command Prompt) on an android operating system (on phone or on a tablet)?