OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - General Discussion => Topic started by: Murple2 on March 01, 2018, 04:50:11 pm
-
I don't have a device to test yet, but I have found some source for a linux flash tool that might work the the images released from Planet Computers today.
https://github.com/eret1k/SP-Flash-Tool-src (https://github.com/eret1k/SP-Flash-Tool-src)
if you are compiling under linux then edit Build/build-linux.mk and change the path to qmake. QT4 is needed.
-
I don't have a device to test yet, but I have found some source for a linux flash tool that might work the the images released from Planet Computers today.
https://github.com/eret1k/SP-Flash-Tool-src (https://github.com/eret1k/SP-Flash-Tool-src)
if you are compiling under linux then edit Build/build-linux.mk and change the path to qmake. QT4 is needed.
I believe this is the same project as this, as posted on IRC:
https://androidmtk.com/smart-phone-flash-tool (https://androidmtk.com/smart-phone-flash-tool)
This page hosts the binaries for both Windows and Linux (scroll to the bottom of the page for the latest Linux’ version), and it has a more recent version number than the GitHub one (v5.1752 vs. v5.1720). Of course, this is not official, so take great care if you decide to use it; as pointed out by NotKit: ”Be careful with the vanilla MTK tool, as a full format will erase the nvram partition with device-specific data”.
Varti
-
I had fallen at the first hurdle, couldn't get the linux flash tool to open on my Mint 17.1 installation so used the version v5.1816 (latest) which did.
However when attempting a readback the flash tool gives the error
"
ERROR : STATUS_ERR (-1073676287) , MSP ERROE CODE : 0x00.
"
My PC has no problem communicating with the Gemini as it is quite happy to see android and enter MTP mode. Any ideas anyone?
-
I had fallen at the first hurdle, couldn't get the linux flash tool to open on my Mint 17.1 installation so used the version v5.1816 (latest) which did.
However when attempting a readback the flash tool gives the error
"
ERROR : STATUS_ERR (-1073676287) , MSP ERROE CODE : 0x00.
"
My PC has no problem communicating with the Gemini as it is quite happy to see android and enter MTP mode. Any ideas anyone?
If you look at this thread https://www.oesf.org/forum/index.php?showtopic=35028 (https://www.oesf.org/forum/index.php?showtopic=35028) it may help. There is a lib to install that should help with the flash tool linked on the PC site but other guidance there that may help.
-
Having to install QT4 and fire up an X server just to flash a device is pretty ridiculous. Has anyone started in on a command-line version of the flash tool yet?
Or better yet, just porting u-boot to this thing so we can use fastboot like a civilized android dev?