DOWNLOAD SMARTERS V4 + PAINEL

fzstoreapps

Well-known member
Joined
Aug 3, 2023
Messages
45
Awards
3
Offline
This is not my work, but I came to share with you SMARTERS V4 with the management panel with tmdb in Brazilian Portuguese, credits to @FireTVGuru the @00sanoj00 that adapted the panel to work

Just look for the link in your favorite editor
๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

"https://domรญnio.com/fzstore"

and base corrected previous version of the base when you dictated in some editors it broke the banner code

User: admin
Password: admin


Download link๐Ÿ‘‡


Screenshot_2024-01-04-13-41-33-355_fzplay.fun.sm.jpgIMG-20240104-WA0122.jpg
 
Last edited:

Havic2u

Active member
VIP Member
Joined
Apr 15, 2021
Messages
303
Awards
3
Offline
So this APK still has all the mobile mode errors.
Can't get into general settings or play movies tv series with out the switching of the settings.

So what was the base fix?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,908
Awards
4
Offline
just a heads up to turn this back to English you have to edit a few lines in the panel files
api/autoads.php

open it up in an editor and look / search for :-
&language=pt-BR

you will get five hits
just delete the text so for instance the first hit is in line 112

const response = await fetch(`https://api.themoviedb.org/3/discover/movie?api_key=${apiKey}&primary_release_date.gte=${lastWeekDateString}&primary_release_date.lte=${currentDateString}&sort_by=popularity.desc&language=pt-BR`);

change to :-

const response = await fetch(`https://api.themoviedb.org/3/discover/movie?api_key=${apiKey}&primary_release_date.gte=${lastWeekDateString}&primary_release_date.lte=${currentDateString}&sort_by=popularity.desc`);

do the same for all five be sure to leave the '); at the end of the line

Screenshot 2024-01-05 131617.jpg

I like the extra info displayed
 
Last edited:

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
256
Awards
3
Offline
Just look for the link in your favorite editor
๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

"https://domรญnio.com/fzstore"

If you're editing with my QuickAPKTool, APK Editor or anything that uses apktool, you'll need to search for the unicode escape sequence for "รญ" which is \u00ed so you'd search for "https://dom\u00ednio.com/fzstore". Even better way is to go to the file and edit it directly:

smali_classes3\com\rtx\smar4\Config\mConfig.smali

So this APK still has all the mobile mode errors.
Can't get into general settings or play movies tv series with out the switching of the settings.

So what was the base fix?

This only happens in mobile mode with certain dpi's/res. Quick fix:

General settings

Extract activity_general_settings_tv.xml then replace activity_general_settings.xml in all of the layout files with the tv xml

Player crashing on movies and series

First off, I don't understand why anyone would use the built-in player for VOD with any Smarters app. It doesn't have all the codecs needed for VOD so some will play with no sound, some with no video, or both on low-powered devices (of course your smartphone that cost a good part of ยฃ1K wont have this issue because it has the fancy HW inside it to decode those missing codecs. Firesticks or cheap/older phones and tablets dont). That's unless you use software decoding on a stick/box, which if you do, kiss bye to 4K, you'll be running your device much hotter and degrading the SoC's thermal paste quicker. Just use VLC... Much more mature and feature-rich player with support for practically any codec that exists. For live TV, built in player is best and quicker to load up. Anyway, back to the problem:

Extract honey_player_testing_tv.xml then replace honey_player_testing.xml in all of the layout files with the tv xml

The above will get rid of the Chromecast button though. If anyones casting to a Chromecast, then they really ought to get with the times and stop killing their phone/tablets battery health but if you care enough to make it appear again... after extracting honey_player_testing_tv.xml, edit the extracted file, search for @id/cast_button and on the same line, change android:visibility="gone" to android:visibility="visible".

Another little side note. Some services have blocked the IPTVSmartersPlayer user agent so you'll get playback error on all movies and series if you don't change it. Search the apk for IPTVSmartersPlayer and replace it with the user agent you want.
 
Last edited:

Havic2u

Active member
VIP Member
Joined
Apr 15, 2021
Messages
303
Awards
3
Offline
If you're editing with my QuickAPKTool, APK Editor or anything that uses apktool, you'll need to search for the unicode escape sequence for "รญ" which is \u00ed so you'd search for "https://dom\u00ednio.com/fzstore". Even better way is to go to the file and edit it directly:

smali_classes3\com\rtx\smar4\Config\mConfig.smali



This only happens in mobile mode with certain dpi's/res. Quick fix:

General settings

Extract activity_general_settings_tv.xml then replace activity_general_settings.xml in all of the layout files with the tv xml

Player crashing on movies and series

First off, I don't understand why anyone would use the built-in player for VOD with any Smarters app. It doesn't have all the codecs needed for VOD so some will play with no sound, some with no video, or both on low-powered devices (of course your smartphone that cost a good part of ยฃ1K wont have this issue because it has the fancy HW inside it to decode those missing codecs. Firesticks or cheap/older phones and tablets dont). That's unless you use software decoding on a stick/box, which if you do, kiss bye to 4K, you'll be running your device much hotter and degrading the SoC's thermal paste quicker. Just use VLC... Much more mature and feature-rich player with support for practically any codec that exists. For live TV, built in player is best and quicker to load up. Anyway, back to the problem:

Extract honey_player_testing_tv.xml then replace honey_player_testing.xml in all of the layout files with the tv xml

The above will get rid of the Chromecast button though. If anyones casting to a Chromecast, then they really ought to get with the times and stop killing their phone/tablets battery health but if you care enough to make it appear again... after extracting honey_player_testing_tv.xml, edit the extracted file, search for @id/cast_button and on the same line, change android:visibility="gone" to android:visibility="visible".

Another little side note. Some services have blocked the IPTVSmartersPlayer user agent so you'll get playback error on all movies and series if you don't change it. Search the apk for IPTVSmartersPlayer and replace it with the user agent you want.

Amazing work I totally agree with the VOD and built in player. But not having the errors is the goal for myself anyway.
 

Havic2u

Active member
VIP Member
Joined
Apr 15, 2021
Messages
303
Awards
3
Offline
So a easy way to correct the VOD stuff for mobile is to do the following. This is not my work but I did get it to work this way.
credit to 00sanoj00

 

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
256
Awards
3
Offline
So a easy way to correct the VOD stuff for mobile is to do the following. This is not my work but I did get it to work this way.
credit to 00sanoj00


Nice. The 2 different players in the player selection screen doesn't make much sense to me either. I just followed the same process I did for general settings.

I've got a Galaxy Fold 5. On the inside big screen it would crash going to general settings or movies/series. On the front, smaller screen, the app wouldn't crash.
 

Havic2u

Active member
VIP Member
Joined
Apr 15, 2021
Messages
303
Awards
3
Offline
Yeah I had a Fold 4 and it seemed to not like some apps. Thanks for all the help much appreciated.
 

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
256
Awards
3
Offline
You're welcome mate. Yeah the app works fine after changes. For Smarters apps while I'm editing, I go to full screen apps and set to 16:9. Looks exactly as it would on TV then
 
Top