[DEV] HeroC ICS 4.0.1 Development

Search This thread

whoshotjr2006

Senior Member
Jun 8, 2010
727
398
toledo
Nice find but unfortunately none of that will work for us. We have an adreno 130 (I think its that without looking, don't quote me on that lol) that isn't a real gpu. We are pretty much just sol on the hardware acceleration front.

Sent from my HTC One V using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    Re-purposing this thread for those who are engaged in porting ICS 4.0.1 to HeroC.

    Please try to keep this thread clean and restrict posts to topics relevant to getting ICS ported to the HeroC. It will make it much easier to focus on the effort at hand if we can refrain from the usual "When will it be done"; "Yay!"; "I know this isn't the right place"; "10char / +1" and "Me too!" posts.

    If you have a burning need to express your joy, dismay, ambivalence or random thoughts, consider sending a PM, which I will make a best effort attempt to respond to within 180 days, time and weather permitting.
    9
    Audio Driver Update

    We now have updated audio drivers based on the original GB msm7k drivers, with mods gleaned from the ICS qcom/media drivers for the msm7x27a and msm7x30. This will be appearing soon in the next build posted in the ROM thread. For those of you who are building along, just pull the latest commit (or the entire repo) from the TeamICS android_hardware_qcom_media repo, and build audio.primary.heroc and audio_policy.heroc from your device tree make file instead of the .msm7k equivalents (Use eris or hero instead of heroc for those devices). After the update, it looks like the crashing, rotating outputs, and failure to play have been resolved.
    6
    Status update on the camera...

    I currently have it to the point where you can take pictures but the preview is blank and I haven't figured out how to get it to display yet. The actual pictures and zoom seem to be working fine though.

    Along with using the libcamera compiled from gingerbread and the CAF patch for libcamera_client that jaybob talked about, i'm also using the MemoryHeapBase patch from here:
    http://xdaforums.com/showthread.php?t=1448303

    If interested, the logcat I'm getting currently:
    http://logcat.miui.us/579001
    6
    Radio Progress

    Radio for phone is working both making and receiving calls. Just a hack atm, but definitely moving in the right direction. After some sleep, then cleanup, on to data.
    6
    I'm having the same trouble.

    Getting a whole lot of:
    Code:
    frameworks/base/libs/gui/SurfaceTexture.cpp:860: error: isGPUSupportedFormat' was not declared in this scope

    And similar. I never got 4.0.3 to compile actually. Any clues?

    i am in the process of reviewing my build tree in order to update github to match the latest build. it currently builds 4.0.3 with no issues. will try to get it done in the next few days.