DOWNLOAD Smarters 3.0.8 Hardcoded [ Working updated instructions]

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
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.
 
Last edited:

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,123
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. ***
How do we remove the dmtv that pops up on the opening of the app
 

XSuperDan

Well-known member
Joined
Jun 8, 2021
Messages
66
Awards
3
Offline
Is there anyway to bring back the service name rather than hardcoding the name as well? Purely for the Multi DNS Mega panel, that way we can name them so they dont all look the same?
 

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
Offline
I did see where but I don't remember now with out looking around but it was not that tricky if I recall look in all the usual places. I seem to recall it's in the same file as the dns since it's not in the g$a file in this version, I just don't recall off the top of my head and I'm busy for a bit, I have a build to do so I'll try to recall when I do. If someone hasn't figured it out yet I was working on removing thingz the other day.
 

XSuperDan

Well-known member
Joined
Jun 8, 2021
Messages
66
Awards
3
Offline
I did see where but I don't remember now with out looking around but it was not that tricky if I recall look in all the usual places. I seem to recall it's in the same file as the dns since it's not in the g$a file in this version, I just don't recall off the top of my head and I'm busy for a bit, I have a build to do so I'll try to recall when I do. If someone hasn't figured it out yet I was working on removing thingz the other day.
So at the moment its a hardcoded name in the same place as the DNS on login Activity, Wondering if we can add it back so the name of the service isnt hardcoded but the DNS is hardcoded and hidden, currently both are hardcoded and hidden.
 

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
Offline
There is a copy of 3.0.7 that the name isn't Hardcoded and this copy of 3.0.8 that is maybe between the two maybe it's not too hard the dns is in the original place on the 3.0.7 version in g$a.smali but maybe between the two it will make sense. Like I said when I have time I'll look but maybe someone with a bit more talent will get it sorted or maybe you can get it sorted and let us all know. ?
 

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
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.
 

Attachments

  • Screenshot_20210710-192625_2-min.png
    Screenshot_20210710-192625_2-min.png
    628.2 KB · Views: 285

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
Offline
Ok so after some playing I got it to this state. No icons after login at all, not hidden gone not clickable. I had to add the the visibility="gone" to the live tv to get rid of it so maybe if you look it will be easy to turn on by just adding visible.
 

Attachments

  • Screenshot_20210710-221824-min.png
    Screenshot_20210710-221824-min.png
    541.4 KB · Views: 137
Last edited:
Top