queen-shit
Sonnenkind
Das SP Flashtool gibt es doch bisher gar nicht für Linux... Oder doch? Es ist nämlich mit in deiner Liste...
aber natürlich, sonst hätte er es nicht geteiltLäuft das auch mit anderen Android-Devicen statt dem Sesonn N9000
Dann sollten sie zumindest diese Info weglassen, dann wüsste man wenigstens Bescheid.New Features/Enhancement:
- Intial Pre-Release for Linux platform
Es gibt Windows-Tools (EXE, DLLs...) die laufen unter Linux mit der Mono-Runtime:...das ist nur die Windoofs Version und das hat aber mal gar nichts mit Linux zu tun.
Ich selbst nutze auch einen Linux SAT-Receiver. Dafür gibt es einen Kanallisteneditor "SatChannelListEditor"....ist eine .NET-kompatible Entwicklungs- und Laufzeitumgebung für plattformunabhängige Software, basierend auf dem CLI-Standard sowie der Programmiersprache C# und ergänzt durch die Integrierte Entwicklungsumgebung MonoDevelop....
Wenn Ihr erfolgreich geflasht habt, vergesst nicht, Euren Modem-Manager wieder zu installieren:
- The “modemmanager” package integrated by default on your computer it is not compatible with the MTK Flash Tool for the Linux (14.04 and 14.10) latest versions, and must be uninstalled beforehand. This package is used as a protective USB modem device. Any user configuration file will remain after you uninstall and install the package. Though, we can reinstate our current configuration if necessary, after using the tool.
º Uninstall the designated package using the following commands:
- The following steps will be necessary for the latest versions of Ubuntu:
sudo apt-get remove modemmanager
Uninstalled package
It will ask you for the login password. Command lines will appear asking if you want to continue. Enter S (yes) and continue the process until it is complete.
sudo service udev restart
Udev restart the service without restarting the computer
This may have the side effect of removing the kernel module “cdc_acm”. To check if so, run the following command:
lsmod | grep cdc_acm
If it gives you an empty list in return, you must install the following module:
sudo modprobe cdc_acm
sudo apt-get install modemmanager