adb shell pm disable-user --user 0 com.lenovo.ota                    # 자동업데이트 방지

adb shell pm disable-user --user 0 com.lenovo.lsf                # 레노버 서비스 프레임워크 (계정·연동)

adb shell pm disable-user --user 0 com.lenovo.dsa                # Lenovo Device Service App (장치 정보 수집 가능성)

adb shell pm disable-user --user 0 com.lenovo.rt                 # 원격 지원/진단 서비스

adb shell pm disable-user --user 0 com.tblenovo.ue.config        # UE(User Experience) 설정 = 사용자 경험 데이터

adb shell pm disable-user --user 0 com.lenovo.ue.device          # 사용자 경험 수집(장치 관련)

adb shell pm disable-user --user 0 com.tblenovo.tabpushout       # Push 서비스 (광고/프로모션 가능)

adb shell pm disable-user --user 0 com.tblenovo.lenovowhatsnew   # What's New (신규 기능 알림/홍보)

adb shell pm disable-user --user 0 com.tblenovo.center           # 레노버 센터 앱 (로그·데이터 전송)

adb shell pm disable-user --user 0 com.lenovo.penservice       # 펜 관련 서비스 (이건 펜 쓰면 비활성화 ㄴㄴ)

adb shell pm disable-user --user 0 com.mediatek.miravision.ui    # 미라비전





12.7 글로벌롬인데
램에 상주하는 잡다한 레노버 기능들 다 비활성화하니까 겁나 부드러워짐



adb shell settings put global window_animation_scale 0.8
adb shell settings put global transition_animation_scale 0.8
adb shell settings put global animator_duration_scale 0.85



애니메이션도 0.5배는 너무빠르고 1배율은 답답해서 비율을 조정해봄