Closed murdegern closed 7 years ago
got a little further now. The problem seems to be that FlashTool cannot identify the device (I have to pick SGP5XX from the "Device Selector" on every start). Asking to "permanently" identify it is, well, not permanent (menu appears again next time, though ~/.flashTool/devices/SGP5XX/SGP5XX.properties was rewritten)
So when I enter flash mode, the device is again unknown, Devices.getDeviceFromVariant(getCurrentDevice()) will return a null pointer, and dev.isFlashScriptMandatory() will bomb with an NPE.
I'd love to kludge it (hard-code the model or something), but compiling the git version didn't work for me either: Error: Could not find or load main class gui.Main, x10flasher.jar is only 808 byte.
Got it to compile with eclipse, kludged detection out (tablet id came as "castor_windy", not "SGP512" or alike).
Hello,
thanks for writing flashtool. It worked fine for me earlier. Now, I hit a snag with my z2 tablet, though. I fetched the ftf with the embedded XperiFirm. When flashing, it fails like
04/041/2017 11:41:09 - ERROR - (X10flash.java:735) - null 04/041/2017 11:41:10 - ERROR - (X10flash.java:736) - Error flashing. Aborted
Help is very much appreciated. Regards, Torsten
More Logs (debug mode):