https://androidfilehost.com/?w=files&flid=283606
갤럭시S5에 LineageOS 18.1 설치한 이야기
https://scvspace.kr/1593
https://lineageosroms.com/kltekor/
Lineage 16.0 OS에서 boot.img를 추출해 Android Image Kitchen 폴더에 복사하고 unpacking.bat에 연동시키면 ramdisk 폴더 안에 있는 init.rc 텍스트파일을 편집.
edit the file "init.rc"
on charger
class_start charger
and change to:
on charger
setprop ro.bootmode "normal"
setprop sys.powerctl "reboot"
또는
on charger
setprop sys.powerctl reboot,leaving-off-mode-charging
로 변경(첫 번째 설정은 너튜브 노트3에서 지시하는 대로 했다가, 서핑 중 두 번째 스크립트가 부팅 시간이 줄어든다고 해 편집했는데 달라진 게 없음)후 repacking.bat 실행 후 생성된 new~.img파일을 boot.img로 리네임 후 twrp 로 플래싱하면 전원 인가 후 자동 부팅됨.
근데 동일한 방법으로 Lineage 18.1의 boot.img를 unpacking 했더니 ramdisk 폴더에 init 바이너리 파일 한 개만 있어 편집 불가.
혹시나 하고, magisk 루팅된 에디터로 /system/etc/init/hw/init.rc 파일을 몇 번을 편집해도 절대로 변하지를 않네. 요게 문제...
아래 서핑 중 구한 방법으로 시도해 보려면 adb 사용법을 익혀야...
사용법은 아래와 같이...
Android 11에서 Google은
/init.rc 를 /system/etc/init/hw/init.rc
로 옮겼습니다.
I enabled USB debugging on my phone and did a quick:
adb devices
adb remount
adb pull /system/etc/init/hw/init.rc
Then I edited init.rc to include
on charger
setprop sys.powerctl reboot,leaving-off-mode-charging
class_start charger
class_stop charger
trigger late-init
to put the file back.
And now LineageOS 18 will auto boot when power is applied, without an extra reboot!
and finally
adb push .\init.rc /system/etc/init/hw/init.rc
갤럭시S6 Adb
https://kibua20.tistory.com/m/165
'잡다' 카테고리의 다른 글
SH-3234 테스터기 사용설명서 (0) | 2023.07.07 |
---|---|
Lineage 19.1 Xiaomi Redmi Note6Pro (0) | 2023.07.07 |
Lineage os 18.1 갤럭시 S5 설치 (0) | 2023.07.07 |
갤럭시 S6 Edge Android 11 업글 (0) | 2023.06.30 |
자막이 안 맞을 때.. "Subtitle Edit" 시각동기화 기능으로 한방에.. (2) | 2023.06.24 |