Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Easy cli Apktool, Jadx and Uber-sign [Python3 Base] FTG_APKTOOL

FireTvGuru

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
217
Reaction score
2,829
Points
104
Location
USA
######## Credits #########
# ibotpeaches - APKTOOL #
# Patrick Favre-Bulle - Uber-APK-Signer #
# Skylot - JADX #
# FireTVGuru - Python script #
############################

How to use the FTG APKTOOL -- BETA!!

##Required##
Must have Java 8 or above installed
Must have python 3 installed

## Must Do ##
Place the files in the zip the same place as the apk you are decompiling
so it must be like this

some_folder
_tools , _FTG_APKTOOL.py , some_app.apk

If the paths are no to your liking and you know what your doing feel free to change them in the py

## How to ##
If you have your own keystore?
place the keystore in the _tools/keystore folder then edit the py and edit the keystore items within the py

Dont want to use the regular debug android key?
follow this guide
https://headjack.io/tutorial/create-android-keystore-file/


## Run the py ##
in windows - double click and choose python.exe
in linux - you should already know lol

follow the prompts in the menu

## after you run the decompile ##

some_folder
_tools , _FTG_APKTOOL.py , some_app.apk, some_app-decompiled <-- this will be your working folder-

## after you run decompile to java ##
## THIS WILL ALWAYS HAVE ERRORS ##
#AND NO YOU CANNOT COMPILE JAVA IN THIS FORM##

some_folder
_tools , _FTG_APKTOOL.py , some_app.apk, some_app-decompiled
some_app-decompiled
build
dist
lib
original
res
smali
sources <--this is where the decompiled java will be
unknown
AndroidManifest.xml
apktool.yml




### PLEASE DO NOT USE - OR -- IN THE APK FILE NAME ###
### IF YOU DO IT WILL FAIL DURING SIGNING ###

## Ending ##
This is the easiest AIO APK Tool to use! It may not look fancy but it will have no memory leaks that happen on most Windows platform applications which mean this tool will run faster then them.

Dont be a dick and change all this and claim you did something.

Please give feed back ! tell me it sucks, its hard to use I dont care or tell me its good and great job!

Link to the FTG_APKTOOL Powered by Python 3



Link to the FTG_APKTOOL Win batch file (no python needed)



For those having Java issues make sure you have the correct JRE installed
 
Last edited:

djwayne1985

Banned
Banned
Ext. Member
Joined
Sep 18, 2019
Messages
378
Reaction score
1,918
Points
104
Location
UK
great work budy im getting a error when trying to decompile to java


APK File Name base.apk
Decompiling to JAVA...
Invalid maximum heap size: -Xmx4g
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Completed...
Total execution time: 0:00:00

i have jdk v12.0.2 installed
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

FireTvGuru

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
217
Reaction score
2,829
Points
104
Location
USA
great work budy im getting a error when trying to decompile to java


APK File Name base.apk
Decompiling to JAVA...
Invalid maximum heap size: -Xmx4g
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Completed...
Total execution time: 0:00:00

i have jdk v12.0.2 installed
Whats the size of you ram? Most errors like that are due to low memory.
 

WyRm

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
43
Reaction score
123
Points
44
Location
K!ll3rbawX
Any one know where does the new apk get stored.This is the output no errors but no APK either

Name of apk folder pphardcodedecompiled
Compiling APK...
I: Using Apktool 2.4.0
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
Completed...
Total execution time: 0:00:08
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

FireTvGuru

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
217
Reaction score
2,829
Points
104
Location
USA
Any one know where does the new apk get stored.This is the output no errors but no APK either

Name of apk folder pphardcodedecompiled
Compiling APK...
I: Using Apktool 2.4.0
I: Checking whether sources has changed...
I: Checking whether resources has changed...
I: Building apk file...
I: Copying unknown files/dir...
I: Built apk...
Completed...
Total execution time: 0:00:08
Its in the some apk_folder-decompiled then in the dist folder.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Onlymeeee

Extended Member
Ext. Member
Joined
Oct 16, 2019
Messages
400
Reaction score
1,065
Points
104
Location
Uk
cheers for the tut @FireTvGuru, im still getting the same java is not recognised error. Does the FTG_APKTOOL_V2.1.zip go in the tools folder with the apk to decompile? Why the java error. Does that need special variables, set up or install location?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

FireTvGuru

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
217
Reaction score
2,829
Points
104
Location
USA
Updated to v2.2, added more virtual mem and changed the way it rstrps in python due to signing issues.
 

FireTvGuru

Extended Member
Ext. Member
Joined
Sep 11, 2019
Messages
217
Reaction score
2,829
Points
104
Location
USA
Updated post:
Added windows batch file for those without python
Added link for the correct version of JDK/JRE for those with java errors
 

SteInvictus

Extended Member
Ext. Member
Joined
Jan 28, 2020
Messages
24
Reaction score
67
Points
24
Location
UK
im trying to decompile xciptv but i get the following message in the log any ideas?

'java' is not recognized as an internal or external command,
operable program or batch file.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Djgarth

Extended Member
Ext. Member
Joined
Sep 25, 2019
Messages
87
Reaction score
558
Points
94
Location
Uk
Hi im strugling with this tried the jar version but it doesn't seem to do anything so I tried with python and this is the result

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FTG APKTOOL V2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
***********************************
Go in order for best results
***********************************
-----------------------------------
1. Decompile APK to .smali
-----------------------------------
2. Decompile APK to .java
-----------------------------------
3. Compile APK
-----------------------------------
4. Sign & Zipalign APK
-----------------------------------
Enter [1 - 4] : 2

APK File Name myAllviewQ61.apk
Decompiling to JAVA...
The system cannot find the path specified.
Completed...
Total execution time: 0:00:00


I have them in a folder called App_editor so Documents\App_editor within this folder _tools, _FTG_APKTOOL.py, myAllviewQ61.apk

I have installed java within the first post
 

Jie Geng

Extended Member
Ext. Member
Joined
May 4, 2020
Messages
1
Reaction score
0
Points
1
Location
china
Hi, where can I get FTG APKTOOL?
I tried to recompile some apk file without modification using apktool but failed to install it.
I'd like to try to use ftg_apktool.
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock