SPECIAL New smarter pro 1.1 Netflix style

hunt

Active member
Joined
Jul 25, 2021
Messages
218
Awards
3
Offline
Try changing your user agent in the app. Ive noticed VOD servers blocking IPTVSmartersPlayer user agent being blocked previously....

Can't change it to anything and it just work but one that I know works:

"PuraKura Play"
Did u risolve?
 

AAAre

Active member
Joined
Dec 21, 2022
Messages
21
Awards
2
Offline
To change the User Agent in MT Manager:


Open Classes.dex with Dex Editor Plus
Search "SmartersPro"
put the "" in the search too and tick Match Case

Replace SmartersPro with PuraKura Player

Save & Sign

then your good to go!
 
Last edited:

AAAre

Active member
Joined
Dec 21, 2022
Messages
21
Awards
2
Offline
Also, I just ran into this issue of Movies not playing when rebranding this app for one of my resellers.
I changed the User Agent and it didnt make a difference for Movies.

You need to make sure that you change the app name in Smali it is in Base64 and in ARSC

Arsc - Smarters Pro
Smali - U21hcnRlcnMgUHJv

Make sure you change both of those and Movies will play in the app.
 

newkivo

Well-known member
Joined
Oct 9, 2023
Messages
28
Awards
2
Offline
sure you set the pin yaself in this app
the function doesn't work, I enter 0000 and when I try to access content it doesn't work. I try to change the settings and the application says that my code 0000 is wrong
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,893
Awards
4
Offline

TeVe4me

New member
Joined
Mar 16, 2023
Messages
22
Offline
this i have it

# virtual methods
.method public final apn()Ljava/lang/String;
 .locals 1
 .annotation build Lorg/jetbrains/annotations/NotNull;
 .end annotation

 const-string v0, "U21hcnRlcnMgUHJv"



but the strange things some vod play and some vod not no idea what depends i use nextv or other app works great all
I ran into an issue similar. I used nextv, purple, xciptv and no issues with on demand. This app i changed nothing but the dns and a lot of my content would not play. It turns out it was the built in timeout within the app while it was trying to buffer. I moved a test movie to a local server and it worked fine. same file a few hops away and it did not play.

That wasnt the issue. Its the library in the build. Its very small and therefore has a lot of issues with different file types. Updating the library and making the file normal size again basically fixed the issues
 
Last edited:

TeVe4me

New member
Joined
Mar 16, 2023
Messages
22
Offline
Anyone run into audio language issues? This app for whatever reason defaults to a non english track on everything. Every other app I have works fine. I havent made any settings changes and it just knows to play the english track even when its not track 0 or 1.
 

farfus

New member
Joined
Jul 31, 2021
Messages
29
Offline
its only me or the logo on the portal chouse dont work anymore ?
 

Dunny

New member
Joined
Jul 13, 2021
Messages
21
Awards
1
Offline
This app is excellent and works perfectly, it is just a real shame it has no Catchup
 

Havic2u

Active member
VIP Member
Joined
Apr 15, 2021
Messages
303
Awards
3
Offline
Anyone figure out package name change it's not the same easy method as previous that I have seen.
 

AAAre

Active member
Joined
Dec 21, 2022
Messages
21
Awards
2
Offline
Anyone figure out package name change it's not the same easy method as previous that I have seen.
Change App Packagename:
Arsc - com.haxapps.smartersprolive
Manifest - com.haxapps.smartersprolive
Smali - Y29tLmhheGFwcHMuc21hcnRlcnNwcm9saXZl
 

AAAre

Active member
Joined
Dec 21, 2022
Messages
21
Awards
2
Offline
are you using VOD on it? I found the limited libraries to be an issue for sure.
Play about with the SDK and make sure you change the App Name in both Smali (Base64) and ARSC I ran into this issue with Live TV working but no VOD was playing. think I set SDK to 29 or 30 using APK editor

Did all name changes in MT Manager
 
Top