HTC HD2 (htc-leo): Difference between revisions
Appearance
m Add MR, device & kernel package links |
Dominduchami (talk | contribs) →Contributors: Add installation procedure Tags: mobile edit mobile web edit |
||
Line 63: | Line 63: | ||
* a(MagLDR), Propitary 3rd party bootloader developed by Cotulla, some folks over at [https://androidforum.tytung.com Tytung's android forum], reverse egineered it and created aMagLdr, still propietary (?) | * a(MagLDR), Propitary 3rd party bootloader developed by Cotulla, some folks over at [https://androidforum.tytung.com Tytung's android forum], reverse egineered it and created aMagLdr, still propietary (?) | ||
*[https://forum.xda-developers.com/showthread.php?t=1114053 cLK], based on littlekernel and download possible with cwm or twrp recovery embedded, seems to be the best option. Littlekernel also provides fastboot wich is handy. Only this bootloader is tested right now. | *[https://forum.xda-developers.com/showthread.php?t=1114053 cLK], based on littlekernel and download possible with cwm or twrp recovery embedded, seems to be the best option. Littlekernel also provides fastboot wich is handy. Only this bootloader is tested right now. | ||
== Installation == | |||
* Install [https://forum.xda-developers.com/showthread.php?t=611433 HSPL] | |||
* Install the [https://forum.xda-developers.com/showthread.php?t=901305 CLK bootloader] | |||
MAGLDR would probably also work, but using CLK is easier because of fastboot access. | |||
* Install the rootfs using an SD Card <code>pmbootstrap install --sdcard=/dev/sd?</code> | |||
* Insert the SD Card | |||
* Boot the device into the CLK bootloader | |||
* Flash the kernel to the boot partition using <code>pmbootstrap flasher flash_kernel</code> (flashing to the additional partitions such as sboot or tboot should work too) | |||
* Select the first option (or the other boot partion if it was chosen in the previous step) to boot the kernel | |||
Flashing the rootfs and the kernel to NAND would probably work on the Tmobile US verion of HD2 (it has 1gb of storage space), but it is untested for now. | |||
== See also == | == See also == |
Revision as of 11:29, 3 November 2020
![]() HTC HD2 | |
Manufacturer | HTC |
---|---|
Name | HD 2 |
Codename | htc-leo |
Released | 2009 |
Hardware | |
Chipset | Qualcomm QSD8250 Snapdragon S1 |
CPU | 1.0 GHz Scorpion |
GPU | Adreno 200 |
Display | 480x800 |
Storage | 512 MB |
Memory | 448 MB |
Architecture | armv7 |
Software | |
Original software | Windows Mobile 6.5 Professional |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
Works |
---|---|
USB Networking |
No data |
Internal storage |
No data |
SD card |
No data |
Battery |
Works |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
No data |
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
- Langoor
- (others on IRC)
- Dominduchami
- (others on the Matrix chat : Henri Dellal, knuxify and others)
What works
- Kernel boots
- Display and touchscreen works
- Boots with xfce, other UIs are untested
What does not work
- Everything else, including ssh and telnet connectivity
Progress
- Got the kernel to compile, based on maniacx's nougat android kernel
- The qsd8k-legacy kernel boots correctly : [1]
Next steps
- Check if other things such as wireless conectivity work
Bootloaders
Because of the age of the HD2, there are serval 3rd party bootloaders available, most commonly used:
- Haret, Haret is a bootloader (provided as haret.exe) to boot linux or android from WITHIN windows mobile, you start windows mobile, not a great choice for postmarketOS.
- a(MagLDR), Propitary 3rd party bootloader developed by Cotulla, some folks over at Tytung's android forum, reverse egineered it and created aMagLdr, still propietary (?)
- cLK, based on littlekernel and download possible with cwm or twrp recovery embedded, seems to be the best option. Littlekernel also provides fastboot wich is handy. Only this bootloader is tested right now.
Installation
- Install HSPL
- Install the CLK bootloader
MAGLDR would probably also work, but using CLK is easier because of fastboot access.
- Install the rootfs using an SD Card
pmbootstrap install --sdcard=/dev/sd?
- Insert the SD Card
- Boot the device into the CLK bootloader
- Flash the kernel to the boot partition using
pmbootstrap flasher flash_kernel
(flashing to the additional partitions such as sboot or tboot should work too) - Select the first option (or the other boot partion if it was chosen in the previous step) to boot the kernel
Flashing the rootfs and the kernel to NAND would probably work on the Tmobile US verion of HD2 (it has 1gb of storage space), but it is untested for now.
See also
- pmaports!1666 Merge request
- Device package
- Kernel package