• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Mods trying modify a iptv app

John953

Lurker
I have a iptv app that has the companies logo and info on the app. I download apktool and when into res folder deleted there images. Also on the manifest.xml i deleted the companies name. After i did this i try closing the app and i get a error

at brut.androlib.Androlib.buildResourcesFull(Androlib.java:477)
at brut.androlib.Androlib.buildResources(Androlib.java:411)
at brut.androlib.Androlib.build(Androlib.java:310)
at brut.androlib.Androlib.build(Androlib.java:263)
at brut.apktool.Main.cmdBuild(Main.java:227)
at brut.apktool.Main.main(Main.java:84)

i read online and saw some threads about framework but dont know where and what to get. I just learned about this yesterday as far as reverse enginering a app. so if im slow to concepts please forgive me thanx for the help in advance
 
I have it on my firestick but when people come to my house or changing channels or browsing guide the companies name shows up. So people ask questions that I don't feel like answering
 
The application is probably crashing because you deleted some image resources, which it's looking for, but now don't exist.
 
Back
Top Bottom