xdroidOSS is an innovative Android Open Source Community platform designed to empower developers worldwide. Our software solution provides a collaborative environment where developers can share knowledge, collaborate on projects, and contribute to the Android ecosystem. With robust features such as project management tools, discussion forums, and version control systems, xdroidOSS streamlines the development process and fosters community-driven innovation.
Requirements
- Around 500GB disk space.
- Around 18GB RAM running Linux.
Sync our source
repo init -u https://github.com/xdroid-oss/xd_manifest -b fourteen --git-lfs
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 4 variant boot resolution ( 420, 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
Top comments (1)
xdroid