silklabs / silk

Build IoT using JavaScript. Silk Open Source
MIT License
164 stars 29 forks source link

Complete Sony Xperia Z3 Compact (aries) port #15

Open mvines opened 7 years ago

mvines commented 7 years ago

Basic support for the Sony Xperia Z3 Compact device has landed. We have nightly builds for this device, or you can build/flash it yourself with

$ cd bsp-gonk
$ ./sync aries
$ . build/envsetup.sh
$ make -j42
$ fastboot flash all

Of course an unlocked bootloader is required, see http://developer.sonymobile.com/unlockbootloader/ for more.

The relevant parts of the tree are:

The port is based on the AOSP M Xperia build decribed at http://developer.sonymobile.com/open-devices/aosp-build-instructions/how-to-build-aosp-marshmallow-for-unlocked-xperia-devices/

What works:

  1. Device boots to the normal Silk splash screen
  2. Buttons/power key
  3. Audio playback (adb shell player /data/afile.mp4a)

What doesn't work yet:

mvines commented 7 years ago

Wifi/Camera are now basically working. Not quite sure what changed but \o/. The camera frames have a green bar at the bottom, but I believe this also happens on the unmodified Aries AOSP-M build as well.