Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lenovo X605: 20.04: updated config for compatibility with focal builds #252

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions v2/devices/X605.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ doppelgangers: []
user_actions:
confirm_model:
title: "Confirm your model"
description: "Please check that your device is a Lenovo Smart Tab M10 X605L or X605F."
description: "Please make sure, that your device is a Lenovo Smart Tab M10 X605L or X605F with at least 3GB RAM. For the 2GB/16GB models, the installer won't work!"
confirm_os:
title: "Confirm OS version"
description: "Your device must be running Android 9 before installing Ubuntu Touch. This seems to be already the case for the most devices of this type. But if you still need to flash the Android 9 stock rom, please see the install section in the link below:"
link: "https://gitlab.com/ubports/community-ports/android9/lenovo-tab-m10-fhd/lenovo-x605#install"
link: "https://gitlab.com/ubports/porting/community-ports/android9/lenovo-tab-m10-fhd/lenovo-x605#install-first-time"
bootloader:
title: "Reboot to Bootloader"
description: "With the device powered off, press and hold the VOLUME DOWN and POWER buttons at the same time until the device turns on. The bootloader mode is indicated by the red 'Fastboot Mode' text in the left down corner."
Expand All @@ -24,10 +24,6 @@ user_actions:
If it is off, press and hold the VOLUME UP, VOLUME DOWN and the POWER buttons at the same time until it boots.
Then only release the POWER button and keep holding the VOLUME buttons until the UBports recovery appears."
button: true
afterinstall:
title: "UNPLUG YOUR USB CABLE!"
description: "Somehow the device does not boot reliable after finishing setup, if the USB-cable is still plugged in. Therefore it is better to unplug it."
button: true
unlock:
- "confirm_model"
- "confirm_os"
Expand Down Expand Up @@ -61,9 +57,9 @@ operating_systems:
- core:download:
group: "firmware"
files:
- url: "https://gitlab.com/ubports/community-ports/android9/lenovo-tab-m10-fhd/lenovo-x605/-/jobs/2507752431/artifacts/raw/out/boot.img"
- url: "https://gitlab.com/ubports/porting/community-ports/android9/lenovo-tab-m10-fhd/lenovo-x605/-/jobs/6057055401/artifacts/raw/out/boot.img"
checksum:
sum: "ac25fb98d2e2757c2ac393a0c898389f73b175e3e74ba8775cbbd84552c5a0ad"
sum: "8036c26af66f5e42f891c7bb280e389771bfaa2118b1632b430a3c6c5c096fc3"
algorithm: "sha256"
condition:
var: "bootstrap"
Expand All @@ -72,7 +68,7 @@ operating_systems:
- core:download:
group: "firmware"
files:
- url: "https://gitlab.com/ubports/community-ports/android9/lenovo-tab-m10-fhd/lenovo-x605-assets/-/raw/main/recovery.img"
- url: "https://gitlab.com/ubports/porting/community-ports/android9/lenovo-tab-m10-fhd/lenovo-x605-assets/-/raw/main/recovery.img"
checksum:
sum: "67808f905623a208c702879085bdc83eb0d3b8332a57689764249ca1d800fa9e"
algorithm: "sha256"
Expand Down Expand Up @@ -138,7 +134,4 @@ operating_systems:
fallback:
- core:user_action:
action: "recovery"
- actions:
- core:user_action:
action: "afterinstall"
slideshow: []
Loading