Halium / projectmanagement

143 stars 32 forks source link

[device-port] [dora] Sony Xperia X Performance #150

Open sjllls opened 5 years ago

sjllls commented 5 years ago

Tree:

Based on the works of @fredldotme #98

FAQ You need to run sudo mount -o remount,rw / if you want to use APT tool.

If you met error in build about O_CLOEXEC ,please define it manually in header. #define O_CLOEXEC 02000000

Video recode: Link

Anbox will check 'ro.product.device', You can modified it to 'turbo', then you can install anbox via apt.

fredldotme commented 5 years ago

Feel free to send a Pull Request of your manifest whenever you are ready :)

xsetiadi commented 5 years ago

make sony devices great again 👍

APokorny commented 4 years ago

Any news on this one? What changes to the xperia X tree were necessary? Is there a manifest xml? I assumed the device had a different SOC, camera and display.

fredldotme commented 4 years ago

@APokorny there is a manifest repo in @sjllls account here: https://github.com/sjllls/halium-devices

A few things have changed since then. Basically I made sure that everything in the device-sony-common repo can be reused by other Sony devices. ~odmfirmware.mk is an exception, that should be reverted in the common repo and placed in the suzu repo instead.~ Though everything else should help kickstart new port efforts on Sony devices.