Skip to content

Commit 77cb6e8

Browse files
authored
Update README.md
1 parent de480c0 commit 77cb6e8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,21 @@ Yes, it's that simple!
5858
* You don't need to root your Android.
5959
* You don't need to connect to a computer.
6060

61+
### Accessing the f API using adb
62+
63+
If you want to access the f API on your computer, but don't have a local network to access your Android device. You can connect your Android device to your computer with a cable and then use adb to expose the f API to your computer.
64+
65+
```
66+
$ adb devices
67+
List of devices attached
68+
Your_device_or_avd_name device
69+
70+
$ adb -s Your_device_or_avd_name forward tcp:9000 tcp:9000
71+
9000
72+
```
73+
74+
Now you can access the f API on your computer via `http://127.0.0.1:9000/f`.
75+
6176
## How is this APK made
6277

6378
1. Cracking the signature verification of NSO.

0 commit comments

Comments
 (0)