본문 바로가기
잡다

Lenovo P11 Plus 커스럼롬 올리기 + Magisk

by Oh.mogilalia 2023. 8. 24.

전원 버튼 +  볼륨업 = Fastboot 모드 부팅

C:\Users\mogib>cd /adb

C:\adb>fastboot devices
H~         fastboot

C:\adb>fastboot flashing unlock
OKAY [  0.031s]
Finished. Total time: 0.094s

C:\adb>fastboot flash vbmeta vbmeta.img
Sending 'vbmeta' (8 KB)                            OKAY [  0.016s]
Writing 'vbmeta'                                   OKAY [  0.000s]
Finished. Total time: 0.094s

C:\adb>fastboot format userdata

    F2FS-tools: mkfs.f2fs Ver: 1.16.0 (2023-04-11)

Info: Disable heap-based policy
Info: Debug level = 1
Info: Trim is disabled
Info: Set conf for android
Info: Enable Project quota
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 219236184 (107048 MB)
Info: zone aligned segment0 blkaddr: 512
Info: add quota type = 0 => 4
Info: add quota type = 1 => 5
Info: add quota type = 2 => 6
Info: format version with
  ""
[f2fs_init_sit_area: 640]       Filling sit area at offset 0x00600000
[f2fs_init_nat_area: 674]       Filling nat area at offset 0x00e00000
[f2fs_write_root_inode:1292]    Writing root inode (hot node), 1c800 0 200 at offset 0x00116736
[f2fs_write_default_quota:1368]         Writing quota data, at offset 0001ce01, 0001ce02
[f2fs_write_qf_inode:1425]      Writing quota inode (hot node), 1c800 0 200 at offset 0x00116737
[f2fs_write_default_quota:1368]         Writing quota data, at offset 0001ce03, 0001ce04
[f2fs_write_qf_inode:1425]      Writing quota inode (hot node), 1c800 0 200 at offset 0x00116738
[f2fs_write_default_quota:1368]         Writing quota data, at offset 0001ce05, 0001ce06
[f2fs_write_qf_inode:1425]      Writing quota inode (hot node), 1c800 0 200 at offset 0x00116739
[f2fs_update_nat_root:1479]     Writing nat root, at offset 0x00000e00
[f2fs_add_default_dentry_root:1676]     Writing default dentry root, at offset 0x0001ce00
Info: Overprovision ratio = 0.440%
Info: Overprovision segments = 236 (GC reserved = 234)
[f2fs_write_check_point_pack: 837]      Writing main segments, cp at offset 0x00000200
[f2fs_write_check_point_pack: 993]      Writing Segment summary for HOT/WARM/COLD_DATA, at offset 0x00000201
[f2fs_write_check_point_pack:1020]      Writing Segment summary for HOT_NODE, at offset 0x00000202
[f2fs_write_check_point_pack:1032]      Writing Segment summary for WARM_NODE, at offset 0x00000203
[f2fs_write_check_point_pack:1043]      Writing Segment summary for COLD_NODE, at offset 0x00000204
[f2fs_write_check_point_pack:1051]      Writing cp page2, at offset 0x00000205
[f2fs_write_check_point_pack:1071]      Writing NAT bits pages, at offset 0x000003fe
[f2fs_write_check_point_pack:1092]      Writing cp page 1 of checkpoint pack 2, at offset 0x00000400
[f2fs_write_check_point_pack:1111]      Writing cp page 2 of checkpoint pack 2, at offset 0x00000405
[f2fs_write_super_block:1144]   Writing super block, at offset 0x00000000
Info: format successful
Sending 'userdata' (97 KB)                         OKAY [  0.016s]
Writing 'userdata'                                 OKAY [  0.000s]
Finished. Total time: 0.703s

C:\adb>fastboot flash recovery recovery.img
Sending 'recovery' (65588 KB)                      OKAY [  1.922s]
Writing 'recovery'                                 OKAY [  0.156s]
Finished. Total time: 2.594s

C:\adb>
어제까지 롬질이 실패한 건 USB 케이블 탓인듯.... 태블릿 구매할 때 왔던 USB 케이블로 연결하니 장치관리자에서 드라이브 설치하니곧바로 인식

전원 버튼 +  볼륨업Recovery Mode 부팅 으로 Orange Recovery  실행

1. 휴지통 모양의 wipe항목에서 Format Data에 들어간 후에
Confirm Wipeyes를 입력.

2. 아래의 막대기 3개 그림이 있는 Menu항목에 들어간 후에
Mount->Micro SDCard에 체크하기

3. 아래의 파일 그림이 있는 Files항목에 들어간 후에 경로를 Micro SD 카드로 변경.

4.그럼 SD카트에 넣어놨던 리커버리zip파일과 pixel롬 파일이 보이는데 우선
1. OrangeFox-Unofficial-Unofficial-CI-J607F.zip 파일과
2. PixelExperience 커스텀롬 파일을 선택하고 플래싱 → 설치 완료

근디 이 시그널이 좀 얄궂네...

https://github.com/topjohnwu/Magisk

GitHub - topjohnwu/Magisk: The Magic Mask for Android

The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.

github.com


https://topjohnwu.github.io/Magisk/install.html

Installation

The Magic Mask for Android

topjohnwu.github.io

'잡다' 카테고리의 다른 글

Lenovo P11 Plus 벽돌  (0) 2023.08.28
레노버 P11 Plus 벽돌 복구  (0) 2023.08.28
Lenovo p11 plus customRom  (0) 2023.08.23
대공원 가는 길 불편 신고  (0) 2023.08.14
EvolutionX update  (0) 2023.08.13