[Thinktank]Let's get Cyanogenmod 11 Booted

Search This thread

JunDavis

Senior Member
Jun 17, 2012
560
135
Crestview
Seeing our device getting kind of left in the dust, I figured that we should at least try to get CM11 booted! Seem some posts saying it isn't possible but we will never know if we don't try right? I'm working on getting a build going as we speak. Mostly have been having build issues kernel wise. Hopefully get them fixed? So until then....

Let's get this b**** booted.


Please do not post if you are here to bash or ask for ETAs...
 
Last edited:

KazaffDeux

Senior Member
Sep 29, 2013
68
9
Bro i have no idea about kernel hope you luck out device was too dust :)

Sent from my LG-SU760 using xda app-developers app
 

JunDavis

Senior Member
Jun 17, 2012
560
135
Crestview
Bro i have no idea about kernel hope you luck out device was too dust :)

Sent from my LG-SU760 using xda app-developers app

Currently asking around. Got passed the kernel issues now I'm stuck with audioflinger throwing errors.
Code:
Import includes file: /home/bailey/android/cm11/out/target/product/p920/obj/SHARED_LIBRARIES/libaudioflinger_intermediates/import_includes
target arm C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioMixer.cpp
target arm C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioResampler.cpp
target arm C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioResamplerCubic.cpp
target arm C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioResamplerSinc.cpp
target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/AudioFlinger.cpp
target thumb C++: libaudioflinger <= frameworks/av/services/audioflinger/Threads.cpp
frameworks/av/services/audioflinger/Threads.cpp: In member function 'void android::AudioFlinger::PlaybackThread::readOutputParameters()':
frameworks/av/services/audioflinger/Threads.cpp:1739:31: error: 'audio_stream_out_t' has no member named 'set_callback'
frameworks/av/services/audioflinger/Threads.cpp:1740:30: error: 'audio_stream_out_t' has no member named 'set_callback'
frameworks/av/services/audioflinger/Threads.cpp: In member function 'virtual void android::AudioFlinger::PlaybackThread::threadLoop_drain()':
frameworks/av/services/audioflinger/Threads.cpp:2032:26: error: 'audio_stream_out_t' has no member named 'drain'
frameworks/av/services/audioflinger/Threads.cpp:2040:26: error: 'audio_stream_out_t' has no member named 'drain'
frameworks/av/services/audioflinger/Threads.cpp: In member function 'android::status_t android::AudioFlinger::PlaybackThread::getTimestamp_l(AudioTimestamp&)':
frameworks/av/services/audioflinger/Threads.cpp:2567:46: error: 'audio_stream_out_t' has no member named 'get_presentation_position'
frameworks/av/services/audioflinger/Threads.cpp:2569:36: error: 'audio_stream_out_t' has no member named 'get_presentation_position'
frameworks/av/services/audioflinger/Threads.cpp: In member function 'virtual android::AudioFlinger::PlaybackThread::mixer_state android::AudioFlinger::eek:ffloadThread::prepareTracks_l(android::Vector<android::sp<android::AudioFlinger::PlaybackThread::Track> >*)':
frameworks/av/services/audioflinger/Threads.cpp:4289:26: error: 'audio_stream_out_t' has no member named 'pause'
frameworks/av/services/audioflinger/Threads.cpp:4299:26: error: 'audio_stream_out_t' has no member named 'resume'
frameworks/av/services/audioflinger/Threads.cpp: In member function 'void android::AudioFlinger::eek:ffloadThread::flushHw_l()':
frameworks/av/services/audioflinger/Threads.cpp:4347:22: error: 'audio_stream_out_t' has no member named 'flush'
make: *** [/home/bailey/android/cm11/out/target/product/p920/obj/SHARED_LIBRARIES/libaudioflinger_intermediates/Threads.o] Error 1

Edit, fixed the above error now facing this one, http://pastebin.com/LaAasWXF
 
Last edited:
  • Like
Reactions: jambo21

N00BY0815

Senior Member
Nov 6, 2011
2,528
1,897
frameworks/native/services/surfaceflinger/DisplayDevice.h

A variable has not been devlared there. Check p760 (L9) gits of KK and see, where it differs. I am thinking about getting this phone, just to play with it :D

Sent from my LG-P760 using xda app-developers app
 
  • Like
Reactions: 5ajad and JunDavis

JunDavis

Senior Member
Jun 17, 2012
560
135
Crestview

shaqfu786

Senior Member
Sep 21, 2012
368
360
Port Elizabeth
Hi guys, are these issues kernel related, if so there's a post on galaxy nexus forum where they trying to get a 3.4 kernel going, they have made updated commits to the 3.0 kernel and 4.4 works with it. Also are guys trying source builds?

Sent from my LG-P920 using xda app-developers app
 

JunDavis

Senior Member
Jun 17, 2012
560
135
Crestview
I am using 4.4 cyanogenmod stable source. I am then using Bernie's unofficial CM10.2 tree along with the LGE Omap kernel.

Sent from my LG-P920 using xda app-developers app
 

JunDavis

Senior Member
Jun 17, 2012
560
135
Crestview
I currently have no knowledge of it, could you link me to any documentation that may help?

Sent from my LG-P920 using xda app-developers app
 

shaqfu786

Senior Member
Sep 21, 2012
368
360
Port Elizabeth
Hi guys
I would like to contribute to the development of this phone,I have no experience with programming, but it seems we have no devs left here. So could we start a post with guides not only for building from source, but maybe links on how to build or update device trees, how to add commits,sum basic knowledge we can get through java, c/c++, scripting. Any info that would help the inexperienced become experienced. I myself is going through c/c++ and java with YouTube vids,also bash scripting. If we can share info that would be great.
Its just an idea, and sorry for spamming your thread.

Sent from my LG-P920 using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    BI*** IS BOOOTED =D
    all my errors where ramdisk related :D
    finaly got it working ;D

    but ui crash after i enterd the pin :D motivation is back ;D

    second boot ui stays alive =D

    - working sound
    - camera not working
    - wlan not working
    - bluetooth not working
    - calls working
    - mobile network not working
    13
    OK my device is broken maybe I'll buy a used one on eBay

    Sent from my MB526 using xda app-developers app
    12
    I'm back!
    Getting the sources synced will take a while but tomorrow I'll start to work on it

    Sent from my LG-P920 using XDA Free mobile app
    6
    I lost my motivation.
    Because i cant use my pc while its building.
    Also i have to give love to other stuff.
    The next month im not playing on it.
    But theoreticaly its bootable.
    Most thx goes to Evisceration

    Sent from my LG-P920 using xda app-developers app
    6
    looks like it's completly broken, but I'm going to try to clean it