Differences between revisions 3 and 4
Revision 3 as of 2017-12-10 18:53:14
Size: 784
Editor: PieterSmit
Comment:
Revision 4 as of 2017-12-10 19:24:55
Size: 965
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
    1. sudo apt install cmake libusb-1.0-0-dev zlib1g-dev qt5-default libgl1-mesa-dev
Line 16: Line 17:
    1. mkdir build
    1. cd build
    1. cmake -DCMAKE_BUILD_TYPE=Release ..
    1. make

Heimdall - Mobile - Flash Rom Notes

  • 2017 Tried to flash rom on Note3
    • Ubuntu 16.04 - Heimdall package cant download PIT (Partition file) over usb from phone.
      • Worked after using GIT source ./heimdall info , Heimdall v1.4.2
        • sudo ./heimdall download-pit --output mypit.pit
    • After Heimdall saved the PIT it rebooted the phone and all was fine.
      • Used TWRP app to install recovery Note3-Int-Qualcomm

Dec 2017 , Note3 stuck in boot loop after TWRP bootloader install on Android

  1. Down load github code  git@github.com:Benjamin-Dobell/Heimdall.git 

  2. Follow instructions https://raw.githubusercontent.com/Benjamin-Dobell/Heimdall/master/Linux/README

  3. Make Heimdal
    1. sudo apt install cmake libusb-1.0-0-dev zlib1g-dev qt5-default libgl1-mesa-dev
    2. cd Heimdal
    3. mkdir build
    4. cd build
    5. cmake -DCMAKE_BUILD_TYPE=Release ..
    6. make

...

Linux/Heimdall (last edited 2017-12-14 08:19:13 by PieterSmit)