4.4.2 Factory Images, the correct links

Search This thread

willshep

Senior Member
Apr 8, 2012
60
20
New England
Thank you. I downloaded Android SDK, copied the dll's and fastboot/adb from the platform-tools folder to C:\windows\syswow64\ and then extracted the occam-kot49h tgz and modified the flash-all.bat as to remove the "-w" (wipe) command from the fastboot update command and then I threw my phone into fastboot mode and opened up a command prompt and ran that flash-all.bat, upgraded from 4.4 to 4.4.2 seamlessly with no data loss. Of course I did lose root as expected and I suppose I should have removed/commented out the flashboot radio command line so I could have kept LTE, oh well I'll fix that later. Thanks again.
 
  • Like
Reactions: VivaErBetis

activexda

Member
Dec 29, 2012
40
1
hi thanx for the links
after downloading i had this error:
Code:
desktop@ubuntu:~/occam-kot49h$ sudo sh flash-all.sh
sending 'bootloader' (2203 KB)...
OKAY [  0.104s]
writing 'bootloader'...
OKAY [  0.766s]
finished. total time: 0.869s
rebooting into bootloader...
OKAY [  0.001s]
finished. total time: 0.001s
sending 'radio' (45537 KB)...
OKAY [  2.128s]
writing 'radio'...
OKAY [  2.805s]
finished. total time: 4.934s
rebooting into bootloader...
OKAY [  0.001s]
finished. total time: 0.001s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
archive does not contain 'system.sig'
--------------------------------------------
Bootloader Version...: MAKOZ30d
Baseband Version.....: M9615A-CEFWMAZM-2.0.1700.98
Serial Number........: 0216337d9153f835
--------------------------------------------
checking product...
OKAY [  0.002s]
checking version-bootloader...
OKAY [  0.002s]
checking version-baseband...
OKAY [  0.002s]
sending 'boot' (6340 KB)...
OKAY [  0.301s]
writing 'boot'...
OKAY [  0.334s]
sending 'recovery' (6888 KB)...
OKAY [  0.344s]
writing 'recovery'...
OKAY [  0.392s]
erasing 'system'...
OKAY [  0.716s]
sending 'system' (713960 KB)...
OKAY [ 33.568s]
writing 'system'...
FAILED (remote: Unknown chunk type)
finished. total time: 47.589s
i need some help :mad:
(BTW i executed the flash-all.sh script after deleting the "-w" option and deleting userdata.img)
 
Last edited:
  • Like
Reactions: VivaErBetis

activexda

Member
Dec 29, 2012
40
1
Maybe you messed up the script.

i don't think so :rolleyes:
script:
Code:
#!/bin/sh

# Copyright 2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

fastboot flash bootloader bootloader-mako-makoz30d.img
fastboot reboot-bootloader
sleep 5
fastboot flash radio radio-mako-m9615a-cefwmazm-2.0.1700.98.img
fastboot reboot-bootloader
sleep 5
fastboot update image-occam-kot49h.zip
 

Top Liked Posts