lberatl / pbrp-rosemary

stable pbrp tree for rosemary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#PBRP device tree for Redmi Note 10S (rosemary)

The Redmi Note 10s (codenamed "rosemary") is a high-end, mid-range smartphone from Xiaomi.

Basic Spec Sheet
CPU Octa-core
Chipset Mediatek Helio G95
GPU Mali-G76 MC4
Memory 6/8 GB RAM
Shipped Android Version 11.0
Storage 64/128 GB
Battery Non-removable Li-Po 5000 mAh battery
Display 1080 x 2400 pixels, 19.5:9 ratio (~440 ppi density)
Camera (Back)(Main) 64MP + 8MP + 2MP + 2MP
Camera (Front) 13MP

Device picture

image

Blocking checks

  • Correct screen/recovery size
  • Working Touch, screen
  • Backup to internal/microSD
  • Restore from internal/microSD
  • reboot to system
  • ADB

Medium checks

  • update.zip sideload
  • UI colors (red/blue inversions)
  • Screen goes off and on
  • F2FS/EXT4 Support, exFAT/NTFS where supported
  • all important partitions listed in mount/backup lists
  • backup/restore to/from external (USB-OTG) storage
  • backup/restore to/from adb
  • decrypt /data
  • Correct date

Minor checks

  • MTP export
  • reboot to bootloader
  • reboot to recovery
  • poweroff
  • battery level
  • temperature
  • set brightness
  • vibrate
  • screenshot
  • partition SD card

Building

source build/envsetup.sh
lunch omni_rosemary-eng
mka bootimage

NOTE: For OrangeFox/TWRP builds, you can build recovery with this patch if you want to get 60FPS on recovery

Special thanks

Woomymy

About

stable pbrp tree for rosemary


Languages

Language:C++ 72.0%Language:Makefile 20.9%Language:C 7.1%