Easy STB EMU PRO how to customize!!!

Advertise with us


Welcome!
Join this incredible group of like-minded people and start discussing everything IPTV.
Register now
May 1, 2022
3
1
Lisboa
This Thread had not been rated yet
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

arquivo
 
This Thread had not been rated yet
  • Like
Reactions: endrithoxha82
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock