DOWNLOAD New Smarters app

asegura074

Well-known member
Joined
Oct 27, 2022
Messages
173
Awards
3
Offline
1682893229568.png1682893840314.png
Update: Complete Tutorial Based in tvprivado.apk

# panel url
-----------
smali_classes2\d\l\a\e\g$a.smali

LINE 18



#change app name
-----------------
smali_classes2\d\l\a\i\d\c\a\a.smali

LINE 41 - must be in base64

const-string v0, "Wk9OQVRW"


res\values\strings.xml
change app_name

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

lINE 1077 <string name="notifcation_title">ZONATV - %s</string>


#Change package name:
---------------------
com.zonatvb.zonatviptvbox

smali_classes2\d\l\a\i\d\c\a\e.smali

line 58 - must be in base64

Y29tLnpvbmF0dmIuem9uYXR2aXB0dmJveA==

AndroidManifest.xml
lines 1,68,71,366,370, 371
change android:authorities="com.zonatvb.zonatviptvbox.

to the package name you want


#Change UserAgent:
-----------------
smali_classes2\com\tvprivado\tvprivadoiptvbox\view\activity\GeneralSettingsActivity.smali

line 534 const-string v5, "ZONATVPlayer"
LINE 2284 const-string v2, "ZONATVPlayer"


Video Preview

CHOOSE A WOKING CHANNEL

http://yoururl.xxx: port/user/password/1173.ts


smali_classes2/com/tvprivado/tvprivadoiptvbox/view/activity/NewDashboardActivity.smali

line 9818 const-string v1, "1173" (some channels need .ts others just put the number)


--------------------------------------------------------------------------------------
Edit the Apk replace api call

\smali_classes2\d\l\a\g\n\e.smali

LINE 3554 const-string p0, "http://www.yourtvpanel.url/onepanel/smarters/"

in the panel folder copy the new api.php file to /onepanel/smarters/


Upload banners using ONEPANEL 1.4
USING ads page
1682893595675.png


Enjoy!
 
Last edited:

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
View attachment 5812View attachment 5813
i have found a new app , in the main page has a live chanel preview and inside VOD has movie slider just like the Ads , i wonder if someone can
tell me how to link the tv live preview to my panel ,and the slider in VOD and Series maybe can use the FGT ADS panel , i changed the panel
smali_classes2\d\l\a\e\g$a.smali


# static fields
.field public static a:Ljava/lang/String; = "https://yourpanel/api/"

.field public static b:Ljava/lang/String; = "dns"

.field public static c:Ljava/lang/String; = "note"


# direct methods
.method public static constructor <clinit>()V
.locals 0

return-void
.end method
---------------------------------------------------------------------------

smali_classes2\d\l\a\i\d\c\a\a.smali

app name in base64

\res\values\strings.xml line 166
app_name <string name="app_name">Your app name </string>

*** Hidden text: cannot be quoted. ***
i'm not having much look finding the base64 format to change it as i'm getting the call error straight away do you have the original apk?
 

betotun

Well-known member
Joined
May 28, 2021
Messages
361
Awards
4
Offline
This app is somewhat complicated, what is transmitted on the main TV screen is a default channel, only that channel can be seen, navigation is difficult on devices with remote control and ads is a new API that does not connect with existing panels
 

isosa28

Well-known member
Joined
May 3, 2021
Messages
212
Awards
3
Offline
Yeah app is calling home right away for me too.
 

asegura074

Well-known member
Joined
Oct 27, 2022
Messages
173
Awards
3
Offline
This app is somewhat complicated, what is transmitted on the main TV screen is a default channel, only that channel can be seen, navigation is difficult on devices with remote control and ads is a new API that does not connect with existing panels
maybe can be use as a news channel from the service or a small mp4 with events previews , where can be changed this ?
 

ReaperDevil7

Well-known member
Joined
Aug 23, 2021
Messages
557
Awards
3
Offline
View attachment 5812View attachment 5813
i have found a new app , in the main page has a live chanel preview and inside VOD has movie slider just like the Ads , i wonder if someone can
tell me how to link the tv live preview to my panel ,and the slider in VOD and Series maybe can use the FGT ADS panel , i changed the panel
smali_classes2\d\l\a\e\g$a.smali


# static fields
.field public static a:Ljava/lang/String; = "https://yourpanel/api/"

.field public static b:Ljava/lang/String; = "dns"

.field public static c:Ljava/lang/String; = "note"


# direct methods
.method public static constructor <clinit>()V
.locals 0

return-void
.end method
---------------------------------------------------------------------------

smali_classes2\d\l\a\i\d\c\a\a.smali

app name in base64

\res\values\strings.xml line 166
app_name <string name="app_name">Your app name </string>

*** Hidden text: cannot be quoted. ***
very slick indeed this is
 
Top