VPN Client

  • 1 Antworten
  • Letztes Antwortdatum
U

uizomop

Neues Mitglied
4
Ich hätte für mein Nexus 7 gerne einen VPN Client für L2TP/IPSec. Der Android eigene funktioniert zwar einwandfrei, aber es stört mich massiv dass bei jedem anschalten Pin/Muster eingegeben werden muss sobald dieser aktiviert ist.
Oder gibt es Möglichkeiten, diesen Zwang zu umgehen?
Gerät ist gerootet.

Danke
 
Lösung gefunden:
Mit dieser Methode funktioniert es perfekt

"
Prerequest:

1. root your device
2. make sure adb shell works or install "Terminal Emulator" to execute shell command
3. make sure you set google account on your device and have the wifi/3G works.


Steps:

1. Go to screen lock setting, set "PASSWORD" lock
2. Backup your "password type" masterkey to your sdcard by shell command:
$su
#cp /data/misc/keystore/.masterkey /mnt/sdcard/
3. Go to screen lock setting, set "PATTERN" lock
4. Set up your VPN and save
5. lock the screen, and press power button, the screen shows pattern unlock points, try a wrong pattern 5 times, then system will say you may forget the pattern and you will be blocked to try for 30 seconds, and then a new option "forget password" will display in the button. Click the "forget password" button, use google account to unlock it. it's done.
6. Restore your "password type" masterkey and replace the "pattern type" masterkey by shell command:
$su
#cp /mnt/sdcard/.masterkey /data/misc/keystore/
#chmod 600 /data/misc/keystore/.masterkey
#chown keystore.keystore /data/misc/keystore/.masterkey
The last two command is change the permission and user.group to original, so the system will be cheated.
Everything is done so far!!!
7. Reboot your device, and enter VPN setting, you will be prompted "Credentials Password", enter the password you set in step 1, it will prompt "create a new Credentials Password", then click "Cancel", you can use the VPN now.
There is a tool which can help you auto unlock when reboot, please go to google play and search "Keystore unlock", install it and you will get surprise"
 
Zuletzt bearbeitet:

Ähnliche Themen

J
Antworten
0
Aufrufe
442
jumbo125
J
Zurück
Oben Unten