DOWNLOAD Smarters 3.0.8 Hardcoded [ Working updated instructions]

the don

Guest
Joined
May 13, 2021
Messages
194
Awards
3
Offline
did everything that the instructions said , when I login getting this

the app you are using is not original. your tv service provider has not provided the original app
 

9bz

New member
Joined
May 31, 2021
Messages
19
Offline
you need the name same and base64

2.-Change the app name in res/values/string.xml line 175 and change the app name for yours, next go to https://www.base64encode.org/ and encode you app name in base64(case sensitive) .
Now go to smali\f\g\a\k\d\c\a\a.smali and replace RE1UViBTbWFydGVycyAz for your app name string in base64. line 40
 

Amd64fx

Member
Joined
May 12, 2021
Messages
29
Awards
1
Offline
Any idea on how to get the name back any name on adding a new user only username and pass sow?
 

rennanos

New member
Joined
Jun 10, 2021
Messages
11
Awards
1
Offline
best way is to stop the call to the method

remove line 359

invoke-direct {p0}, Lcom/nst/iptvsmarterstvbox/view/activity/SplashActivity;->OnAppLoadedMessage()V
There is no such line where you inform.
 

FireTVGuru

Well-known member
VIP Member
Joined
Apr 15, 2021
Messages
110
Awards
4
Offline
There is no such line where you inform.
search for OnAppLoadedMessage

the package name is different, if its not there then in the updated version its been removed already.
 

rennanos

New member
Joined
Jun 10, 2021
Messages
11
Awards
1
Offline
search for OnAppLoadedMessage

the package name is different, if its not there then in the updated version its been removed already.
I have versions 3.0.5, 3.0.7, all of which I try to rename the package give error, saying about the non-original app. I'm wanting to download to 3.0.8 but it asks for a lot of reactions. :(
 

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
Offline
All of them If you change the package name in the the normal fashion they don't work you need to make sure you have the Base64 on app name and package name right as well it seem to like the (file structure) to be the same as the package name and if you try to change any of this the normal way it breaks the master search. All in all they kept things on par for how they build, lots of traps and nothing is that easy to edit or modify. Still I have been able to reproduce this several times and so far it hasn't died or called home knock on wood. That being said does anyone know of a tool for Android that does search in files like notepad++ that will let you search and replace stings in multiple files. Thanks in advance if you can tell me one that works as well as notepad++ I have looked at a few similar but none do what notepad++ does.

Also the toast is still in the hosted files. Look again it should be where @FireTVGuru said
 

Poncho

Owner
Staff member
Admin
Joined
Apr 5, 2021
Messages
1,732
Awards
5
Offline
I have versions 3.0.5, 3.0.7, all of which I try to rename the package give error, saying about the non-original app. I'm wanting to download to 3.0.8 but it asks for a lot of reactions. :(
Reactions are not hard to earn pal, those here to just take from the forum and put nothin into it are the only ones who may struggle
 

Stream626

New member
Joined
Jul 15, 2021
Messages
4
Offline
i get a message saying your tv app is not original
is there away to fix this guys thanks
 

Attachments

  • photo_2021-07-15_14-07-14.jpg
    photo_2021-07-15_14-07-14.jpg
    37.7 KB · Views: 48

repairit

Member
Joined
May 24, 2021
Messages
39
Awards
2
Offline
i get a message saying your tv app is not original
is there away to fix this guys thanks
Yeah same, after 8 days of using, I did use base64 and changed it in the app, the app started telling me this today.

:(
 

cobrahosts

Member
VIP Member
Joined
Apr 15, 2021
Messages
28
Awards
2
Offline
ive got app name and package name changed, no warnings at all yet and been running it a couple of weeks for testing
 

abelcustoms

Well-known member
Joined
Jun 29, 2021
Messages
212
Awards
3
Offline
All of them If you change the package name in the the normal fashion they don't work you need to make sure you have the Base64 on app name and package name right as well it seem to like the (file structure) to be the same as the package name and if you try to change any of this the normal way it breaks the master search. All in all they kept things on par for how they build, lots of traps and nothing is that easy to edit or modify. Still I have been able to reproduce this several times and so far it hasn't died or called home knock on wood. That being said does anyone know of a tool for Android that does search in files like notepad++ that will let you search and replace stings in multiple files. Thanks in advance if you can tell me one that works as well as notepad++ I have looked at a few similar but none do what notepad++ does.

Also the toast is still in the hosted files. Look again it should be where @FireTVGuru said
(Atom) is what you are looking for bud. Ctrl Shift F
 

XSuperDan

Well-known member
Joined
Jun 8, 2021
Messages
66
Awards
3
Offline
find the background and change it.
Its hardcoded with just one name bud, Im not sure how to add the text box back and remove it from being hardcoded service name and leaving everything else the same. Do you know how?
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,128
Awards
4
Offline
Someone gave me this to make work for them today. It works ? if you take the time you can change the app name, package name, dns, images, everything and still have the master search work I did it this evening. Pain in the rear but it can be done. I used this one here.
Edit I was tired when I posted this so here is my method of making it all work. I tried doing the decompling and compile on a PC it just didn't seem to work. Maybe I'm doing it wrong.
So to make it all work I decompiled with m-tool then moved that folder to the PC. Used notepad++ did search in folders for com.dmtv.ipsmarters and com/dmtv/ipsmarters replace with the package name I wanted. Then modify the a.smali and in same folder e.smali one has app name the other is package name both in Base64 then modified the LoginActivity.smali
Then moved while folder back to Android and compiled again with m-tool. Then just did simple edit to replace images. Then even though I removed the toast it still had the grey circle so rather the search for the rest I just used NP to remove the toast like JLWOCKEE suggests below.
You only need to edit it like this if you want to have the master search working
Enjoys guys.
I have no idea who did the hard work of putting it together but great job.
Now only time will tell if it blows up.
*** Hidden text: cannot be quoted. ***
hi is there any chance you could post a download link to m-tool please as i cannot seem to find it pal
 
Top