Originally created by @skyzuma on GitHub (Feb 17, 2023).
Steps to reproduce
change custom wlan gateway and dns to a different numbers as ur router (same as no internet but active wlan)
deactivate wlan > activate wlan (there is no internet access)
open audiobookshelf app > try connect (add new server) > is there no entry > create a new on > the field is not accessible and the submit button goes to "no internet"
is there an entry > u see name (filled) and password (empty) and the submit button goes to "no internet") >>> nothing possible ... i can enter the password but there is no submit button
Expected behaviour
is there no internet cause of an issue with the provider, i cant paste en entry to an local instance but on a webbrowser this is possible
Actual behaviour
Tell us what happens
Environment data
Audiobookshelf Version:
Android App?
iOS App?
Android Issue
Android version: 11
Device model: sm-t 725
Stock or customized system: Stock
Originally created by @skyzuma on GitHub (Feb 17, 2023).
### Steps to reproduce
1. change custom wlan gateway and dns to a different numbers as ur router (same as no internet but active wlan)
2. deactivate wlan > activate wlan (there is no internet access)
3. open audiobookshelf app > try connect (add new server) > is there no entry > create a new on > the field is not accessible and the submit button goes to "no internet"
4. is there an entry > u see name (filled) and password (empty) and the submit button goes to "no internet") >>> nothing possible ... i can enter the password but there is no submit button
### Expected behaviour
is there no internet cause of an issue with the provider, i cant paste en entry to an local instance but on a webbrowser this is possible
### Actual behaviour
- Tell us what happens
### Environment data
Audiobookshelf Version:
- [x] Android App?
- [ ] iOS App?
#### Android Issue
Android version: 11
Device model: sm-t 725
Stock or customized system: Stock
adam
added the bug label 2026-04-24 23:24:10 +02:00
For those facing this issue, I have had similar issue and identified the fix.
Internet connectivity check on Android devices is determined by constantly pinging Google's captive portal.
Trick is to bypass this check by running the following command in ADB shell of the your Android device which is either not connected to the internet or Google's DNS is blocked at firewall level:
settings put global captive_portal_mode 0
Restart the device and ABS Android app will not no longer complain about "No Internet".
Verified it myself on Android 9 and 11 device running todays v0.9.62-beta release.
@galaxyfar commented on GitHub (Feb 20, 2023):
For those facing this issue, I have had similar issue and identified the fix.
Internet connectivity check on Android devices is determined by constantly pinging Google's captive portal.
Trick is to bypass this check by running the following command in ADB shell of the your Android device which is either not connected to the internet or Google's DNS is blocked at firewall level:
`settings put global captive_portal_mode 0`
Restart the device and ABS Android app will not no longer complain about "No Internet".
Verified it myself on Android 9 and 11 device running todays [v0.9.62-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.62-beta) release.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @skyzuma on GitHub (Feb 17, 2023).
Steps to reproduce
Expected behaviour
is there no internet cause of an issue with the provider, i cant paste en entry to an local instance but on a webbrowser this is possible
Actual behaviour
Environment data
Audiobookshelf Version:
Android Issue
Android version: 11
Device model: sm-t 725
Stock or customized system: Stock
@advplyr commented on GitHub (Feb 17, 2023):
Duplicate of #566
@galaxyfar commented on GitHub (Feb 20, 2023):
For those facing this issue, I have had similar issue and identified the fix.
Internet connectivity check on Android devices is determined by constantly pinging Google's captive portal.
Trick is to bypass this check by running the following command in ADB shell of the your Android device which is either not connected to the internet or Google's DNS is blocked at firewall level:
settings put global captive_portal_mode 0Restart the device and ABS Android app will not no longer complain about "No Internet".
Verified it myself on Android 9 and 11 device running todays v0.9.62-beta release.