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!

LTQ Menu change

Alexdc12

Extended Member
Ext. Member
Joined
Feb 3, 2020
Messages
22
Reaction score
33
Points
24
Location
Uk
Evening all.
Firstly thanks for @Ian to showing me bluestacks, dunno why i never thought to use an android emulator!

In the ltq menu we have items like Series on Demand, Movies on Demand. I dont want those items. Ian pointed me into a smoke and mirrors approach which involves deleting the text of the buttons, but this leaves a working button still. And a gap in menu.

Has anyone managed to fully remove the buttons?
20200204-190641.jpg
 
When I convert that fragments smali into java it gets even more confusing, check out these two:

Smali: Java:
Java:
package com.topper865.ltq.b.h;

import com.topper865.ltq.c.b;
import d.h.a.e.h;
import h.x.c.a;
import h.x.d.i;
import h.x.d.j;
import java.util.ArrayList;
import java.util.Arrays;
import org.jetbrains.annotations.NotNull;

final class g$a extends j implements a<ArrayList<h>> {
    final /* synthetic */ g f;

    g$a(g gVar) {
        this.f = gVar;
        super(0);
    }

    @NotNull
    public final ArrayList<h> invoke() {
        r6 = new h[11];
        int C0 = this.f.C0();
        Object[] objArr = new Object[]{this.f.a(2131820574)};
        String format = String.format("", Arrays.copyOf(objArr, objArr.length));
        i.a(format, "java.lang.String.format(this, *args)");
        r6[8] = new b(C0, format, 0, 4, null);
        r6[9] = new b(this.f.E0(), "Account", 0, 4, null);
        r6[10] = new b(this.f.F0(), "\u2630 Settings", 0, 4, null);
        return h.r.h.a(r6);
    }
}

You wouldn't think they are the same files lol, I don't know where I'm going wrong but I also would like to achieve this - well, I actually just want to move Recordings and Football Listings down the list to the bottom.
 
When I convert that fragments smali into java it gets even more confusing, check out these two:

Smali: Java:
Java:
package com.topper865.ltq.b.h;

import com.topper865.ltq.c.b;
import d.h.a.e.h;
import h.x.c.a;
import h.x.d.i;
import h.x.d.j;
import java.util.ArrayList;
import java.util.Arrays;
import org.jetbrains.annotations.NotNull;

final class g$a extends j implements a<ArrayList<h>> {
    final /* synthetic */ g f;

    g$a(g gVar) {
        this.f = gVar;
        super(0);
    }

    @NotNull
    public final ArrayList<h> invoke() {
        r6 = new h[11];
        int C0 = this.f.C0();
        Object[] objArr = new Object[]{this.f.a(2131820574)};
        String format = String.format("", Arrays.copyOf(objArr, objArr.length));
        i.a(format, "java.lang.String.format(this, *args)");
        r6[8] = new b(C0, format, 0, 4, null);
        r6[9] = new b(this.f.E0(), "Account", 0, 4, null);
        r6[10] = new b(this.f.F0(), "\u2630 Settings", 0, 4, null);
        return h.r.h.a(r6);
    }
}

You wouldn't think they are the same files lol, I don't know where I'm going wrong but I also would like to achieve this - well, I actually just want to move Recordings and Football Listings down the list to the bottom.
Hi ian

Is the java a full conversion of that smali? Or is it juat a snippet?

Maybe we need to look at the includes too.

How are you converting to java?
 
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
I read all the code then started editing putting code in other places but no lock it changed some bits but then crashed the app out then played with the smali and that then read the changed I put in but didn't want to open they have coded this app stupidly to stop people from messing with it tell you 1 thing sure they made i nice app but if i was paying to get a custom app made i wouldn't use the person that made ltq
 
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
dont get me wrong im not going to stop trying just take me a bit has 2 kids in the house under 3 and need to wait till they napping to get on lol
Yep i feel your pain! Mine are older but still hard work!

If be better if i could figure out how to convert all the smali to java!
 
Hi ian

Is the java a full conversion of that smali? Or is it juat a snippet?

Maybe we need to look at the includes too.

How are you converting to java?
Thats what gets thrown out from the Smali its given, I used MT Manager too do it.
 
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
Managed to get it to java and as ian said its very strange. That is quite clearly the menu but no mention of the strings we have been editing?!
 
Thats what gets thrown out from the Smali its given, I used MT Manager too do it.
Check discord i posted a pic of java from JDTool very different and exactly what we are looking for except i cant edit with JDTool.
 
So we have made some progress on this, will do a post with all details once i get a chance!

We can successfully re-order and wipeout/remove click functionality from unwanted items but they eill leave a gap at present.
 
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
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top