Hello everyone,
I present you thé OS Lib. aka. the Operating System Library.:sign0025:
This 'giant' library has around 60+ commands.
Everything is explained in the library itself.
What does it cover:
- Memory size of directories
- Tons of hardware strings (e.g model, device, host, ...)
- A unique, very easy countdown timer with 2 events (easier than timer :sign0103:
- CPU information
- Running services, tasks, sending signals
- Rebooting (and wiping data)
- and a lot more!
Note that it is still in beta and errors may still occur. ( I haven't tested all functions yet.)
Please tell it here when, why, what, etc happened.
It is also possible that I didn't add a certain permission as I can't find them always.
I like feedback as it gives me more motivation.
(now go and make your own task killer :^))
Cheerz!
Tomas
I present you thé OS Lib. aka. the Operating System Library.:sign0025:
This 'giant' library has around 60+ commands.
Everything is explained in the library itself.
What does it cover:
- Memory size of directories
- Tons of hardware strings (e.g model, device, host, ...)
- A unique, very easy countdown timer with 2 events (easier than timer :sign0103:
B4X:
Dim OS As OperatingSystem
OS.Initialize("OS")
OS.CountDownTimer(1000)
Sub OS_ontick (ms as long)
toastmessageshow(ms,false)
end sub
Sub OS_onfinish (OS As String)
Msgbox(OS,"OS Library") 'get the secret message in here ;)
End Sub
- CPU information
- Running services, tasks, sending signals
- Rebooting (and wiping data)
- and a lot more!
Note that it is still in beta and errors may still occur. ( I haven't tested all functions yet.)
Please tell it here when, why, what, etc happened.
It is also possible that I didn't add a certain permission as I can't find them always.
I like feedback as it gives me more motivation.
(now go and make your own task killer :^))
Cheerz!
Tomas
Attachments
Last edited: