smarcDroid
Junior Member
- Nov 5, 2014
- 9
- 4
Hi tasinofan,
I've worked HOURS on getting fastboot working on Linux with the S9714. NO SUCCESS... I tried all the known stuff, that's written down well in the different forums. From creating udev-rules via the fastboot -i... stuff to the flock mechanism in Linux. The flock thing seemed to work one or two times, but it was pretty, pretty fragile. Lenovo did some own modification to the fastboot-portion, I think. ADB works fine. I still do all the fastboot stuff from Windows. It's a Windows 8 (x64). I use LeTools from Lenovo. The neccessary drivers are part of the package. I had to "tune" the ini-file of the driver a little bit. A line matching my Product-ID and Vendor-ID was missing. After fixing that installation was not a problem. Was the same for installation of the Medion driver. If you need more detailed instructions, let me know.
I'm not happy to say that, but Linux is not the right place to do it as far as I know. I hope there's a solution out there, that I haven't found until now. A guy out there in the internet figured out the way with flock. It deals with thread-locks inside the Linux kernel. Forgot his name... he did a lot of experiments on lenovo devices. It was a bash script containing arround 150 lines of code. Pretty complex in my opinion. Tried it any way but it was no adequate solution for me.
I've worked HOURS on getting fastboot working on Linux with the S9714. NO SUCCESS... I tried all the known stuff, that's written down well in the different forums. From creating udev-rules via the fastboot -i... stuff to the flock mechanism in Linux. The flock thing seemed to work one or two times, but it was pretty, pretty fragile. Lenovo did some own modification to the fastboot-portion, I think. ADB works fine. I still do all the fastboot stuff from Windows. It's a Windows 8 (x64). I use LeTools from Lenovo. The neccessary drivers are part of the package. I had to "tune" the ini-file of the driver a little bit. A line matching my Product-ID and Vendor-ID was missing. After fixing that installation was not a problem. Was the same for installation of the Medion driver. If you need more detailed instructions, let me know.
I'm not happy to say that, but Linux is not the right place to do it as far as I know. I hope there's a solution out there, that I haven't found until now. A guy out there in the internet figured out the way with flock. It deals with thread-locks inside the Linux kernel. Forgot his name... he did a lot of experiments on lenovo devices. It was a bash script containing arround 150 lines of code. Pretty complex in my opinion. Tried it any way but it was no adequate solution for me.