I'm trying to write an app for my own purpose/testing (I'm living at the French/Swiss border and I'd like my own app for mobile network management).
I'm looking for a basic functionality (well, seems basic to my eyes...), something like connectToMobileNetwork(NetworkId).
I've googled a lot the last days, and the most serious related topic I found are those:
Android: How do I get GSM signal strength for all available network operators
how to get a list of available gsm networks?
Which are at least 5 years old... And speaks only about visualizing network, not connecting.
Is it only possible?
Edit: i found those two even more interesting posts as well:
Change mobile network mode (gsm, wcdma, auto)
Change the Network Operator with an Android App
It looks like that I'll have to work with hidden/not public api, that may be modified by any device manufacturer...
No one ever tried that here?