aggiunto installazione manuale rom stock in linux_mobile.md
This commit is contained in:
parent
eff03c8916
commit
d70d38683d
|
@ -254,6 +254,42 @@ Nel caso di errore:
|
|||
|
||||
- [https://techpiezo.com/linux/fastboot-error-mke2fs-failed-cannot-generate-image-for-userdata/](https://techpiezo.com/linux/fastboot-error-mke2fs-failed-cannot-generate-image-for-userdata/)
|
||||
|
||||
Nel caso si volessero lanciare i comandi manualmente:
|
||||
|
||||
```bash
|
||||
fastboot flash aop_a aop.img
|
||||
fastboot flash aop_b aop.img
|
||||
fastboot flash bluetooth_a bluetooth.img
|
||||
fastboot flash bluetooth_b bluetooth.img
|
||||
fastboot flash boot_a boot.img
|
||||
fastboot flash boot_b boot.img
|
||||
fastboot flash dsp_a dsp.img
|
||||
fastboot flash dsp_b dsp.img
|
||||
fastboot flash dtbo_a dtbo.img
|
||||
fastboot flash dtbo_b dtbo.img
|
||||
fastboot flash fw_4j1ed_a fw_4j1ed.img
|
||||
fastboot flash fw_4j1ed_b fw_4j1ed.img
|
||||
fastboot flash fw_4u1ea_a fw_4u1ea.img
|
||||
fastboot flash fw_4u1ea_b fw_4u1ea.img
|
||||
fastboot flash modem_a modem.img
|
||||
fastboot flash modem_b modem.img
|
||||
fastboot flash oem_stanvbk oem_stanvbk.img
|
||||
fastboot flash qupfw_a qupfw.img
|
||||
fastboot flash qupfw_b qupfw.img
|
||||
fastboot flash storsec_a storsec.img
|
||||
fastboot flash storsec_b storsec.img
|
||||
fastboot flash system_a system.img
|
||||
fastboot flash system_b system.img
|
||||
fastboot flash vbmeta_a vbmeta.img
|
||||
fastboot flash vbmeta_b vbmeta.img
|
||||
fastboot flash vendor_a vendor.img
|
||||
fastboot flash vendor_b vendor.img
|
||||
fastboot flash LOGO_a LOGO.img
|
||||
fastboot flash LOGO_b LOGO.img
|
||||
fastboot flash persist persist.img
|
||||
```
|
||||
Maggiori informazioni: [https://xdaforums.com/t/rom-stock-fastboot-op6-stock-fastboot-roms-for-oneplus-6.3796665/](https://xdaforums.com/t/rom-stock-fastboot-op6-stock-fastboot-roms-for-oneplus-6.3796665/)
|
||||
|
||||
### Installazione di Ubuntu Touch
|
||||
|
||||
Ora basta scaricare l'installer: [https://ubuntu-touch.io/it/get-ubuntu-touch](https://ubuntu-touch.io/it/get-ubuntu-touch)
|
||||
|
|
Loading…
Reference in New Issue