-
Notifications
You must be signed in to change notification settings - Fork 130
Troubleshooting VPN on Samsung devices
krlvm edited this page Sep 13, 2021
·
3 revisions
Samsung introduced a bug in August 2020 software update that preventing us from starting VPN service
The problem is related to multi-user configuration, the cause of the problem can be Knox Folder or Dual Messenger features of Samsung devices, which is actually a separate user profiles. You can either disable these features, either grant a specific permissions to PowerTunnel to get it work.
- Install ADB
- Enable USB Debugging on your device
- Connect your device in to PC using an USB cable
- Execute the following command:
-
adb shell pm grant io.github.krlvm.powertunnel.android android.permission.INTERACT_ACROSS_USERS
for v2.0 and higher -
adb shell pm grant ru.krlvm.powertunnel.android android.permission.INTERACT_ACROSS_USERS
for v1.x and higher
-
- You are done!