Confirmed users, Bureaucrats and Sysops emeriti
291
edits
(Created page with "==Gaia Developer Environment== The user-interface on the phone is called "Gaia". It is hosted on gaiamobile.org, and offline cached on the device using appcache. At the moment t...") |
No edit summary |
||
| Line 35: | Line 35: | ||
Make sure to install the <b>Platform Tools</b> (not installed by default). | Make sure to install the <b>Platform Tools</b> (not installed by default). | ||
4. Make sure adb is in your path. | |||
$ adb | |||
Android Debug Bridge version 1.0.26 | |||
-d - directs command to the only connected USB device | |||
returns an error if more than one USB device is present. | |||
... | |||
5. You should be able to connect to the B2G phone via adb now: | |||
$ adb shell | |||
* daemon not running. starting it now on port 5037 * | |||
* daemon started successfully * | |||
root@android:/ # ^D | |||
$ | |||
<b>Control-D</b> exits the shell again. | |||