Fwd: Android-x86 7.0 codebase is ready

4,301 views
Skip to first unread message

Chih-Wei Huang

unread,
Aug 25, 2016, 3:14:58 PM8/25/16
to Android-x86
---------- Forwarded message ----------
From: Chih-Wei Huang <cwh...@android-x86.org>
Date: 2016-08-26 3:11 GMT+08:00
Subject: Android-x86 7.0 codebase is ready


Hi devs,
You can now download and build the
nougat-x86 branch:

repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b nougat-x86
repo sync --no-tags --no-clone-bundle

If you have problem to sync it,
try the alternative url:

repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-nougat-x86
repo sync --no-tags --no-clone-bundle

Then build the iso_img as usual like

source build/envsetup.sh
lunch android_x86_64-userdebug
m -j8 iso_img


What should work:
* 64-bit image and 64-bit apps
* Display with OpenGL ES
* Wifi
* Audio
* Sensors
* Backlight
* Touchscreen
* Touchpad
* Ethernet
* Sdcard / USB

What not work:
* 32-bit image and 32-bit apps
* Live mode
* Bluetooth
* Camera

Known issues:
* Live mode can't to boot to Home
(due to some reasons vold will
destroy all user data)
But install to HDD is OK
* All 32-bit apps can't run
(crashed due to eglInitialize failed).
As a result, 32-bit image can't boot
* BlueZ is not buildable
* On VM with software rendering (e.g., QEMU),
back to home will crash SurfaceFlinger.


--
Chih-Wei
Android-x86 project
http://www.android-x86.org

oscar bg

unread,
Aug 27, 2016, 8:51:30 PM8/27/16
to Android-x86
so can somebody create some test images?

oscar bg

unread,
Aug 27, 2016, 8:51:31 PM8/27/16
to Android-x86

Martin

unread,
Aug 28, 2016, 4:54:56 AM8/28/16
to Android-x86

so can somebody create some test images?

EVERYTHING is working well(as in 6.0.1rc2), but you CAN'T run any application... Except the stock.Terminal emulator, CM browser - not working. There's even not working browser... If you wanna test it anyway - I'll upload a test image, but please write your experience in using - eg. bugs, issues, and so on... That's really helpful for devs.

I've found another issue - developer settings are not working, sometimes even freezes the system.
I dunno, but suspend till now not working well. It worked perfectly only in cm13... And after resume autorotation is not working anymore. (Dell v11p)


 

Martin

unread,
Aug 28, 2016, 6:47:39 AM8/28/16
to Android-x86

Wesley Henrique

unread,
Aug 28, 2016, 10:39:08 PM8/28/16
to Android-x86
Very good, it worked perfectly on my pc, this congratulations.

Thank you.

youling 257

unread,
Aug 29, 2016, 2:53:52 PM8/29/16
to Android-x86
https://sourceforge.net/p/android-x86/kernel/ci/kernel-4.4/tree/,I recompile kernel,but can't boot nougat,it will auto reboot,may be need special  android-x86_64_defconfig ?

在 2016年8月28日星期日 UTC+8下午6:47:39,Martin写道:

Jon West

unread,
Aug 29, 2016, 8:10:47 PM8/29/16
to Android-x86
I have the same result on my Surface Pro 3. But androidboot.hardware=android_x86_64 was the correct entry.

youling 257

unread,
Aug 29, 2016, 9:33:04 PM8/29/16
to Android-x86
I konw nougat enable selinux permissive,so androidboot.selinux=permissive, different from remix os,it still selinux disable;so, how to recompile kernel ?

在 2016年8月30日星期二 UTC+8上午8:10:47,Jon West写道:

Chih-Wei Huang

unread,
Aug 30, 2016, 3:19:41 AM8/30/16
to Android-x86
2016-08-30 9:33 GMT+08:00 youling 257 <youli...@gmail.com>:
> I konw nougat enable selinux permissive,so androidboot.selinux=permissive,
> different from remix os,it still selinux disable;so, how to recompile kernel
> ?

You should just follow the android-x86 kernel
build instructions.
If you build the kernel manually,
you also need to apply the
device/generic/common/selinux_diffconfig
manually.

youling 257

unread,
Aug 30, 2016, 6:18:59 AM8/30/16
to Android-x86
I only download kernel tree,make android-x86_64_defconfig ,time make -j4,time make -j4 targz-pkg -i ;thanks for your reminder,i will add these config to android-x86_64_defconfig,https://sourceforge.net/p/android-x86/device_generic_common/ci/nougat-x86/tree/selinux_diffconfig

在 2016年8月30日星期二 UTC+8下午3:19:41,Chih-Wei Huang写道:

Geek Till It Hertz

unread,
Aug 31, 2016, 12:55:11 PM8/31/16
to Android-x86
com.android.phone and launcher 3 keep crashing repeatedly on boot any idea???

Chih-Wei Huang

unread,
Aug 31, 2016, 1:07:11 PM8/31/16
to Android-x86
2016-09-01 0:55 GMT+08:00 Geek Till It Hertz <sahaj...@gmail.com>:
> com.android.phone and launcher 3 keep crashing repeatedly on boot any
> idea???

Under live mode? A known issue.
I'm fixing it...

Geek Till It Hertz

unread,
Aug 31, 2016, 1:18:44 PM8/31/16
to Android-x86
yup...
I don't mean to be rude or demanding, but do you have an ETA on the fix? just curious
thnx

Geek Till It Hertz

unread,
Sep 1, 2016, 6:40:27 AM9/1/16
to Android-x86
Anyone having screen scaling issue?
See attachment

dgdn

unread,
Sep 1, 2016, 9:43:45 AM9/1/16
to Android-x86
settings/display/display size

Geek Till It Hertz

unread,
Sep 1, 2016, 12:15:03 PM9/1/16
to Android-x86
I know that, but just pointing out this as a bug since it wasn't (and shouldn't) required to be done manually like in the previous versions.

Chih-Wei Huang

unread,
Sep 2, 2016, 3:35:01 AM9/2/16
to Android-x86
I've pushed the solution.
You may sync it now.

Geek Till It Hertz

unread,
Sep 2, 2016, 10:26:12 AM9/2/16
to Android-x86
Awesome, live boot, scaling and 32bit apps work well thnx!
32bit app tested ES file explorer 4.1.3

Geek Till It Hertz

unread,
Sep 2, 2016, 11:30:05 AM9/2/16
to Android-x86
Another minor and less relevant issue, lack of a power off option in the notification panel.

Li Guang

unread,
Sep 2, 2016, 12:57:38 PM9/2/16
to Android-x86
I got following error when compiling nougat-x86:

target SharedLib: gallium_dri_32 .../gallium_dri_intermediates/LINKED/gallium_dri.so)
FAILED: /bin/bash -c "prebuilts/clang/host/linux-x86/clang-2690385/bin/clang++ -nostdlib -Wl,-soname,gallium_dri.so -Wl,--gc-sections -shared -Lout/target/product/x86_64/obj_x86/lib out/target/product/x86_64/obj_x86/lib/crtbegin_so.o out/target/product/x86_64/obj_x86/SHARED_LIBRARIES/gallium_dri_intermediates/target.o -Wl,--whole-archive out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_nouveau_intermediates/libmesa_winsys_nouveau.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_nouveau_intermediates/libmesa_pipe_nouveau.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_r300_intermediates/libmesa_pipe_r300.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_r600_intermediates/libmesa_pipe_r600.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_radeonsi_intermediates/libmesa_pipe_radeonsi.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_amdgpu_intermediates/libmesa_winsys_amdgpu.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_radeon_intermediates/libmesa_winsys_radeon.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_radeon_intermediates/libmesa_pipe_radeon.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_llvmpipe_intermediates/libmesa_pipe_llvmpipe.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_softpipe_intermediates/libmesa_pipe_softpipe.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_sw_dri_intermediates/libmesa_winsys_sw_dri.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_virgl_intermediates/libmesa_winsys_virgl.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_virgl_vtest_intermediates/libmesa_winsys_virgl_vtest.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_virgl_intermediates/libmesa_pipe_virgl.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_winsys_svga_intermediates/libmesa_winsys_svga.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_svga_intermediates/libmesa_pipe_svga.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_st_dri_intermediates/libmesa_st_dri.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_st_mesa_intermediates/libmesa_st_mesa.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_glsl_intermediates/libmesa_glsl.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_compiler_intermediates/libmesa_compiler.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_nir_intermediates/libmesa_nir.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_dri_common_intermediates/libmesa_dri_common.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_megadriver_stub_intermediates/libmesa_megadriver_stub.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_gallium_intermediates/libmesa_gallium.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_loader_intermediates/libmesa_pipe_loader.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_util_intermediates/libmesa_util.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_loader_intermediates/libmesa_loader.a -Wl,--no-whole-archive out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libelf_intermediates/libelf.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libz_intermediates/libz.a out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libcompiler_rt-extras_intermediates/libcompiler_rt-extras.a /home/lee/build/android/nougat-x86/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/../lib/gcc/x86_64-linux-android/4.9/../../../../x86_64-linux-android/lib/../lib/libatomic.a /home/lee/build/android/nougat-x86/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/../lib/gcc/x86_64-linux-android/4.9/32/libgcc.a -ldl -llog -lglapi -lexpat -lhardware -ldrm_nouveau -lLLVM -ldrm_amdgpu -ldrm_radeon -lLLVM -lc++ -ldrm -lc++ -ldl -lc -lm -o out/target/product/x86_64/obj_x86/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so -m32 -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--build-id=md5 -Wl,--warn-shared-textrel -Wl,--fatal-warnings -Wl,--gc-sections -Wl,--hash-style=gnu -Wl,--no-undefined-version -target i686-linux-android -Bprebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/bin -Wl,--no-undefined out/target/product/x86_64/obj_x86/lib/crtend_so.o -lgcc"
prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/bin/ld: error: cannot find -lgcc
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
make: *** [build/core/ninja.mk:149: ninja_wrapper] Error 1

I checked the file "/home/lee/build/android/nougat-x86/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/../lib/gcc/x86_64-linux-android/4.9/32/libgcc.a" and make sure it exist, but the compiler still complain lgcc not found.

Any tips?

Thanks in advance

Martin

unread,
Sep 2, 2016, 1:59:17 PM9/2/16
to Android-x86
Just compile again. Resume after error.

Geek Till It Hertz

unread,
Sep 2, 2016, 5:51:01 PM9/2/16
to Android-x86
If anyone wants to try a live boot ISO, i'll have it linked:

Do visit my blog for some additional content related to android-x86 nougat.

Martin

unread,
Sep 3, 2016, 4:22:53 PM9/3/16
to Android-x86
Is it rooted?

Wesley Henrique

unread,
Sep 3, 2016, 6:07:38 PM9/3/16
to Android-x86


Em sexta-feira, 2 de setembro de 2016 18:51:01 UTC-3, Geek Till It Hertz escreveu:
If anyone wants to try a live boot ISO, i'll have it linked:

Do visit my blog for some additional content related to android-x86 nougat.
http://geektillithertz.com/wordpress/index.php/2016/09/02/android-x86-nougat/

On Friday, August 26, 2016 at 12:44:58 AM UTC+5:30, Chih-Wei Huang wrote:
---------- Forwarded message ----------
From: Chih-Wei Huang <cwh...@android-x86.org>
Date: 2016-08-26 3:11 GMT+08:00
Subject: Android-x86 7.0 codebase is ready


Hi devs,
You can now download and build the
nougat-x86 branch:

repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b nougat-x86
repo sync --no-tags --no-clone-bundle

If you have problem to sync it,
try the alternative url:

repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-nougat-x86
repo sync --no-tags --no-clone-bundle

Then build the iso_img as usual like

source build/envsetup.sh
lunch android_x86_64-userdebug
m -j8 iso_img

Thank You. Perfect ISO

Mr. Bizantium .

unread,
Sep 3, 2016, 7:10:59 PM9/3/16
to andro...@googlegroups.com

Android x86 is prerooted, except the derivative (Remix was prerooted since Beta Release)

Pada 4 Sep 2016 03:23, "Martin" <null...@gmail.com> menulis:
Is it rooted?

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86+unsubscribe@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.

Martin

unread,
Sep 4, 2016, 4:02:46 AM9/4/16
to Android-x86

Android x86 is prerooted, except the derivative (Remix was prerooted since Beta Release)


I know, but what about nougat-x86? Even if is it rooted... I can't enable that because of lack of 'developer options'... 

youling 257

unread,
Sep 4, 2016, 5:56:25 AM9/4/16
to Android-x86
i use supersu systemless root nougat success,needn't developer options

在 2016年9月4日星期日 UTC+8下午4:02:46,Martin写道:

Đức Vũ

unread,
Sep 4, 2016, 10:39:42 AM9/4/16
to Android-x86
Please check Geek Till It Hertz Youtube. He build it.

Đức Vũ

unread,
Sep 4, 2016, 10:44:20 AM9/4/16
to Android-x86
On x86 w/ live cd mode only still OK man.

Đức Vũ

unread,
Sep 4, 2016, 10:46:36 AM9/4/16
to Android-x86
On Geek Till It Hertz build. But CM File Man didn't work

Đức Vũ

unread,
Sep 4, 2016, 10:51:55 AM9/4/16
to Android-x86
I some bugs and answered on YouTube. 1. You need to hold it longer to move icons on system ui 2. When you hold easter egg toggle on system ui, it opens a blank activity (wired huh?) 3. When I play vids on YouTube in WebView Browser for a long time. The browser crashed. 4. I can't write the iso as dd img like other iso (even android tv can) 5. You made the nVidia driver no more crashes.

youling 257

unread,
Sep 27, 2016, 1:37:46 AM9/27/16
to Android-x86
7.0 with 4.8 kernel ,bootloops ; I really need 4.8 kernel 7.0 ;my tablet sound can work on 4.8 kernel,6.0 with 4.8 kernel,sound work fine ;I really like 7.0 freeform windowshttps://play.google.com/store/apps/details?id=com.farmerbb.taskbarhttps://play.google.com/store/apps/details?id=you.in.spark.parallel ,very well.

4.8 kernel Nougat,bootloops.  dmesg

4.4 kernel nougat,screenshot.

在 2016年8月26日星期五 UTC+8上午3:14:58,Chih-Wei Huang写道:
---------- Forwarded message ----------
From: Chih-Wei Huang <cwh...@android-x86.org>
Date: 2016-08-26 3:11 GMT+08:00
Subject: Android-x86 7.0 codebase is ready


Hi devs,
You can now download and build the
nougat-x86 branch:

repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b nougat-x86
repo sync --no-tags --no-clone-bundle

If you have problem to sync it,
try the alternative url:

repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-nougat-x86
repo sync --no-tags --no-clone-bundle

Then build the iso_img as usual like

source build/envsetup.sh
lunch android_x86_64-userdebug
m -j8 iso_img


dmesg.txt
Screenshot_20160925-180923.png
Screenshot_20160925-153609.png
Screenshot_20160925-152232.png
Screenshot_20160924-203425.png
Screenshot_20160919-185041.png
Screenshot_20160911-183225.png

fguy

unread,
Oct 3, 2016, 4:50:28 AM10/3/16
to Android-x86
i'm make last build 7.0 x64 with 7.0.0_r3 and gapps pico
 my change
- su (not working) to supersu 2.78
- delete CMFileManager (not working)
- add support arm files houdiny*.sfs to system.img (6.1.1)
not work
- camera
- RootExplorer 4.02 - not view FS (ES Explorer work fine)
- AIDA 1.41 crash (may be camera)

youling 257

unread,
Oct 3, 2016, 5:18:57 AM10/3/16
to Android-x86
supersu systemless work nice , i used supersu systemless on 7.0 a month

在 2016年10月3日星期一 UTC+8下午4:50:28,fguy写道:

fguy

unread,
Oct 3, 2016, 6:55:00 AM10/3/16
to Android-x86
SuperSU works great, but it has to be installed manually - it would be nice to add it to the repository android x86

понедельник, 3 октября 2016 г., 12:18:57 UTC+3 пользователь youling 257 написал:
Message has been deleted

Mr. Bizantium .

unread,
Oct 3, 2016, 9:37:46 AM10/3/16
to andro...@googlegroups.com

When the official build released?

Midi Jari

unread,
Oct 5, 2016, 8:04:12 AM10/5/16
to Android-x86, berti...@hotmail.com
When it's stable enough,
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.

youling 257

unread,
Oct 6, 2016, 3:01:08 PM10/6/16
to Android-x86

Martin

unread,
Oct 6, 2016, 3:32:32 PM10/6/16
to Android-x86

I'm syncing right now(cm-14)

When all ready I'll post the iso.

youling 257

unread,
Oct 6, 2016, 3:41:58 PM10/6/16
to Android-x86
notice, need CONFIG_F2FS_FS_SECURITY=

在 2016年10月7日星期五 UTC+8上午3:32:32,Martin写道:

JJ Meijer

unread,
Oct 6, 2016, 5:30:04 PM10/6/16
to Android-x86


Op donderdag 6 oktober 2016 21:32:32 UTC+2 schreef Martin:


I'm syncing right now(cm-14)

When all ready I'll post the iso.

Please note it's not build-able right now and might take a while before it's actually boot-able. But all help is welcome of course!

Martin

unread,
Oct 6, 2016, 7:01:30 PM10/6/16
to Android-x86

Please note it's not build-able right now and might take a while before it's actually boot-able. But all help is welcome of course!
 
Building took me 11sec...(on powerful VPS) So there's much to do. I'll try to do something with it.

Thanks for your work!

Martin

unread,
Oct 7, 2016, 1:45:35 AM10/7/16
to Android-x86
Bluez causing small problems...

build/core/base_rules.mk:183: *** system/bt/audio_a2dp_hw: MODULE.TARGET.SHARED_LIBRARIES.audio.a2dp.default already defined by external/bluetooth.
uild/core/base_rules.mk:183: *** system/bt/audio_a2dp_hw: MODULE.TARGET.SHARED_LIBRARIES.audio.a2dp.default already defined by external/bluetooth.uild/core/base_rules.mk:183: *** system/bt/audio_a2dp_hw: MODULE.TARGET.SHARED_LIBRARIES.audio.a2dp.default already defined by external/bluetooth.

On AOSP and cm - same error.

Chih-Wei Huang

unread,
Oct 7, 2016, 4:40:30 AM10/7/16
to Android-x86
Oh, I forgot to push bluez.
Sorry for that.
Please sync again now.
Message has been deleted

fguy

unread,
Oct 7, 2016, 5:08:59 PM10/7/16
to Android-x86
 do not quite understand the transition from r7 to r14 - r14 for the Nexus 6, and r7 for tablets - maybe it's worth to come back

Chih-Wei Huang

unread,
Oct 8, 2016, 1:11:13 AM10/8/16
to Android-x86
2016-10-08 4:43 GMT+08:00 fguy <fguy...@gmail.com>:
> after the transition from r7 to r14 were errors during assembly android x86
> all current patches are made
> also do not quite understand the transition from r7 to r14 - r14 for the
> Nexus 6, and r7 for tablets - maybe it's worth to come back

I also saw that error sometimes.
Seems to be a bug of the build system.
(unrelated to r7 or r14, of course)

To workaround it, force Bluetooth.apk to be re-built:

$ rm -rf packages/apps/Bluetooth
$ repo sync -l packages/apps/Bluetooth

Then build again.

fguy

unread,
Oct 8, 2016, 12:59:12 PM10/8/16
to Android-x86
Thank you - I have mastered the trick - all turned out.
Just I try to collect CM14 but an error and it is unclear what to do
build_error.txt

Martin

unread,
Oct 8, 2016, 2:26:01 PM10/8/16
to Android-x86
Thank you - I have mastered the trick - all turned out.
Just I try to collect CM14 but an error and it is unclear what to do

BoardConfig.mk  

  1. INSTALL_PREFIX ?= cm-x86-$(VER)
This line causing problems... I dunno why. 

fguy

unread,
Oct 8, 2016, 4:10:55 PM10/8/16
to Android-x86
I replaced INSTALL PREFIX and VER on a constant, but there was another error

ninja: error: dependency cycle: /home/user/android-x86/out/target/product/android_x86_64/kernel -> /home/user/android-x86/out/target/product/android_x86_64/kernel
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1


суббота, 8 октября 2016 г., 21:26:01 UTC+3 пользователь Martin написал:

Martin

unread,
Oct 8, 2016, 4:40:17 PM10/8/16
to Android-x86

I replaced INSTALL PREFIX and VER on a constant, but there was another error

ninja: error: dependency cycle: /home/user/android-x86/out/target/product/android_x86_64/kernel -> /home/user/android-x86/out/target/product/android_x86_64/kernel
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1


Yeah, I'm stuck at the same error. But it starts building... At least.

Jon West

unread,
Oct 8, 2016, 6:31:46 PM10/8/16
to Android-x86
Use "export USE_NINJA=false" to get past Ninja trying to do it's thing without a good config. Once you figure things out, you can enable it again.

Martin

unread,
Oct 9, 2016, 5:50:15 AM10/9/16
to Android-x86
Use "export USE_NINJA=false" to get past Ninja trying to do it's thing without a good config. Once you figure things out, you can enable it again.

Worked! Few small errors during compiling (eg. bluetooth libaries, again) - I've removed for a while to check what will be next issue... 

nearly everything is compiled succesfully, even apps. But what about mesa? 


In file included from external/llvm/include/llvm/IR/Argument.h:19:
external/llvm/include/llvm/IR/Attributes.h:68:14: fatal error: 'llvm/IR/Attributes.inc' file not found
    #include "llvm/IR/Attributes.inc"
             ^
1 error generated.
target  C: libmesa_gallium <= external/mesa/src/gallium/auxiliary/draw/draw_context.c
build/core/binary.mk:968: recipe for target '/home/rsa-key-20161007/cm14/out/target/product/android_x86/obj/STATIC_LIBRARIES/libmesa_gallium_intermediates/gallivm/lp_bld_debug.o' failed
make: *** [/home/rsa-key-20161007/cm14/out/target/product/android_x86/obj/STATIC_LIBRARIES/libmesa_gallium_intermediates/gallivm/lp_bld_debug.o] Error 1
make: *** Waiting for unfinished jobs....

Message has been deleted

fguy

unread,
Oct 9, 2016, 12:23:02 PM10/9/16
to Android-x86
also worked, I have corrected the code for Bluetooth, there are no errors in Mesa, but not going to the core and stops on an error:
system/core/fs_mgr/fs_mgr_verity.cpp:107: error: undefined reference to 'android_pubkey_decode'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Martin

unread,
Oct 9, 2016, 1:48:48 PM10/9/16
to Android-x86

also worked, I have corrected the code for Bluetooth, there are no errors in Mesa, but not going to the core and stops on an error:
system/core/fs_mgr/fs_mgr_verity.cpp:107: error: undefined reference to 'android_pubkey_decode'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)


Probably I've repaired mesa... but I have to wait... Even on xeon build times are high(even over one hour).
Let me know if you have any progress.

@youling 257








Message has been deleted

fguy

unread,
Oct 10, 2016, 9:36:15 AM10/10/16
to Android-x86
To correct this error, you must change the file /system/vold/Android.mk

common_static_libraries := \
libbootloader_message_writer \
libfs_mgr \
        libcrypto_utils_static \
libfec \
libfec_rs \

Further I encountered an error:
Building with Jack: /home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex
ERROR: /home/user/android-x86/vendor/cmsdk/cm/lib/main/java/org/cyanogenmod/platform/internal/WeatherManagerServiceBroker.java:117: ICMWeatherManager.NoOp cannot be resolved to a type
build/core/java.mk:730: recipe for target '/home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex' failed
make: *** [/home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex] Error 41


воскресенье, 9 октября 2016 г., 19:23:02 UTC+3 пользователь fguy написал:

JJ Meijer

unread,
Oct 10, 2016, 3:32:55 PM10/10/16
to Android-x86
Hi,

I pushed some patches to fix Ninja compatibility (device/generic/common) and system/bt build.

Op maandag 10 oktober 2016 15:36:15 UTC+2 schreef fguy:
To correct this error, you must change the file /system/vold/Android.mk

common_static_libraries := \
libbootloader_message_writer \
libfs_mgr \
        libcrypto_utils_static \
libfec \
libfec_rs \


Thanks for the help, I send a patch to discuss a solution for this problem without breaking AOSP build.

 
Further I encountered an error:
Building with Jack: /home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex
ERROR: /home/user/android-x86/vendor/cmsdk/cm/lib/main/java/org/cyanogenmod/platform/internal/WeatherManagerServiceBroker.java:117: ICMWeatherManager.NoOp cannot be resolved to a type
build/core/java.mk:730: recipe for target '/home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex' failed
make: *** [/home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex] Error 41


Thanks, we need CM's system/tools/aidl. I updated the manifest and pushed to version 7.0.0_r14. After sync it should be ok.


Some known issues:
external/libdrm/include/drm/drm_mode.h some declarations missing
frameworks/native/libs/gui/tests failing
system/vold needs pending patch
vendor/cmsdk/test failing
 
I did some forcing but it resulted in an unbootable built.

ferdi alif

unread,
Oct 11, 2016, 11:33:44 AM10/11/16
to Android-x86
Does this iso works for Amd gpu.cuz i've tried older release of andrpid x86 7.0 and it just blackscreen

fguy

unread,
Oct 12, 2016, 4:06:30 AM10/12/16
to Android-x86
With the latest changes have been fixed compilation errors for Bluetooth and vold. ICMWeatherManager.NoOp compilation error remained. Building the kernel and ninja just do not work.

понедельник, 10 октября 2016 г., 22:32:55 UTC+3 пользователь JJ Meijer написал:
Hi,

I pushed some patches to fix Ninja compatibility (device/generic/common) and system/bt build.
 
Further I encountered an error:
Building with Jack: /home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex
ERROR: /home/user/android-x86/vendor/cmsdk/cm/lib/main/java/org/cyanogenmod/platform/internal/WeatherManagerServiceBroker.java:117: ICMWeatherManager.NoOp cannot be resolved to a type
build/core/java.mk:730: recipe for target '/home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex' failed
make: *** [/home/user/android-x86/out/target/common/obj/JAVA_LIBRARIES/org.cyanogenmod.platform_intermediates/with-local/classes.dex] Error 41

Chih-Wei Huang

unread,
Oct 12, 2016, 4:56:48 AM10/12/16
to Android-x86
I think you are talking about CM build errors. Right?
Please avoid the off-topic discussion.
This thread is about android-x86 7.0 codebase.
Discussing other codebase issues may mislead
new comers.

Please create another thread for new topic discussion.

fguy

unread,
Oct 12, 2016, 5:36:30 AM10/12/16
to Android-x86
Maybe it happened because of the location of the AOSP and CM14 in one branch of the repository. There are also general assembly problems for both:
1. It is necessary to restart the jack server with more memory

export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m"
out/host/linux-x86/bin/jack-admin kill-server
out/host/linux-x86/bin/jack-admin start-server

it may be time to include this option in a repository

2. Stop when building Mesa. Errors in the source code is not present, but to continue the assembly, you must run it with the other parameter the number of threads. For example if I'm going to "m -j4 iso_img", the continuation of the assembly without any errors possible with the j8. Reverse option works the same way.

среда, 12 октября 2016 г., 11:56:48 UTC+3 пользователь Chih-Wei Huang написал:

youling 257

unread,
Oct 14, 2016, 2:08:05 PM10/14/16
to Android-x86
“ add it to the repository android x86” ,no !
we needn't root default ,needn't system/bin/su、xbin/su  default,we need unroot default,because pokemon go and safetynet 

在 2016年10月3日星期一 UTC+8下午6:55:00,fguy写道:
SuperSU works great, but it has to be installed manually - it would be nice to add it to the repository android x86

понедельник, 3 октября 2016 г., 12:18:57 UTC+3 пользователь youling 257 написал:
supersu systemless work nice , i used supersu systemless on 7.0 a month

fguy

unread,
Oct 21, 2016, 5:38:52 AM10/21/16
to Android-x86
I collected 7.0 changes until October 20 and found several problems
1. incorrect display of application in portrait mode

2. no image on the screen for some applications with only ARM libraries
3. x32 version does not display wallpaper in launcher even after the change

of positive changes - artifacts lost when entering the name and password of Google account on the tablet with Intel 6Y30

Larry Underhill

unread,
Oct 21, 2016, 11:37:10 AM10/21/16
to Android-x86
Thanks @fguy I am still testing your earlier build with GApps/SU and I will post findings this weekend.
Message has been deleted

fguy

unread,
Oct 27, 2016, 8:33:23 AM10/27/16
to Android-x86
Already it appeared android 7.1.0 and Mesa 13 - when an update is expected here?


youling 257

unread,
Oct 27, 2016, 12:01:25 PM10/27/16
to Android-x86
cm14,install WebViewGoogle and chrome,developer options,WebView implementation ,can set google webview and chrome ;
aosp 7.0 ,it is can't . How to make WebView implementation set to work ?
Screenshot_20161027-235247.png

youling 257

unread,
Oct 29, 2016, 2:28:04 AM10/29/16
to Android-x86

youling 257

unread,
Oct 29, 2016, 2:36:40 AM10/29/16
to Android-x86
Message has been deleted
Message has been deleted

Mauro Rossi

unread,
Oct 31, 2016, 4:28:19 PM10/31/16
to Android-x86

Il giorno venerdì 21 ottobre 2016 11:38:52 UTC+2, fguy ha scritto:
I collected 7.0 changes until October 20 and found several problems

Hi,

I have found an additional issue, android 7.0 current repo build
it works with LiveCd and gapps are working and updated,

but if installed to HDD it will never reboot, the attached image shows the systematic kernel panic after reboot.

Mauro


Issue_at_reboot.jpg

fguy

unread,
Oct 31, 2016, 5:32:41 PM10/31/16
to Android-x86
replacing this file for android 7 does not help get a variety of web engine

youling 257

unread,
Nov 27, 2016, 1:18:54 PM11/27/16
to Android-x86
https://www.fosshub.com/Android-x86.html/android-x86_64-7.1-rc0-for-s3.iso ,7.1 for surface 3 ? 
/system/etc/alsa/bytcrrt5640.state,as same as https://wiki.debian.org/InstallingDebianOn/Asus/T100TA?action=AttachFile&do=view&target=kernel4.5.xand4.4.x.asound.state ,just for t100 ,not applicable others z3735f tablet . /system/etc/alsa/chtrt5645.state for surface 3 .
try to use alsactl store on Ubuntu,get asound.state ,copy to /system/etc/alsa/,for others bay trail/Cherry trail .

<13>[   19.671910] init: Service 'zygote' (pid 1352) killed by signal 6
<13>[   19.683014] init: Service 'zygote' (pid 1352) killing any children in process group
<13>[   19.716645] init: Service 'audioserver' is being killed...
<13>[   19.727837] init: Service 'cameraserver' is being killed...
<13>[   19.739053] init: Service 'media' is being killed...
<13>[   19.750333] init: Service 'netd' is being killed...
<13>[   19.761786] init: Service 'audioserver' (pid 1354) killed by signal 9
<13>[   19.773048] init: Service 'audioserver' (pid 1354) killing any children in process group
<13>[   19.784601] init: Service 'cameraserver' (pid 1355) killed by signal 9
<13>[   19.795753] init: Service 'cameraserver' (pid 1355) killing any children in process group
<13>[   19.807028] init: Service 'media' (pid 1362) killed by signal 9
<13>[   19.817968] init: Service 'media' (pid 1362) killing any children in process group
<13>[   19.829088] init: Service 'netd' (pid 1364) killed by signal 9
<13>[   19.840109] init: Service 'netd' (pid 1364) killing any children in process group
<13>[   22.025081] init: Service 'zygote' (pid 1630) killed by signal 6
<13>[   22.035562] init: Service 'zygote' (pid 1630) killing any children in process group
<13>[   22.067654] init: Service 'audioserver' is being killed...
<13>[   22.078370] init: Service 'cameraserver' is being killed...
<13>[   22.089086] init: Service 'media' is being killed...
<13>[   22.100732] init: Service 'netd' is being killed...
<13>[   22.111410] init: Service 'audioserver' (pid 1631) killed by signal 9
<13>[   22.121576] init: Service 'audioserver' (pid 1631) killing any children in process group
<13>[   22.131721] init: Service 'cameraserver' (pid 1632) killed by signal 9
<13>[   22.141549] init: Service 'cameraserver' (pid 1632) killing any children in process group
<13>[   22.151541] init: Service 'media' (pid 1633) killed by signal 9
<13>[   22.161315] init: Service 'media' (pid 1633) killing any children in process group
<13>[   22.171078] init: Service 'netd' (pid 1634) killed by signal 9
<13>[   22.180544] init: Service 'netd' (pid 1634) killing any children in process group
<13>[   26.389822] init: Service 'zygote' (pid 1867) killed by signal 6
<13>[   26.397117] init: Service 'zygote' (pid 1867) killing any children in process group
<13>[   26.417387] init: Service 'audioserver' is being killed...
<13>[   26.423595] init: Service 'cameraserver' is being killed...
<13>[   26.429914] init: Service 'media' is being killed...
<13>[   26.436601] init: Service 'netd' is being killed...
<13>[   26.443359] init: Service 'audioserver' (pid 1868) killed by signal 9
<13>[   26.449642] init: Service 'audioserver' (pid 1868) killing any children in process group
<13>[   26.456107] init: Service 'cameraserver' (pid 1869) killed by signal 9
<13>[   26.462372] init: Service 'cameraserver' (pid 1869) killing any children in process group
<13>[   26.468841] init: Service 'media' (pid 1870) killed by signal 9
<13>[   26.475041] init: Service 'media' (pid 1870) killing any children in process group
<13>[   26.481384] init: Service 'netd' (pid 1871) killed by signal 9
<13>[   26.487419] init: Service 'netd' (pid 1871) killing any children in process group
<13>[   31.669118] init: Service 'zygote' (pid 2103) killed by signal 6
<13>[   31.676514] init: Service 'zygote' (pid 2103) killing any children in process group
<13>[   31.694392] init: Service 'audioserver' is being killed...
<13>[   31.699665] init: Service 'cameraserver' is being killed...
<13>[   31.704833] init: Service 'media' is being killed...
<13>[   31.710047] init: Service 'netd' is being killed...
<13>[   31.715583] init: Service 'audioserver' (pid 2104) killed by signal 9
<13>[   31.720725] init: Service 'audioserver' (pid 2104) killing any children in process group
<13>[   31.725971] init: Service 'cameraserver' (pid 2105) killed by signal 9
<13>[   31.731105] init: Service 'cameraserver' (pid 2105) killing any children in process group
<13>[   31.736575] init: Service 'media' (pid 2106) killed by signal 9
<13>[   31.741723] init: Service 'media' (pid 2106) killing any children in process group
<13>[   31.746959] init: Service 'netd' (pid 2107) killed by signal 9
<13>[   31.752072] init: Service 'netd' (pid 2107) killing any children in process group
<13>[   36.926907] init: Service 'zygote' (pid 2340) killed by signal 6
<13>[   36.931991] init: Service 'zygote' (pid 2340) killing any children in process group
<13>[   36.947601] init: Service 'audioserver' is being killed...
<13>[   36.952806] init: Service 'cameraserver' is being killed...
<13>[   36.958054] init: Service 'media' is being killed...
<13>[   36.963303] init: Service 'netd' is being killed...
<13>[   36.968711] init: Service 'audioserver' (pid 2341) killed by signal 9
<13>[   36.973875] init: Service 'audioserver' (pid 2341) killing any children in process group
<13>[   36.979116] init: Service 'cameraserver' (pid 2342) killed by signal 9
<13>[   36.984260] init: Service 'cameraserver' (pid 2342) killing any children in process group
<13>[   36.989674] init: Service 'media' (pid 2343) killed by signal 9
<13>[   36.994804] init: Service 'media' (pid 2343) killing any children in process group
<13>[   37.000050] init: Service 'netd' (pid 2344) killed by signal 9
<13>[   37.005220] init: Service 'netd' (pid 2344) killing any children in process group
<13>[   42.205810] init: Service 'zygote' (pid 2576) killed by signal 6
<13>[   42.210980] init: Service 'zygote' (pid 2576) killing any children in process group
<13>[   42.226904] init: Service 'audioserver' is being killed...
<13>[   42.232287] init: Service 'cameraserver' is being killed...
<13>[   42.238443] init: Service 'media' is being killed...
<13>[   42.243679] init: Service 'netd' is being killed...
<13>[   42.249118] init: Service 'audioserver' (pid 2577) killed by signal 9
<13>[   42.254341] init: Service 'audioserver' (pid 2577) killing any children in process group
<13>[   42.259678] init: Service 'cameraserver' (pid 2578) killed by signal 9
<13>[   42.264990] init: Service 'cameraserver' (pid 2578) killing any children in process group
<13>[   42.270492] init: Service 'media' (pid 2579) killed by signal 9
<13>[   42.275706] init: Service 'media' (pid 2579) killing any children in process group
<13>[   42.281016] init: Service 'netd' (pid 2580) killed by signal 9
<13>[   42.286222] init: Service 'netd' (pid 2580) killing any children in process group
<13>[   46.462811] init: Service 'zygote' (pid 2812) killed by signal 6
<13>[   46.468017] init: Service 'zygote' (pid 2812) killing any children in process group
<13>[   46.482735] init: Service 'audioserver' is being killed...
<13>[   46.487341] init: Service 'cameraserver' is being killed...
<13>[   46.492292] init: Service 'media' is being killed...
<13>[   46.497604] init: Service 'netd' is being killed...
<13>[   46.503056] init: Service 'audioserver' (pid 2813) killed by signal 9
<13>[   46.508266] init: Service 'audioserver' (pid 2813) killing any children in process group
<13>[   46.513561] init: Service 'cameraserver' (pid 2814) killed by signal 9
<13>[   46.518768] init: Service 'cameraserver' (pid 2814) killing any children in process group
<13>[   46.524261] init: Service 'media' (pid 2815) killed by signal 9
<13>[   46.529531] init: Service 'media' (pid 2815) killing any children in process group
<13>[   46.534898] init: Service 'netd' (pid 2816) killed by signal 9
<13>[   46.540090] init: Service 'netd' (pid 2816) killing any children in process group
<13>[   51.714814] init: Service 'zygote' (pid 3050) killed by signal 6
<13>[   51.714931] init: Service 'zygote' (pid 3050) killing any children in process group
<13>[   51.715381] init: Service 'audioserver' is being killed...
<13>[   51.715510] init: Service 'cameraserver' is being killed...
<13>[   51.715617] init: Service 'media' is being killed...
<13>[   51.715716] init: Service 'netd' is being killed...
<13>[   51.717385] init: Service 'audioserver' (pid 3051) killed by signal 9
<13>[   51.717496] init: Service 'audioserver' (pid 3051) killing any children in process group
<13>[   51.717742] init: Service 'cameraserver' (pid 3052) killed by signal 9
<13>[   51.717841] init: Service 'cameraserver' (pid 3052) killing any children in process group
<13>[   51.718122] init: Service 'netd' (pid 3054) killed by signal 9
<13>[   51.718239] init: Service 'netd' (pid 3054) killing any children in process group
<13>[   51.718589] init: Service 'media' (pid 3053) killed by signal 9
<13>[   51.718694] init: Service 'media' (pid 3053) killing any children in process group
<13>[   56.885984] init: Service 'zygote' (pid 3287) killed by signal 6
<13>[   56.886100] init: Service 'zygote' (pid 3287) killing any children in process group
<13>[   56.886615] init: Service 'audioserver' is being killed...
<13>[   56.886760] init: Service 'cameraserver' is being killed...
<13>[   56.886905] init: Service 'media' is being killed...
<13>[   56.887021] init: Service 'netd' is being killed...
<13>[   56.888391] init: Service 'audioserver' (pid 3288) killed by signal 9
<13>[   56.888653] init: Service 'audioserver' (pid 3288) killing any children in process group
<13>[   56.889202] init: Service 'media' (pid 3290) killed by signal 9
<13>[   56.889311] init: Service 'media' (pid 3290) killing any children in process group
<13>[   56.889559] init: Service 'cameraserver' (pid 3289) killed by signal 9
<13>[   56.889672] init: Service 'cameraserver' (pid 3289) killing any children in process group
<13>[   56.889938] init: Service 'netd' (pid 3291) killed by signal 9
<13>[   56.890042] init: Service 'netd' (pid 3291) killing any children in process group
<13>[   62.085632] init: Service 'zygote' (pid 3529) killed by signal 6
<13>[   62.092659] init: Service 'zygote' (pid 3529) killing any children in process group
<13>[   62.113644] init: Service 'audioserver' is being killed...
<13>[   62.120566] init: Service 'cameraserver' is being killed...
<13>[   62.127507] init: Service 'media' is being killed...
<13>[   62.134305] init: Service 'netd' is being killed...
<13>[   62.141352] init: Service 'audioserver' (pid 3530) killed by signal 9
<13>[   62.148169] init: Service 'audioserver' (pid 3530) killing any children in process group
<13>[   62.155118] init: Service 'cameraserver' (pid 3531) killed by signal 9
<13>[   62.161905] init: Service 'cameraserver' (pid 3531) killing any children in process group
<13>[   62.168957] init: Service 'media' (pid 3532) killed by signal 9
<13>[   62.175739] init: Service 'media' (pid 3532) killing any children in process group
<13>[   62.182821] init: Service 'netd' (pid 3533) killed by signal 9
<13>[   62.189673] init: Service 'netd' (pid 3533) killing any children in process group
<13>[   66.359740] init: Service 'zygote' (pid 3767) killed by signal 6
<13>[   66.365226] init: Service 'zygote' (pid 3767) killing any children in process group
<13>[   66.381622] init: Service 'audioserver' is being killed...
<13>[   66.386745] init: Service 'cameraserver' is being killed...
<13>[   66.392653] init: Service 'media' is being killed...
<13>[   66.399006] init: Service 'netd' is being killed...
<13>[   66.404773] init: Service 'audioserver' (pid 3768) killed by signal 9
<13>[   66.410144] init: Service 'audioserver' (pid 3768) killing any children in process group
<13>[   66.415457] init: Service 'cameraserver' (pid 3769) killed by signal 9
<13>[   66.420552] init: Service 'cameraserver' (pid 3769) killing any children in process group
<13>[   66.425834] init: Service 'media' (pid 3770) killed by signal 9
<13>[   66.430888] init: Service 'media' (pid 3770) killing any children in process group
<13>[   66.436030] init: Service 'netd' (pid 3771) killed by signal 9
<13>[   66.440998] init: Service 'netd' (pid 3771) killing any children in process group
<13>[   71.620818] init: Service 'zygote' (pid 4004) killed by signal 6
<13>[   71.625361] init: Service 'zygote' (pid 4004) killing any children in process group
<13>[   71.639312] init: Service 'audioserver' is being killed...
<13>[   71.644606] init: Service 'cameraserver' is being killed...
<13>[   71.649405] init: Service 'media' is being killed...
<13>[   71.654647] init: Service 'netd' is being killed...
<13>[   71.660360] init: Service 'audioserver' (pid 4005) killed by signal 9
<13>[   71.665822] init: Service 'audioserver' (pid 4005) killing any children in process group
<13>[   71.671426] init: Service 'cameraserver' (pid 4006) killed by signal 9
<13>[   71.676952] init: Service 'cameraserver' (pid 4006) killing any children in process group
<13>[   71.682687] init: Service 'media' (pid 4007) killed by signal 9
<13>[   71.688238] init: Service 'media' (pid 4007) killing any children in process group
<13>[   71.693915] init: Service 'netd' (pid 4008) killed by signal 9
<13>[   71.699318] init: Service 'netd' (pid 4008) killing any children in process group
<13>[   77.291837] init: Service 'zygote' (pid 4241) killed by signal 6
<13>[   77.297269] init: Service 'zygote' (pid 4241) killing any children in process group
<13>[   77.313987] init: Service 'audioserver' is being killed...
<13>[   77.319624] init: Service 'cameraserver' is being killed...
<13>[   77.325182] init: Service 'media' is being killed...
<13>[   77.330873] init: Service 'netd' is being killed...
<13>[   77.336700] init: Service 'audioserver' (pid 4242) killed by signal 9
<13>[   77.342266] init: Service 'audioserver' (pid 4242) killing any children in process group
<13>[   77.347892] init: Service 'cameraserver' (pid 4243) killed by signal 9
<13>[   77.353463] init: Service 'cameraserver' (pid 4243) killing any children in process group
<13>[   77.359086] init: Service 'media' (pid 4244) killed by signal 9
<13>[   77.364487] init: Service 'media' (pid 4244) killing any children in process group
<13>[   77.370059] init: Service 'netd' (pid 4245) killed by signal 9
<13>[   77.375510] init: Service 'netd' (pid 4245) killing any children in process group
<13>[   81.507920] init: Service 'zygote' (pid 4478) killed by signal 6
<13>[   81.514154] init: Service 'zygote' (pid 4478) killing any children in process group
<13>[   81.531096] init: Service 'audioserver' is being killed...
<13>[   81.536727] init: Service 'cameraserver' is being killed...
<13>[   81.542946] init: Service 'media' is being killed...
<13>[   81.548580] init: Service 'netd' is being killed...
<13>[   81.554510] init: Service 'audioserver' (pid 4479) killed by signal 9
<13>[   81.560091] init: Service 'audioserver' (pid 4479) killing any children in process group
<13>[   81.565898] init: Service 'cameraserver' (pid 4480) killed by signal 9
<13>[   81.571661] init: Service 'cameraserver' (pid 4480) killing any children in process group
<13>[   81.577558] init: Service 'media' (pid 4481) killed by signal 9
<13>[   81.583224] init: Service 'media' (pid 4481) killing any children in process group
<13>[   81.588991] init: Service 'netd' (pid 4482) killed by signal 9
<13>[   81.594645] init: Service 'netd' (pid 4482) killing any children in process group
<13>[   86.765943] init: Service 'zygote' (pid 4716) killed by signal 6
<13>[   86.771421] init: Service 'zygote' (pid 4716) killing any children in process group
<13>[   86.788650] init: Service 'audioserver' is being killed...
<13>[   86.794397] init: Service 'cameraserver' is being killed...
<13>[   86.800091] init: Service 'media' is being killed...
<13>[   86.805784] init: Service 'netd' is being killed...
<13>[   86.811703] init: Service 'audioserver' (pid 4717) killed by signal 9
<13>[   86.817247] init: Service 'audioserver' (pid 4717) killing any children in process group
<13>[   86.822963] init: Service 'cameraserver' (pid 4718) killed by signal 9
<13>[   86.828584] init: Service 'cameraserver' (pid 4718) killing any children in process group
<13>[   86.834239] init: Service 'media' (pid 4719) killed by signal 9
<13>[   86.839684] init: Service 'media' (pid 4719) killing any children in process group
<13>[   86.845164] init: Service 'netd' (pid 4720) killed by signal 9
<13>[   86.850545] init: Service 'netd' (pid 4720) killing any children in process group

Larry Underhill

unread,
Dec 6, 2016, 2:58:45 PM12/6/16
to Android-x86
@fguy your 3/10/2016 build is running well only a couple of problems:
1 WiFi does not connect automatically on boot, but connects manually.
2 Periodic freezes various apps, but becomes more stable over time since boot.
Any newer test builds? Thanks

fguy

unread,
Dec 6, 2016, 3:15:51 PM12/6/16
to Android-x86
I certainly did build another, but they also have problems - old and new

вторник, 6 декабря 2016 г., 22:58:45 UTC+3 пользователь Larry Underhill написал:

fguy

unread,
Dec 6, 2016, 3:20:07 PM12/6/16
to Android-x86
android_x86_64_7.0-r14_gapps-pico_SU_20161115.zip https://yadi.sk/d/q38SZ9j2z55ah

Larry Underhill

unread,
Dec 6, 2016, 4:25:03 PM12/6/16
to Android-x86
I will try it next few days thanks

Jon West

unread,
Dec 6, 2016, 5:20:39 PM12/6/16
to Android-x86
What did you do to get SU working on it?


On Tuesday, December 6, 2016 at 3:20:07 PM UTC-5, fguy wrote:
android_x86_64_7.0-r14_gapps-pico_SU_20161115.zip https://yadi.sk/d/q38SZ9j2z55ah

fguy

unread,
Dec 7, 2016, 6:27:34 AM12/7/16
to Android-x86
integrated manual

среда, 7 декабря 2016 г., 1:20:39 UTC+3 пользователь Jon West написал:
Message has been deleted

youling 257

unread,
Dec 12, 2016, 2:59:57 PM12/12/16
to Android-x86
Android-x86 7.1.1 codebase is ready 

在 2016年8月26日星期五 UTC+8上午3:14:58,Chih-Wei Huang写道:
---------- Forwarded message ----------
From: Chih-Wei Huang <cwh...@android-x86.org>
Date: 2016-08-26 3:11 GMT+08:00
Subject: Android-x86 7.0 codebase is ready


Hi devs,
You can now download and build the
nougat-x86 branch:

repo init -u git://gitscm.sf.net/gitroot/android-x86/manifest -b nougat-x86
repo sync --no-tags --no-clone-bundle

If you have problem to sync it,
try the alternative url:

repo init -u http://git.code.sf.net/p/android-x86/manifest -b sf-nougat-x86
repo sync --no-tags --no-clone-bundle

Then build the iso_img as usual like

source build/envsetup.sh
lunch android_x86_64-userdebug
m -j8 iso_img


What should work:
* 64-bit image and 64-bit apps
* Display with OpenGL ES
* Wifi
* Audio
* Sensors
* Backlight
* Touchscreen
* Touchpad
* Ethernet
* Sdcard / USB

What not work:
* 32-bit image and 32-bit apps
* Live mode
* Bluetooth
* Camera

Known issues:
* Live mode can't to boot to Home
  (due to some reasons vold will
   destroy all user data)
  But install to HDD is OK
* All 32-bit apps can't run
  (crashed due to eglInitialize failed).
  As a result, 32-bit image can't boot
* BlueZ is not buildable
* On VM with software rendering (e.g., QEMU),
  back to home will crash SurfaceFlinger.

dgdn

unread,
Dec 12, 2016, 8:33:26 PM12/12/16
to Android-x86
think your posting OLD information for this.....???

7.1.1_r4

* 32-bit image and 32-bit apps 
* Live mode 

are working fine for me..........

youling 257

unread,
Dec 12, 2016, 9:03:54 PM12/12/16
to Android-x86
if you build iso just use git,must killed many things for me ,https://groups.google.com/d/msg/android-x86/stAxHcoJJP4/G6HK8MapCAAJhttps://groups.google.com/d/msg/android-x86/stAxHcoJJP4/lN1Eg72JBgAJ
don't know how to builld 7.1.0 mesa 13.10 kernel 4.9 by Mauro Rossi ,no problem for me,no killed .

在 2016年12月13日星期二 UTC+8上午9:33:26,dgdn写道:

dgdn

unread,
Dec 12, 2016, 9:24:13 PM12/12/16
to Android-x86
??? 7.1.1_r4 build from git doesn't use mesa 13.10 or kernel 4.9.....maybe you posted
in the wrong area.....??

build from git 7.1.1_r4 working fine for me

youling 257

unread,
Dec 12, 2016, 9:33:50 PM12/12/16
to Android-x86
yes,the build from git killed many things,the problem isn't because kernel and mesa,the problem seem framework ;if cwhuang just update git Android source,can't get any progress .

在 2016年12月13日星期二 UTC+8上午10:24:13,dgdn写道:
Reply all
Reply to author
Forward
0 new messages