-
Notifications
You must be signed in to change notification settings - Fork 160
Troubleshooting VPN on Samsung devices
krlvm edited this page Nov 12, 2020
·
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 this command:
adb shell pm grant ru.krlvm.powertunnel.android android.permission.INTERACT_ACROSS_USERS - You are done!