Jump to content

HTC One Mini 2 (htc-memul): Difference between revisions

From postmarketOS Wiki
Initial wiki page
 
There's mainline dts in the kernel package, mark as Y
 
(8 intermediate revisions by 7 users not shown)
Line 3: Line 3:
| name = One Mini 2
| name = One Mini 2
| codename = htc-memul
| codename = htc-memul
| image = File:CHANGE_ME_TO_DEVICE_CODENAME.jpg
| image = File:Htc-memul.jpg
| imagecaption = CHANGE_ME
| imagecaption = HTC One Mini 2
| releaseyear = 2014
| releaseyear = 2014
| originalsoftware = Android 4.4.2
| originalsoftware = Android
| chipset = Qualcomm Snapdragon 400
| originalversion = 4.4.2
| chipset = Qualcomm Snapdragon 400 (MSM8226)
| cpu = Quad-core 1.2 GHz Cortex-A7
| cpu = Quad-core 1.2 GHz Cortex-A7
| gpu = Adreno 305
| gpu = Adreno 305
Line 14: Line 15:
| memory = 1 GB
| memory = 1 GB
| architecture = armv7
| architecture = armv7
<!-- the following status_* questions should be answered with Y - yes, P - partial, N - no, or left blank (for untested or unknown) -->
| type = handset
| status_usbnet = Y
| status_usbnet = Y
| status_flashing = P
| status_flashing = P
Line 20: Line 21:
| status_screen = Y
| status_screen = Y
| status_wifi = Y
| status_wifi = Y
| status_xwayland = <!-- Showing X11 applications in a Wayland compositor (Weston, KWin, ...) works? -->
| status_xwayland =
| status_fde = <!-- When installing with full disk encryption, can you type in the password with the on screen keyboard? -->
| status_fde =
| status_mainline = <!-- Instead of a Linux kernel fork, it is possible to run mainline. -->
| status_mainline = Y
| status_battery = <!-- Charging the battery with charging-sdl is possible -->
| status_battery =
| status_3d = <!-- Hardware accelerated 3D graphics (e.g. with freedreno) -->
| status_3d =
| status_accel = <!-- The sensor that measures proper acceleration works -->
| status_accel =
| status_audio = <!-- Using the device's speakers/headphone jack works -->
| status_audio =
| status_bluetooth = <!-- It's possible to pair and use other devices via the bluetooth protocol -->
| status_bluetooth =
| status_camera = <!-- Taking photos and videos works. -->
| status_camera =
| status_gps = <!-- The Global Positioning System sensor works.  -->
| status_gps =
| status_mobiledata = <!-- Connecting to the Internet via cellular network. -->
| status_mobiledata =
| status_sms = <!-- Sending and receiving short messages works as intended. -->
| status_sms =
| status_calls = <!-- Talking to other people over the cellular network. -->
| status_calls =
| status = <!-- Text displayed in the "not booting" table on the Devices page , e.g "kernel compiles, doesn't boot" -->
| status =  
| booting = yes
| booting = yes
| pmoskernel = 3.4.113
| pmoskernel = 3.4.113
 
| whet_dhry =
<!-- you can also use these lines if you need to:
| status_otg =
see Unixbench page on wiki
| whet_dhry = 0.0
Is OTG available, not used in wiki
| status_otg = -
-->
}}
}}


Line 57: Line 53:
Hold volume-down while booting the device to get into fastboot mode
Hold volume-down while booting the device to get into fastboot mode


== Installation ==
== Installation (mainline kernel) ==
 
Flash lk2nd to the boot partition.
 
As of 2023-09-21 you need to compile lk2nd from master branch. Take a good look at the notes in the <code>dts/msm8226/msm8926-htc-memul.dts</code> file on how to compile it, otherwise it will be quite broken!
 
Also note that currently mainline kernel is relatively unstable and often crashes. Getting into debug-shell appears to work reliably though.
 
== Installation (downstream kernel) ==
Installation via fastboot only works for the kernel / the boot partition. The rootfs has to be installed e.g. via the recovery zip and TWRP.
Installation via fastboot only works for the kernel / the boot partition. The rootfs has to be installed e.g. via the recovery zip and TWRP.


== See also ==
== See also ==
* {{MR|641|pmaports}} Initial merge request
* {{MR|641|pmaports}} Initial merge request
<!--
* [https://forum.xda-developers.com/t/recovery-twp-2-8-5-0-for-one-mini-2.2801370/ TWRP image]
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]
-->

Latest revision as of 10:27, 28 September 2023

HTC One Mini 2
HTC One Mini 2
HTC One Mini 2
Manufacturer HTC
Name One Mini 2
Codename htc-memul
Released 2014
Type handset
Hardware
Chipset Qualcomm Snapdragon 400 (MSM8226)
CPU Quad-core 1.2 GHz Cortex-A7
GPU Adreno 305
Display 720 x 1280
Storage 16 GB
Memory 1 GB
Architecture armv7
Software
Original software Android
Original version 4.4.2
postmarketOS
Category testing
Pre-built images no
Mainline yes
postmarketOS kernel 3.4.113
Features
Flashing
Partial
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
No data
Screen
Works
Touchscreen
No data
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

  • z3ntu

Maintainer(s)

  • z3ntu

Users owning this device


How to enter flash mode

Hold volume-down while booting the device to get into fastboot mode

Installation (mainline kernel)

Flash lk2nd to the boot partition.

As of 2023-09-21 you need to compile lk2nd from master branch. Take a good look at the notes in the dts/msm8226/msm8926-htc-memul.dts file on how to compile it, otherwise it will be quite broken!

Also note that currently mainline kernel is relatively unstable and often crashes. Getting into debug-shell appears to work reliably though.

Installation (downstream kernel)

Installation via fastboot only works for the kernel / the boot partition. The rootfs has to be installed e.g. via the recovery zip and TWRP.

See also