GustavoM@lemmy.world to Linux 101 stuff. Questions are encouraged, noobs are welcome!@lemmy.worldEnglish · 12 days agoHow do I write an android .img file to an external usb disk?message-squaremessage-square10fedilinkarrow-up17arrow-down10file-text
arrow-up17arrow-down1message-squareHow do I write an android .img file to an external usb disk?GustavoM@lemmy.world to Linux 101 stuff. Questions are encouraged, noobs are welcome!@lemmy.worldEnglish · 12 days agomessage-square10fedilinkfile-text
Title. I’ve tried using dd but it doesn’t work – the .img file is written but it does not boot. Thanks in advance.
minus-squareneidu3linkfedilinkEnglisharrow-up5·12 days agoThe write process with dd most likely worked just fine. However, the system you’re inserting it into probably doesn’t know what to do with it. is the architecture the same? Most Android devices are ARM-based, which is not compatible with, for example i386 or x86_64 (a.k.a. amd64) Is the boot method compatible? I don’t know the boot process of android devices, but it’s probably not UEFI.
minus-squareGustavoM@lemmy.worldOPlinkfedilinkEnglisharrow-up1·12 days ago The write process with dd most likely worked just fine. Not on my end. For some reason it (only) works when I write said image on a sketchy/suspicious chinese third party windows software.
The write process with dd most likely worked just fine. However, the system you’re inserting it into probably doesn’t know what to do with it.
Not on my end. For some reason it (only) works when I write said image on a sketchy/suspicious chinese third party windows software.