DOWNLOAD Smarters 3.0.8 Hardcoded [ Working updated instructions]

nowacx

Well-known member
Joined
May 28, 2021
Messages
340
Awards
4
Offline
hi all...
any idea how to delete this ?
......

help please...
i reckon you just have to make the visibility gone on all applicable layouts for that specific text view
also, i might be mistaken but i think there is a version on here that already had that removed
 
Last edited:

Zerocooll

Active member
Joined
May 11, 2021
Messages
16
Awards
3
Offline
Creo que solo tiene que hacer que la visibilidad desaparezca en todos los diseños aplicables para esa vista de texto específica
podría estar equivocado, pero creo que hay una versión aquí que ya se ha eliminado
not work, i change or delete and not working
 

Zerocooll

Active member
Joined
May 11, 2021
Messages
16
Awards
3
Offline
How do I find it please?
remove this line 359 invoke-direct {p0}, Lcom/nst/iptvsmarterstvbox/view/activity/SplashActivity;->OnAppLoadedMessage()V
in \smali\com\dmtv\iptvsmarters\view\activity\SplashActivity.smali

or line 92 in the same file.

for delete terms of services modify this line... 1346, 1347
Code:
res/values/strings.xml
<string name="termsandservice">By using this application, you agree to the</string>
<string name="termsandservice2">" "<u>Terms of Services.</u>" "</string>
Code:
for this 
<string name="termsandservice" />
<string name="termsandservice2" />

and delete this line 7429, 7430 in res/values/public.xml
<public type="string" name="thank_you_sign_in" id="0x7f120539" />
<public type="string" name="thank_you_sign_up" id="0x7f12053a" />

Recompile
 

appclub

Member
Joined
Jun 18, 2021
Messages
13
Awards
2
Offline
remove this line 359 invoke-direct {p0}, Lcom/nst/iptvsmarterstvbox/view/activity/SplashActivity;->OnAppLoadedMessage()V
in \smali\com\dmtv\iptvsmarters\view\activity\SplashActivity.smali

or line 92 in the same file.

for delete terms of services modify this line... 1346, 1347
Code:
res/values/strings.xml
<string name="termsandservice">By using this application, you agree to the</string>
<string name="termsandservice2">" "<u>Terms of Services.</u>" "</string>
Code:
for this
<string name="termsandservice" />
<string name="termsandservice2" />

and delete this line 7429, 7430 in res/values/public.xml
<public type="string" name="thank_you_sign_in" id="0x7f120539" />
<public type="string" name="thank_you_sign_up" id="0x7f12053a" />

Recompile
thanks
 

bryan3r3

Active member
Joined
Sep 21, 2021
Messages
15
Awards
2
Offline
So I was just playing on my phone while I had a few min. I got this by replacing ever visibility="visible" to "gone", so maybe they just didn't include the command for Live tv for me to turn off that way or it is another one of these things they do just to make it harder for us so I give them credit for how they do things as well.
Which file did you edit the visibility to get rid of the other buttons (Movies/Series)...etc?
 
Joined
Jun 26, 2021
Messages
32
Awards
2
Offline
Can Someone please tell me where you find this m-tool?

Apk Editor Pro, Is killing the Master Search Please.
 

ReaperDevil7

Well-known member
Joined
Aug 23, 2021
Messages
557
Awards
3
Offline
View attachment 938
I think this is by far the best version to edit ? most of the image files are in res/drawable apart for logo ,tv banner and both ic files. can change the Appname , Package name , and the main images on front page , background ,splash/login etc. golden rule is DO NOT USE APK EDITOR PRO ,
How did you change the epg, multi icons
 

ReaperDevil7

Well-known member
Joined
Aug 23, 2021
Messages
557
Awards
3
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
i've done exactly this and still get get notification
 

joseohara

Active member
Joined
Dec 12, 2021
Messages
269
Awards
2
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. ***
good information, thank
 
Top