わーいのまとめ

つぶやきや気になったことを適当にまとめるブログ

Legion Y700 2022にVoltageOSを焼いた覚書

AliExpressで購入したLegion Y700 2022のショップROMに飽きたので、GISを焼いてみようと思いVoltageOSの記事を参考に焼いた時の覚書。Macでやってる人あんまいないと思うので残しておく。 VoltageOSのimgファイルのxz圧縮はThe Unarchiver.appで解凍できる。

参考にしたページ

https://smartasw.com/archives/15560

Lenovo Legion Y700(2022)購入記4:余裕で浮気、VoltageOSへ移行!編 - あっち側から

  
Mac:~ user$ adb
Android Debug Bridge version 1.0.41
Version 35.0.0-11411520
Installed as /Users/user/Library/Android/sdk/platform-tools/adb
Running on Darwin 22.6.0 (x86_64)

Mac:~ user$ adb devices
List of devices attached
HA1QKELV    device

Mac:~ user$ adb reboot bootloader
Mac:~ user$ fastboot reboot fastboot
Rebooting into fastboot                            OKAY [  0.003s]
(デバイスのメニューでfastboot選択)
Finished. Total time: 0.000s

Mac:~ user$ fastboot erase system
Erasing 'system_a'                                 OKAY [  0.085s]
Finished. Total time: 0.092s
Mac:~ user$ fastboot flash system ~/download/VoltageOS-arm64-ab-3.2-20240219-UNOFFICIAL.img 
Resizing 'system_a'                                OKAY [  0.005s]
Sending sparse 'system_a' 1/11 (262116 KB)         OKAY [  8.008s]
Writing 'system_a'                                 OKAY [  1.615s]
Sending sparse 'system_a' 2/11 (262108 KB)         OKAY [  6.217s]
Writing 'system_a'                                 OKAY [  0.480s]
Sending sparse 'system_a' 3/11 (262104 KB)         OKAY [  6.222s]
Writing 'system_a'                                 OKAY [  0.507s]
Sending sparse 'system_a' 4/11 (262124 KB)         OKAY [  6.270s]
Writing 'system_a'                                 OKAY [  0.486s]
Sending sparse 'system_a' 5/11 (262120 KB)         OKAY [  6.278s]
Writing 'system_a'                                 OKAY [  0.502s]
Sending sparse 'system_a' 6/11 (262120 KB)         OKAY [  6.276s]
Writing 'system_a'                                 OKAY [  0.495s]
Sending sparse 'system_a' 7/11 (262092 KB)         OKAY [  6.310s]
Writing 'system_a'                                 OKAY [  0.500s]
Sending sparse 'system_a' 8/11 (262116 KB)         OKAY [  6.268s]
Writing 'system_a'                                 OKAY [  0.506s]
Sending sparse 'system_a' 9/11 (262128 KB)         OKAY [  6.278s]
Writing 'system_a'                                 OKAY [  0.499s]
Sending sparse 'system_a' 10/11 (262140 KB)        OKAY [  6.282s]
Writing 'system_a'                                 OKAY [  0.495s]
Sending sparse 'system_a' 11/11 (57244 KB)         OKAY [  1.381s]
Writing 'system_a'                                 OKAY [  0.322s]
Finished. Total time: 98.923s

Mac:~ user$ fastboot -w
Erasing 'userdata'                                 OKAY [  1.394s]
Erase successful, but not automatically formatting.
File system type raw not supported.
wipe task partition not found: cache
Erasing 'metadata'                                 OKAY [  0.003s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Finished. Total time: 1.414s
Mac:~ user$