Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.08 KB

ArrowOS Vendor MOD (Stuff taken from ProtonAOSP)

To use this as your arrow vendor, use command:

(Change directory to root of arrow source first)

rm -rf vendor/arrow && git clone https://github.com/XtremeOrnob/vendor_arrow -b arrow-12 vendor/arrow && rm -rf vendor/gapps && git clone https://gitlab.com/XtremeOrnob/android_vendor_gms.git -b 12 --depth=1 vendor/gms

Also for the sake of everyone's sanity, clone ProtonAOSP's version of Launcher3 and ThemePicker as we go

rm -rf packages/apps/Launcher3 && git clone https://github.com/ProtonAOSP/android_packages_apps_Launcher3 -b sc packages/apps/Launcher3
rm -rf packages/apps/ThemePicker && git clone https://github.com/ProtonAOSP/android_packages_apps_ThemePicker -b sc packages/apps/ThemePicker

Please do

make installclean

Oh yeah almost forgot; do this or add it in your arrow_device.mk file

export ARROW_GAPPS=true

otherwise this won't work

Thanks to

@PainKiller3, Project-Awaken

@beingmishra, OctaviOS

@kdrag0n, ProtonAOSP

LineageOS

And me, please thank me. XD