Jump to content

Xiaomi Redmi Note 3 (xiaomi-kenzo): Difference between revisions

From postmarketOS Wiki
IdanHoro (talk | contribs)
mNo edit summary
IdanHoro (talk | contribs)
No edit summary
Line 51: Line 51:
== Contributors ==
== Contributors ==
* IdanHoro
* IdanHoro
== Maintainer(s) ==
<!-- Only if this device doesn't run on linux-postmarketos yet! -->
<!-- This person needs to be willing to answer questions from users of this device -->


== 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 -->


== How to enter flash mode ==
== Fastboot Mode ==
Press Power and Volume Down (fastboot mode)
Hold down {{button|Volume Down}} and {{button|Power}} buttons simultaneously for a few seconds, until Fastboot Mode screen appears.
 
== Installation ==
== Installation ==
<!-- add more sections below as necessary, e.g. Wifi, photos, ... -->
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
<!--
<!--
Link to related gitlab issues or merge requests like the following (replace CHANGEME with the ID, e.g. 1234):
If you manage to get your device packages merged, uncomment links below.
* {{MR|CHANGEME|pmaports}} Initial merge request
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/device-xiaomi-kenzo Device package]
* {{issue|CHANGEME|pmaports}} Some related issue
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/linux-xiaomi-kenzo Kernel package]
You can also add normal web links:
* [https://gitlab.com/postmarketOS/pmaports/tree/master/firmware/firmware-xiaomi-kenzo Firmware package]
* [https://redmine.replicant.us/projects/replicant/wiki/GalaxyS2I9100 Replicant wiki page]
* [https://gitlab.com/IdanHoro/vendor_xiaomi_kenzo/tree/master Proprietary vendor blobs]
-->
<!--
If you manage to get your device packages merged, uncomment links below and change DEVICE_CODENAME with the actual one.
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/device-DEVICE_CODENAME Device package]
* [https://gitlab.com/postmarketOS/pmaports/tree/master/device/linux-DEVICE_CODENAME Kernel package]
-->
-->

Revision as of 16:40, 25 June 2019

Xiaomi Redmi Note 3
Redmi Note 3 running weston
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
Features
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


Fastboot Mode

Hold down Volume Down and Power 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