DOWNLOAD NEW SMARTERS ADS APK

blacktop

Member
VIP Member
Joined
Aug 25, 2021
Messages
58
Awards
2
Offline
i ask cuz i paid for the panel and smarters with the ads and intro and sports guide, but my highlight selector is black on black, i dont use the app. He havn't replaced it yet. So i try this new post, and it works with my same panel, and intro video i just need to ads button visible.
i got the ads to work by simple changing the name of my ads file in my panel /api/adpage.php --> /api/grimapi.php now everything works
 

Shark

Member
VIP Member
Joined
Dec 13, 2021
Messages
41
Awards
2
Offline
This another apk. no intro
Thanks
 

Havic2u

Active member
VIP Member
Joined
Apr 15, 2021
Messages
303
Awards
3
Offline
i got the ads to work by simple changing the name of my ads file in my panel /api/adpage.php --> /api/grimapi.php now everything works


You can actually goto Smali>f/j/a/i/q/a.smali

Then change line 806 to adpage to match all the other Smarter AD apk files.
 

maltamirano79

New member
Joined
Apr 25, 2022
Messages
14
Offline
Guys, i am doing my changes with APK Editor, i can see the intro, i can add my user, and then the app goes down and i receive the message "The app you are using is not original.Your TV provider................" any ideas what i am doing wrong?
I am just changing this:

.field public static a:Ljava/lang/String; = "https://My_Panel/v3/"

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

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

.field public static d:Ljava/lang/String; = "intro.mp4"

.field public static e:Ljava/lang/String; = "api/vpn"

.field public static f:Ljava/lang/String; = "api/update"

Thank you!!!
 

S7ubbster

Well-known member
Joined
Apr 30, 2021
Messages
151
Awards
3
Offline
Guys, i am doing my changes with APK Editor, i can see the intro, i can add my user, and then the app goes down and i receive the message "The app you are using is not original.Your TV provider................" any ideas what i am doing wrong?
I am just changing this:

.field public static a:Ljava/lang/String; = "https://My_Panel/v3/"

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

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

.field public static d:Ljava/lang/String; = "intro.mp4"

.field public static e:Ljava/lang/String; = "api/vpn"

.field public static f:Ljava/lang/String; = "api/update"

Thank you!!!
Why you changing all the strings to api/?
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
284
Awards
4
Offline
# static fields
.field public static a:Ljava/lang/String; = "http://YOURPANELURL/SOMEFOLDER/api/"

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

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

.field public static d:Ljava/lang/String; = "intro"

.field public static e:Ljava/lang/String; = "vpn"

.field public static h:Ljava/lang/String; = "sport"

Should be like that
 

maltamirano79

New member
Joined
Apr 25, 2022
Messages
14
Offline
# static fields
.field public static a:Ljava/lang/String; = "http://YOURPANELURL/SOMEFOLDER/api/"

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

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

.field public static d:Ljava/lang/String; = "intro"

.field public static e:Ljava/lang/String; = "vpn"

.field public static h:Ljava/lang/String; = "sport"

Should be like that
Will try like this again, thank you
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
Guys, i am doing my changes with APK Editor, i can see the intro, i can add my user, and then the app goes down and i receive the message "The app you are using is not original.Your TV provider................" any ideas what i am doing wrong?
I am just changing this:

.field public static a:Ljava/lang/String; = "https://My_Panel/v3/"

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

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

.field public static d:Ljava/lang/String; = "intro.mp4"

.field public static e:Ljava/lang/String; = "api/vpn"

.field public static f:Ljava/lang/String; = "api/update"

Thank you!!!
One put the constants back how you found them. The error message is because you changed the app or package name but not the base64 encoding
Two: delete apk editor, it’s just easier this way lol
 

maltamirano79

New member
Joined
Apr 25, 2022
Messages
14
Offline
Anyone have an idea or working tutorial in how to change the apk name? finally working now but i tried a tutorial found in the forum but is not working, Thank you!
 

isosa28

Well-known member
Joined
May 3, 2021
Messages
210
Awards
3
Offline
Anyone have an idea or working tutorial in how to change the apk name? finally working now but i tried a tutorial found in the forum but is not working, Thank you!
Search for the app name and change it in the manifest then convert the app name to base64 and search for that, then replace the base64 with your app name converted into base64 encoding.
 

maltamirano79

New member
Joined
Apr 25, 2022
Messages
14
Offline
Search for the app name and change it in the manifest then convert the app name to base64 and search for that, then replace the base64 with your app name converted into base64 encoding.
i am sure i did that, maybe not the manifest step, i will try, thank you
 
Top