DOWNLOAD OTT Navigator v1.6.3.8 Hardcoded

RyuleDreg

Well-known member
Joined
Apr 16, 2021
Messages
67
Awards
3
Offline
*not my work. Sharing for those interested I love this app.

To add Url= 3 places
/res/layout/provider_edit.xml - line 9
/res/layout-21/provider_edit.xml - line 9
/res/layout-22/provider_edit.xml - line 9

Search for http://yourdns:port

For server name, same files as above line 5. search yourservername

For your own pop up toast msg
Your message will have to be base64 encoded.

Navigate to

smali/studio/scillarium/ottnavigator/MainActivity.smali

Line 55
Change
const/4 v3, 0x0
To
const/4 v3, 0x1

Line 83
const-string v1, "Base64 encoded Toast"

App Name Change - after testing seems to crash after a few seconds of opening the app will look into this

AndroidManifest
Line 26

android:label=OTT Navigator"

smali/studio/scillarium/ottnavigator/app.smali

Line 176

const-string v0, "OTT Navigator"

Images are all in /res/drawable xxhpi ect

 

RimsOne

New member
Joined
Nov 17, 2023
Messages
8
Awards
1
Offline
great share, thanks! Just to be clear, we cannot change the OTT Navigator name then? What text are in base 64, it doesnt' say.
 

KingPegasus

Well-known member
Joined
Jun 18, 2021
Messages
720
Awards
3
Offline
great share, thanks! Just to be clear, we cannot change the OTT Navigator name then? What text are in base 64, it doesnt' say.
Can't change the name it crashes it and base64 is for toast message. This is all stated in instructions
 
Last edited:

TheOne

Well-known member
VIP Member
Top Poster Of Month
Joined
Aug 21, 2022
Messages
361
Awards
3
Online
Package name can be changed. App name unfortunately cannot.
 
Top