Difference between revisions of "HTC One SV (htc-c520e)"
Jump to navigation
Jump to search
(Update info, add image) |
m (→Port status) |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
| originalsoftware = Android 4.0.4 | | originalsoftware = Android 4.0.4 | ||
| chipset = Qualcomm MSM8960 Snapdragon S4 Plus | | chipset = Qualcomm MSM8960 Snapdragon S4 Plus | ||
− | | cpu = 1.2 GHz dual-core | + | | cpu = 1.2 GHz dual-core Krait |
− | | gpu = Adreno | + | | gpu = Adreno 225 |
| storage = 8 GB | | storage = 8 GB | ||
| display = 480x800 | | display = 480x800 | ||
Line 16: | Line 16: | ||
| whet_dhry = 470.5 | | whet_dhry = 470.5 | ||
| status_usbnet = Y | | status_usbnet = Y | ||
− | | status_flashing = | + | | status_flashing = Y |
| status_touch = Y | | status_touch = Y | ||
| status_screen = Y | | status_screen = Y | ||
Line 23: | Line 23: | ||
| status_fde = | | status_fde = | ||
| status_mainline = | | status_mainline = | ||
− | | status_battery = | + | | status_battery = P |
| status_3d = | | status_3d = | ||
| status_accel = | | status_accel = | ||
Line 37: | Line 37: | ||
== Contributors == | == Contributors == | ||
− | * PureTryOut | + | * [[User:PureTryOut|PureTryOut]] |
− | * Hacker420 | + | * [[User:Hacker420|Hacker420]] |
== Maintainer(s) == | == Maintainer(s) == | ||
− | + | * [[User:Hacker420|Hacker420]] (I have the LTE version of this phone) | |
− | + | ||
− | Hacker420 (I have the LTE version of this phone) | + | == Device owners == |
+ | {{Device owners}} | ||
== Unlock bootloader == | == Unlock bootloader == | ||
Line 51: | Line 52: | ||
== Port status == | == Port status == | ||
− | Kernel can be compiled with GCC4, boots, USB networking works. | + | * Kernel can be compiled with GCC4, boots, USB networking works. |
− | Matchbox | + | * Matchbox worked, but got removed from repos |
− | + | * [[MATE]] works | |
− | + | * Some apps might crash the device. | |
+ | * It uses the 16 bit color mode. | ||
== Enter fastboot == | == Enter fastboot == | ||
− | * Power + Volume Down buttons (that boots the device into HBOOT, use the volume buttons and power to select Fastboot) | + | * Power + Volume Down buttons (that boots the device into HBOOT, use the volume buttons and power to select Fastboot) |
+ | * use TWRP reboot bootloader | ||
+ | * <code>adb reboot bootloader</code> | ||
== Installing == | == Installing == | ||
* Boot to fastboot | * Boot to fastboot | ||
− | * Install rootfs to the SD card | + | * Install rootfs to the SD card or the internal storage with <code>pmbootstrap flasher flash_rootfs</code> (S-OFF needed for the internal storage) |
* Run <code>pmbootstrap flasher flash_kernel</code> | * Run <code>pmbootstrap flasher flash_kernel</code> | ||
* Reboot | * Reboot | ||
+ | |||
+ | {{note|Installing to the userdata partition didn't work, tested flashing Matchbox and MATE, MATE was too big.}} | ||
== Links == | == Links == | ||
− | [https://github.com/Hacker1245/k2ul-jb-3.4.10-cl157896-2 Working HTC kernel source] | + | * [https://github.com/Hacker1245/k2ul-jb-3.4.10-cl157896-2 Working HTC kernel source] |
Latest revision as of 23:18, 3 August 2020
USB Networking |
Works |
---|---|
Flashing |
Works |
Touchscreen |
Works |
Display |
Works |
WiFi |
Works |
Xwayland | |
FDE | |
Mainline | |
Battery |
Partial |
3D Acceleration | |
Accelerometer | |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
Contributors
Maintainer(s)
- Hacker420 (I have the LTE version of this phone)
Device owners
Unlock bootloader
To do anything useful on this device, it's bootloader needs to be unlocked. This sadly requires creating an account on HTCDev.
Instructions can be found here. Select "All Other Supported Models" on the right side and press "Begin Unlock Bootloader".
Port status
- Kernel can be compiled with GCC4, boots, USB networking works.
- Matchbox worked, but got removed from repos
- MATE works
- Some apps might crash the device.
- It uses the 16 bit color mode.
Enter fastboot
- Power + Volume Down buttons (that boots the device into HBOOT, use the volume buttons and power to select Fastboot)
- use TWRP reboot bootloader
adb reboot bootloader
Installing
- Boot to fastboot
- Install rootfs to the SD card or the internal storage with
pmbootstrap flasher flash_rootfs
(S-OFF needed for the internal storage) - Run
pmbootstrap flasher flash_kernel
- Reboot
Installing to the userdata partition didn't work, tested flashing Matchbox and MATE, MATE was too big.