Difference between revisions of "Sony Xperia T3 (sony-seagull)"
From postmarketOS
(→Links: link to initial PR) |
m |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
| name = Xperia T3 | | name = Xperia T3 | ||
| imagecaption = Sony Xperia T3 running Weston | | imagecaption = Sony Xperia T3 running Weston | ||
− | | codename = seagull | + | | codename = sony-seagull |
| releaseyear = 2014 | | releaseyear = 2014 | ||
| originalsoftware = Android 4.4.4 on Linux 3.4.0 | | originalsoftware = Android 4.4.4 on Linux 3.4.0 | ||
− | | chipset = Qualcomm Snapdragon 400 | + | | chipset = Qualcomm MSM8928 Snapdragon 400 |
| cpu = Quad-core 1.4 GHz | | cpu = Quad-core 1.4 GHz | ||
| gpu = Adreno 305 | | gpu = Adreno 305 | ||
Line 13: | Line 13: | ||
| display = 720x1280 TFT | | display = 720x1280 TFT | ||
| memory = 1 GB | | memory = 1 GB | ||
+ | | architecture = armhf | ||
+ | | status_usbnet = Y | ||
+ | | status_flashing = Y | ||
+ | | status_touch = Y | ||
+ | | status_screen = Y | ||
+ | | status_wifi = | ||
+ | | status_xwayland = Y | ||
+ | | status_fde = | ||
+ | | status_mainline = | ||
+ | | status_battery = | ||
+ | | status_3d = | ||
+ | | status_accel = | ||
+ | | status_audio = | ||
+ | | status_bluetooth = | ||
+ | | status_camera = | ||
+ | | status_gps = | ||
+ | | status_mobiledata = | ||
+ | | status_sms = | ||
+ | | status_calls = | ||
+ | | booting = yes | ||
}} | }} | ||
Line 62: | Line 82: | ||
== Links == | == Links == | ||
− | * [https://developer.sonymobile.com/downloads/xperia-open-source-archives/open-source-archive-for-build-18-1-a-1-23/ Kernel source] | + | * [https://developer.sonymobile.com/downloads/xperia-open-source-archives/open-source-archive-for-build-18-1-a-1-23/ Kernel source] [https://github.com/MayeulC/sony-seagull-kernel Mirror with releases history] |
* {{github|1389}} Initial PR | * {{github|1389}} Initial PR |
Latest revision as of 12:43, 11 December 2018
USB Networking |
Works |
---|---|
Flashing |
Works |
Touchscreen |
Works |
Display |
Works |
WiFi | |
Xwayland |
Works |
FDE | |
Mainline | |
Battery | |
3D Acceleration | |
Accelerometer | |
Audio | |
Bluetooth | |
Camera | |
GPS | |
Mobile data | |
SMS | |
Calls | |
USB OTG | |
Contents
Contributors
- MayeulC
Maintainer(s)
- MayeulC
What works
- Flash Rootfs
- Flash kernel
- USB Network
- Screen
- Touch (
/dev/input/event0
) - Flashlight (
/sys/devices/qcom,camera-led-flash.74/leds/torch-light/brightness
)
What does not work
- no Wifi/GSM
- unknown UART pinout
- Audio
What has not been tested
- Compass, accelerometer, gyroscope, GPS, light sensor
- Bluetooth, NFC
- Camera
How to enter flash mode
- Power off the phone
- Press volume up
- Keep volume up pressed, and connect the phone to the computer
- wait until the LED turns blue, then release volume up (this can take a few seconds)
How to turn off the phone
Since you can't remove the battery without opening the phone, you can do the following instead:
- Long press volume up + power button
- press the "off" button behind the SIM/SD card cover with a pin. This breaks the battery connection, so USB needs to be unplugged as well.
Misc
The device shares the yukon
platform with other Xperia devices, such as the Xperia E3 (Flamingo), M2 (Eagle) and T2 Ultra (Tianchi). As such, the kernel likely works on all of these.
Boot command line
- When in charging mode:
androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 androidboot.emmc=true androidboot.bootloader=s1 oemandroidboot.s1boot=1274-7024_S1_Boot_MSM8x26_LA1.0_1021 androidboot.serialno=YT91XXXXXX ta_info=1,16,256 startup=0x00010004 warmboot=0x77665501 oemandroidboot.imei=3548XXXXXXXXXXXX oemandroidboot.phoneid=0000:35480506XXXXXXXX oemandroidboot.security=0 oemandroidboot.babe1234=00000200 display_status=on androidboot.baseband=msm
- When starting up normally:
androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 androidboot.emmc=true androidboot.bootloader=s1 oemandroidboot.s1boot=1274-7024_S1_Boot_MSM8x26_LA1.0_1021 androidboot.serialno=YT91XXXXXX ta_info=1,16,256 startup=0x00000001 warmboot=0x00000000 oemandroidboot.imei=3548XXXXXXXXXXXX oemandroidboot.phoneid=0000:35480506XXXXXXXX oemandroidboot.security=0 oemandroidboot.babe1234=00000200 display_status=on androidboot.baseband=msm
Links
- Kernel source Mirror with releases history
- #1389 Initial PR