Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Tutorial STB EMU PRO how to customize

mrodasneira

Extended Member
Ext. Member
Joined
Sep 15, 2019
Messages
32
Reaction score
148
Points
44
Location
Ecuador
Anyone get this working??? got the app to recompile after updating the portal url but when i try to install the app looks to crash straight away never launches. Where could i be going wrong?



greetings you just compiled the application, or you also installed the certificate


This is the process.

1. Download sdk.rar
2. Unzip in folder x:/sdk/apktool there are two files (apktool.cmd) and (apktool.exe) copy them to the folder c:/windows
3. Copy Your_name_STB.apk to x:/sdk/tools folder.
4. From the windows command line (cmd) and enter keys.
5. x:/sdk/apktool/apktool d Your_name_STB.apk
And you already have the decompiled application
You make the necessary changes and you're done.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Decompile Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code:
apktool d aplicacion.apk

Modify application:

Change application logo, go to:
edit /res/drawable/logo.png (size 128x128)

Specify the url address of the portal, go to:
/res/values/strings.xml
edit line 500 <string name="default_portal_url">http://yoururl.domain/c/</string>

Name the application
edit line 460 <string name="app_name">Your Name STB</string>

Warning: do not modify anything else but have advanced knowledge, it can damage the application

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Compile Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code:
apktool b
apktool b

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Sign Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Installer Java 8
Code:
java -jar signapk.jar testkey.x509.pem testkey.pk8 aplicacion.apk signed_aplicacion.apk

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Optimize Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Código:
zipalign -v 4 signed_aplicacion.apk zipalign_aplicacion.apk

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Check Optimized XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Código:
zipalign -c -v 4 zipalign_aplicacion.apk
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

bryan3r3

Extended Member
Ext. Member
Joined
Mar 11, 2020
Messages
205
Reaction score
844
Points
104
Location
California
Thank you for sharing!

Do you know how to disable the Auto Update without having the user to manually disable it?
 

premiumgreek

Extended Member
Ext. Member
Joined
Apr 8, 2020
Messages
15
Reaction score
3
Points
14
Location
greece
This is the process.

1. Download sdk.rar
2. Unzip in folder x:/sdk/apktool there are two files (apktool.cmd) and (apktool.exe) copy them to the folder c:/windows
3. Copy Your_name_STB.apk to x:/sdk/tools folder.
4. From the windows command line (cmd) and enter keys.
5. x:/sdk/apktool/apktool d Your_name_STB.apk
And you already have the decompiled application
You make the necessary changes and you're done.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Decompile Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code:
apktool d aplicacion.apk

Modify application:

Change application logo, go to:
edit /res/drawable/logo.png (size 128x128)

Specify the url address of the portal, go to:
/res/values/strings.xml
edit line 500 <string name="default_portal_url">http://yoururl.domain:port/c/</string>

Name the application
edit line 460 <string name="app_name">Your Name STB</string>

Warning: do not modify anything else but have advanced knowledge, it can damage the application

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Compile Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code:
apktool b
apktool b

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Sign Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Installer Java 8
Code:
java -jar signapk.jar testkey.x509.pem testkey.pk8 aplicacion.apk signed_aplicacion.apk

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Optimize Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Código:
zipalign -v 4 signed_aplicacion.apk zipalign_aplicacion.apk

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Check Optimized XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Código:
zipalign -c -v 4 zipalign_aplicacion.apk




No quote

No quote
How to download sdk.rar?
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

lennovo

Extended Member
Ext. Member
Joined
Apr 8, 2020
Messages
66
Reaction score
352
Points
64
Location
Earth
This is the process.

1. Download sdk.rar
2. Unzip in folder x:/sdk/apktool there are two files (apktool.cmd) and (apktool.exe) copy them to the folder c:/windows
3. Copy Your_name_STB.apk to x:/sdk/tools folder.
4. From the windows command line (cmd) and enter keys.
5. x:/sdk/apktool/apktool d Your_name_STB.apk
And you already have the decompiled application
You make the necessary changes and you're done.

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Decompile Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code:
apktool d aplicacion.apk

Modify application:

Change application logo, go to:
edit /res/drawable/logo.png (size 128x128)

Specify the url address of the portal, go to:
/res/values/strings.xml
edit line 500 <string name="default_portal_url">http://yoururl.domain:port/c/</string>

Name the application
edit line 460 <string name="app_name">Your Name STB</string>

Warning: do not modify anything else but have advanced knowledge, it can damage the application

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Compile Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Code:
apktool b
apktool b

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Sign Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Installer Java 8
Code:
java -jar signapk.jar testkey.x509.pem testkey.pk8 aplicacion.apk signed_aplicacion.apk

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Optimize Application XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Código:
zipalign -v 4 signed_aplicacion.apk zipalign_aplicacion.apk

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX Check Optimized XX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Código:
zipalign -c -v 4 zipalign_aplicacion.apk




No quote

No quote

Can you put a customized one to see the result. Thank you
 

bigifa

Extended Member
Ext. Member
Joined
Sep 22, 2020
Messages
11
Reaction score
30
Points
24
Location
UK
so I used these instructions on a newer version of stbemu that has updated codecs and works on firesticks but the default url is not hidden and still visible in the settings menu also is there a way to change the default stb model and firmware.. many thanks
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock