Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

DOWNLOAD SMARTERS v3 - TMDB

Great thanks G-man - I did this and have tried the panel again using the admin username , and admin password but the same thing is happening..
 
Hello it works great. Movie tmdb works after 12 hours. But everything is ok. Anyone knows how to remove or change the SKY logo ? Thanks.
 
Hi any help on remove the sky logo?
This version contains 6 different Sky logos. You have to replace these. These logos are contained in different drawable folders. You therefore have to replace all logos in all drawable folders.
 
This version contains 6 different Sky logos. You have to replace these. These logos are contained in different drawable folders. You therefore have to replace all logos in all drawable folders.
_drawable

logo
logo_blue_long
logo_dark
logo_greu
logo_placeholder_white
logo_watermark
logo_white
logo_white_long


_drawable-hdpi

launcher_logo

_drawable-hdpi

launcher_logo

_drawable-mdpi

launcher_logo


_drawable-xhdpi

launcher_logo
tv_banner
logo
logo_home
logo_white_long

_drawable-xxhdpi

launcher_logo

_drawable-xxxhdpi

launcher_logo
logo
logo_home
logo_white_long
 
Hi how i can make each time i go to live go to all and not to venezuela and
in movies not to go comedy and series not to be in mistery.
In other words when i go to each category i want to be in ALL thanks.live.pngmov.pngseries.png
 
Anyone know how to change the focused text colour or can send me to another post that explains it? Couldnt find anything unfortunately Screenshot.png
 
Anybody got clue where to remove this webview ad images from the apk, clueless with smarters app.
hey bro, can you help us. im tryin to remove the webview ads on this smarters version. the 3 top images for life of mine i cant find where i would remove.. throw some likes behind the guide.. cheers
 
Anybody got clue where to remove this webview ad images from the apk, clueless with smarters app.

hey bro, can you help us. im tryin to remove the webview ads on this smarters version. the 3 top images for life of mine i cant find where i would remove.. throw some likes behind the guide.. cheers
You have to remove WebView from the layout. In all layout (welcome to Smarters 🤣 )
 
Thanks mate, your a star! Wasnt that particular one but pointed me in the right direction to change all pink colours lol

Do you have any idea on how to remove the banner announcement box by chance?

It is focus_color
Screenshot_20241218_230843.jpg

Do you have any idea on how to remove the banner announcement box by chance?

You have to remove WebView from the layout. In all layout (welcome to Smarters 🤣 )
Find id/BannerWebView and change android:visibility="visible" to android:visibility="gone"
 
thanks for reply i search all xml and replace with gone. it had 5 hits for BannerWebView, but still showing.. lol
Sorry, not gone

You just have to delete the code from the 5 xml's.
 
Sorry, not gone

You just have to delete the code from the 5 xml's.
Right so ive removed all code from layouts and its still showing. lol very strange. code is 100% deleted from all xml.. it does show these but i dont think just removing these would work.. cheers
 

Attachments

  • image_2024-12-19_193041855.png
    image_2024-12-19_193041855.png
    135 KB · Views: 3
i think ive found why,. mabye i need to remove all these aswell

<id name="MoviesWebView" />
<id name="SeriesWebView" />
<id name="SportsWebView" />

removing these also now will report back
 
sorted it.

new to editing stuff this deep but you also have to remove the cardview for each one

<id name="MoviesWebView" />
<id name="SeriesWebView" />
<id name="SportsWebView" />

<androidx.cardview.widget.CardView android:layout_width="match_parent" android:layout_height="wrap_content" app:cardCornerRadius="8dp"> <!-- The content like MoviesWebView goes here --> <subham.sinha.dev.MoviesWebView android:id="@id/MoviesWebView" android:visibility="visible" android:layout_width="match_parent" android:layout_height="match_parent" /></androidx.cardview.widget.CardView>

thanks for help @TheOne
 
You wanted to remove them all?
I wasn't clear about that.
Sorry, it was a misunderstanding.

But you did it 👍🏻
 
Back
Top