Infinix Hot 30i (infinix-hot-30i)
Appearance
| This device has been tested with postmarketOS, but its device package has not yet been added to the postmarketOS repositories. This means that it cannot be selected in pmbootstrap. Status: WIP, only ramdisk boots. |
| Manufacturer | Infinix |
|---|---|
| Name | Hot 30i |
| Codename | infinix-hot-30i |
| Released | 2023 |
| Type | handset |
| Hardware | |
| Chipset | Unisoc Tiger T606 (UMS9230) |
| CPU |
2× 1.6 GHz ARM Cortex‑A75 6× 1.6 GHz ARM Cortex‑A55 |
| GPU | Mali-G57 MC1 @ 650 MHz |
| Display | 720 x 1612 |
| Storage | 128 GB |
| Memory | 4 GB |
| Architecture | aarch64 |
| Software | |
Original software The software and version the device was shipped with. |
Android 12 (XOS) |
Extended version The most recent supported version from the manufacturer. |
Android 12 (XOS) |
| FOSS bootloader | N? (Stock is U-Boot, but no source code) |
| postmarketOS | |
| Category | testing |
Pre-built images Whether pre-built images are available from the postmarketOS Installation page. |
no |
Mainline Instead of a Linux kernel fork, it is possible to run (Close to) Mainline. |
yes |
Flashing Whether it is possible to flash the device with pmbootstrap flasher. |
Works
|
|---|---|
USB Networking After connecting the device with USB to your PC, you can connect to it via telnet (initramfs) or SSH (booted system). |
Broken
|
Internal storage eMMC, SD cards, UFS... |
Untested
|
SD card Also includes other external storage cards. |
Untested
|
Battery Whether charging and battery level reporting work. |
Untested
|
Screen Whether the display works; ideally with sleep mode and brightness control. |
Partial
|
Touchscreen |
Untested
|
| Multimedia | |
3D Acceleration |
Untested
|
Audio Audio playback, microphone, headset and buttons. |
Untested
|
Camera |
Untested
|
Camera Flash |
Untested
|
IR TX |
Untested
|
IR RX |
Untested
|
| Connectivity | |
WiFi |
Untested
|
Bluetooth |
Untested
|
GPS |
Untested
|
| Modem | |
Calls |
Untested
|
SMS |
Untested
|
Mobile data |
Untested
|
| Miscellaneous | |
FDE Full disk encryption and unlocking with unl0kr. |
Untested
|
USB OTG USB On-The-Go or USB-C Role switching. |
Untested
|
| Sensors | |
Accelerometer Handles automatic screen rotation in many interfaces. |
Untested
|
Magnetometer Sensor to measure the Earth's magnetism |
Untested
|
Ambient Light Measures the light level; used for automatic screen dimming in many interfaces. |
Untested
|
Proximity |
Untested
|
Hall Effect Measures magnetic fields; usually used as a flip cover sensor |
Untested
|
Haptics |
Untested
|
Barometer Sensor to measure air pressure |
Untested
|
Power Sensor Sensor to monitor current, voltage and power. Not fuel gauge! |
Untested
|
| TODO: Make USB work please. Else this phone is gonna be unusable. (Pull up request on github.) |
Contributors
Users owning this device
- Welpnotcopilot (Notes: Android 16 GSI, still working on mainline ig...)
How to boot?
Use GitHub to download IMG or Compile it. https://github.com/renatus777rr/InfinixHot30iLinux
Issues
1. USB not working, unknown why... 2. Touch screen unknown how to port..... Also screen indeed works but no panel driver. If you want to fix or atleast give something partially working, do a pull up request on github link in How to boot? section.
How to make IMG?
| Make sure you have same OS Version and same patch level. |
Use this command.
python3 ~/mkbootimg/mkbootimg.py --header_version 4 --kernel uniLoader --ramdisk ~/unpack_folder/ramdisk --pagesize 4096 --base 0x00000000 --kernel_offset 0x00000000 --ramdisk_offset 0x00000000 --os_version 12.0.0 --os_patch_level 2024-06 --cmdline 'androidboot.verifiedbootstate=disabled buildvariant=userdebug androidboot.selinux=permissive kvm-arm.mode=nvhe' -o ~/boot-uniLoader.img