Welcome to My iptv forum

  • Everyone is invited! My iptv forum is for everyone, new and advanced user alike!
  • Searching is key! Before you post a question, use the forum search feature to determine whether your topic has already been covered.
  • Do not start flame wars! If someone has engaged in behavior that is detrimental to the discussion -- spamming, harassment, etc -- report the post and we'll take a look.
  • Tutorial STB EMU PRO how to customize

    Tutorial STB EMU PRO how to customize
    mrodasneira Offline

    mrodasneira

    New member
    Member
    Sep 17, 2020
    1
    15
    3
    Ecuador
    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

     
    Relate Threads
    tohlje17 Offline

    tohlje17

    New member
    Member
    Feb 3, 2022
    2
    2
    3
    Belgrad
    Hello,

    Im now on the forum. I don't see a link anywhere where I can download this "sdk.rar".

    Can anyone help?

    Thank you in advance :)
     
    PicKim Offline

    PicKim

    Art of Scan 👑⭐⭐
    Moderator
    Trusted Member
    Member
    Jan 4, 2023
    1,294
    47,489
    113
    Italy
    Hello,

    Im now on the forum. I don't see a link anywhere where I can download this "sdk.rar".

    Can anyone help?

    Thank you in advance :)
    Read well!! Hidden text, To see the link you need at least 50 Likes from other members get likes by sharing with others...

    The author of the Thread said that you must have 50 Likes to see the content.
     
    F Offline

    Fodilsbs

    New member
    Member
    Jun 16, 2023
    1
    1
    3
    uk
    thank you very much.
    i want just to add that i used APK Editor Studio v1.7.1 and it worked .
     

    Create an account or login to comment

    You must be a member in order to leave a comment

    Create account

    Create an account on our community. It's easy!

    Log in

    Already have an account? Log in here.

    Top Posters of the Month

    Online statistics

    Members online
    117
    Guests online
    562
    Total visitors
    679
    18,382Threads
    64,438Messages
    63,105Members
    crnibombarderLatest member
    Top