Screenshots
Description
SimbaDroid is an SMB server for Android, allowing you to access the contents of your storage (both internal storage or an external SD card) from your computer via wi-fi.
Due to Android limitations, this app requires root (as on all Unixoid operating systems, it is not possible to open a port < 1024 otherwise, and the default SMB port is 445 and Windows doesn't work with anything else). Without root, you either need some sort of SMB client which allows configuring the port used (SimbaDroid uses port 4450 behind the scenes), or some kind of port mapping software to allow Windows to transparently connect to port 4450.
Due to JFileServer limitations, only SMBv1 is supported, which isn't ideal for modern Windows, either, but c'est la vie…
Since the app is mostly for my private use, at the moment there are no configuration options – shares for the internal storage as well as an external SD card (if one is detected) are set up automatically and are accessible without authentication, so be careful about using this app in public networks. I might add some options for configuring your own custom shares and user authentication eventually, but no guarantees as to if and when.
READ/WRITE/MANAGE_EXTERNAL_STORAGE is required for filesystem access.
What’s new (0.8)
- Work around Android bug to preserve last modified dates when renaming files on a removable SD card
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Foreground serviceKeep running in the background, visible in the status bar.
- FOREGROUND_SERVICE_SPECIAL_USE
- Prevent sleepingKeep the device from going to sleep.
- NotificationsShow notifications.
- Network stateCheck whether and how the device is connected.
- Change networkChange network connections.
- Internet accessSend and receive data over the internet.
- Read storageRead files on the device storage.
Show 3 more permissions
- Write storageCreate and change files on the device storage.
- Full file accessAccess all files on the device.
- simbadroid.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments