Install JTV in Raspberry pi
Step 1: (Not needed if server restarted)
Check service is running in background
Goto to profile directory first
cd ~
then hit the following
$ apktool d test.apk
2. Open the full project in vs-code
3. Install the APKLab extension
4. Right-Click on or inside apktool.yml file ➜ APKLab: Rebuild the APK
5. Debug the smali code use the following extension - https://marketplace.visualstudio.com/items?itemName=chaos.asd
APK signature killer - https://github.com/aimardcr/APKKiller
Remove-NetFirewallRule -DisplayName "Block Adobe x86"
Remove-NetFirewallRule -DisplayName "Block Adobe"
New-NetFirewallRule -DisplayName "Block Adobe x86" -Direction Outbound -Program "C:\Program Files (x86)\Adobe" -Action Block
New-NetFirewallRule -DisplayName "Block Adobe" -Direction Outbound -Program "C:\Program Files\Adobe" -Action Block
$ wget https://archive.org/download/install-java/install-java.sh$ wget https://archive.org/download/jdk-8u221-linux-x64.tar/jdk-8u221-linux-x64.tar.gz$ sudo chmod +x install-java.sh$ sudo ./install-java.sh -f jdk-8u221-linux-x64.tar.gz
This script will do the magic for you...! $ wget https://archive.org/download/install-java/uninstall-java.sh $ sudo chmod +x uninstall-java.sh $ sudo ./uninstall-java.sh
$wget https://archive.org/download/jdk-8u221-linux-x64.tar/jre-8u221-linux-x64.tar.gz
npm install pdfmake
2. Copy Font Folder to Your Directory