Open Marietto2008 opened 1 year ago
Flash the patched img file from command line with heimdall flash --BOOT /path/to/patched-boot.img
, or (possibly, haven't tried) through GUI. No need to rename the file or put it into zip file with heimdall
(I'm running Ubuntu 22.04 installed within a WSL2 system on Windows 11). I've installed Heimdall with the following commands :
Heimdall v1.4.2
Copyright (c) 2010-2017 Benjamin Dobell, Glass Echidna http://www.glassechidna.com.au/
This software is provided free of charge. Copying and redistribution is encouraged.
If you appreciate this software and you would like to support future development please consider donating: http://www.glassechidna.com.au/donate/
Initialising connection... Detecting device... ERROR: Failed to detect compatible download-mode device.
On Sat, Jul 8, 2023 at 11:08 PM Henrik Grimler @.***> wrote:
Flash the patched img file from command line with heimdall flash --BOOT /path/to/patched-boot.img, or (possibly, haven't tried) through GUI. No need to rename the file or put it into zip file with heimdall
— Reply to this email directly, view it on GitHub https://github.com/Benjamin-Dobell/Heimdall/issues/528#issuecomment-1627490654, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFYNC2XCQCWH5ZBAVOOZLTXPHD4ZANCNFSM6AAAAAA2CZWG6Y . You are receiving this because you authored the thread.Message ID: @.***>
-- Mario.
Does windows automatically pass usb devices through to WSL? If not you'll have to set that up somehow.
Probably easier to use odin if you are on windows
Hello to everyone.
I'm trying to enable KVM on my SM-A600G (Samsung Galaxy A6 with exynos7870). This is the guide that I'm following :
https://github.com/raspiduino/a6lte-kvm
I've reached Step 1 of the section "installing",where he says to :
He didn't explain which kind of tecnique and file is accepted by Heimdall,so I'm here to ask this. At the moment I have a boot.img file and a boot.tar files. These files aren't accepted by Heimdall. When I click on "Heimdall Firnware Package / Browse" they aren't available. So,what should I do to install the patched image file to my phone using Heimdall ? thanks.