Fwd: LineageOS 14.1 x86 codebase is ready

3,053 views
Skip to first unread message

Jaap Jan Meijer

unread,
Feb 28, 2017, 2:40:09 AM2/28/17
to Android-x86
Hello everybody,

I merged our cm codebase with LineageOS. You can get the code as following:

git protocol
repo init -u git://git.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m cm.xml

http protocol
repo init -u http://scm.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m cm.xml

repo sync


At this moment you need to remove the cm kernel.mk and bt test_vendor_lib to get a complete build:
rm -rf system/bt/vendor_libs/test_vendor_lib vendor/cm/build/tasks/kernel.mk


Download LineageOS 14.1 x86_64 (for testing):
https://drive.google.com/open?id=0B9vJ9JSuyPijRzc1MzZ6emt2WDA

youling 257

unread,
Feb 28, 2017, 3:11:57 AM2/28/17
to Android-x86
I need test 32 bit .

在 2017年2月28日星期二 UTC+8下午3:40:09,JJ Meijer写道:

youling 257

unread,
Feb 28, 2017, 3:50:49 AM2/28/17
to Android-x86
well,debug mode no problem,no killed .
I found my last compilation 4.8 kernel(enable selinux and F2FS security),boot lineage os success,but at that time can't boot aosp nougat .
Screenshot_20170301-004037.png

Jose Luis s

unread,
Feb 28, 2017, 2:26:35 PM2/28/17
to Android-x86
Unfortunately in my case boot but as usual no BT, no sound, no HW buttons,, but no freeze and HW accelerated UI, Wifi works, no touchscreen.

Tested my latest 4.8 kernel, even not boot. not sure why. In CM13 this custom kernel boots, and BT and sound (internal speakers) works. (thanks youling257), but as usual no touchscreen (Silead), no HWbuttons no battery.


Youling256, can you please share your latest patches collection? and kernel configs?

Thanks

youling 257

unread,
Feb 28, 2017, 3:50:35 PM2/28/17
to Android-x86
Do not want to talk about the kernel under the codebase thread . Nougat kernel different from marshmallow,https://osdn.net/projects/android-x86/scm/git/device-generic-common/blobs/nougat-x86/selinux_diffconfig

在 2017年3月1日星期三 UTC+8上午3:26:35,Jose Luis s写道:

Jose Luis s

unread,
Mar 1, 2017, 5:50:36 AM3/1/17
to Android-x86
Ok,

I didn't know that, maybe you can send PM with the details....

Jon West

unread,
Mar 1, 2017, 8:55:53 AM3/1/17
to Android-x86
I too would love to see what kernel patches you have Youling.

Jon West

unread,
Mar 1, 2017, 8:55:57 AM3/1/17
to Android-x86
Message has been deleted

Jose Luis s

unread,
Mar 1, 2017, 11:00:01 AM3/1/17
to Android-x86
Thanks a lot Youling256 as usual your advises are very handy, Screen backlight is the only reason not to use 4.10 kernel?

And please, beside this patches do you use your tablet own dsdt (probably for using HW buttons) can you provide us more info?, in linuxium zesty ubuntu 4.10 kernel my HW buttons works OOTB without providing no DSDT.

This is a great community. :-)


El miércoles, 1 de marzo de 2017, 15:45:24 (UTC+1), youling 257 escribió:

Jose Luis s

unread,
Mar 1, 2017, 11:05:08 AM3/1/17
to Android-x86
Do you use special firmware for your silead touchscreen in your onda tablet? from ointake?

youling 257

unread,
Mar 1, 2017, 11:17:15 AM3/1/17
to Android-x86
Message has been deleted

Jose Luis s

unread,
Mar 1, 2017, 12:54:27 PM3/1/17
to Android-x86
Unfortunately this is the case.

I only ot BT and sound (internal speakers) working in maurossi 4.8-rc5 kernel, no further progress..... most of lack of time, and of course lots of compilation issues that I'm not be able to solve, when luckily I end up compiling some kernel with some new patch and updating system.sfs and kernel then this kernel does not boot. For me it's a nightmare.

I'll keep up trying......

El miércoles, 1 de marzo de 2017, 17:25:24 (UTC+1), youling 257 escribió:
You do not have any progress !
power button ,just CONFIG_INPUT_AXP20X_PEK=m or y
volume button ,LKP-x86-platform-acpi-7486341a98f-genirq-Flags-mismatch-irq-8.-00000080-mmc0-vs.-00000000-rtc0.patch ,https://groups.google.com/d/msg/android-x86/hB0dlveMIRE/xKiCn6lRAAAJ

DSDT patch,only for PWM lpss control

在 2017年3月2日星期四 UTC+8上午12:00:01,Jose Luis s写道:

JJ Meijer

unread,
Mar 1, 2017, 3:46:33 PM3/1/17
to Android-x86
I'll try to check out these patches as well. On my Baytrail tablet audio stopped working after kernel 4.4.

Here is a x86 build: https://drive.google.com/open?id=0B9vJ9JSuyPijbjJPQjVLUUxNTUE
Message has been deleted
Message has been deleted

Chih-Wei Huang

unread,
Mar 1, 2017, 8:23:51 PM3/1/17
to Android-x86 development, Android-x86
2017-02-28 15:39 GMT+08:00 Jaap Jan Meijer <jjmei...@gmail.com>:
> Hello everybody,
>
> I merged our cm codebase with LineageOS. You can get the code as following:
>
> git protocol
> repo init -u git://git.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m
> cm.xml
>
> http protocol
> repo init -u http://scm.osdn.jp/gitroot/android-x86/manifest -b nougat-x86
> -m cm.xml

Please use the newer OSDN domain: osdn.net

repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b
nougat-x86 -m cm.xml

or

repo init -u http://scm.osdn.net/gitroot/android-x86/manifest -b
nougat-x86 -m cm.xml

> repo sync
>
>
> At this moment you need to remove the cm kernel.mk and bt test_vendor_lib to
> get a complete build:
> rm -rf system/bt/vendor_libs/test_vendor_lib vendor/cm/build/tasks/kernel.mk



--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Message has been deleted

youling 257

unread,
Mar 2, 2017, 2:46:57 AM3/2/17
to Android-x86
I haven't see Bluetooth work many months on nougat ,from 7.1.1 r4 .  6.0 r2、r1,Bluetooth all can work .

在 2017年3月2日星期四 UTC+8下午3:41:03,youling 257写道:

Jose Luis s

unread,
Mar 3, 2017, 5:17:04 AM3/3/17
to Android-x86
Youling, do you mean 4.8.17 mainline kernel?, Maurossi only has a 4.8.0 branch. If is mainline kernel, so we need to apply configs from android-x86, isn't it?




El miércoles, 1 de marzo de 2017, 15:45:24 (UTC+1), youling 257 escribió:

在 2017年3月1日星期三 UTC+8下午9:55:53,Jon West写道:
I too would love to see what kernel patches you have Youling.

Russ B

unread,
Mar 9, 2017, 1:50:59 PM3/9/17
to Android-x86
No Wifi or sound on Intel Cherry Trail (z8700) SOC based Tablet   

youling 257

unread,
May 19, 2017, 8:23:05 AM5/19/17
to Android-x86
request newest lineage os 14.1 based on 7.1.2

zzs20020430

unread,
May 22, 2017, 9:48:28 PM5/22/17
to Android-x86
+1

在 2017年5月19日星期五 UTC+8下午8:23:05,youling 257写道:

Marc Ranolfi

unread,
Aug 7, 2017, 10:20:13 PM8/7/17
to Android-x86
Dear Mr. Jan Meijer and Mr. Huang,

Any plans to merge the iso_img target to the LineageOS codebase?

JJ Meijer

unread,
Aug 14, 2017, 5:57:55 PM8/14/17
to Android-x86
Op vrijdag 19 mei 2017 14:23:05 UTC+2 schreef youling 257:
request newest lineage os 14.1 based on 7.1.2

We are doing some final testing and the official release should be up soon.

Here's a test build to check out. It includes an experimental Intel sensor HUB fix (also including OpenGAPPS pico & deodexed)
https://drive.google.com/open?id=0B9vJ9JSuyPijSlBQMnlYaElhVGs



Message has been deleted

youling 257

unread,
Aug 14, 2017, 6:30:01 PM8/14/17
to Android-x86
since 26/7/17 begin,nougat xposed no crash、no app stopped,perfect.
if you can built-in these xposed source with lineage os x86_64,
Source (for dev):
XposedTools: https://github.com/PurifyOS/XposedTools

在 2017年8月15日星期二 UTC+8上午6:24:14,youling 257写道:
but i use 32bit,many app and data on it,when willl stable release public ?
32 bit 7.1 with xposed is perfect,i suggest you build three version,64K32U,32K32U,64K64U
在 2017年8月15日星期二 UTC+8上午5:57:55,JJ Meijer写道:

youling 257

unread,
Aug 14, 2017, 8:21:32 PM8/14/17
to Android-x86
unfortunately,dmesg sysrq failed to boot,auto reboot,i need 32 bit.


在 2017年8月15日星期二 UTC+8上午5:57:55,JJ Meijer写道:
Op vrijdag 19 mei 2017 14:23:05 UTC+2 schreef youling 257:

JJ Meijer

unread,
Aug 15, 2017, 10:46:56 AM8/15/17
to Android-x86
Op dinsdag 15 augustus 2017 02:21:32 UTC+2 schreef youling 257:
unfortunately,dmesg sysrq failed to boot,auto reboot,i need 32 bit.
Message has been deleted
Message has been deleted

JJ Meijer

unread,
Aug 15, 2017, 3:11:46 PM8/15/17
to Android-x86
Op dinsdag 15 augustus 2017 18:16:11 UTC+2 schreef youling 257:


在 2017年8月15日星期二 UTC+8下午10:46:56,JJ Meijer写道:

Can you try to boot with AUTO_LOAD=old added to the kernel boot parameters?
Message has been deleted

youling 257

unread,
Aug 15, 2017, 3:46:32 PM8/15/17
to Android-x86
Final enter Android !
<3>[ 8.738446] EXT4-fs (loop1): couldn't mount as ext3 due to feature incompatibilities
<6>[ 8.786432] usb 1-1.3.1: new high-speed USB device number 5 using xhci_hcd
<6>[ 8.820536] EXT4-fs (loop1): mounted filesystem with ordered data mode. Opts: (null)
<6>[ 8.905128] usb 1-1.3.1: New USB device found, idVendor=0b95, idProduct=1790
<6>[ 8.933480] usb 1-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6>[ 8.933490] usb 1-1.3.1: Product: AX88179
<6>[ 8.933499] usb 1-1.3.1: Manufacturer: ASIX Elec. Corp.
<6>[ 8.933507] usb 1-1.3.1: SerialNumber: 000000000000@3
<6>[ 27.222548] 80860F0A:00: ttyS1 at MMIO 0x90919000 (irq = 39, base_baud = 2764800) is a 16550A
<6>[ 27.265277] 80860F0A:01: ttyS2 at MMIO 0x9091b000 (irq = 40, base_baud = 2764800) is a 16550A
<6>[ 27.465026] Bluetooth: Core ver 2.22
<6>[ 27.487332] NET: Registered protocol family 31
<6>[ 27.496068] Bluetooth: HCI device and connection manager initialized
<6>[ 27.504382] Bluetooth: HCI socket layer initialized
<6>[ 27.512657] Bluetooth: L2CAP socket layer initialized
<6>[ 27.520919] Bluetooth: SCO socket layer initialized
<6>[ 27.557423] Bluetooth: HCI UART driver ver 2.3
<6>[ 27.572402] Bluetooth: HCI UART protocol H4 registered
<6>[ 27.581196] Bluetooth: HCI UART protocol BCSP registered
<6>[ 27.589764] Bluetooth: HCI UART protocol LL registered
<6>[ 27.598660] Bluetooth: HCI UART protocol ATH3K registered
<6>[ 27.606580] Bluetooth: HCI UART protocol Three-wire (H5) registered
<6>[ 27.614599] Bluetooth: HCI UART protocol Intel registered
<6>[ 27.622523] Bluetooth: HCI UART protocol Broadcom registered
<6>[ 27.630411] Bluetooth: HCI UART protocol QCA registered
<6>[ 27.692043] rfkill_gpio OBDA8723:00: OBDA8723:00 device registered.
<6>[ 27.993353] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
<6>[ 28.051627] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded

load modules wating 20s.

在 2017年8月16日星期三 UTC+8上午3:11:46,JJ Meijer写道:

youling 257

unread,
Aug 15, 2017, 4:09:38 PM8/15/17
to Android-x86
AUTO_LOAD=old ,etc/modules.blacklist not working !

在 2017年8月16日星期三 UTC+8上午3:11:46,JJ Meijer写道:

youling 257

unread,
Aug 15, 2017, 4:21:14 PM8/15/17
to Android-x86
my modules.blacklist is 
blacklist evbug
blacklist battery
blacklist goodix
blacklist gslx680_ts_acpi
blacklist max17042_battery
blacklist intel_cht_int33fe
blacklist intel_cht_usb_mux
blacklist snd-soc-rt5645
blacklist snd-soc-rt5670
blacklist snd-soc-tlv320aic31xx
blacklist axp288_fuel_gauge
blacklist axp288_charger
blacklist extcon-axp288
blacklist extcon-core
blacklist int3400_thermal
blacklist int3402_thermal
blacklist int3403_thermal
blacklist int340x_thermal_zone
blacklist processor_thermal_device

but,android_x86:/ $ dmesg | grep blacklist
[ 32.807489] audit: type=1400 audit(1502856876.467:11): avc: denied { read } for pid=2690 comm="ueventd" name="modules.blacklist" dev="mmcblk1p9" ino=386974 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[ 34.540364] ueventd: blacklisted module evbug: 1
[ 34.605298] ueventd: blacklisted module evbug: 1
[ 34.621381] ueventd: blacklisted module evbug: 1
[ 34.638030] ueventd: blacklisted module intel_cht_usb_mux: 1
[ 34.667042] ueventd: blacklisted module int3400_thermal: 1
[ 34.710363] ueventd: blacklisted module axp288_fuel_gauge: 1
[ 34.809723] ueventd: blacklisted module evbug: 1
[ 34.816267] ueventd: blacklisted module evbug: 1
[ 34.818433] ueventd: blacklisted module axp288_charger: 1

在 2017年8月16日星期三 UTC+8上午4:09:38,youling 257写道:

JJ Meijer

unread,
Aug 15, 2017, 5:10:21 PM8/15/17
to Android-x86
You can also try this one without AUTO_LOAD=old:

https://drive.google.com/open?id=0B9vJ9JSuyPijVHNtSkx5d3cwMVE

youling 257

unread,
Aug 15, 2017, 5:37:47 PM8/15/17
to Android-x86
nice !
a bug,can't Colorate navigation bar,for example xposed installer app
can you enable round icon default ?

在 2017年8月16日星期三 UTC+8上午5:10:21,JJ Meijer写道:
Screenshot_20170816-052533.png

youling 257

unread,
Aug 16, 2017, 4:58:59 PM8/16/17
to Android-x86

JJ Meijer

unread,
Aug 17, 2017, 12:50:36 PM8/17/17
to Android-x86

Op woensdag 16 augustus 2017 22:58:59 UTC+2 schreef youling 257:
your build include “DisplayManagerService: disable display blanking on suspend

Thanks I missed it, here are new builds including cold boot and display blanking fixes:
https://drive.google.com/open?id=0B9vJ9JSuyPijaVNZZHNuaDJDWUE

fguy

unread,
Aug 17, 2017, 2:16:36 PM8/17/17
to Android-x86
Bingo - this patch solves the problem with the Internet and kills the brightness adjustment

четверг, 17 августа 2017 г., 19:50:36 UTC+3 пользователь JJ Meijer написал:

youling 257

unread,
Aug 17, 2017, 2:26:36 PM8/17/17
to Android-x86
this patch,can't adjust brightness !

在 2017年8月18日星期五 UTC+8上午2:16:36,fguy写道:
Message has been deleted

JJ Meijer

unread,
Aug 17, 2017, 5:52:17 PM8/17/17
to Android-x86
Op donderdag 17 augustus 2017 20:16:36 UTC+2 schreef fguy:
Bingo - this patch solves the problem with the Internet and kills the brightness adjustmen

I agree, after reverting the display blanking patch it's working again.

Marc Ranolfi

unread,
Aug 17, 2017, 9:52:47 PM8/17/17
to Android-x86
Mr. Meijer,

I assume you didn't see my previous message:


Any plans to merge the iso_img target to the LineageOS codebase?

Thanks

JJ Meijer

unread,
Aug 18, 2017, 9:56:15 AM8/18/17
to Android-x86
Op vrijdag 18 augustus 2017 03:52:47 UTC+2 schreef Marc Ranolfi:
Mr. Meijer,

I assume you didn't see my previous message:

Any plans to merge the iso_img target to the LineageOS codebase?

Thanks

Hi Marc,

No plans from my side, it would be a serious lot of (boring) work to get all patches we need to be merged.
Message has been deleted

fguy

unread,
Aug 18, 2017, 6:43:22 PM8/18/17
to Android-x86
Mr. Meijer,
I collected LOS 14.1 x86_64 from the repository android-x86 "as is", but it does not connect to the Internet via wi-fi - it writes the status "connected, no Internet". In your assembly, there are no such problems. Could you post your patches?
I also tested the maurossi kernels - for 7.1.2-r33 the 4.11 with the patch of netd worked well - it works with the wifi faster and there is almost no conflict with the sound at loading as on 4.9. Maybe in the LOS it will work better than 4.9.

JJ Meijer

unread,
Aug 22, 2017, 12:55:17 PM8/22/17
to Android-x86
Op zaterdag 19 augustus 2017 00:43:22 UTC+2 schreef fguy:
Mr. Meijer,
I collected LOS 14.1 x86_64 from the repository android-x86 "as is", but it does not connect to the Internet via wi-fi - it writes the status "connected, no Internet". In your assembly, there are no such problems. Could you post your patches?
I also tested the maurossi kernels - for 7.1.2-r33 the 4.11 with the patch of netd worked well - it works with the wifi faster and there is almost no conflict with the sound at loading as on 4.9. Maybe in the LOS it will work better than 4.9.

Hi fguy,

I'm maintaining the CM branches from the Android-x86 project so every patch you can find over here: https://osdn.net/projects/android-x86/scm/.
Also because of this I'm sticking to the longterm supported Kernels (actually the Android-x86 Kernel), like Google is doing as well https://android.googlesource.com/kernel/common/.

I hear good things about 4.11 / 4.12 but I won't release these builds otherwise I will go mad. Go ahead and play with it yourself if you want to experiment ;).

Povilas Staniulis

unread,
Aug 22, 2017, 4:30:37 PM8/22/17
to andro...@googlegroups.com
What about 4.12 will make you go mad ? :)
> --
> 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...@googlegroups.com
> <mailto:android-x86...@googlegroups.com>.
> To post to this group, send email to andro...@googlegroups.com
> <mailto:andro...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/android-x86.
> For more options, visit https://groups.google.com/d/optout.


JJ Meijer

unread,
Aug 22, 2017, 6:02:19 PM8/22/17
to Android-x86
That 4.13 will be even better (probably) ;)

Povilas Staniulis

unread,
Aug 22, 2017, 7:16:54 PM8/22/17
to andro...@googlegroups.com
On 2017.08.23 01:02, JJ Meijer wrote:
> That 4.13 will be even better (probably) ;)
>
And 4.14 will be the next LTS...

Genx

unread,
Oct 11, 2017, 11:36:11 AM10/11/17
to Android-x86


Dear Sir JJ Meijer ,
                                 Is there any update on LOS 14.1  or it is dropped by you .

     
     Thanks

youling 257

unread,
Oct 15, 2017, 6:59:13 AM10/15/17
to Android-x86
solved,config_navBarOpacityMode 0

在 2017年8月16日星期三 UTC+8上午5:37:47,youling 257写道:
Screenshot_20171015-185502.png
Screenshot_20171015-185520.png

Genx

unread,
Oct 16, 2017, 6:31:55 AM10/16/17
to Android-x86
Sir,
Are you using latest official v88.1 x86 version or any customized xposed x64 ,purifyOS version.
Thanks

youling 257

unread,
Nov 1, 2017, 6:38:46 AM11/1/17
to Android-x86
I saw the newest x86_64 1031 build in your share link .

do you build newest 32bit x86 version ?

by the way,do you success boot enter home on 64K32U ? any idea with 64K32U problem ?
Message has been deleted

zhongtian xie

unread,
Jan 17, 2018, 11:55:36 PM1/17/18
to andro...@googlegroups.com
HI Jaap Jan Meijer and zhiwei:

I sync the cm repo and  rm  vendor/cm/build/tasks/kernel.mk 
Then lunch 9 && m -j8 iso_img 

there is something wrong while build:
-------------------------------------------------------------------------------------------------------------------------------------
1 warning generated.
[ 32% 18224/56025] target  C++: libandroid_runtime_32 <= frameworks/base/core/jni/android/graphics/BitmapFactory.cpp
FAILED: /bin/bash -c "(PWD=/proc/self/cwd  prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/x86_64-linux-android-g++ -I libnativehelper/include/nativehelper -I frameworks/base/core/jni/android/graphics -I frameworks/base/core/jni/../../libs/hwui -I frameworks/base/core/jni/../../../native/opengl/libs -I frameworks/base/core/jni/../../../native/vulkan/include -I hardware/libhardware/include/hardware -I hardware/libhardware_legacy/include/hardware_legacy -I ./frameworks/base/media/jni -I ./system/core/base/include -I ./system/core/include -I ./system/media/camera/include -I ./system/netd/include -I external/pdfium/core/include/fpdfapi -I external/pdfium/fpdfsdk/include -I external/pdfium/public -I external/pdfium -I external/skia/include/private -I external/skia/src/core -I external/skia/src/effects -I external/skia/src/images -I external/sqlite/dist -I external/sqlite/android -I external/expat/lib -I external/tremor/Tremor -I external/harfbuzz_ng/src -I libcore/include -I system/media/audio_utils/include -I frameworks/minikin/include -I external/freetype/include -I bionic/libc/private -I frameworks/base/core/jni -I /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates -I /data/androidx86/out/target/product/android_x86_64/gen/SHARED_LIBRARIES/libandroid_runtime_intermediates -I libnativehelper/include/nativehelper \$(cat /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/import_includes) -isystem system/core/include -isystem system/media/audio/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem hardware/ril/include -isystem /data/androidx86/out/target/product/android_x86_64/obj/include -isystem bionic/libc/arch-x86/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/common -isystem bionic/libc/kernel/uapi/asm-x86 -isystem bionic/libm/include -isystem bionic/libm/include/i387 -c  -fno-exceptions -Wno-multichar  -O2 -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=2 -Wstrict-aliasing=2 -ffunction-sections -finline-functions -finline-limit=300 -fno-short-enums -fstrict-aliasing -funswitch-loops -funwind-tables -fstack-protector-strong -m32 -no-canonical-prefixes -fno-canonical-system-headers  -march=prescott  -msse4 -msse4.1 -msse4.2 -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -fdiagnostics-color -fdebug-prefix-map=/proc/self/cwd= -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -O2 -g -fno-strict-aliasing  -DNDEBUG -UDEBUG   -Wsign-promo    -fno-rtti -DHAVE_CONFIG_H -DKHTML_NO_EXCEPTIONS -DGKWQ_NO_JAVA -DNO_SUPPORT_JS_BINDING -DQT_NO_WHEELEVENT -DKHTML_NO_XBL -U__APPLE__ -Wno-unused-parameter -Wno-non-virtual-dtor -Wno-maybe-uninitialized -Wno-parentheses -DHWUI_NEW_OPS -DPACKED=\"\" -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES -DU_USING_ICU_NAMESPACE=0 -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunreachable-code -Wno-unknown-pragmas -fPIC -D_USING_LIBCXX -std=gnu++11 -Wno-conversion-null  -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast   -MD -MF /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.d -o /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.o frameworks/base/core/jni/android/graphics/BitmapFactory.cpp ) && (cp /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.d /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.P; sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\\\\$//' -e '/^\$/ d' -e 's/\$/ :/' < /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.d >> /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.P; rm -f /data/androidx86/out/target/product/android_x86_64/obj_x86/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/BitmapFactory.d )"
frameworks/base/core/jni/android/graphics/BitmapFactory.cpp: In function '_jobject* nativeDecodeFileDescriptor(JNIEnv*, jobject, jobject, jobject, jobject)':
frameworks/base/core/jni/android/graphics/BitmapFactory.cpp:591:13: error: 'kCallerPasses_Ownership' is not a member of 'SkFILEStream'
             SkFILEStream::kCallerPasses_Ownership));
             ^
[ 32% 18224/56025] Building with Jack: /data/androidx86/out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/with-local/classes.dex
ninja: build stopped: subcommand failed.
build/core/ninja.mk:151: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
make: Leaving directory '/data/androidx86'

#### make failed to build some targets (58:03 (mm:ss)) ####
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


2017-11-21 2:06 GMT+08:00 Carpe Noctem <aboutan...@gmail.com>:
I'm having ramdom reboots and freezing on CM 14 x86, the same happens in Nougat RC-2. You guys know how to fix it?

Em terça-feira, 28 de fevereiro de 2017 04:40:09 UTC-3, JJ Meijer escreveu:
Hello everybody,

I merged our cm codebase with LineageOS. You can get the code as following:

git protocol
repo init -u git://git.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m cm.xml

http protocol
repo init -u http://scm.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m cm.xml

repo sync


At this moment you need to remove the cm kernel.mk and bt test_vendor_lib to get a complete build:
rm -rf system/bt/vendor_libs/test_vendor_lib vendor/cm/build/tasks/kernel.mk


Download LineageOS 14.1 x86_64 (for testing):
https://drive.google.com/open?id=0B9vJ9JSuyPijRzc1MzZ6emt2WDA

--
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.

zhongtian xie

unread,
Jan 18, 2018, 10:34:17 AM1/18/18
to andro...@googlegroups.com
Hi Jaap Jan Meijer:

 To build the cm.xml  manifest in addition to the need to perform the following commands,:

  1. repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b nougat-x86 -m cm.xml
  2. repo sync --force-sync 
  3. rm -rf system/bt/vendor_libs/test_vendor_lib vendor/cm/build/tasks/kernel.mk
  4.  lunch cm_android_x86_64-userdebug
  5.  m -j8 iso_img 

   but also what else;

  Indeed i didn't find this dir ``` system/bt/vendor_libs/test_vendor_lib``` while sync complete;

Chris Hoffman

unread,
Jan 18, 2018, 3:34:14 PM1/18/18
to Android-x86
I tried this one hoping to find it would not have the same problem with HDMI audio, but it does.  :/  


zhongtian xie

unread,
Jan 21, 2018, 12:30:43 AM1/21/18
to andro...@googlegroups.com
Jaap Jan Meijer and zhiwei,

The reason why build cm-14.1-x86 error caused by a patch commit on android-7.1.2_r36.

commitadb5e0ba6d532c0d52b3bf89a1dbec4e3e7a6fd6
"Stop explicitly using kCallerPasses_Ownership"


But in project  external/skia  'SkStream.h' header file , kCallerPasses_Ownership was stop using by commit e0a4c479456062367278bc04bc1c1ceb85de44a7;

diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index 4502416..265fb64 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -11,8 +11,9 @@
 #include "SkRefCnt.h"
 #include "SkScalar.h"
 
-class SkData;
+#include <memory>
 
+class SkData;
 class SkStream;
 class SkStreamRewindable;
 class SkStreamSeekable;
@@ -231,28 +232,20 @@ public:
     /** Initialize the stream by calling sk_fopen on the specified path.
      *  This internal stream will be closed in the destructor.
      */
-    explicit SkFILEStream(const char path[] = NULL);
+    explicit SkFILEStream(const char path[] = nullptr);
 
-    enum Ownership {
-        kCallerPasses_Ownership,
-        kCallerRetains_Ownership
-    };
     /** Initialize the stream with an existing C file stream.
-     *  While this stream exists, it assumes exclusive access to the C file stream.
-     *  The C file stream will be closed in the destructor unless the caller specifies
-     *  kCallerRetains_Ownership.
+     *  The C file stream will be closed in the destructor.
      */
-    explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
+    explicit SkFILEStream(FILE* file);

so we need apply the new patch on framework/base.

2018-01-18 12:55 GMT+08:00 zhongtian xie <zhongti...@gmail.com>:

Chih-Wei Huang

unread,
Jan 21, 2018, 11:13:43 PM1/21/18
to Android-x86
2018-01-21 13:30 GMT+08:00 zhongtian xie <zhongti...@gmail.com>:
>
> Jaap Jan Meijer and zhiwei,
>
> The reason why build cm-14.1-x86 error caused by a patch commit on android-7.1.2_r36.
>
> commitadb5e0ba6d532c0d52b3bf89a1dbec4e3e7a6fd6
> "Stop explicitly using kCallerPasses_Ownership"
>
> (https://android.googlesource.com/platform/frameworks/base/+/adb5e0ba6d532c0d52b3bf89a1dbec4e3e7a6fd6%5E%21/)
>
> But in project external/skia 'SkStream.h' header file , kCallerPasses_Ownership was stop using by commit e0a4c479456062367278bc04bc1c1ceb85de44a7;
<zapped>
>
> so we need apply the new patch on framework/base.

Yes.
Indeed we need to merge latest cm-14.1 branch.


--
Chih-Wei
Android-x86 project
http://www.android-x86.org
Message has been deleted

Harkaman

unread,
Feb 13, 2018, 2:30:47 PM2/13/18
to Android-x86
It looks like you have merged latest cm-14.1 branch. Is it ready to build now?

Do we need to "At this moment you need to remove the cm kernel.mk and bt test_vendor_lib to get a complete build:
rm -rf system/bt/vendor_libs/test_vendor_lib vendor/cm/build/tasks/kernel.mk"?

Chih-Wei Huang

unread,
Feb 13, 2018, 9:19:18 PM2/13/18
to Android-x86
2018-02-14 3:30 GMT+08:00 Harkaman <harkaman...@gmail.com>:
> It looks like you have merged latest cm-14.1 branch. Is it ready to build
> now?

Yes.

> Do we need to "At this moment you need to remove the cm kernel.mk and bt
> test_vendor_lib to get a complete build:
> rm -rf system/bt/vendor_libs/test_vendor_lib
> vendor/cm/build/tasks/kernel.mk"?

No.
It has been fixed since -rc1 (3 months ago).
Message has been deleted

Harkaman

unread,
Feb 14, 2018, 3:37:22 AM2/14/18
to Android-x86
I tried to sync last night. it showed still 7.1.2_r29 not 7.1.2_r36. 

Chih-Wei Huang

unread,
Feb 14, 2018, 10:19:14 AM2/14/18
to Android-x86
2018-02-14 16:37 GMT+08:00 Harkaman <harkaman...@gmail.com>:
> I tried to sync last night. it showed still 7.1.2_r29 not 7.1.2_r36.

Please sync again.
It's in the 14.1-r1 release.

Harkaman

unread,
Feb 15, 2018, 2:29:15 AM2/15/18
to Android-x86
thanks. It is ok now. built and work grreat. thanks again

Elmar Melcher

unread,
Mar 6, 2018, 7:00:56 AM3/6/18
to Android-x86
http://www.android-x86.org/releases/releasenote-cm-x86-14-1-r1 states:

repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b cm-x86-14.1-r1.xml

which results in: fatal: Couldn't find remote ref refs/heads/cm-x86-14.1-r1.xml

-b nougat-x86 -m cm.xml works, but is it
the 14.1-r1 release?

Chih-Wei Huang

unread,
Mar 6, 2018, 9:40:43 PM3/6/18
to Android-x86
2018-03-06 20:00 GMT+08:00 Elmar Melcher <elmar....@gmail.com>:
> http://www.android-x86.org/releases/releasenote-cm-x86-14-1-r1 states:
>
> repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b
> cm-x86-14.1-r1.xml
>
> which results in: fatal: Couldn't find remote ref
> refs/heads/cm-x86-14.1-r1.xml

Sorry. I forgot to push it.
It's OK now.

However, the instruction is a little wrong.
Should be:

repo init -u git://git.osdn.net/gitroot/android-x86/manifest -b cm-x86-14.1-r1

(remove suffix .xml)

> -b nougat-x86 -m cm.xml works, but is it the 14.1-r1 release?

This is always the latest update.

youling 257

unread,
May 3, 2018, 10:23:56 PM5/3/18
to Android-x86
if the partition is hide,won't be mount.
with this patch,https://github.com/LineageOS/android_system_vold/commit/167d88c5345ad6dfa9d29d682c21313851001f83
always auto mount ext4/f2fs partition,when the partition is hide.
ours Androidx86 needn't this patch,suggest revert it.
Screenshot_20180503-193555.png
Screenshot_20180504-102212.png
Reply all
Reply to author
Forward
0 new messages