[Huawei Ideos C8150 / U8150][General Development][Update 01-04-2011]

Search This thread

rako4ever

Member
Mar 21, 2011
20
4
The Multitouch feature is awesome! Can't wait to finally have it on my little ideos! BTW does your rom work on u8150 devices too?
 

tilal6991

Inactive Recognized Developer
Dec 25, 2010
1,607
2,581
This is brilliant work - I didn't know you were working on multitouch - great job :)
 

z4bl3nk

Member
Feb 26, 2011
25
1
The GOOD NEWS i have sucessfully to get multitouch capability on U8150 / C8150 device..
But the BAD NEWS, I must to modify the driver again because i lost the touch panel (back, menu, home & search) button.

For now, i can get multitouch and touch panel work together.
if multitouch is working, the touch panel not working. vice versa..


Update 30th March 2011:
Successfully get Multitouch and Touch panel working together.

I will release the ROM when I finishing the RC2 of Andro-ID v2.2 for C8150.
I must cleaning up the system now..

This is some preview of Multitouch Capability on C8150:

"Gile Loe Ndro !!!!"
Hurry up.. release RC2 !!!! lol
 

tj_style

Retired Recognized Developer
May 12, 2010
822
1,349
Bogor
sobir.in
thank you! alsoo the sense is for this device? i saw it on your blog and well it's good work being done by your part tj

Until now, i can get sense ported device booting up on my device.
I use wildfire 2.2 sense ruu for base.
Also i try to flash your sense ported rom but not booting too.
I think because the c8150 have little different hardware with u8150. Or something else. I don't know for now.

Sent from my Ideos
 

tj_style

Retired Recognized Developer
May 12, 2010
822
1,349
Bogor
sobir.in
The latest part that I have to do is fixing up the wrong coordinate issue when tracking vertical line across the finger, maybe the user that have multitouch / dualtouch knowing about that issue.

Someone from LG optimus one developer seems have been fixed that issue, so is not possible on our device.

Sent from my Ideos
 

tj_style

Retired Recognized Developer
May 12, 2010
822
1,349
Bogor
sobir.in
ahh.. i'm wrong. the developer of optimus one not yet fixing the axis inversion problem.
and i have no idea for now, so will be focusing on touch sensitifity issue.

Sent from my Ideos
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    On this thread I will explain all about general modification for Huawei Ideos U8150 / C8150 Devices.

    What I will explain on this thread:
    - Change path of bootanimation.zip from /cust partition to /system/media/
    - Change oemlogo.mbn from /cust partition to /system/media/
    - Make your own oemlogo.mbn (splashscreen)
    - Multitouch support for U8150 / C8150
    - Update link for Official Firmware from Huawei

    Change path for bootanimation.zip

    For default, U8150 / C8150 is mounting /cust partition at startup, and /system/bin/bootanimation will search the bootanimation.zip from /data/cust/media/ but, sometimes the Custom ROM is wiping the /cust partition and will load internal bootanimation from framework-res.apk.

    so, we can change the path of bootanimation.zip to /system/media/ with hex editor.

    this is the original path:
    boot1.jpg

    and change to /system/media like this:
    boot2.jpg

    Change path for oemlogo.mbn
    For default splashscreen is located at splash partiton, but Huawei change the path to "hidden/unknown" partition.
    so, when we try to flash the spashscreen to splash partition with fastboot, it will not work.
    And also Huawei is using non standard rgb565 format.

    after some trial, i successfully to make my oemlogo.mbn.
    U8150/C8150 is using 240x320 rgb565 format.
    we can make the custom oemlogo.mbn by converting the custom image to 240x320 rgb565 format with Paint.NET application and plugin.

    the application can be download in here:
    paint.net

    and the rgb565 from here:
    Rgb565

    Place the Rgb565.dll in plugin folder of Paint.NET

    make your own splashscreen with 240x320 pixel and open with Paint.NET.
    and then save as Rgb565 format.
    paint.jpg

    And now how to flash the splashscreen to our device?

    Huawei using the /system/bin/load_oemlogo for flashing the oemlogo.mbn (splashscreen) to our device.
    But again, we must to change the path of oemlogo.mbn from /cust partition to /system/media

    open the load_oemlogo with hex editor, and change:
    splash1.jpg

    to this:
    splash2.jpg

    After all modification is complete here we go to replace the bootanimation and load_oemlogo in /system/bin

    place bootanimation.zip and oemlogo.mbn to /system/media/

    go to shell with adb or terminal emulator, get su permission and type:
    # load_oemlogo

    Last step reboot the device...

    Finally You will have custom bootanimation and custom splashcreen..

    I make simple patcher that can automatically patch the bootanimation and load_oemlogo. it can save lot of time for developer.
    just place the bootanimation and load_oemlogo in same folder with x8150_patcher.exe run x8150_patcher.exe and press patch.
    you will have the patched bootanimation and load_oemlogo automatically.

    here is the patcher:
    View attachment x8150_patcher.7z
    10
    Multitouch Development, Finally Working!

    The GOOD NEWS i have sucessfully to get multitouch capability on U8150 / C8150 device..
    But the BAD NEWS, I must to modify the driver again because i lost the touch panel (back, menu, home & search) button.

    For now, i can get multitouch and touch panel work together.
    if multitouch is working, the touch panel not working. vice versa..


    Update 30th March 2011:
    Successfully get Multitouch and Touch panel working together.

    I will release the ROM when I finishing the RC2 of Andro-ID v2.2 for C8150.
    I must cleaning up the system now..

    This is some preview of Multitouch Capability on C8150:

    After re-check the code, and nothing problem that I see.
    Now I share the patch file for kernel source:
    View attachment multitouch-c8150.patch.zip

    And also the compiled kernel:
    View attachment zImage.zip

    I'm so happy to get the the new feature on our device..
    2
    the multitouch patch is not working in my kernel :((((((

    edit: tried also your compiled kernel, same issue.... Maybe it's not real compatible with all devices.... I'll investigate..
    2
    That's also for U8150, or we have to wait?

    it work with U8150..

    Sent from my Ideos