![]() |
2011-03-23
, 12:07
|
Posts: 138 |
Thanked: 85 times |
Joined on Jun 2010
@ Finland
|
#11
|
![]() |
2011-03-24
, 04:54
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#12
|
Can you include a feature with this that, the proximity sensor gets disabled when we get a call so that the screen is always lit up.. and we can slide..and dont have to worry about rejecting a call accidentally.. or is it already included??
![]() |
2011-03-24
, 06:03
|
|
Posts: 353 |
Thanked: 166 times |
Joined on Jun 2010
@ India
|
#13
|
The Following User Says Thank You to arora.rohan For This Useful Post: | ||
![]() |
2011-03-24
, 08:29
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#14
|
I was working on something similar before your project (using Qt), and cannot remember any slowdowns...
I stopped developing it when I saw your project.
This evening I'll recheck my code and see if it is still working...
![]() |
2011-03-24
, 12:02
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#15
|
![]() |
2011-03-24
, 12:55
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#16
|
This will NEVER be implemented as in a Touch Screen device, this exactly is the purpose of the proximity sensor: to disable the screen while the proximity sensor is covered, eg while in pocket. If proximity sensor was disabled, when the phone rings, the screen would lit up and the buttons would get pressed automatically.
Also, your problem is not caused due to delayed proximity sensor. IMO, it is due to delayed drawing of UI elements on screens, possibly due to high CPU load.
The Following 3 Users Say Thank You to Helmuth For This Useful Post: | ||
![]() |
2011-03-24
, 14:45
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#17
|
The Following User Says Thank You to ejasmudar For This Useful Post: | ||
![]() |
2011-03-24
, 17:18
|
|
Posts: 353 |
Thanked: 166 times |
Joined on Jun 2010
@ India
|
#18
|
![]() |
2011-03-24
, 19:56
|
|
Posts: 533 |
Thanked: 1,341 times |
Joined on Dec 2010
@ Italy
|
#19
|
Actually, it is related, see fastsmsevo, they keyboard sometimes takes ages to show up.
And when you're getting a call, the load that the phone goes through for a reason I don't know of is a lot, so that doesn't help @ painting UI elements.
The Following 3 Users Say Thank You to sakya For This Useful Post: | ||
![]() |
2011-03-24
, 20:54
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#20
|
You're right...I didn't remember the slowdown, but I tried my program now and it takes some seconds (4 or 5) to render the window...
Here's a screesnhot: