Monday, April 29, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 5291  / 2 Years ago, mon, february 7, 2022, 3:47:49

I'm trying to restore android after playing around with ubuntu touch



I follow exactly the same steps described the ubuntu's wiki page i.e.




  1. Download the factory image corresponding to your device's model and
    version (initial table has links).


  2. Ensure the device is connected and powered on.


  3. Extract the downloaded file and cd into the extracted directory.


  4. run adb reboot-bootloader


  5. run ./flash-all.sh (use sudo if lack of permissions on the
    workstation don't allow you to talk to the device).




The archive is downloaded successfully, checked the sha1 checksum everything is ok.
But the ./flash-all.sh fails like this



sending 'bootloader' (2308 KB)...
OKAY [ 0.513s]
writing 'bootloader'...
OKAY [ 0.292s]
finished. total time: 0.805s
rebooting into bootloader...
OKAY [ 0.007s]
finished. total time: 0.008s
sending 'radio' (12288 KB)...
OKAY [ 2.668s]
writing 'radio'...
OKAY [ 1.372s]
finished. total time: 4.040s
rebooting into bootloader...
OKAY [ 0.009s]
finished. total time: 0.009s
archive does not contain 'boot.sig'
archive does not contain 'recovery.sig'
failed to allocate 435793780 bytes
error: update package missing system.img


My device is Nexus 4. Tried both 4.2.2 and 4.3 androind versions for Nexus 4 still the same.
Any ideas how problem can be solved ?


More From » ubuntu-touch

 Answers
3

Figured out on my own



First partitions need to be erased manually



fastboot erase boot
fastboot erase cache
fastboot erase recovery
fastboot erase system
fastboot erase userdata


The images from the zip file inside the original download from google install each image manually like this



fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot flash userdata userdata.img

[#28838] Monday, February 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
edgehogight

Total Points: 272
Total Questions: 113
Total Answers: 99

Location: Northern Mariana Islands
Member since Sun, Jul 19, 2020
4 Years ago
edgehogight questions
Sat, Sep 11, 21, 22:09, 3 Years ago
Sat, Nov 6, 21, 19:48, 3 Years ago
Fri, Aug 26, 22, 09:37, 2 Years ago
;