
ciasny
Moderator
Moderator
VIP
Registered
- Joined
- Oct 22, 2023
- Messages
- 306
- Points
- 93
Online
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
ort
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
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
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