[RIPPED] OXOO APP (no liveTV - no subsribtion - no country or genre)

dfgfgfhj

Active member
Sep 2, 2019
255
94
28
International
t.me
I'm not an expert. but i will dig into it more and see what i can do.

for proguard and in-app download. they both work good..

if you need to encrypt url and api key.

you need to specify it in proguard, only encrypt Config.java

encrypting other things, will cause the app to crash
how this possible "you need to specify it in proguard, only encrypt Config.java "?
 

Doraimon0

Active member
May 30, 2020
119
28
28
There is still featured tv channel in home screen bro
Screenshot_2020-07-15-22-48-44-387_com.cimatrex.app.jpg


I think you need to hide it from the admin panel.




how this possible "you need to specify it in proguard, only encrypt Config.java "?


just add this to proguard file:
-keep class !com.yourpackage.name.Config { *; }

and make sure you set the "minify" option to true in build.gradle
 
Last edited:

AMWolfstein

Member
Jul 5, 2020
190
16
18
I think you need to hide it from the admin panel.







just add this to proguard file:
-keep class !com.yourpackage.name.Config { *; }

and make sure you set the "minify" option to true in build.gradle

Can you show me how did you hide all of this from the app ?
 

P K

New member
Sep 24, 2020
15
0
1
Hey bro, can you please guide me which files you modified to achieve this? I want to hide only Country, Genre and want LiveTV. I tried to modify MainActivity file and added statements for LiveTV but it is not working, have not given any error but in app liveTV is not showing. Are there any other files which needs to be modified other than MainActivity?
 

Doraimon0

Active member
May 30, 2020
119
28
28
Hey bro, can you please guide me which files you modified to achieve this? I want to hide only Country, Genre and want LiveTV. I tried to modify MainActivity file and added statements for LiveTV but it is not working, have not given any error but in app liveTV is not showing. Are there any other files which needs to be modified other than MainActivity?

If i recall correctly, just modified xml files instead of removing values. i gave it 0dp to hide it..

i modified a lot of files i can't remember which files actually, but you can download it and compare it with clean oxoo files via visual studio code editor
 

Aramy

New member
Banned User
Jul 31, 2020
9
1
1
I want to add a review button in the side menu. Can someone give me a java code for this?
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu