DOWNLOAD Sparkle 1.9.5 + Panel

ciasny

Member
VIP Member
Joined
Oct 6, 2023
Messages
54
Awards
1
Offline
I changed the lines in the apk to the panel and yet they show completely different ones, which is strange
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,947
Awards
4
Offline
This is excellent work done by talented people and to have it leaked so quick is unfortunate. I have only found one little issue so far and that is that the cinemahd button won't launch on many devices. It seems anything over android 10 seems to have issue. You get a several different responses but all fails to launch. It doesn't work on the new firestick max but does work on the very first version of the firestick max. It also works on my tube shield I haven't upgraded past to 9.1.x but not on my shield pro that I did upgrade to the latest. The issue seems to be an outdated method of launching the application from inside another application. Anyone have any ideas how to fix that, That would be the cherry on the cake for this app.
I think the package name needs to match to an already installed app ?
the name is in mNewPanel line 26 just below the panel redirect (line21)
This has to match any app you have installed by default its set to flix.
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,947
Awards
4
Offline
just a quick one :) i swapped the live tv with movies as it seemed more natural to have live on the left hand side followed by movies and series ? if your going to do this remember to add the line in the livetv section
android:focusedByDefault="true" /> this goes to live tv when you first start to navigate the app instead of going to movies
Screenshot 2024-03-11 113539.jpg
 

AfterLife

Well-known member
Joined
May 15, 2021
Messages
1,130
Awards
4
Online
just a quick one :) i swapped the live tv with movies as it seemed more natural to have live on the left hand side followed by movies and series ? if your going to do this remember to add the line in the livetv section
android:focusedByDefault="true" /> this goes to live tv when you first start to navigate the app instead of going to movies
View attachment 9143
Hi pal can u give me a idea what xml i need to put that line of code please
 

WorldsElite

HELP WHEN I CAN
Joined
Jun 4, 2021
Messages
176
Awards
3
Offline
just a quick one :) i swapped the live tv with movies as it seemed more natural to have live on the left hand side followed by movies and series ? if your going to do this remember to add the line in the livetv section
android:focusedByDefault="true" /> this goes to live tv when you first start to navigate the app instead of going to movies
View attachment 9143
I did the same order as well originally. Also reduced the margin start after each button then all the buttons generally fit on every screen without horizontal scroll. [android:layout_marginStart="@dimen/_3sdp"]

also now working on a better sports interface/information and controls that all interface from the panel. Still in the early stages and most likely be released when a newer version of sparkle is out after 1.9.6.

Sports guide - (select from 4 in the panel)
Sports table - (configure sports tables)
Sports results/fixtures (configure leagues/sports)
Provider updates (Links to telegram bot to post updates from channel)

All information will be pulled from api-football to begin with with multiple API keys in rotation . so you can get away with just using free accounts. Other sports to follow.

Telegram integration is working well but currently telegram API don't have a delete API so messages have to be manually deleted by the panel. Also possible to link to your sports schedule channel.


All colours and information will be configurable from within the panel.

Demo Link

Open to further suggestions to add.
 
Last edited:

lanucio

New member
VIP Member
Joined
Apr 25, 2022
Messages
21
Offline
just a quick one :) i swapped the live tv with movies as it seemed more natural to have live on the left hand side followed by movies and series ? if your going to do this remember to add the line in the livetv section
android:focusedByDefault="true" /> this goes to live tv when you first start to navigate the app instead of going to movies
View attachment 9143
the panel only accepts the first url cast in the panel, the rest do not connect and give an unknown error.
 

chadb1987

Well-known member
VIP Member
Joined
Apr 11, 2021
Messages
283
Awards
4
Offline
thanks for the share unfortunately i cant get it to work i get unknown error try again in a moment pop up in the corner after typing my user pass in and clicking next
 

julianogold

Well-known member
Joined
Jun 9, 2021
Messages
261
Awards
4
Offline
thanks for the share unfortunately i cant get it to work i get unknown error try again in a moment pop up in the corner after typing my user pass in and clicking next
This error happens because it is not compatible with your device, try another one.
 

Gizmo

Well-known member
Joined
Jun 8, 2021
Messages
524
Awards
4
Offline
I think the package name needs to match to an already installed app ?
the name is in mNewPanel line 26 just below the panel redirect (line21)
This has to match any app you have installed by default its set to flix.
I have flix installed with the same package name it just won't load it if it is android 10 or higher it seems like. The same two apks on a firestick 3rd gen stick work fine it opens no problem. The shield running SW v9.1.1 won't run open flix, but the shield running SW v8.2.3 will no problem, the firestick 4k max with 16gb won't launch it either.
 

WorldsElite

HELP WHEN I CAN
Joined
Jun 4, 2021
Messages
176
Awards
3
Offline
This error happens because it is not compatible with your device, try another one.
It's an issue with the way the fields handle the data, Once the data (Username/password) has been entered you have to make sure it's been submitted to the field by pressing the okay button. Using the mouse don't work on emulators and sometimes the entre key don't work to send the data.

The official Dev is aware of the issue will be fixed in 2.0 most likely. Best to make sure when filling out username and password especially if using an emulator is to use the onscreen keyboard or use a separate remote.
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,947
Awards
4
Offline
I have flix installed with the same package name it just won't load it if it is android 10 or higher it seems like. The same two apks on a firestick 3rd gen stick work fine it opens no problem. The shield running SW v9.1.1 won't run open flix, but the shield running SW v8.2.3 will no problem, the firestick 4k max with 16gb won't launch it either.
i agree could well be to do with android versions and flix , I have only tested on emulator which is android 9 so would make sense
can always swap out for cinemahd ,streamio , or HDO , or even if for your own use syncler or weyd need to test what vod apps work on your shields then use one of them
Screenshot 2024-03-11 202244.jpg
NOTE OnStream is a free one clicker vod only app works well on higher android versions
 

chadb1987

Well-known member
VIP Member
Joined
Apr 11, 2021
Messages
283
Awards
4
Offline
just a quick one :) i swapped the live tv with movies as it seemed more natural to have live on the left hand side followed by movies and series ? if your going to do this remember to add the line in the livetv section
android:focusedByDefault="true" /> this goes to live tv when you first start to navigate the app instead of going to movies
View attachment 9143
i tried this live tv now open movies lol
 
Top