• Show

How to Run Node.js on a Rooted Android Phone

March 22nd, 2011

Update: Tom Hughes-Croucher of Joyent had this translated last week. The translation is here.

Toshio Mori published a presentation on SlideShare on installing Node.js on a rooted Android phone. Although the slides are in Japanese, enough of the commands are in English that you can make out the steps.

The presentation walks you through rooting your phone, installing QEMU (a virtualizer), running Debian Linux on QEMU and, finally, running Node.js. The actual steps are as follows:

  1. Root the IS01
  2. Use qemu to build a Linux on an ARM environment
  3. Use the ARM Linux environment to build Node.js
  4. Copy the Node.js binary to the IS01

Considering that it has to be run through a Debian virtual machine, I'm not sure exactly what use this is other than maybe having a mobile Node.js environment to test code against.

Tags:
comments powered by Disqus