Skip to content

Commit

Permalink
Merge pull request facebook#3393 from passy/patch-1
Browse files Browse the repository at this point in the history
Document opening rage menu via adb
  • Loading branch information
mkonicek committed Oct 13, 2015
2 parents 0206347 + 7aeae97 commit f03c7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RunningOnDeviceAndroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can also iterate quickly on device using the development server. Follow one

> Hint
>
> Most modern android devices don't have a hardware menu button, which we use to trigger developer menu. In that case you can shake the device to open dev menu (reload, debug, etc.)
> Most modern android devices don't have a hardware menu button, which we use to trigger the developer menu. In that case you can shake the device to open the dev menu (reload, debug, etc.)
### Using adb reverse

Expand All @@ -32,7 +32,7 @@ Have your device connected via USB with debugging enabled (see paragraph above o

To do that, your laptop and your phone have to be on the same wifi network.

1. Open rage shake menu (shake the device)
1. Open rage shake menu (shake the device) or run `adb shell input keyevent 82`
2. Go to `Dev Settings`
3. Go to `Debug server host for device`
4. Type in your machine's IP and `Reload JS`

0 comments on commit f03c7b5

Please sign in to comment.