TUTORIAL XCIPTV few edits I know

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
Hi guys here's a wee walk through on a few things I know that might help newbies and add to some of your knowledge.

Add/remove video.

You can enable disable an intro from the Androidmanifest xml folder. This is done by looking for the following 2 parts of code com.nathnetwork.xciptv.SplashVideoActivity and com.nathnetwork.xciptv.SplashActivity For intro to be on its Video first. For intro to be disabled u switch the code around so second one now says video instead of first.

Changing the theme.

default theme for hardcoded apps are theme_d. If you select smali once loaded select smali/com/nathnetwork/xciptv/util/config.smali. Go to where it says theme_d and change d to either 1,2,3 will change the layout of app just like you can do on panel apps.

Love the site happy to pass on my knowledge keep up good work guys.
 
Last edited:

ohaye

New member
Joined
Aug 23, 2021
Messages
15
Offline
Hi gaz2909 have u any pics of the layouts than can be done? And thanks for that bit of info ? I’ve been on the hunt on how to change layout lol
 

Erik30

New member
Joined
Sep 7, 2021
Messages
4
Offline
for XCIPTV 5.0.1 (714) Hardcoded, I go not see the theme_d string in the Config.smali.

Is there another location it could be in?
 

JLWOCKEE

Guest
Joined
May 12, 2021
Messages
265
Awards
2
Offline
for XCIPTV 5.0.1 (714) Hardcoded, I go not see the theme_d string in the Config.smali.

Is there another location it could be in?
Search it and replace with whatever theme u want...will be in categories smali. P.s. you will then have to remove all the buttons you don't want as I only did theme 1 in app you speak of
 

Erik30

New member
Joined
Sep 7, 2021
Messages
4
Offline
Search it and replace with whatever theme u want...will be in categories smali. P.s. you will then have to remove all the buttons you don't want as I only did theme 1 in app you speak of
Thanks so much for the help

I found the following two strings in that location. Would I change "yes" to theme_2 for example OR the other string?


.field public static final THEME:Ljava/lang/String; = "yes"

and


sget-object v0, Lcom/nathnetwork/xciptv/CategoriesActivity;->THEME:Ljava/lang/String;
 

JLWOCKEE

Guest
Joined
May 12, 2021
Messages
265
Awards
2
Offline
App you have is theme_1
Search that and change to theme_2,3,or d
 

Erik30

New member
Joined
Sep 7, 2021
Messages
4
Offline
CategoriesActivity.smali

Line 3643: const-string v3, "theme_1"
Line 3649: const-string v4, "theme_1"
Line 3655: const-string v4, "theme_3"
Line 3657: const-string v5, "theme_2"


Should I change the
Line 3643: and Line 3649:


Also is it possible to enable expiry date on the homescreen for this 5.0.1 (714) hardcoded version?
 

JLWOCKEE

Guest
Joined
May 12, 2021
Messages
265
Awards
2
Offline
CategoriesActivity.smali

Line 3643: const-string v3, "theme_1"
Line 3649: const-string v4, "theme_1"
Line 3655: const-string v4, "theme_3"
Line 3657: const-string v5, "theme_2"


Should I change the
Line 3643: and Line 3649:


Also is it possible to enable expiry date on the homescreen for this 5.0.1 (714) hardcoded version?
Urs is theme_1 just change theme_1
 

Helpmo

Well-known member
Joined
Sep 18, 2021
Messages
116
Awards
3
Offline
Also is it possible to enable expiry date on the homescreen for this 5.0.1 (714) hardcoded version?
 

playback-iptv

Member
Joined
Aug 27, 2021
Messages
44
Awards
2
Offline
Hi guys here's a wee walk through on a few things I know that might help newbies and add to some of your knowledge.

Add/remove video.

You can enable disable an intro from the Androidmanifest xml folder. This is done by looking for the following 2 parts of code com.nathnetwork.xciptv.SplashVideoActivity and com.nathnetwork.xciptv.SplashActivity For intro to be on its Video first. For intro to be disabled u switch the code around so second one now says video instead of first.

Changing the theme.

default theme for hardcoded apps are theme_d. If you select smali once loaded select smali/com/nathnetwork/xciptv/util/config.smali. Go to where it says theme_d and change d to either 1,2,3 will change the layout of app just like you can do on panel apps.

Love the site happy to pass on my knowledge keep up good work guys.
Gaz, do you know how to rename xciptv v714 app without it crashes
 

S7ubbster

Well-known member
Joined
Apr 30, 2021
Messages
151
Awards
3
Offline
Any tips on how to add a login screen to XC buddy? Tried everthing I can find ?(y)
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,894
Awards
4
Offline
quite easy to add login and splash along with extra screen for the vertical layout in pre 712 versions above that it has changed
 

S7ubbster

Well-known member
Joined
Apr 30, 2021
Messages
151
Awards
3
Offline
quite easy to add login and splash along with extra screen for the vertical layout in pre 712 versions above that it has changed
Yup, found that lol. Know it can be done lol, seen it, just cant figure the bloody thing out
 

Gaz2909

Well-known member
Joined
May 19, 2021
Messages
179
Awards
4
Offline
Yup, found that lol. Know it can be done lol, seen it, just cant figure the bloody thing out
I tried it but just errored with adding new code gave up. 717 has it already setup. 4 places for different backgrounds
 
Top