1614
Comment:
|
2764
|
Deletions are marked like this. | Additions are marked like this. |
Line 37: | Line 37: |
== 13 Dec 2017 - Flash Note3 - firmware with heimdal-frontend == | == 13 Dec 2017 - Flash Note3 - firmware/modem/radio with heimdal-frontend to resolve "network not available" == |
Line 42: | Line 42: |
2. Un-zip, un-tar 3. |
1. sudo ./heimdall download-pit --output Note3pit.pit 1. Un-zip, un-tar 1. Now heimdall cant find Note3 in download mode, looking in syslog it looks like the mtp-probe is a problem * sudo gvim /lib/udev/rules.d/69-libmtp.rules {{{ #NOTE3 download pieter ATTR{idVendor}=="04e8", ATTR{idProduct}=="685d", GOTO="libmtp_rules_end" }}} * ok working , {{{ sudo ./heimdall download-pit --output Note3_b_pit.pit --verbose --usb-log-level debug }}} * from log {{{ kernel: [ ] usb 1-1: Product: MSM8960 kernel: [ ] usb 1-1: Manufacturer: Sasmsung }}} 1. select a file for each partition one by one from the un-zipped, untarred files. * There is a suggested file name as you add them. * Upload button only un-gray when all added. * can test usb connectivity on the [Utilities] tab, i had to try a better usb cable. 1. Upload done, success, and reboot. (First time files on system partition, new usb cable, reboot PWR+Home+VolDown -> upload) 1. Rebooted for a while, stuck on SAMSUNG sparkly screen. 12h30->13h10-> |
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
- Worked after using GIT source ./heimdall info , Heimdall v1.4.2
- After Heimdall saved the PIT it rebooted the phone and all was fine.
- Used TWRP app to install recovery Note3-Int-Qualcomm
- Ubuntu 16.04 - Heimdall package cant download PIT (Partition file) over usb from phone.
12 Dec 2017 , Note3 stuck in boot loop after TWRP bootloader install on Android
Down load github code git@github.com:Benjamin-Dobell/Heimdall.git
Follow instructions https://raw.githubusercontent.com/Benjamin-Dobell/Heimdall/master/Linux/README
- Make Heimdal
- sudo apt install cmake libusb-1.0-0-dev zlib1g-dev qt5-default libgl1-mesa-dev
- cd Heimdal
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
sudo ./heimdall download-pit --output mypit.pit
Session begun. Downloading device's PIT file... PIT file download successful. Ending session... Rebooting device... Releasing device interface...
- Rebooted and all OK !!
201712 - Upgrade to latest mobilephone Phronesis rom
13 Dec 2017 - Flash Note3 - firmware/modem/radio with heimdal-frontend to resolve "network not available"
- Already installed run from the build/bin/heimdal-frontend (Gui)
follow https://forum.xda-developers.com/showthread.php?t=878686
- Steps
- download from sammobile firmware for SM-N9005 Note3, 1.3GB
- sudo ./heimdall download-pit --output Note3pit.pit
- Un-zip, un-tar
- Now heimdall cant find Note3 in download mode, looking in syslog it looks like the mtp-probe is a problem
- sudo gvim /lib/udev/rules.d/69-libmtp.rules
#NOTE3 download pieter ATTR{idVendor}=="04e8", ATTR{idProduct}=="685d", GOTO="libmtp_rules_end"
ok working , sudo ./heimdall download-pit --output Note3_b_pit.pit --verbose --usb-log-level debug
from log
kernel: [ ] usb 1-1: Product: MSM8960 kernel: [ ] usb 1-1: Manufacturer: Sasmsung
- sudo gvim /lib/udev/rules.d/69-libmtp.rules
- select a file for each partition one by one from the un-zipped, untarred files.
- There is a suggested file name as you add them.
- Upload button only un-gray when all added.
- can test usb connectivity on the [Utilities] tab, i had to try a better usb cable.
Upload done, success, and reboot. (First time files on system partition, new usb cable, reboot PWR+Home+VolDown -> upload)
Rebooted for a while, stuck on SAMSUNG sparkly screen. 12h30->13h10->
...