Hi, I'm also trying to build an ISO with gapps. I'm following the updated 
instructions, but I'm stuck at the configure kernel part, I don't 
understand what I am supposed to do in the menuconfig. And I don't know 
where to edit the parameters for XEN and SELINUX. Someone could provide me 
instructions about what to do ? 
Thanks

> .
> # Configure kernel:
> /usr/bin/make -C kernel O=$OUT/obj/kernel ARCH=x86_64 menuconfig
>
>
> # You need to edit these parameters:
> XEN=yes
> XEN_BLKDEV_BACKEND=yes
> XEN_BLKDEV_FRONTEND=yes
> XEN_NETDEV_BACKEND=no
> XEN_NETDEV_FRONTEND=no
> SECURITY_SELINUX_BOOTPARAM=yes
> SECURITY_SELINUX_BOOTPARAM_VALUE=1
> SECURITY_SELINUX_DISABLE=yes
> DEFAULT_SECURITY_SELINUX=yes
>
>
> # The kernel config will be in out/target/product/x86_64/obj/kernel/.config
>
> # Also, you can edit the config to set the device type from tablet to 
> phone.
> # Edit device/generic/common/device.mk and change PRODUCT_CHARACTERISTICS 
> from tablet to default:
> PRODUCT_CHARACTERISTICS := default
>
>
> # Start the build:
> make -j$( nproc --all ) iso_img
>
> While the ISO boots and installs and the mouse works fine, the system 
> can't get past the initial Google first run wizard. After clicking the 
> button to set up a new device (vs transferring from an existing phone), the 
> screen turns black, and it doesn't go anywhere. It's still responsive - I 
> can click on the back button, and it will get highlighted as if I had 
> actually clicked it. However, nothing happens.
>
> Thoughts?
>
> On Wednesday, December 18, 2019 at 2:21:19 PM UTC-6, arthur...@gmail.com 
> wrote:
>>
>> So, I managed to get the instructions to work (albeit with a few 
>> modifications - I'll post them when/if I can figure out the GApps issue). 
>> However, I'm having issues whenever I try to include and compile GApps. I 
>> can confirm that Android-x86 will build successfully on its own, but when I 
>> include GApps in my device.mk, I get a lot of these after every GApps 
>> app build:
>>
>> End-of-central-directory signature not found. Either this file is not a 
>> zipfile, or it constitutes one disk of a multi-part archive. In the latter 
>> case the central directory and zipfile comment will be found on the last 
>> disk(s) of this archive.
>>
>>
>> I then get these for each app before it all fails:
>>
>> Unable to open 
>> 'out/target/product/x86_64/obj/APPS/PixelLauncherIcons_intermediates/package.apk'
>>  
>> for verification
>>
>>
>> I've got the complete log, my device.mk, etc, but does anyone know 
>> what's up?
>>
>> On Thursday, December 12, 2019 at 9:20:54 PM UTC-6, arthur...@gmail.com 
>> wrote:
>>>
>>> Are the instructions in the first post edited and updated, or are there 
>>> more recent instructions which should be used? I'm personally interested in 
>>> an image with GApps (I downloaded the nogapps ISO and tried to somehow 
>>> install GApps, but to no avail - I wasn't sure if the image provided up 
>>> near the start of the thread was functional). If there are updated/verified 
>>> instructions that could be provided, that would be awesome!
>>>
>>> On Saturday, April 27, 2019 at 6:29:08 PM UTC-5, alex.j...@gmail.com 
>>> wrote:
>>>>
>>>> On Saturday, April 27, 2019 at 9:35:19 PM UTC, alex.j...@gmail.com 
>>>> wrote:
>>>> > 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
>>>>
>>>> I've uploaded the working Android 8.1 iso for those who need it for a 
>>>> test, but I don't recommend to use it for security reasons and it's better 
>>>> to build the iso yourself:
>>>> https://drive.google.com/open?id=1Y4P77mlPPlXBzYrJ5yHJ7XM6gLVsQQm0
>>>>
>>>> md5sum android_x86_64-oreo-nogapps.iso 
>>>> b3af7a84820dd9fb32dd40c68f285993  android_x86_64-oreo-nogapps.iso
>>>>
>>>> sha1sum android_x86_64-oreo-nogapps.iso 
>>>> 16e9bcf0da44929b223fc2ab1df97de0df26d9fb 
>>>>  android_x86_64-oreo-nogapps.iso
>>>> sha256sum
>>>>
>>>> sha256sum android_x86_64-oreo-nogapps.iso 
>>>> b7d9aa5f9c401202ea24b63e95bb0f38d1f981381a719257c1a2f526e0cf636f 
>>>>  android_x86_64-oreo-nogapps.iso
>>>>
>>>> sha512sum android_x86_64-oreo-nogapps.iso 
>>>> 16f2666a20499f31472fc933a670c47070e0db14686b605b69254d054dcc63893b564e5a35e84e1daf7b7fd80f955a2834956a1bb029e93563b7d8c44787666b
>>>>  
>>>>  android_x86_64-oreo-nogapps.iso
>>>>
>>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/25236d0b-9e46-4a2d-af5f-e99da4497ea4%40googlegroups.com.

Reply via email to