Jump to content

[Development][ROM] Stock FROYO + 2.6.32 kernel


Recommended Posts

Guest radodendron
Posted (edited)

download speed is slow, about 5 minutes

turn on

touchscreen not working

when a strong hissing

backlight button works 

it's all that I could check

Edited by radodendron
Guest radodendron
Posted (edited)

 I took out build.prop rom_u8150-FR.03 and backlit buttons earned um840-20120222.zip 

Edited by radodendron
Posted

download speed is slow, about 5 minutes

turn on

touchscreen not working

when a strong hissing

backlight button works

it's all that I could check

take please boot.img from the rom_u8150-FR.03 rom where touchscreen is working, touchscreen should work then. (Replace that file in rom, and then reflash).

Must be old kernel in ascend rom were Melfas touchscreen was not working yet.

Guest radodendron
Posted

but as the clock enable? He is not in your applications. The network does not catch, wi fi is not working

Posted

I took out build.prop rom_u8150-FR.03 and backlit buttons earned um840-20120222.zip

it's awesome! will be able to test later today.

Can anyone else confirm? (replace in um840-20120222.zip build.prop from rom_u8150-FR.03, reflash. Keypad lights should work?)

Posted

but as the clock enable? He is not in your applications. The network does not catch, wi fi is not working

blame dr.flo :) it's his very minimalistic assembly.

Hold on, we'll fix that.

Posted (edited)

@radodendron,

please take from this archive two DeskClock* files and place them into system/app, reboot. Should give you the clock.

no radio/wifi - it's known limitation of this experimental rom (same for u8150).

clock-ascend.zip

Edited by pier11
Guest radodendron
Posted (edited)

hours do not appear

nothing is added

Edited by radodendron
Guest radodendron
Posted (edited)

I try to turn to change the files in the firmware um840-20120222.zip, just tell me what files

backlit buttons is activated if a setting to increase the brightness when the screen turns off, the lights go off, but after a sleep button illumination will not turn on again

Edited by radodendron
Posted

backlit buttons is activated if a setting to increase the brightness when the screen turns off, the lights go off, but after a sleep button illumination will not turn on again

it's a known effect. Doesn't help unfortunately.

I removed DeskClock.app in um840 rom and Clock disappeared from display, so definitely, that's the right app. May be dr.flo removed something else related, dr.flo?

Guest lloco73
Posted

I took out build.prop rom_u8150-FR.03 and backlit buttons earned um840-20120222.zip

tested build.prop from rom_u8150-FR.03 and um840-20120222 rom but lights still doesn't work. noted that when i touch on button phone now vibrates.

Posted (edited)

it's a known effect. Doesn't help unfortunately.

I removed DeskClock.app in um840 rom and Clock disappeared from display, so definitely, that's the right app. May be dr.flo removed something else related, dr.flo?

I guess that apk+odex dropped into deodexed rom simply won't work. File should be taken from the rom I based mini ascend on, linked in the same post

mini ascend is very very mini... It was made to fit uk 2011 system partition, and initially only intended to boot up and launch camera app to see if preview freezes there...

Edited by dr.flo
Guest lloco73
Posted (edited)

and what about button lights are somehow dependant of the original UM840 proximity sensor(that we don't have)? if that's the case maybe this is why we cannot have light on pressing button.

Dumb idea: transform the front cam in a proximity sensor/ambient light sensor.

Edited by lloco73
Guest lloco73
Posted

@pier

have you read this?It´s about multitouch on U8150. Um840 also has multitouch and like this is the basis of this rom would it be possible?

Posted (edited)

@radodendron

please try attached app from Ascend_signed_060711_231219

tried myself. ascend rom also reboots...

this is a major issue... :(:(

Might this be in kernel??

Edited by dr.flo
Guest radodendron
Posted

good point, forgotten that this rom was deodexed.

@radodendron

please try attached app from Ascend_signed_060711_231219

when the alarm reboot

Posted

tried myself. ascend rom also reboots...

this is a major issue... :(:(

Might this be in kernel??

I tested your cm6-clean (froyo branch) with .32 kernel previously and did not find this issue.

I think it makes sense to do merge exercise b/w u8150 and (cm6-clean froyo branch with .32 kernel). Same froyo 2.2.1 in both.

Posted (edited)

@pier

have you read this? It´s about multitouch on U8150. Um840 also has multitouch and like this is the basis of this rom would it be possible?

I know. Appreciate your interest though.

  • Multitouch is a kernel driver feature.
  • Pulse people tried this already and concluded that our touchscreen hardware controller firmware doesn't send coordinates of the second finger. Thus they failed to patch the driver at this point.
  • Though there were information on the second finger touch on screen (number of fingers = 2). This leave small room to make pseudo multitouch - dualtouch - for pinch-zoom possibly.
  • u8150 people hacked synaptics_i2c_rmi_tm.c driver. Us are slightly different driver - synaptics_i2c_rmi_tm1319.c

Edited by pier11
Guest radodendron
Posted (edited)

pier11,What other thoughts on SMS and alarm?

It is a pity if it does not fix it =(

Edited by radodendron
Posted

I tested your cm6-clean (froyo branch) with .32 kernel previously and did not find this issue.

I can also confirm it's not not the kernel's fault: on ideos x3 rom, while it is still totally broken, the alarm works well.

Posted (edited)

pier11,What other thoughts on SMS and alarm?

It is a pity if it does not fix it =(

well, today I have no more,

but we figured important things today:

- all ported froyo roms expose this issue (u8150, ascend, um840)

- cm6+.32kernel does not have this issue (try someone to exchange parts between cm6-u8220-20120206-v2.zip and u8150 (froyo 2.2.1) - might help. For example entire /system/lib/ folder or so). cm6 is froyo 2.2.1 too. um840 is froyo 2.2.2, so u8150 is closer to cm6.

- u8510 X3 gingerbread does not have this issue (neither does our cm7, I think)

I also reverted libhardware_legacy.so in um840 to original - didn't help.

Edited by pier11
Posted

@dr.flo,

I think kernel itself doesn't reboot, only android,

so makes sense to study dmesg/logcat after event. They should depict Android reboot.

Posted

Since I'm testing a different rom, I'm just asking has anybody tried third party sms or alarm app?

For example turn off all notifications on the mms.apk and see if the phone restarts then?

Guest lloco73
Posted

I know. Appreciate your interest though.

  • Multitouch is a kernel driver feature.
  • Pulse people tried this already and concluded that our touchscreen hardware controller firmware doesn't send coordinates of the second finger. Thus they failed to patch the driver at this point.
  • Though there were information on the second finger touch on screen (number of fingers = 2). This leave small room to make pseudo multitouch - dualtouch - for pinch-zoom possibly.
  • u8150 people hacked synaptics_i2c_rmi_tm.c driver. Us are slightly different driver - synaptics_i2c_rmi_tm1319.c

ok

this will be for later, after we all resolve all problems of this rom i might go study this.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.