Menu

Tree [70e830] twelve /
 History

HTTPS access


File Date Author Commit
 GLOBAL-PREUPLOAD.cfg 2017-11-14 Igor Murashkin Igor Murashkin [67481c] manifest: add cpplint (google-styleguide), upda...
 README.md 2022-02-13 Jody Yuantoro Jody Yuantoro [1be648] xd: README.md: Update regarding our legacy boot...
 default.xml 2022-02-09 xyzuan xyzuan [3ff96c] xd: xd-devices: Init track official maintainer ...
 obsolete.xml 2022-02-08 xyzuan xyzuan [c1a2c4] xd: AOSP: Track packages/apps/Launcher3 from aosp
 others.xml 2022-02-11 Adithya R Adithya R [4b23ae] xd: Track repos for NQ NFC
 xd.xml 2022-02-21 Jody Yuantoro Jody Yuantoro [70e830] xd: xdroid: Track `xd_external_faceunlock`

Read Me

XD

xdroidOSS | xdroid Open Source Software

a android based on AOSP with Minimalist UI Design.

Requirements

  • Around 500GB disk space.
  • Around 18GB RAM running Linux.

Sync our source

repo init -u https://github.com/xdroid-oss/xd_manifest -b twelve
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Build our source

. build/envsetup.sh
lunch xdroid_$devicecodename-userdebug
make xd -j$(nproc --all)

Documentations

Settings

Our settings need to overlayed in device tree, you need to define your device information for our about phone section.
Reference

https://github.com/xdroid-devices/xd_device_xiaomi_lavender/commit/a94de499460e5a84aeb4cdac0c4e82ce5d88de4f

Bootanimations

Our build system need to defined about your resolution in device tree .mk e.g xdroid_lavender.mk by adding XDROID_BOOT := 1080.
We have 3 variant boot resolution ( 720, 1080, 1440 )

If u have a problem with boot animation ( some device with low ram have that issue ), u didn't need to define XDROID_BOOT, it will be automatically using legacy of XD bootanimation
Reference

https://github.com/xdroid-devices/xd_device_xiaomi_lavender/commit/6f2ed2af8ee5a6165ffd231d368b03cbee5e3989

Credits