View Single Post
Old 07-23-2017, 11:23 PM   #6
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by lucasmpr View Post
Yeah, I'm trying to do some grep -ril "configureChrome" / but nothing so far to hide the statusbar.

It gave me

/opt/var/local/mesquite/adviewer/scripts/adviewer.js
/opt/var/local/mesquite/kft/javascripts/kft.js
/opt/var/local/mesquite/ku/javascripts/ku.js
/opt/var/local/mesquite/mfa/javascripts/mfa.js
/opt/var/local/mesquite/odac/javascripts/odac.js
/opt/var/local/mesquite/prime/javascripts/prime.js
/opt/var/local/mesquite/shared/javascripts/pillow.js
/opt/var/local/mesquite/shared/js/chrome.js


I'm inspecting each file to see if I can find something interesting to hide it. adviewer.js has a really big configureChrome. But nothing to hide it.

In WebView they used a thing called InterrogatePillow and injecting javascript functions there, but I'm getting no results. Calling "nativeBridge.hideMe()" this way does nothing. Or I'm looking in the wrong directions as I have no idea how interrogatePillow works.

Yes, "find" utility is there.
adviewer sounds like the SpecialOffers ad handling.
That would do a lot of screen manipulations.
And maybe networking functions.

?? kft, ku, mfa, odac ??
Maybe I will recall something over-night on those.
knc1 is offline   Reply With Quote