Xciptv 3.2.2 (518) res/values/strings.xml Line:- 075 Change app name Go to LoginActivity.smali Line 855 :- change dns from http://yourdnshere.com:8080 to your dns In this post I will show you how to hardcode your XC IPTV URL to the apk and control the buttons on the home screen on the fly. Install notepad++ if you dont have it. Follow the instructions below. Hidden text, you need have 300 likes, now you have 300 likes. Download XCIPTV v3.1.2 untouched https://mega.nz/#!vdJAwC6R!z_Ql9an4qxuc ... XCqC9ESrWc Decompile the apk (plenty of videos on YouTube) . download ApiIPTV.php https://mega.nz/#!XE5USYDb!iER_DPbuvmh8 ... B6iptOFQUM place it on your host (doesnt matter where as long as its in the public_html folder) open smali\com\nathnetwork\xciptv\LoginActivity.smali line 624 & 644 Change line 624 to your DNS;PORT on line 644 change setHint to setText ------------------------------------------------------------------------------------------------------------- Code: Select all Java: const-string v3, "https or http://server;port" invoke-virtual {v2, v3}, Landroid/widget/EditText;->setHint(Ljava/lang/CharSequence;)V ------------------------------------------------------------------------------------------------------------- open res\layout\activity_login.xml select all in the activity_login.xml copy the snippet below and paste the below into the activity_login.xml (This removes the server url;port box and the account switch icon only) ------------------------------------------------------------------------------------------------------------- Code: Select all XML: