DOWNLOAD ZonaTV ADS Tutorial w/ Panel

asegura074

Well-known member
Joined
Oct 27, 2022
Messages
172
Awards
3
Offline
zonatv2.jpegzonatv1.jpeg
Wil work with FTG ADS Panel



# panel url
-----------

smali\f\j\a\f\g$a.smali
LINE 18

To make ads work

change to adpage location is smali\f\j\a\i\q\a.smali

line 806

value = "your_api"




#change app name
-----------------
smali\f\j\a\k\d\c\a\a.smali

LINE 41 - must be in base64

const-string v0, "Wk9OQVRW"



res\values\strings.xml
change app_name

LINE 175

<string name="app_name">ZONATV</string>


#Change package name:
---------------------

smali\f\j\a\k\d\c\a\e.smali

line 44 - must be in base64

Y29tLnpvbmF0dmFwcC56b25hdHZib3g=


AndroidManifest.xml
lines 1, 41, 44,275, 279 and 281
change android:authorities="com.zonatvapp.zonatvbox
to the package name you want


#Change UserAgent:
-----------------
smali\com\ftg\smarters\view\activity\GeneralSettingsActivity.smali

line 803 const-string v5, "ZonaTVPlayer"

# REMOVE INTRO
smali f/j/a/h/i/a.smali

line 160 change from V1 to V0
-------------------------------------------------------------------------------------------------------------------

 
Last edited:

macan0

New member
Joined
Nov 3, 2022
Messages
17
Offline
Thank you for great effort.

Is there any way that ad place can be changed to Image or url link ?
 
  • Like
Reactions: ASP

SS2021

Active member
Joined
May 6, 2021
Messages
140
Awards
3
Offline
View attachment 4430View attachment 4429

# panel url
-----------

smali\f\j\a\f\g$a.smali
LINE 18

To make ads work

change to adpage location is

smali\f\j\a\i\q\a.smali

line 806

value = "your_api"



#change app name
-----------------
smali\f\j\a\k\d\c\a\a.smali

LINE 41 - must be in base64

const-string v0, "Wk9OQVRW"


res\values\strings.xml
change app_name

LINE 175

<string name="app_name">ZONATV</string>


#Change package name:
---------------------

smali\f\j\a\k\d\c\a\e.smali

line 44 - must be in base64

Y29tLnpvbmF0dmFwcC56b25hdHZib3g=


AndroidManifest.xml
lines 1, 32, 35, 265, 269, 271
change android:authorities="com.zonatvapp.zonatvbox
to the package name you want


#Change UserAgent:
-----------------

smali\boxbr\apksrebrand\smarters\view\activity\GeneralSettingsActivity.smali

line 803 const-string v5, "ZonaTVPlayer"

Download link *** Hidden text: cannot be quoted. ***
Nice work. Which panel are you using?
 

bryandjken

Spartano
Joined
Oct 30, 2021
Messages
25
Awards
2
Offline
good job I have the same question what panel are you using probe v2, v3 but it does not recognize
 
  • Like
Reactions: ASP

duallperson

New member
Joined
Aug 17, 2023
Messages
15
Awards
1
Offline
Are you ok bro? When I change the name in app_name the app gives an error saying it is not original and does not open the login app
 

asegura074

Well-known member
Joined
Oct 27, 2022
Messages
172
Awards
3
Offline
Did you get an error when changing the name_app? When I change the name of the apk there I get an error
need to change also base64 format

#change app name
-----------------
smali\f\j\a\k\d\c\a\a.smali

LINE 41 - must be in base64

const-string v0, "Wk9OQVRW"
 
Top