Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Resource XCIPTV 4.0.0(544) Full epg,Full Name Package(UPDATED TO 545) [Deleted]

Status
Not open for further replies.
Screenshot_20200413-184220_YourNameHeer.jpg

Screenshot_20200413-184215_YourNameHeer.jpg


This update is for everyone
I need to thanks to everyone from this forum for the good stuff,, hope to be good to everyone what was catch unprepared whit the new updates

No quote

to point the app to your dns ,go to com/nathnetwork/xciptv/LoginActivity and change the YOURDNS:8080
happy Easter everyone
No quote
tested the multiscreen and work
am confused how come there is 2 apk is one with multiroom and one with out?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Thank you for this app,
Does any one tried to make it work by simply asking the username at the login ?
( username = password ) I'm trying to display only one field


file concerned re/layout/activity_login.xml




XML:
<FrameLayout android:id="@id/layout_portal_url" android:background="#ffffffff" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="5.0dip">

            <EditText android:textColor="@color/cardview_dark_background" android:id="@id/ed_server" android:background="@drawable/xciptv_ed" android:paddingLeft="60.0dip" android:nextFocusDown="@id/ed_username" android:layout_width="fill_parent" android:layout_height="50.0dip" android:hint="https or http://server:port" android:inputType="textPersonName" />

            <ImageView android:id="@id/img_server_logo" android:background="@drawable/server_icon" android:layout_width="30.0dip" android:layout_height="30.0dip" android:layout_marginLeft="10.0dip" android:layout_marginTop="12.0dip" />

        </FrameLayout>

        <FrameLayout android:id="@id/layout_username_holder" android:background="#ffffffff" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="5.0dip">

            <EditText android:textColor="@color/cardview_dark_background" android:id="@id/ed_username" android:background="@drawable/xciptv_ed" android:paddingLeft="60.0dip" android:focusable="true" android:nextFocusDown="@id/ed_password" android:layout_width="fill_parent" android:layout_height="50.0dip" android:hint="@string/xc_username" android:ems="10" android:inputType="textFilter|textPostalAddress|textWebEmailAddress|textWebPassword|textNoSuggestions" />

            <ImageView android:id="@id/imageView19" android:background="@drawable/username_icon" android:paddingLeft="0.0dip" android:focusable="false" android:layout_width="30.0dip" android:layout_height="30.0dip" android:layout_marginLeft="10.0dip" android:layout_marginTop="10.0dip" />

        </FrameLayout>

        <FrameLayout android:id="@id/layout_password_holder" android:background="#ffffffff" android:layout_width="fill_parent" android:layout_height="fill_parent">

            <EditText android:textColor="@color/cardview_dark_background" android:id="@id/ed_password" android:background="@drawable/xciptv_ed" android:paddingLeft="60.0dip" android:focusable="true" android:nextFocusLeft="@id/btn_login" android:nextFocusRight="@id/btn_login" android:nextFocusDown="@id/btn_login" android:layout_width="fill_parent" android:layout_height="50.0dip" android:hint="@string/xc_password" android:ems="10" android:password="true" android:inputType="textNoSuggestions|textPassword" android:nextFocusForward="@id/btn_login" />

Any help will be appreciated :)
 
Thank you for this app,
Does any one tried to make it work by simply asking the username at the login ?
( username = password ) I'm trying to display only one field


file concerned re/layout/activity_login.xml




XML:
<FrameLayout android:id="@id/layout_portal_url" android:background="#ffffffff" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="5.0dip">

            <EditText android:textColor="@color/cardview_dark_background" android:id="@id/ed_server" android:background="@drawable/xciptv_ed" android:paddingLeft="60.0dip" android:nextFocusDown="@id/ed_username" android:layout_width="fill_parent" android:layout_height="50.0dip" android:hint="https or http://server:port" android:inputType="textPersonName" />

            <ImageView android:id="@id/img_server_logo" android:background="@drawable/server_icon" android:layout_width="30.0dip" android:layout_height="30.0dip" android:layout_marginLeft="10.0dip" android:layout_marginTop="12.0dip" />

        </FrameLayout>

        <FrameLayout android:id="@id/layout_username_holder" android:background="#ffffffff" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="5.0dip">

            <EditText android:textColor="@color/cardview_dark_background" android:id="@id/ed_username" android:background="@drawable/xciptv_ed" android:paddingLeft="60.0dip" android:focusable="true" android:nextFocusDown="@id/ed_password" android:layout_width="fill_parent" android:layout_height="50.0dip" android:hint="@string/xc_username" android:ems="10" android:inputType="textFilter|textPostalAddress|textWebEmailAddress|textWebPassword|textNoSuggestions" />

            <ImageView android:id="@id/imageView19" android:background="@drawable/username_icon" android:paddingLeft="0.0dip" android:focusable="false" android:layout_width="30.0dip" android:layout_height="30.0dip" android:layout_marginLeft="10.0dip" android:layout_marginTop="10.0dip" />

        </FrameLayout>

        <FrameLayout android:id="@id/layout_password_holder" android:background="#ffffffff" android:layout_width="fill_parent" android:layout_height="fill_parent">

            <EditText android:textColor="@color/cardview_dark_background" android:id="@id/ed_password" android:background="@drawable/xciptv_ed" android:paddingLeft="60.0dip" android:focusable="true" android:nextFocusLeft="@id/btn_login" android:nextFocusRight="@id/btn_login" android:nextFocusDown="@id/btn_login" android:layout_width="fill_parent" android:layout_height="50.0dip" android:hint="@string/xc_password" android:ems="10" android:password="true" android:inputType="textNoSuggestions|textPassword" android:nextFocusForward="@id/btn_login" />

Any help will be appreciated :)

So you want to use whatever is typed in the username field for both the username and password?

It is possible... You need to edit the activitly_login.xml to hide the password field ... I tried just using android:visibility="gone" but it didn't work for me

Try changing the password section to this (basically just shrinks everything down so it can't be seen if it doesn't hide - it worked for me)
Code:
        <FrameLayout android:id="@id/layout_password_holder" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent">
            <EditText android:visibility="gone" android:textColor="@color/cardview_dark_background" android:id="@id/ed_password" android:background="@drawable/xciptv_ed" android:paddingLeft="0.1dip" android:nextFocusLeft="@id/btn_login" android:nextFocusRight="@id/btn_login" android:nextFocusDown="@id/btn_login" android:layout_width="fill_parent" android:layout_height="0.1dip" android:hint="@string/xc_password" android:ems="10" android:password="true" android:inputType="textNoSuggestions|textPassword" android:nextFocusForward="@id/btn_login" />
            <ImageView android:visibility="gone" android:id="@id/imageView20" android:background="@drawable/password_icon" android:focusable="false" android:layout_width="0.1dip" android:layout_height="0.1dip" android:layout_marginLeft="0.1dip" android:layout_marginTop="0.1dip" />
        </FrameLayout>

Then you need to edit the LoginActivity.smali file and edit the following:
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
line for making the close button red? can u change the sign in button color?
 
line for making the close button red? can u change the sign in button color?

Find the file in res/drawable

open the xml files and change the colour hex code to whatever you like

So for instance... The sign in button for the initial sign in screen.
That screen is the res\layout\activity_login.xml screen. If you look in that xml you will find the id for that button (btn_login) and there you will also find the locarion for the image (android:background="@drawable/btn" - so in the drawable folder there is the btn file).

Now if you go to res/drawable you will find btn.xml - this is where you can change the hex for that particular button
 
Last edited:
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top