Open MurKit opened 7 years ago
i'm getting the same.
So do I on ubuntu 14.04.5 : I first installed from repo (1.4.0-2) both heimdall-flash & heimdall-flash-frontend. As I couldn't do anything in my SM-N7505 with this version I compiled 1.4.2 sources as of today 2017:09:13 then I succeeded in command line both in print-pit > file.pit.txt and download-pit --ouput file.pit, as frontend failed So far so good, trying to go further with frontend, I noticed checking Help/About Heimdall that was reported "Heimdall Frontend V.1.4.2 Copyright 2010-2017..." and "Heimdall (command line) V.1.4.0 Copyright 2010-2017..." !!!! It's I forgot to uninstall the 2 v1.4.0 packages with my packages manager.... then so did I ... then the "Heimdall frontend ERROR: Failed to start Heimdall!". Now, looking Help/About Heimdall: "Heimdall Frontend V.1.4.2 Copyright © 2010-2017..." and "Heimdall (command line) [NO VERSION HERE] Copyright © 2010-2017..." It seems frontend can't find the CL binary .... [EDIT] : I run both programs this way : sudo ~/Heimdall/build/bin/heimdall or gksudo ~/Heimdall/build/bin/heimdall-frontend, or if pwd is yet ~/Heimdall/build/bin, sudo ./heimdall or gksudo ./heimdall-frontend
I was able to get cl working with changes from the gs5 branch, and that was good enough for me. Thanks for all your work. I truly appreciate having a linux tool for samsung devices,
-c On Sep 13, 2017 10:00 AM, "bugith" notifications@github.com wrote:
So do I on ubuntu 14.04.5 : I first installed from repo (1.4.0-2) both heimdall-flash & heimdall-flash-frontend. As I could do anything in my SM-N7505 with this version I compiled 1.4.2 sources as of today 2017:09:13 then I succeeded in command line both in print-pit > file.pit.txt and download-pit --ouput file.pit, as frontend failed So far so good, trying to go further with frontend, I noticed checking Help/About Heimdall that was reported "Heimdall Frontend V.1.4.2 Copyright 2010-2017..." and "Heimdall (command line) V.1.4.0 Copyright 2010-2017..." !!!! It's I forgot to uninstall the 2 v1.4.0 packages with my packages manager.... then so did I ... then the "Heimdall frontend ERROR: Failed to start Heimdall!". Now, looking Help/About Heimdall: "Heimdall Frontend V.1.4.2 Copyright © 2010-2017..." and "Heimdall (command line) [NO VERSION HERE] Copyright © 2010-2017..." It seems frontend can't find the CL binary ....
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Benjamin-Dobell/Heimdall/issues/405#issuecomment-329195935, or mute the thread https://github.com/notifications/unsubscribe-auth/AdAlMOx2pL46G89G_Ax-F06e6dWa1QY8ks5sh-4hgaJpZM4OVJq_ .
And I was able to have frontend reporting 1.4.2 both for itself and cl by copying the 2 bins in /usr/bin :) Then I could flash TWRP to my phone with the heimdall GUI
No more "ERROR: Failed to start Heimdall!"
@bugith Could you please tell what exactly did you copy?
both 2 heimdall & heimdall-fronted files that compilation created into ~/Heimdall/heimdall/build/bin (copied with sudo cp path/heim* /usr/bin/
(or mv) on my ubuntu 14.04 which put them in the path variable, no more requiring typing the path (./heim.. or ~/Heim..../heim...)
BTW : first, just uninstall any heimdall-flash you installed before with your package manager... and lock the version (as a graphical reminder)
This looks like a dupe of #356, for which I left a comment with a simple working solution.
I did same think @bugith did. After compiling I copied 2 files from ~/heimdall/build/bin to /usr/bin and run them with sudo privileges. No more "ERROR: Failed to start Heimdall!"
I'm on Mint 18.1, all the libs are installed. When I compile release 1.4.2 or newest from GitHub, I later get an error: FRONTEND ERROR: Failed to start Heimdall!
Build log: