DOWNLOAD Smarters 3.0.0 hc or mega panel

ontvrio

Active member
Joined
May 2, 2021
Messages
23
Awards
2
Offline
GOOD HERE NORMAL, I HAVE COPIED DECOPILE I CHANGED I CHANGED IMAGES AND IT WORKS WELL
 

eli_black

Well-known member
Joined
May 4, 2021
Messages
30
Awards
3
Offline
Good share mate - unfortunately the app suffers from the same login issue as another version of the 3.0.0 mod I've seen. When you close the app and re-open it, it takes you to a blank login screen even though your signed in - you have to click list users to take you to the main screen
 

gmods

Well-known member
VIP Member
Joined
Apr 16, 2021
Messages
655
Awards
4
Offline
Good share mate - unfortunately the app suffers from the same login issue as another version of the 3.0.0 mod I've seen. When you close the app and re-open it, it takes you to a blank login screen even though your signed in - you have to click list users to take you to the main screen
Yeah only done that once to me
 

JLWOCKEE

Guest
Joined
May 12, 2021
Messages
265
Awards
2
Offline
Good share mate - unfortunately the app suffers from the same login issue as another version of the 3.0.0 mod I've seen. When you close the app and re-open it, it takes you to a blank login screen even though your signed in - you have to click list users to take you to the main screen
It's beta version just wait for official...patience is a virtue
 

ontvrio

Active member
Joined
May 2, 2021
Messages
23
Awards
2
Offline
Good share mate - unfortunately the app suffers from the same login issue as another version of the 3.0.0 mod I've seen. When you close the app and re-open it, it takes you to a blank login screen even though your signed in - you have to click list users to take you to the main screen
SMALL PROBLEM
 

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
Offline
I saw this one not a HC that was just like that but it had a toast that only seemed to show once that is also in the Splash but runs once I wonder if there is an easy way to make it only load that once like the toast. It would be better if there was a way to make it tweak a login switch or something that it looks for in the code. I don't know I'm not much of a programer.
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,913
Awards
4
Offline
nice app and i suppose the way smarters is going , there is a slight bug with the live tv channels nor showing some times but its bearable until a version thats not Beta emerges , to do edits on this is not for the faint hearted , they are doable but not as easy as previous versions but no doubt somone will replace the .xmls with .png files eventually. spent a few hours on this yesterday and this morning and i have done as much as i can for now :) pointless doing anything else until its out of beta.
1.JPG2.JPG3.JPG4.JPG5.JPG6.JPG7.JPG
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
nice app and i suppose the way smarters is going , there is a slight bug with the live tv channels nor showing some times but its bearable until a version thats not Beta emerges , to do edits on this is not for the faint hearted , they are doable but not as easy as previous versions but no doubt somone will replace the .xmls with .png files eventually. spent a few hours on this yesterday and this morning and i have done as much as i can for now :) pointless doing anything else until its out of beta.
View attachment 485View attachment 486View attachment 487View attachment 488View attachment 489View attachment 490View attachment 491
Nice theme bud you either happy to share or tell the rest how you done it?
 

jebon

Well-known member
Joined
May 23, 2021
Messages
114
Awards
3
Offline
nice app and i suppose the way smarters is going , there is a slight bug with the live tv channels nor showing some times but its bearable until a version thats not Beta emerges , to do edits on this is not for the faint hearted , they are doable but not as easy as previous versions but no doubt somone will replace the .xmls with .png files eventually. spent a few hours on this yesterday and this morning and i have done as much as i can for now :) pointless doing anything else until its out of beta.
View attachment 485View attachment 486View attachment 487View attachment 488View attachment 489View attachment 490View attachment 491
sir,can you share pls?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,913
Awards
4
Offline
think i wrote down the places to edit ,
first i did the main icons , the white little icons for live tv ,movies,series etc. are all still .png i left them alone and changed the backgrounds to these( the colored boxes)
to do this go into res/drawable/ and search for these six files :-
live_focus.xml
live_without_focus.xml

series_focus.xml
series_without_focus.xml

vod_focus.xml

vod_without_focus.xml

each tile has two states selected and unsellected so you can edit the colors for each state.
when you open these files you will see something like this :-


<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="6dp"
android:color="@color/white" />
<gradient
android:startColor="#FF3D37EE"
android:endColor="#FF8d8af5"
android:angle="90.0" />
<corners android:radius="7dp" />

</shape>
They are shapes rather than images , to explain briefly , stroke is the border around the shape and is set to 7 dp and its colored white , the the shape is filled with a gradient color
between the two colors stated , the angle of the gradient fill is set to 90.0 and corner radius is set to 7dp

sounds complicated i know but its not really if you mess around with it , i just set them to all the same and used two shades of blue to get the effect you see.
there is also a green_focus and green_without_focus , i set them both the same as above.
I think all other color edits were done in the colors.xml notably the colored live panels in the new live layout and the epg colors.

click here for modded file

search for YOUR DNS
 

jebon

Well-known member
Joined
May 23, 2021
Messages
114
Awards
3
Offline
think i wrote down the places to edit ,
first i did the main icons , the white little icons for live tv ,movies,series etc. are all still .png i left them alone and changed the backgrounds to these( the colored boxes)
to do this go into res/drawable/ and search for these six files :-
live_focus.xml
live_without_focus.xml

series_focus.xml
series_without_focus.xml

vod_focus.xml

vod_without_focus.xml

each tile has two states selected and unsellected so you can edit the colors for each state.
when you open these files you will see something like this :-


<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="6dp"
android:color="@color/white" />
<gradient
android:startColor="#FF3D37EE"
android:endColor="#FF8d8af5"
android:angle="90.0" />
<corners android:radius="7dp" />

</shape>
They are shapes rather than images , to explain briefly , stroke is the border around the shape and is set to 7 dp and its colored white , the the shape is filled with a gradient color
between the two colors stated , the angle of the gradient fill is set to 90.0 and corner radius is set to 7dp

sounds complicated i know but its not really if you mess around with it , i just set them to all the same and used two shades of blue to get the effect you see.
there is also a green_focus and green_without_focus , i set them both the same as above.
I think all other color edits were done in the colors.xml notably the colored live panels in the new live layout and the epg colors.

click here for modded file

search for YOUR DNS
thanks sir... you r the best sir..
 

panaxtream

New member
Joined
Jun 9, 2021
Messages
7
Offline
Here you go guys smarters 3.0.1

Supports https as well HC OR MEGA PANEL CAN BE USED


to find the EDIT please search
http://mega panel.xyz/

To edit package name it's basecode64 change it then change the name again via common edit same for app name

Enjoy guys




*** Hidden text: cannot be quoted. ***
 

BSM

Member
VIP Member
Joined
Apr 7, 2021
Messages
95
Awards
1
Offline
UNEXPECTED TOP-LEVEL ERROR: java.lang.Exception: Error occurred while compiling INotificationSideChannel$Stub.smali
 

BSM

Member
VIP Member
Joined
Apr 7, 2021
Messages
95
Awards
1
Offline
This is what I get when I try to build apk, any ideas please?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,913
Awards
4
Offline
i suspect your using apk editor ? its not always the best , its good for changing images but would not use it past that tbh
 
Top