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!

Tutorial STB EMU PRO how to customize

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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Thank you for sharing!

Do you know how to disable the Auto Update without having the user to manually disable it?
 
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 @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
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
 
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
Back
Top