On Thursday, April 25, 2019 at 10:20:32 PM UTC, Daniil Travnikov wrote: > I am stuck on this process already twice. > > When I put the command > > Download sources: > repo sync --no-tags --no-clone-bundle --force-sync -j$( nproc --all ) > > > and when it show this: > > > From git://git.osdn.net/gitroot/android-x86/platform/frameworks/av > * [new branch] nougat-x86 -> x86/nougat-x86 > Fetching project platform/external/android-clat > remote: Counting objects: 1, done > remote: Finding sources: 100% (793/793) > remote: Total 793 (delta 244), reused 793 (delta 244) > Receiving objects: 100% (793/793), 517.38 KiB | 0 bytes/s, done. > Resolving deltas: 100% (244/244), done. > From https://android.googlesource.com/platform/external/android-clat > * [new tag] android-7.1.2_r36 -> android-7.1.2_r36 > > > I got nothing, I mean it's look like freeze.
Did you try to remove downloaded repo and sync it again from scratch? The OpenGAPPS repo changed, see below, maybe it's somehow related. I'd recommend to build Android 8 release, the mouse works fine there. Also the Settings bug is fixed if you use userdebug build variant instead of eng. The guide in the same as in first post except: Android 8 will take 211GB to build. I've build it with 32GB RAM without swap, maybe it'll work with less RAM. repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b oreo-x86 -m android-x86-8.1-r1.xml instead of repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b android-x86-7.1-r2 <remote name="opengapps" fetch="https://github.com/opengapps/" /> <remote name="nezor" fetch="https://gitlab.nezorfla.me/opengapps/" /> <project path="vendor/opengapps/build" name="aosp_build" revision="master" remote="opengapps" /> <project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="nezor" /> <project path="vendor/opengapps/sources/x86" name="x86" clone-depth="1" revision="master" remote="nezor" /> <project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="nezor" /> instead of <remote name="opengapps" fetch="https://github.com/opengapps/" /> <project path="vendor/opengapps/build" name="aosp_build" revision="master" remote="opengapps" /> <project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengapps" /> <project path="vendor/opengapps/sources/x86" name="x86" clone-depth="1" revision="master" remote="opengapps" /> <project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengapps" /> lunch android_x86_64-userdebug instead of lunch android_x86_64-eng /usr/bin/make -C kernel O=$OUT/obj/kernel ARCH=x86_64 menuconfig instead of make -C kernel O=$OUT/obj/kernel ARCH=x86_64 menuconfig -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscr...@googlegroups.com. To post to this group, send email to qubes-users@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/abcd98d7-6317-483d-ad6f-b58dbe1ef79c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.