diff --git a/README.md b/README.md index f48aec9..c5b6fdf 100644 --- a/README.md +++ b/README.md @@ -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 +Piping ADB scrcpy + +Piping ADB shell + +Piping ADB file manager ## 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` diff --git a/apps/demo/src/pages/index.mdx b/apps/demo/src/pages/index.mdx index 2f76524..83e3006 100644 --- a/apps/demo/src/pages/index.mdx +++ b/apps/demo/src/pages/index.mdx @@ -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. ---