SPECIAL NexTv V3.0.17 Panelled

TeVe4me

New member
Joined
Mar 16, 2023
Messages
22
Offline
is there a panel username and password by default?

i tried admin admin and i was able to login and update. thanks
 
Last edited:

blacksec

Active member
Joined
Jul 1, 2021
Messages
41
Awards
3
Offline
Hello friends, I'm trying to remove the Live TV and replay functions from the top menu, has anyone done this before? My idea is to leave the app only for VOD.
 

TeVe4me

New member
Joined
Mar 16, 2023
Messages
22
Offline
Found it
Hello friends, I'm trying to remove the Live TV and replay functions from the top menu, has anyone done this before? My idea is to leave the app only for VOD.
not sure what file that is in but android visibility should hide it once you find the line of code.
 

DatGlockBoi

Well-known member
Joined
Nov 13, 2021
Messages
114
Awards
3
Offline
Found it

not sure what file that is in but android visibility should hide it once you find the line of code.
can you post exactly how to hide the replay buton? I have only been able to blank it off but it still goes their as it still exist just no label lol. just highlight blank.foto_no_exif(4).png
 

blacksec

Active member
Joined
Jul 1, 2021
Messages
41
Awards
3
Offline
Found it

not sure what file that is in but android visibility should hide it once you find the line of code.
I searched a lot where to edit this, tried in activity_main.xml and didn't find it, I understood that it's in the fragments but still haven't found where to edit it, if you can tell me how you did it, which file you edited, it would be useful, thank you.
 

DatGlockBoi

Well-known member
Joined
Nov 13, 2021
Messages
114
Awards
3
Offline
Which file did you edit to remove the text? This highlight must be associated with another fragment file.
res\values\strings.xml
Line 391: <string name="replay" />

res\values\public.xml
Line 5670: <public type="string" name="replay" />

and to make the page appear blank set the visibitlity

res\layout\fragment_replay.xml
android:id="@id/root" android:visibility="gone" android:tag="layout/fragment_replay_0"

but all this just accomplish nothing really cause the reply button still exist just is blanked out like I shown in the pic in the previous post.
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,893
Awards
4
Offline
is this both box and phone ?
 

blacksec

Active member
Joined
Jul 1, 2021
Messages
41
Awards
3
Offline
res\values\strings.xml
Line 391: <string name="replay" />

res\values\public.xml
Line 5670: <public type="string" name="replay" />

and to make the page appear blank set the visibitlity

res\layout\fragment_replay.xml
android:id="@id/root" android:visibility="gone" android:tag="layout/fragment_replay_0"

but all this just accomplish nothing really cause the reply button still exist just is blanked out like I shown in the pic in the previous post.
I Will try bro Thanks!
 

SamChapman

Active member
VIP Member
Joined
Jan 18, 2024
Messages
160
Awards
2
Offline
res\values\strings.xml
Line 391: <string name="replay" />

res\values\public.xml
Line 5670: <public type="string" name="replay" />

and to make the page appear blank set the visibitlity

res\layout\fragment_replay.xml
android:id="@id/root" android:visibility="gone" android:tag="layout/fragment_replay_0"

but all this just accomplish nothing really cause the reply button still exist just is blanked out like I shown in the pic in the previous post.
Remove the call for the button in smali
 

DatGlockBoi

Well-known member
Joined
Nov 13, 2021
Messages
114
Awards
3
Offline
Remove the call for the button in smali
apperciate a show and tell approach...

I deleted things i think is the call but the apps just crash upon loading or the button still exist and just crashes when you hover to it.
 

Dazzle

New member
Joined
Jun 17, 2022
Messages
11
Offline
Thanks got it opening up but when going to add playlist i just get an advanced setup tab but can not click on it ? any help greatly appreciated im very new to this.
and is there only the 1 place to enter your panel address ? thats all i have showing up.
thanks
 

tribest

Member
Joined
Dec 16, 2023
Messages
33
Awards
2
Offline
Warning: Undefined array key "action" in /var/www/html/V1.8/api/index.php on line 8
once i logged with admin admin what i m wrong guys?
 
Top