Date Tags linux

A while ago I wrote that 2017 is The Year of the Linux Desktop, but there is one thing that has always bothered me and that is that I need to fallback to my Windows machine to flash a new ROM on my lovely Samsung (Android) phone. Of course there is Heimdall, but I never got it to work, and especially not for ROMs consisting of multiple separate files. So I decided to give running ODIN in VirtualBox a shot, and while I did not get everything working yet, these steps got me pretty far already:

  1. Download and install the VirtualBox Extension Pack
  2. In the Windows VM in VirtualBox, go to Settings -> USB and enable Enable USB 2.0 (EHCI) Controller
  3. Blacklist the cdc_acm driver in your Linux host machine: sudo modprobe -r cdc_acm and add blacklist cdc_acm to your /etc/modprobe.d/blacklist.conf
  4. On your Linux host machine, add your user to the vboxusers group: usermod -G vboxusers -a username
  5. Inside the Windows VM, install Samsung Smart Switch PC (previously KIES) for the drivers, or install just the drivers from here
  6. Put the phone in Download Mode, plug in the USB Cable, forward the USB Port to the Windows VM (in VirtualBox, with a running Windows VM, in the menu go to Devices -> USB and tick your phone)
  7. Download and extract ODIN, and when the phone is connected in download mode, it should work.


Comments

comments powered by Disqus