DOWNLOAD Purple Player VOD Only!! With Working Panel

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
There's a version of this with 2 external apps added. Can be any app u wish the app to open. Has anyone got this version
 

nightborne

Active member
Joined
Jul 27, 2021
Messages
63
Awards
3
Offline
isnt the one the OP is offering the same one. i mean based on the title it sounds like the same thing but since there isnt a screenshot i wouldnt know. if it is the same thing then they probably just hide the icons or could have removed them completely.
 

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
isnt the one the OP is offering the same one. i mean based on the title it sounds like the same thing but since there isnt a screenshot i wouldnt know.
No m8 only movies and Series no got the extra external apps
 

nightborne

Active member
Joined
Jul 27, 2021
Messages
63
Awards
3
Offline
No m8 only movies and Series no got the extra external apps
they removed those then either by just hiding the icon or removing the code completely. that should have been listed in the description.
 

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
they removed those then either by just hiding the icon or removing the code completely. that should have been listed in the description.
They've been hidden m8 thanks for the help I unlocked them
 

nightborne

Active member
Joined
Jul 27, 2021
Messages
63
Awards
3
Offline
Share the knowledge bro, or the app with these unlocked
They are visible by default. I believe they were hidden on purpose by the OP. So a simple removal of the visibility gone tag would bring them back most likely.
 

Poncho

Owner
Staff member
Admin
Joined
Apr 5, 2021
Messages
1,725
Awards
5
Offline
They are visible by default. I believe they were hidden on purpose by the OP. So a simple removal of the visibility gone tag would bring them back most likely.
Was not so much for me pal lol
 

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
Yeah as nightbourne said.
The OP wasn't aware it had them hidden as not his app but got copy and passed it on to the group. To bring the hidden buttons back in
res/layout/activity_start.xml
and
res/layout-v22/activity_start.xml
you will find entries for YouTube and netflix.
Both you will see
android:visibility="gone"
just delete the code and build app. Then both buttons will reappear.
To change what opens when the 2 buttons that u enabled are pressed u need to enable smali. If u type netflix you will get a lot of netflix entries what ur looking for is the
ActivityStart$o entry.
What is required before hand is you need the exact package name for app you want it to load. Mediaclient entry don't need to bother. Same for YouTube one again need the package name for app you want to load and change all 3 entries as its 1 per device that this app can be loaded on. Changing all 3 will mean it will load on that device.
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
284
Awards
4
Offline
Yeah as nightbourne said.
The OP wasn't aware it had them hidden as not his app but got copy and passed it on to the group. To bring the hidden buttons back in
res/layout/activity_start.xml
and
res/layout-v22/activity_start.xml
you will find entries for YouTube and netflix.
Both you will see
android:visibility="gone"
just delete the code and build app. Then both buttons will reappear.
To change what opens when the 2 buttons that u enabled are pressed u need to enable smali. If u type netflix you will get a lot of netflix entries what ur looking for is the
ActivityStart$o entry.
What is required before hand is you need the exact package name for app you want it to load. Mediaclient entry don't need to bother. Same for YouTube one again need the package name for app you want to load and change all 3 entries as its 1 per device that this app can be loaded on. Changing all 3 will mean it will load on that device.
Nope i did not lol, thanks for sharing the Info bud much appreciated :cool:
 

Poncho

Owner
Staff member
Admin
Joined
Apr 5, 2021
Messages
1,725
Awards
5
Offline
Yeah as nightbourne said.
The OP wasn't aware it had them hidden as not his app but got copy and passed it on to the group. To bring the hidden buttons back in
res/layout/activity_start.xml
and
res/layout-v22/activity_start.xml
you will find entries for YouTube and netflix.
Both you will see
android:visibility="gone"
just delete the code and build app. Then both buttons will reappear.
To change what opens when the 2 buttons that u enabled are pressed u need to enable smali. If u type netflix you will get a lot of netflix entries what ur looking for is the
ActivityStart$o entry.
What is required before hand is you need the exact package name for app you want it to load. Mediaclient entry don't need to bother. Same for YouTube one again need the package name for app you want to load and change all 3 entries as its 1 per device that this app can be loaded on. Changing all 3 will mean it will load on that device.
Now that's how ya educate folk, cheers @Gaz2909
 

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
Yeah as nightbourne said.
The OP wasn't aware it had them hidden as not his app but got copy and passed it on to the group. To bring the hidden buttons back in
res/layout/activity_start.xml
and
res/layout-v22/activity_start.xml
you will find entries for YouTube and netflix.
Both you will see
android:visibility="gone"
just delete the code and build app. Then both buttons will reappear.
To change what opens when the 2 buttons that u enabled are pressed u need to enable smali. If u type netflix you will get a lot of netflix entries what ur looking for is the
ActivityStart$o entry.
What is required before hand is you need the exact package name for app you want it to load. Mediaclient entry don't need to bother. Same for YouTube one again need the package name for app you want to load and change all 3 entries as its 1 per device that this app can be loaded on. Changing all 3 will mean it will load on that device.
Screenshot_20220209-213609_Realm Purple Vod.jpg
Do all that this is the end result
 
Top