Senior Member
Thanks Meter 155
Posts: 558
Join Date: Feb 2011
Location: When in Roam...
|
Quote:
Originally Posted by b1g.p0ppa
Wow, thanks Erick. Really appreciate that. I'm off to bed for more but will resume hacking first thing when I get to work in the morning
Sent from my SPH-D710 using Tapatalk
|
Yeah, right! So close having pushed everything except the *stagefright* and omx stuff. Doing that right now.
EDIT: /system/lib/libmediaservice.so was missing too so the ui wouldn't load. Slight pucker moment but the phone was responding to adb just fine so I pushed it and lo and behold the ui loaded without even having to reboot.
Video camera still failing, but I'm closer I think! Using all these files from the AOKP 31 zip.
Still failing. Pushed a bunch of stuff from the AOKP ROM but /system/bin/mediaserver (yes, I pushed that too) keeps dying. It's late, I'm gonna sleep on it.
This immediately precedes the stack trace:
Quote:
E/OMXCodec( 3625): Attempting to allocate OMX node 'OMX.TI.DUCATI1.VIDEO.MPEG4E'
E/OMXCodec( 3625): Attempting to allocate OMX node 'OMX.qcom.7x30.video.encoder.mpeg4'
E/OMXCodec( 3625): Attempting to allocate OMX node 'OMX.qcom.video.encoder.mpeg4'
E/OMXCodec( 3625): Attempting to allocate OMX node 'OMX.TI.Video.encoder'
E/OMXCodec( 3625): Attempting to allocate OMX node 'OMX.Nvidia.mp4.encoder'
E/OMXCodec( 3625): Attempting to allocate OMX node 'OMX.SEC.MPEG4.Encoder'
I/M4vH263Encoder( 3625): Construct software M4vH263Encoder
E/M4vH263Encoder( 3625): Color format 2130706434 is not supported
F/libc ( 3625): Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1)
|
Quote:
Originally Posted by Wizard Knight
If you honestly want to learn programming, as I'm trying to as well...
Friend of mine said learn Python first because of its ease then from there move on to Java then pick your destiny. He pointed me to a great open source textbook for python which is linked at bottom of post... if you have any questions, pm me and I'll help any way I can
Sorry for the off-topic, just thought a few starters might find this helpful.
http://openbookproject.net/thinkcs/p...h2e/index.html
Sent from my SPH-D710 using Tapatalk 2 Beta-6
|
Thanks man. I honestly would like to program but I'm not sure how cut out for it I am. Been a Unix admin for like 20 years and yeah, I can hack already written stuff, but writing--and worse, debugging--new stuff conflicts with my ADD real bad. But who knows, I've been meaning to look into python. More and more stuff is being written in it. Thanks for the recommendation.
|