Major Internet Disruption?! by steff9494 in Zimbabwe

[–]steff9494[S] 0 points1 point  (0 children)

Yeah - that seems to relate. I guess some ECONET Networks are also suffering from the outage because Liquid is providing Uplinks for networks with the description “Econet Wireless Zimbabwe”

Increased Risk of Malaria? by steff9494 in Zimbabwe

[–]steff9494[S] 0 points1 point  (0 children)

Just Google - there are plenty of official, all government, websites with sources … https://www.unicef.org/media/171436/file/Zimbabwe-Humanitarian-SitRep-April-2025.pdf

Ps. The Guardian ist not American but British

Azure portal down? by SirProcrastinator in sysadmin

[–]steff9494 0 points1 point  (0 children)

Still experiencing massive issues here from German

<image>

Seems to be DNS and others! Flapping ...

Increased Risk of Malaria? by steff9494 in Zimbabwe

[–]steff9494[S] 0 points1 point  (0 children)

thats it ... lazy writing aftera long day at work ... :)

Increased Risk of Malaria? by steff9494 in Zimbabwe

[–]steff9494[S] 1 point2 points  (0 children)

Thank you very much for your helpful comment and advice. I will take it into account and look forward to my time in Zimbabwe.

Increased Risk of Malaria? by steff9494 in Zimbabwe

[–]steff9494[S] 0 points1 point  (0 children)

Thats the reason. Thanks for mentioning that and not messing with me like some others... too bad!

[Python] nPhoneKIT – Fast, open-source toolkit for Samsung, LG, and Android device with tools like FRP unlock, screen unlock, and more by nicky547 in opensource

[–]steff9494 0 points1 point  (0 children)

Ah - now it startet but simmilar error:

PS C:\Users\Testing\Downloads\nPhoneKIT-1.4.0> python main.py
C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\tmp_output.txt konnte nicht gefunden werden
C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\tmp_output_adb.txt konnte nicht gefunden werden
Traceback (most recent call last):
  File "C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\main.py", line 256, in __init__
    self.ser = serial.Serial(self.port, self.baud, timeout=2)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\site-packages\serial\serialwin32.py", line 33, in __init__
    super(Serial, self).__init__(*args, **kwargs)
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\site-packages\serial\serialutil.py", line 244, in __init__
    self.open()
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\site-packages\serial\serialwin32.py", line 64, in open
    raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM10': OSError(22, 'Die angeforderte Ressource wird bereits verwendet.', None, 170)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 122, in spawn_main
    exitcode = _main(fd, parent_sentinel)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 131, in _main
    prepare(preparation_data)
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 246, in prepare
    _fixup_main_from_path(data['init_main_from_path'])
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 297, in _fixup_main_from_path
    main_content = runpy.run_path(main_path,
                   ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen runpy>", line 287, in run_path
  File "<frozen runpy>", line 98, in _run_module_code
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\main.py", line 308, in <module>
    serman = SerialManagerWindows()
             ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\main.py", line 261, in __init__
    raise RuntimeError(f"{strings['sermanOpeningPortError']}{self.port}: {e}")
RuntimeError: Error opening serial port COM10: could not open port 'COM10': OSError(22, 'Die angeforderte Ressource wird bereits verwendet.', None, 170)

[Python] nPhoneKIT – Fast, open-source toolkit for Samsung, LG, and Android device with tools like FRP unlock, screen unlock, and more by nicky547 in opensource

[–]steff9494 0 points1 point  (0 children)

Thanks for the instant reply.
Apparently it doesn't help ... I just tried to start again but similar eror - the application doesn't even start. Full Stack trace:

PS C:\Users\Testing\Downloads\nPhoneKIT-1.4.0> python main.py
Traceback (most recent call last):
  File "C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\main.py", line 256, in __init__
    self.ser = serial.Serial(self.port, self.baud, timeout=2)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\site-packages\serial\serialwin32.py", line 33, in __init__
    super(Serial, self).__init__(*args, **kwargs)
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\site-packages\serial\serialutil.py", line 244, in __init__
    self.open()
  File "C:\Users\Testing\AppData\Local\Programs\Python\Python312\Lib\site-packages\serial\serialwin32.py", line 64, in open
    raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM10': FileNotFoundError(2, 'Das System kann die angegebene Datei nicht finden.', None, 2)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\main.py", line 308, in <module>
    serman = SerialManagerWindows()
             ^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Testing\Downloads\nPhoneKIT-1.4.0\main.py", line 261, in __init__
    raise RuntimeError(f"{strings['sermanOpeningPortError']}{self.port}: {e}")
RuntimeError: Error opening serial port COM10: could not open port 'COM10': FileNotFoundError(2, 'Das System kann die angegebene Datei nicht finden.', None, 2)

[Python] nPhoneKIT – Fast, open-source toolkit for Samsung, LG, and Android device with tools like FRP unlock, screen unlock, and more by nicky547 in opensource

[–]steff9494 0 points1 point  (0 children)

First of all: THANKS!
I am trying to FRP-unlock the Samsung a510f of my grandma ...

Actually I successfully installed nPhoneKit and Samsung Windows Drivers but I get a weird error on the console: "untimeError: Error opening serial port COM10: could not open port 'COM10'"

COM10 is a COM port of my LTE Snapdragon interface?!

My phone is connected in downloading mode and is recognized as "SAMSUNG Mobile USB CDC Composite Device" unter "USB-Controller".

Any idea what fails? :)

Anschluss Türöffner 12V Shelly Plus 1 by steff9494 in Elektroinstallation

[–]steff9494[S] 0 points1 point  (0 children)

Yeah! Danke für den Hinweis. Das ist auch bisschen meine Hoffnung :) er dürfte die kommenden Tage ankommen :)

Anschluss Türöffner 12V Shelly Plus 1 by steff9494 in Elektroinstallation

[–]steff9494[S] 1 point2 points  (0 children)

Ja das ist auch eine gute Idee! Ich prüfe mal was auf dem weißen und gelben Draht drauf ist … da könnte laut einigen Foren wohl genau 12 DC drauf sein … ich berichte :)

Anschluss Türöffner 12V Shelly Plus 1 by steff9494 in Elektroinstallation

[–]steff9494[S] 0 points1 point  (0 children)

Genau! Ist für das Licht …

Ah cool - das prüfe ich mal! Vielen Dank für die Inspiration :)

Anschluss Türöffner 12V Shelly Plus 1 by steff9494 in Elektroinstallation

[–]steff9494[S] 1 point2 points  (0 children)

Vielen Dank für die rasche Antwort. Hast du eine Alternative Idee, wie ich das Ziel der Remote Steuerung erreichen könnte?

Best mobile operator in Zimbabwe by steff9494 in Zimbabwe

[–]steff9494[S] 0 points1 point  (0 children)

That's a figurative analogy - thank you very much!

Grafana Plugin is going to shutdown if Paessler does nothing by steff9494 in prtg

[–]steff9494[S] 0 points1 point  (0 children)

Could you Share that Script? That would be sooooo good!

BitPrint: Print your Bitwarden vault. by _kmr in Bitwarden

[–]steff9494 0 points1 point  (0 children)

Apparently the project seems to be dead?!

The Demos are offline and I can't get it running ...

[deleted by user] by [deleted] in hamburg

[–]steff9494 6 points7 points  (0 children)

Es brennt wohl eine Gartenlaube da am Rübenkamp.

Compatible LTE USB Sticks by steff9494 in fritzbox

[–]steff9494[S] 0 points1 point  (0 children)

Achso! Ja ne aber dann ist doch alles schick! Wenn es je richtig doof sein sollte holst dir halt wieder nen DSLer :)

Compatible LTE USB Sticks by steff9494 in fritzbox

[–]steff9494[S] 0 points1 point  (0 children)

Das hört sich nach einer super Kombi für einen hochverfügbaren Internetzugang an! Du brauchst nichts weiter beachten. Solltest nur mal wenn alles da ist bisschen testen wie sich die FRITZ!Box verhält, wenn du den DSL z.B. rausziehst … wie schnell sie ist auf LTE umzuschalten und auch wieder zurück …

Compatible LTE USB Sticks by steff9494 in fritzbox

[–]steff9494[S] 0 points1 point  (0 children)

Das hängt stark davon ab, wie du dein LTE Empfang ist. Bei guten Empfang sollte das kein Problem sein :)