Xiaomi Redmi Note 3 (xiaomi-kenzo): Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
== Contributors == | == Contributors == | ||
* IdanHoro | * IdanHoro | ||
== Users owning this device == | == Users owning this device == | ||
Line 63: | Line 59: | ||
<!-- you can use {{My devices}} on your profile page to show table with all your devices --> | <!-- you can use {{My devices}} on your profile page to show table with all your devices --> | ||
== | == Fastboot Mode == | ||
Hold down {{button|Volume Down}} and {{button|Power}} buttons simultaneously for a few seconds, until Fastboot Mode screen appears. | |||
== Installation == | == Installation == | ||
< | First build the image: | ||
<source lang="shell-session"> | |||
$ pmbootstrap init | |||
$ pmbootstrap install --no-fde | |||
</source> | |||
Then in order to flash it put your device in fastboot mode, and plug it in USB. Then do: | |||
<source lang="shell-session"> | |||
$ pmbootstrap flasher flash_rootfs | |||
$ pmbootstrap flasher flash_kernel | |||
</source> | |||
=== Wifi === | |||
To connect to a wifi network simply run: | |||
<source lang="shell-session"> | |||
$ sudo nmtui | |||
</source> | |||
And connect to your prefered wifi network using the terminal UI. | |||
== See also == | == See also == | ||
* {{MR|461|pmaports}} Initial merge request | |||
<!-- | <!-- | ||
If you manage to get your device packages merged, uncomment links below. | |||
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/device-xiaomi-kenzo Device package] | |||
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/linux-xiaomi-kenzo Kernel package] | |||
* [https://gitlab.com/postmarketOS/pmaports/tree/master/firmware/firmware-xiaomi-kenzo Firmware package] | |||
* [https://gitlab.com/IdanHoro/vendor_xiaomi_kenzo/tree/master Proprietary vendor blobs] | |||
If you manage to get your device packages merged, uncomment links below | |||
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/device- | |||
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/linux- | |||
--> | --> |
Revision as of 16:40, 25 June 2019
![]() Redmi Note 3 running weston | |
Manufacturer | Xiaomi |
---|---|
Name | Redmi Note 3 |
Codename | xiaomi-kenzo |
Released | 2016 |
Hardware | |
Chipset | Qualcomm MSM8956 Snapdragon 650 |
CPU | Hexa-core (4x1.4GHz Cortex-A53 & 2x1.8GHz Cortex-A72) |
GPU | Adreno 510 |
Display | 1080x1920 IPS |
Storage | 16GB/32GB |
Memory | 2GB/3GB |
Architecture | aarch64 |
Software | |
Original software | Android 6.0.1 "Marshmallow" |
postmarketOS | |
Category | testing |
Pre-built images | no |
Unixbench Whet/Dhry score | 2417.9 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
Works |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Calls |
No data |
SMS |
No data |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- IdanHoro
Users owning this device
- Alikates (Notes: Broken mic and part of screen)
- Bczeman
- Compilerx64
- IdanHoro (Notes: cracked screen)
- Jojo autoboy (Notes: Touch broken)
- Nergzd723 (Notes: mainline wen)
- Sid127 (Notes: Dying screen, second reserve (3GB/32GB))
Fastboot Mode
Hold down
and buttons simultaneously for a few seconds, until Fastboot Mode screen appears.Installation
First build the image:
$ pmbootstrap init
$ pmbootstrap install --no-fde
Then in order to flash it put your device in fastboot mode, and plug it in USB. Then do:
$ pmbootstrap flasher flash_rootfs
$ pmbootstrap flasher flash_kernel
Wifi
To connect to a wifi network simply run:
$ sudo nmtui
And connect to your prefered wifi network using the terminal UI.
See also
- pmaports!461 Initial merge request