Skip to content

Instantly share code, notes, and snippets.

View Rashed97's full-sized avatar

Rashed Abdel-Tawab Rashed97

  • Northern Virginia, United States
View GitHub Profile
@Rashed97
Rashed97 / gist:5079056
Created March 4, 2013 00:22
HWC Failure
E/hwcomposer( 95): drawLayerUsingCopybit: copybit stretch failed
E/copybit ( 95): copyBits failed (Invalid argument)
E/copybit ( 95): 0: src={w=320, h=480, f=10, rect={0,0,320,480}}
E/copybit ( 95): dst={w=320, h=480, f=0, rect={0,0,320,480}}
E/copybit ( 95): flags=00021008
@Rashed97
Rashed97 / gist:a2459f4cc083fe43cb0e
Created November 24, 2014 00:42
Last caf-8974 errors
hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8527:34: error: 'INTERLACE_FRAME_PROGRESSIVE' was not declared in this scope
case INTERLACE_FRAME_PROGRESSIVE:
^
hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8531:34: error: 'INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST' was not declared in this scope
case INTERLACE_INTERLEAVE_FRAME_TOPFIELDFIRST:
^
hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8534:34: error: 'INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST' was not declared in this scope
case INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST:
^
hardware/qcom/media-caf/msm8974/mm-video-v4l2/vidc/vdec/src/omx_vdec_msm8974.cpp:8588:47: error: 'FRAME_RECONSTRUCTION_CORRECT' was not declared in this scope
#if 0
if (queue->len > 0) {
frame_qcmd = msm_dequeue(queue, list_frame);
#else
frame_qcmd = msm_dequeue(queue, list_frame);
if (frame_qcmd) {
#endif
The Calhoun Honors College solicits student ideas each year in a "Create a Course" contest. Recent seminars include "The Science of Music," "Education Reform Policy," "Sustainable Energy," and "The 2012 Elections." Submissions are reviewed for creativity, intellectual relevance and importance, and appeal to Honors students. What topic would you submit, and why do you want to learn about it? How would you convince friends from a wide range of majors that they would benefit from the course? (500 words or fewer)
I/DEBUG ( 234): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 234): Build fingerprint: 'lge/g2_tmo_us/g2:4.4.2/KOT49I.D80120g/D80120g.1414567414:user/release-keys'
I/DEBUG ( 234): Revision: '11'
I/DEBUG ( 234): ABI: 'arm'
I/DEBUG ( 234): pid: 789, tid: 789, name: system_server >>> system_server <<<
I/DEBUG ( 234): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG ( 234): Abort message: 'Vector<> have different types (this=0xac4910bc, rhs=0xbebcbdbc)'
I/DEBUG ( 234): r0 00000000 r1 00000315 r2 00000006 r3 00000000
I/DEBUG ( 234): r4 b6f8e114 r5 00000006 r6 00000000 r7 0000010c
I/DEBUG ( 234): r8 00000000 r9 b5107800 sl 12f77720 fp 70c83398
I/ServiceManager( 782): Waiting for service sensorservice...
E/Diag_Lib( 241): qmi_client [241] 1: sending 856 bytes on fd = 7
E/Diag_Lib( 241): qmi_client [241] 1: Received 856 bytes on fd = 7
E/Diag_Lib( 241): Sending signal ...... to read cmd data
E/Diag_Lib( 241): qmi error code.........:0
E/Diag_Lib( 241): qmi sys error code.........:-5
E/qcom_sensors_hal( 782): hal_wait_for_response: pthread_cond_timedwait() rc=110 (cond: 0)
E/qcom_sensors_hal( 782): _hal_sensors_get_sensors_list: Request timed out
I/ ( 782): System server: sensor init done.
E/Diag_Lib( 241): qmi_client [241] 1: sending 856 bytes on fd = 7
E/art ( 573): dlopen("/vendor/lib/liblocationservice.so", RTLD_LAZY) failed: dlopen failed: could not load library "libgeofence.so" needed by "liblocationservice.so"; caused by could not load library "libizat_core.so" needed by "libgeofence.so"; caused by could not load library "libloc_api_v02.so" needed by "libizat_core.so"; caused by could not load library "libqmi_cci.so" needed by "libloc_api_v02.so"; caused by could not load library "libqmi_client_qmux.so" needed by "libqmi_cci.so"; caused by cannot locate symbol "ds_get_target" referenced by "libqmi_client_qmux.so"...
D/AndroidRuntime( 573): Shutting down VM
E/AndroidRuntime( 573): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 573): java.lang.UnsatisfiedLinkError: dlopen failed: could not load library "libgeofence.so" needed by "liblocationservice.so"; caused by could not load library "libizat_core.so" needed by "libgeofence.so"; caused by could not load library "libloc_api_v02.so" needed by "libizat_core.so"; caused by could not
W/ResourcesManager( 571): Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
D/GeoFenceService( 571): onCreate
D/AndroidRuntime( 571): Shutting down VM
E/AndroidRuntime( 571): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 571): java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/com.android.location.provider.jar", zip file "/system/app/com.qualcomm.location/com.qualcomm.location.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "liblocationservice.so"
E/AndroidRuntime( 571): at java.lang.Runtime.loadLibrary(Runtime.java:366)
E/AndroidRuntime( 571): at java.lang.System.loadLibrary(System.java:989)
E/AndroidRuntime( 571): at com.qualcomm.location.GeoFenceKeeper.<clinit>(GeoFenceKeeper.java:337)
E/AndroidRuntime( 571): at com.qualcomm.location.GeoFenceService.onCreate(GeoFenceService.java:86)
E/AndroidRuntime( 571): at android.app.ActivityThread.handleCr
E/OMXNodeInstance( 230): getParameter(100663311) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663297) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663311) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663297) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663311) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663297) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663311) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663297) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663311) ERROR: 0x8000101a
E/OMXNodeInstance( 230): getParameter(100663297) ERROR: 0x8000101a
[ 1623.582]
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 1623.582] X Protocol Version 11, Revision 0
[ 1623.582] Build Operating System: Linux 3.13.0-68-generic x86_64 Ubuntu
[ 1623.582] Current Operating System: Linux rashed-gs60 4.2.0-19-generic #23-Ubuntu SMP Wed Nov 11 11:39:30 UTC 2015 x86_64
[ 1623.582] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-19-generic.efi.signed root=UUID=a75e627c-9045-4a5e-8245-efda9490cf01 ro i915.preliminary_hw_support=1 nomodeset
[ 1623.582] Build Date: 12 November 2015 05:33:29PM
[ 1623.582] xorg-server 2:1.17.2-1ubuntu9.1 (For technical support please see http://www.ubuntu.com/support)
[ 1623.582] Current version of pixman: 0.32.6