Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Jun 28, 2023
1 parent 0e9e620 commit cfcd846
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Piping ADB
[Android Debug Bridge (ADB)](https://developer.android.com/studio/command-line/adb) over [Piping Server](https://github.com/nwtgck/piping-server) on Web browser
<img width="500" alt="Piping ADB scrcpy" src="https://github.com/nwtgck/piping-adb-web/assets/10933561/a71f5ed9-83b1-4e29-bcf2-156bc503dc8a">

<img width="500" alt="Piping ADB shell" src="https://github.com/nwtgck/piping-adb-web/assets/10933561/6077bfb6-44d3-4c93-a34b-023918c6e312">

<img width="500" alt="Piping ADB file manager" src="https://github.com/nwtgck/piping-adb-web/assets/10933561/e4e06006-0683-44ae-a8f8-9d5c9a630b2b">

## Usage
First, open adbd 5555 port on an Android device using `adb tcpip 5555` or `su 0 setprop service.adb.tcp.port 5555; su 0 stop adbd; su 0 start adbd`
Expand Down
8 changes: 8 additions & 0 deletions apps/demo/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Finally, open the following URL on a Chromium-based browser.

This project is highly based on [ya-webadb](https://github.com/yume-chan/ya-webadb). Thanks to the original author!

## Demo

![Piping ADB scrcpy](https://github.com/nwtgck/piping-adb-web/assets/10933561/a71f5ed9-83b1-4e29-bcf2-156bc503dc8a)

![Piping ADB shell](https://github.com/nwtgck/piping-adb-web/assets/10933561/6077bfb6-44d3-4c93-a34b-023918c6e312)

![Piping ADB file manager](https://github.com/nwtgck/piping-adb-web/assets/10933561/e4e06006-0683-44ae-a8f8-9d5c9a630b2b)

The following document is from the original README.

---
Expand Down

1 comment on commit cfcd846

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.