# DHCPv6-Client-Android
**Repository Path**: csfxqcq/DHCPv6-Client-Android
## Basic Information
- **Project Name**: DHCPv6-Client-Android
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-10-17
- **Last Updated**: 2025-10-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# DHCPv6 Client
[](https://circleci.com/gh/Mygod/DHCPv6-Client-Android)
[](https://android-arsenal.com/api?level=21)
[](https://github.com/Mygod/DHCPv6-Client-Android/releases)
[](https://github.com/Mygod/DHCPv6-Client-Android/search?l=kotlin)
[](https://www.codacy.com/app/Mygod/DHCPv6-Client-Android?utm_source=github.com&utm_medium=referral&utm_content=Mygod/DHCPv6-Client-Android&utm_campaign=Badge_Grade)
[](https://github.com/Mygod/DHCPv6-Client-Android/blob/master/LICENSE)
Requires root, obviously.
or XDA Labs
This is [another](https://github.com/realmar/DHCPv6-Client-Android) wrapper of wide-dhcpv6 for Android that's designed
to work with the latest Android releases.
## Q & A
### Not working?
Try turning off and on service; turning off and on Wi-Fi; wiping app data (which will clean the old DUID) can help too.
### Why do I need to disable background restriction on Android 8.0+?
Google doesn't want background services draining your battery. However, background services are crucial to this app so that you won't
get an annoying SU notification every time you connect to a network. This app shouldn't have an observable effect on your battery life
even with battery optimizations off. If it does, please open an issue.
### How is this different from [the other app](https://github.com/realmar/DHCPv6-Client-Android)?
* More stable on devices with kernel 3.9+ (`wide-dhcpv6` is able to use `SO_REUSEPORT`);
* Supports Android 5.0+ while the other app supports Android 4.1 up to [6.0](https://github.com/realmar/DHCPv6-Client-Android/issues/8);
* Completely systemless and doesn't require Busybox; (no extra steps for install/uninstall)
* No closed source components and licensed in Apache 2.0;
* Fewer settings. (open an issue/PR if you think you need some other options, I'm very lazy)
## Open Source Licenses
* [wide-dhcpv6](https://github.com/Mygod/wide-dhcpv6): [BSD](https://sourceforge.net/projects/wide-dhcpv6/)
* AOSP ([platform/bionic](https://android.googlesource.com/platform/bionic/+/68d0150221eb505a576f6ad5ca1f367b4ce547a0)): [Apache 2.0](https://source.android.com/setup/start/licenses#android-open-source-project-license)