Jump to content

Sony Xperia Z3C (sony-aries): Difference between revisions

From postmarketOS Wiki
Kskarthik (talk | contribs)
Knuxify (talk | contribs)
m gitlab.com -> gitlab.postmarketos.org (bot edit)
 
(26 intermediate revisions by 18 users not shown)
Line 1: Line 1:
[[Category:Unsupported Devices]]
=== Contributors ===


* kskarthik  
{{Infobox device
| manufacturer = Sony
| name = Xperia Z3 Compact
| codename = sony-aries
| image = File:Sony Xperia Z3C.jpg
| imagecaption = Sony Xperia Z3C
| releaseyear = 2014
| originalsoftware = Android
| originalversion = 4.4.4 on Linux 3.10
| chipset = Qualcomm Snapdragon 801 (MSM8974AC)
| cpu = Quad-core 2.5 GHz Krait 400
| gpu = Adreno 330
| storage = 16 GB
| display = 720x1280 IPS
| memory = 2 GB
| architecture = armhf
| type = handset
| status_usbnet =
| status_flashing = Y
| status_touch = Y
| status_screen = Y
| status_wifi =
| status_xwayland =
| status_fde =
| status_mainline =
| status_battery = Y
| status_3d =
| status_accel =
| status_audio =
| status_bluetooth =
| status_camera =
| status_gps =
| status_mobiledata =
| status_sms =
| status_calls =
| status_otg = Y
| booting = yes
| changearch=armv7
}}
{{Based on SoC|Qualcomm_Snapdragon_800/801_(MSM8974)|Snapdragon 801}}
 
== Contributors ==
 
* [https://kskarthik.github.io kskarthik]


''Special thanks to:''
''Special thanks to:''
Line 10: Line 51:
* MartijnBraam
* MartijnBraam


for their help & all IRC/Matrix folks
and all IRC/Matrix folks


=== What works ===
== What works ==


* Compiling the kernel
* Compiling the kernel
Line 18: Line 59:
* GUI
* GUI
* Touch
* Touch
* Battery
* USB OTG


=== What doesn't ===
== What doesn't ==


* Everything else
* Everything else


=== Build Instructions ===  
== Build Instructions ==  


<code>
<code>
git clone https://github.com/postmarketos/pmbootstrap  
git clone https://gitlab.postmarketos.org/postmarketOS/pmbootstrap
 
cd pmbootstrap


./pmbootstrap.py checksum device-sony-aries
./pmbootstrap.py checksum device-sony-aries
Line 39: Line 84:
</code>
</code>


=== Source ===
== Source ==


* Device [https://github.com/postmarketOS/pmbootstrap/tree/master/aports/device/device-sony-aries Source]
* {{Device package|sony-aries}}
* Kernel [https://github.com/postmarketOS/pmbootstrap/tree/master/aports/device/linux-sony-aries Source]
* {{Kernel package|sony-aries}}

Latest revision as of 15:10, 4 November 2024

Warning WARNING: This device is not recommended for future use with postmarketOS due to its armhf architecture. Alpine Linux (the distribution that postmarketOS extends) pmaports#599 has been considering dropping it.
Note This device is still running on armhf, although the processor supports armv7. If you own it, change it and test it that way.
Sony Xperia Z3 Compact
Sony Xperia Z3C
Sony Xperia Z3C
Manufacturer Sony
Name Xperia Z3 Compact
Codename sony-aries
Released 2014
Type handset
Hardware
Chipset Qualcomm Snapdragon 801 (MSM8974AC)
CPU Quad-core 2.5 GHz Krait 400
GPU Adreno 330
Display 720x1280 IPS
Storage 16 GB
Memory 2 GB
Architecture armhf
Software
Original software Android
Original version 4.4.4 on Linux 3.10
postmarketOS
Category testing
Pre-built images no
Features
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
Works
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

Special thanks to:

  • opendata
  • ata2001
  • MartijnBraam

and all IRC/Matrix folks

What works

  • Compiling the kernel
  • SSH into device
  • GUI
  • Touch
  • Battery
  • USB OTG

What doesn't

  • Everything else

Build Instructions

git clone https://gitlab.postmarketos.org/postmarketOS/pmbootstrap

cd pmbootstrap

./pmbootstrap.py checksum device-sony-aries

./pmbootstrap.py build device-sony-aries

./pmbootstrap.py checksum linux-sony-aries

./pmbootstrap.py build linux-sony-aries --arch=armhf

./pmbootstrap.py install

Source