B4A Library OreoHotspot (No password or SSID change)

This was done for a job but it seems that the guy I made it for needed to change password and SSID which failed and I couldn't get any further response or donation :D


B4X:
Sub Process_Globals
    'These global variables will be declared once when the application starts.
    'These variables can be accessed from all modules.
    Dim oreo As OreoHotspot
End Sub

Sub Globals
    'These global variables will be redeclared each time the activity is created.
    'These variables can only be accessed from this module.

End Sub

Sub Activity_Create(FirstTime As Boolean)
    'Do not forget to load the layout file created with the visual designer. For example:
    'Activity.LoadLayout("Layout1")
    oreo.Initialize("oreo")

'   
    If oreo.checkSystemWritePermission Then

            oreo.StartTethering

    Else
        oreo.openAndroidPermissionsMenu
    End If   


End Sub

Sub Activity_Resume

End Sub
Sub oreo_onfailed(err As String)
    Log(err)
    ToastMessageShow("oreo_onfailed : "&err,True)
End Sub
Sub oreo_onstopped
    ToastMessageShow("oreo_onstopped",True)
End Sub

Sub oreo_onstarted

    ToastMessageShow("onstarted",True)
End Sub
Sub Activity_Pause (UserClosed As Boolean)
    If UserClosed Then
        oreo.stopTethering
    End If
    
End Sub

DOWNLOAD
 

DonManfred

Expert
Licensed User
Longtime User

somed3v3loper

Well-Known Member
Licensed User
Longtime User
To bad... Wish you had luck...
On the other side i like to welcome @walmo on my lifetime-ignorelist. I don´t want to get fooled by him. Better to fully ignore his requests. :-(
Oops
It seems that I was not the only one :D
Wish you the best my friend too
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
To bad... Wish you had luck...
On the other side i like to welcome @walmo on my lifetime-ignorelist. I don´t want to get fooled by him. Better to fully ignore his requests. :-(
This is the last message regarding ussd lib
is ok, got working ussd program from brandum.
Does he mean @Brandsum ?
 

DonManfred

Expert
Licensed User
Longtime User

walmo

Active Member
Licensed User
Longtime User
WOW
Why must i pay you if you did not do the job , even you state your code failed ..........Grow up

Thx
 
Last edited:

Similar Threads

Top