Sonderangebot: 2 Jahre + 4 Monate GRATIS 80% Rabatt Das limitierte Angebot >>

VPN Konfiguartion. Schritt 4. Amazon Fire Stick. Trust.Zone VPN-Client für Android. Indien.

Anweisungen zum Konfigurieren der VPN-Verbindung

Wenn Sie bereits ein Konto haben, loggen Sie sich bitte ein. Ein neuer Benutzer? Melden Sie sich hier an.

Verbindungsassistent

Install the Trust.Zone VPN client using the APKPure app

1) From the Home screen please go to My Fire TV -> Developer options -> and set the parameter Apps from unknown source to On
2) Install the Downloader app from the Amazon app store.
3) Run the Downloader app, switch to the Browser inside of the Downloader app and open the following web page https://trust.zone/de/vpnzones.
4) Next steps are shown in the following video instructions: https://trust.zone/de/downloads/install-trust.zone-with-aptoide.mp4
5) After the installation of the Trust.Zone VPN Client please hold the Home button on the remote for a few seconds then click on Apps to see the list of apps installed on the device.
Trust.Zone client is the latest app in the list (green android icon). After first run of the app you will be able to run it from the recent apps section from the Home screen.


Install Trust.Zone client with SAI app

SAI app is developed to install split apps (apps consisting of several apk files).

Please download it with Downloader app from the following location: https://f-droid.org/repo/com.aefyr.sai.fdroid_60.apk and install.

Download 3 Trust.Zone apk files to the Fire TV (Fire TV Stick, Firestick):
https://trust.zone/de/downloads/tzapk/v48/zone.trust.vpn.apk
https://trust.zone/de/downloads/tzapk/v48/config.arm64_v8a.apk
https://trust.zone/de/downloads/tzapk/v48/config.xxhdpi.apk

Run SAI app, select downloaded apk files and install.


Install Trust.Zone client with with adb (computer and some command prompt experience needed)

Download stand-alone zip Android Platform SDK tools from https://developer.android.com/studio/releases/platform-tools
Extract zip to c:\platform-tools

Download 3 Trust.Zone apk files to your computer to c:\platform-tools
https://trust.zone/de/downloads/tzapk/v48/zone.trust.vpn.apk
https://trust.zone/de/downloads/tzapk/v48/config.arm64_v8a.apk
https://trust.zone/de/downloads/tzapk/v48/config.xxhdpi.apk

Run command prompt (cmd.exe) and change to directory c:\platform-tools
c:
cd c:\platform-tools

Connect to your Fire Stick via your local Network
adb connect 192.168.0.5
replace 192.168.0.5 with IP of your Fire TV stick. To find it out go to: My Fire TV -> About -> Network

Install apk files with adb install-multiple
adb install-multiple zone.trust.vpn.apk config.arm64_v8a.apk config.xxhdpi.apk