me176c-dev / android_device_asus_K013

Android device configuration for ASUS MeMO Pad 7 (ME176C(X))
https://forum.xda-developers.com/memo-pad-7/orig-development/rom-unofficial-lineageos-16-0-asus-memo-t3929600
Other
26 stars 5 forks source link

VPN Easy not working correctly #26

Closed kurtulusakyuz closed 7 years ago

kurtulusakyuz commented 7 years ago

When I try to connect to the VPN, the status bar shows the vpn icon. But my ip address is the same, vpn is not connected.

lambdadroid commented 7 years ago

It's working for me now, might have been related to the fix for https://github.com/me176c-dev/device_asus_me176c/issues/28. Let me know if the issue persists with the new build I will release in a few days.

kurtulusakyuz commented 7 years ago

The new incoming update does not work with vpn either.

lambdadroid commented 7 years ago

Which app are you using? I tested with "OpenVPN for Android" and it was working fine.

kurtulusakyuz commented 7 years ago

VPN Easy.It uses the OpenVPN API.

lambdadroid commented 7 years ago

As for #29, it would be helpful if you could get logs from your device. Hard to tell what's wrong without more information.

kurtulusakyuz commented 7 years ago

daz I'm getting an error. OpenVPN works but vpn easy does not work.

lambdadroid commented 7 years ago

You don't need to run adb shell before running the logcat command. Run it directly.

lambdadroid commented 7 years ago

Oh, assuming Erişim engellendi means Permission denied then you need to write to a file where you have write access, e.g. adb logcat -d > %UserProfile%\Desktop\logcat.txt. Then it should be on your desktop.

kurtulusakyuz commented 7 years ago

When do I have to run this command?

lambdadroid commented 7 years ago

Shortly after you activated the VPN and when you notice that it doesn't connect to the Internet correctly.

kurtulusakyuz commented 7 years ago

https://gist.github.com/kurtulus145/291cb159033f3416608035105f8dbe8a

lambdadroid commented 7 years ago

Hmm, everything looks correct. It should be working. How do you check your IP address?

kurtulusakyuz commented 7 years ago

My IP address looks the same as before it was connected.

lambdadroid commented 7 years ago

Yes, but where do you check your IP address? If you open https://httpbin.org/ip, does it also display your old IP?

kurtulusakyuz commented 7 years ago

My screen-shot applications downloaded from Google Play are failing and the screen does not display. Does Tablet have its own screen-image-capturing feature?

lambdadroid commented 7 years ago

Yes. Press and hold Volume Down + Power button for a few seconds then it will capture a screenshot.

kurtulusakyuz commented 7 years ago

img_20170810_215745 img_20170810_215811

lambdadroid commented 7 years ago

Huh, well I'm not sure if there is much I can do, might be a bug in the app. The log looks fine. I might test the app later but honestly without any indication in log or anything else there is not much I can do. (especially because other VPN apps are working)

kurtulusakyuz commented 7 years ago

Connecting to other vpn apps I downloaded from Google Play. I think the VPN Easy application has a bug.

lambdadroid commented 7 years ago

Sorry, I'm not sure I understand you correctly. Have you tried other VPN apps from the play store that are working correctly?

kurtulusakyuz commented 7 years ago

Yes.

lambdadroid commented 7 years ago

Hmm, in that case I'm not sure if it's worth to spend more time on this. Anyway, thanks for reporting!