Hi,
I am trying to build AOSP 4.3 in jenkins.
For this I hava copied AOSP code in my "jenkins home/customworkspace" and I have given this path in Advanced tab as custom workspace.
For build step, I have selected 'execute shell' and I wrote following commands
source build/envsetup.sh; lunch full_grouper-userdebug; make -j2
But this didn't helped me adn showed me the following message.
Then , I added 'android build files' in build step and fired build.
This build got completed but I am not able to recover files required for flash..
Please tell me the correct way to build AOSP through jenkins. And the steps I am following are right or wrong????
Started by user anonymous Building in workspace /var/lib/jenkins/customworkspace/AOSP4.3
[AOSP4.3] $ /bin/sh -xe /tmp/hudson7101215273969361498.sh
+ source build/envsetup.sh
/tmp/hudson7101215273969361498.sh: 2: /tmp/hudson7101215273969361498.sh: source: Permission denied
Build step 'Execute shell' marked build as failure
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Finished: FAILURE
Please tell me how to configure jenkins for this build....I am new to build process.
Regards,
Sagar.
Hi,
I would like to ask you for help with a problem I got stuck on.
I'm trying to decode video by hardware using Android's Stagefright library.
All is working OK when I use OMXCodec's flags kClientNeedsFramebuffer which
tells OMXCodec to pass decoded frame to RAM. Then I have to pass it to
graphic memory and show. But copying frame to RAM is very slow on almost
all devices. So, i would like to let OMXCodec to pass frame to graphic
memory and I will show it from there.
OMXCodec needs ANativeWindow (from SurfaceView) to create GraphicBuffers
for frames. SurfaceView can be only one in application, so I'm giving to it
a ANativeWindow from SurfaceView (QtSurface) created by Qt.
But there is a problem with that surface because it's probably somehow
already managed by Qt. This is what I get when I try to create OMXCodec
with ANativeWindow from Qt's surface:
@
//on Nexus 4
E/OMXCodec(14819): [OMX.qcom.video.decoder.avc] registering GraphicBuffer
with OMX IL component failed: -2147483648
//on Nexus 7
E/BufferQueue( 121): [SurfaceView] setBufferCount: client owns some buffers
E/Surface (31197): IGraphicBufferProducer::setBufferCount(5) returned
Invalid argument
E/OMXCodec(31197): native_window_set_buffer_count failed: Invalid argument
(22)
@
I've found both errors in
https://android.googlesource.com/platform/frameworks/av/+/master/media/libs…
lines 1832 (Nexus 4) and 1801 (Nexus 7). But nothing about how Qt
manages ANativeWindow or GraphicBuffers in Qt's source.
Can anybody help me to solve this problem to share Qt's surface with
Stagefright or give some advice how to solve it?
I believe that it must be possible to use Qt and Stagefright together.
Thank you very much for any help.
Dominik
Hi,
android-4.3.1_r1 has shown up -- it seems to be yet another minor update
that would probably better be called android-4.3_r4 or so.
I've created linaro_android_4.3.1 trees, and linaro_android_4.3.1 seems to
work fine already on Galaxy Nexus and Nexus 7.
Should we update the release builds? (We'll probably have to rebuild the
releases as soon as the 13.10 compiler is released anyway...)
ttyl
bero
Hello,
Help me.
http://releases.linaro.org/13.09/android/vexpress-lsk
Building From Source(Compiling Linaro Android RootFS+Kernel)
$ ./linaro_android_build_cmds.sh -m pinned-manifest.xml -o
build-info.tar.bz2
error.GitError: tools/idlestat update-ref: fatal:
330a9e1a9bb7a94e869887cc40e51946cfe51476^0: not a valid SHA1
Hello,
I have been trying to boot linaro 13.08 Android. It is failing to boot. I
am not sure why.
The following is the message I am getting from serial port (minicom)
[ 150.774719] init: cannot open '/initlogo.rle'
[ 155.004455] fs_mgr: Cannot mount filesystem on
/dev/block/platform/omap/omapm
[ 155.015808] init: fs_mgr_mount_all returned an error
[ 156.254913] android_usb: already disabled
[ 156.560729] init: cannot find '/system/etc/install-recovery.sh',
disabling ''
[ 156.579315] init: using deprecated syntax for specifying property
'ro.producd
[ 156.593872] init: using deprecated syntax for specifying property
'ro.producd
[ 156.605987] init: using deprecated syntax for specifying property
'ro.seriald
[ 156.623748] init: untracked pid 11 exited
/system/bin/sh: No controlling tty: open /dev/tty: No such device or address
/system/bin/sh: warning: won't have full job control
/system/bin/sh: /system/etc/mkshrc[9]: getprop: not found
/system/bin/sh: /system/etc/mkshrc[10]: id: not found
@android:/ # [ 161.836944] init: untracked pid 35 exited
[ 167.646423] init: untracked pid 48 exited
Init keeps exiting here after.
I have installed all graphic binaries.
The servicemanager, surfaceflinger, rild and many more were missing in
linaro android/out/target/product/pandaboard/system/bin/ folder.. I put in
the executables from AOSP main branch build. I am not sure if it would work.
I would really appreciate it if someone could guide me here. Please adivse.
Hello,
I have been trying to get Android JB up and running on Pandaboard.
I have followng issues:
1. init is failing. There is a mount error when init loads fstab.omap4..
2. init is trying to find system/bin/servicemanager, surfaceflinger
pvrsinit etc, none of these executables are in /system/bin of rootfs.
3. Also, its looking for initlogo.rle, which is not in the rootfs.
4. Its is also trying to import init.partitions.rc which is missing.
5. init: pid exited message is thrown by kernel while trying to boot
android.
6. adb connection is established, but none of the commands like logcat, ls
etc work.
Please guide me here.