HTC One SV (htc-c520e): Difference between revisions
Appearance
Update info, add image |
m Add type |
||
(16 intermediate revisions by 7 users not shown) | |||
Line 6: | Line 6: | ||
| imagecaption = HTC One SV | | imagecaption = HTC One SV | ||
| releaseyear = 2012 | | releaseyear = 2012 | ||
| originalsoftware = Android 4.0.4 | | originalsoftware = Android | ||
| chipset = Qualcomm | | originalversion = 4.0.4 | ||
| cpu = 1.2 GHz dual-core | | chipset = Qualcomm Snapdragon S4 Plus (MSM8960) | ||
| gpu = Adreno | | cpu = 1.2 GHz dual-core Krait | ||
| gpu = Adreno 225 | |||
| storage = 8 GB | | storage = 8 GB | ||
| display = 480x800 | | display = 480x800 | ||
| memory = 1 GB LPDDR3 | | memory = 1 GB LPDDR3 | ||
| architecture = armv7 | | architecture = armv7 | ||
| type = handset | |||
| 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 25: | ||
| status_fde = | | status_fde = | ||
| status_mainline = | | status_mainline = | ||
| status_battery = | | status_battery = P | ||
| status_3d = | | status_3d = | ||
| status_accel = | | status_accel = | ||
Line 37: | Line 39: | ||
== 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 54: | ||
== 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 11:53, 12 September 2024
![]() HTC One SV | |
Manufacturer | HTC |
---|---|
Name | One SV |
Codename | htc-k2ul |
Released | 2012 |
Type | handset |
Hardware | |
Chipset | Qualcomm Snapdragon S4 Plus (MSM8960) |
CPU | 1.2 GHz dual-core Krait |
GPU | Adreno 225 |
Display | 480x800 |
Storage | 8 GB |
Memory | 1 GB LPDDR3 |
Architecture | armv7 |
Software | |
Original software | Android |
Original version | 4.0.4 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Unixbench Whet/Dhry score | 470.5 |
Flashing |
Works |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
Partial |
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
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. |