PhoneServer
About the Project
PhoneServer is a utility that turns your Android phone into an embedded local web server. By choosing one or more folders from your phone using Android Storage Access Framework (SAF), you can launch a local HTTP server and access those folders from any computer browser connected to the same Wi-Fi network.
This allows quick, wireless file transfers, folder browsing, and bulk directory downloads as automatically generated ZIP packagesâcompletely bypassing the cloud to guarantee privacy and security.
Key Features
Developer & Build Notes
PhoneServer is written in Kotlin. It targets modern Android security standards by utilizing persistent URI permissions, ensuring that the app only serves folders explicitly authorized by the user.
- How to use: Launch the app, tap "Add Folder" to grant access to directories, and tap "Launch Server". Then connect to the provided URL (e.g.
http://192.168.1.25:8080) from a browser on the same Wi-Fi. - Build Setup: Open the
/phoneserverfolder in Android Studio and run/compile using standard Gradle tasks.