Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Tableuraz
Old
#121  
Tableuraz's Avatar
Senior Member
Thanks Meter 113
Posts: 528
Join Date: Apr 2009
Quote:
Originally Posted by c_86 View Post
How is it not useable? I have been using it from day one and haven't seen an increase in battery drain at all. Not a single bit.


Sent from my Galaxy Nexus using Tapatalk 2
It WAS not really useable because of some slowdowns and the way it was working (independant countdown before detection restarting by itself and not taking care of how the mobile was working) but now with screen on/off detection (with new version) it's a little bit better!

Now the app has to synchronise its countdown with the screen's countdown (instead of detecting screen-touches which is apparently not possible) which would mean that everytime somebody touches the screen and that the screen countdown starts, the app countdown restarts and then if there is no touches it restarts by itself also.

This would avoid an issue that makes the screen turn-off anyway because if the apps countdown restarts every 20 seconds and that screens countdown is set to 30 seconds after some cycles the app doesn't detect our face before screen countdown reaches zero :-/

I'm not sure if I'm clear but I'm talking about real integration here
HTC Sensation (depuis le 07/19/2011)
S-off & Desimlocked (by myself in person )
ROM:Team Venom ViperS
Radio:10.56.9035.00U_10.14.9035.01


HTC One X (depuis le 15/04/2012)
Best gift evar, thanks HTC and TRND!
ROM:Team Venom ViperX
Kernel:Faux123 [Kernel] Hybrid (DVFS-UV Control/CPU_G/LP/AVP/EMC)


If you like my banner!
My personnal tweaks and uV scripts for Faux123's 007
 
Mirarchi
Old
(Last edited by Mirarchi; 23rd June 2012 at 10:26 PM.)
#122  
Member - OP
Thanks Meter 45
Posts: 48
Join Date: Jan 2009
Quote:
Originally Posted by Tableuraz View Post
It WAS not really useable because of some slowdowns and the way it was working (independant countdown before detection restarting by itself and not taking care of how the mobile was working) but now with screen on/off detection (with new version) it's a little bit better!

Now the app has to synchronise its countdown with the screen's countdown (instead of detecting screen-touches which is apparently not possible) which would mean that everytime somebody touches the screen and that the screen countdown starts, the app countdown restarts and then if there is no touches it restarts by itself also.

This would avoid an issue that makes the screen turn-off anyway because if the apps countdown restarts every 20 seconds and that screens countdown is set to 30 seconds after some cycles the app doesn't detect our face before screen countdown reaches zero :-/

I'm not sure if I'm clear but I'm talking about real integration here
I'm working on this, and i can announce that the next version will have an option that can disable the polling mode. I found a way to intercept the touch events so i can synchronize with the set screen timeout. In this way the camera scanning should work only few moments before the screen goes off.
This update should resolve also the camera access issue.
Cheers!
The Following 2 Users Say Thank You to Mirarchi For This Useful Post: [ Click to Expand ]
 
fifarunnerr
Old
#123  
Senior Member
Thanks Meter 63
Posts: 211
Join Date: Sep 2010

 
DONATE TO ME
Would like to see an option to remove the notification
The Following User Says Thank You to fifarunnerr For This Useful Post: [ Click to Expand ]
 
Mirarchi
Old
#124  
Member - OP
Thanks Meter 45
Posts: 48
Join Date: Jan 2009
Quote:
Originally Posted by fifarunnerr View Post
Would like to see an option to remove the notification
Unfortunately this can't be done due to android system. The app is set to run in foreground mode so that android should not be kill the ISeeYou process. This mode needs a persistent notification icon that tells the user that there is a persistent process running in his system.
 
MattSkeet
Old
#125  
MattSkeet's Avatar
Senior Member
Thanks Meter 93
Posts: 665
Join Date: Sep 2010
Location: Derby
How Samsung did it than? Did they build that function in to android or something?

Could you also explain how this app works in free version? What I want to know is how not activates itself and for how long etc.... And what does the blinking mean... If it means that it's scanning for my face while I'm typing this msg its a definite un install of the app as it just eats the hell of the battery

Sent from my Galaxy Nexus using xda premium
 
artukas613
Old
#126  
artukas613's Avatar
Senior Member
Thanks Meter 15
Posts: 160
Join Date: Jan 2010
Quote:
Originally Posted by Mirarchi View Post
Unfortunately this can't be done due to android system. The app is set to run in foreground mode so that android should not be kill the ISeeYou process. This mode needs a persistent notification icon that tells the user that there is a persistent process running in his system.
We just asking for option. Other "foreground must" apps have it. Some of us will not mind if it was sometimes killed, in favor of not seeing notification.
:)

Sorry for my English.
Sorry for my english
 
c_86
Old
#127  
c_86's Avatar
Senior Member
Thanks Meter 93
Posts: 763
Join Date: Jul 2011
Location: Canada

 
DONATE TO ME
Any idea as to when that will come! The update?

Sent from my Galaxy Nexus using Tapatalk 2

Check out my Theme blog
Click Here

Devices
Current: - LG Google Nexus 4
Backups: - Samsung Galaxy Nexus GSM
Tablets: - Acer A510

If you liked what I posted, please thank it! Thank you!
 
Tableuraz
Old
#128  
Tableuraz's Avatar
Senior Member
Thanks Meter 113
Posts: 528
Join Date: Apr 2009
Quote:
Originally Posted by Mirarchi View Post
I'm working on this, and i can announce that the next version will have an option that can disable the polling mode. I found a way to intercept the touch events so i can synchronize with the set screen timeout. In this way the camera scanning should work only few moments before the screen goes off.
This update should resolve also the camera access issue.
Cheers!
Man, I love you!

For this notification thing, wouldn't changing the process priority fix the Android killing issue? This would require Root access I guess but when the first versions of ICS on the Sensation came out, Android kept killing Sense, then some guys found a fix by changing the process priority

I can't wait for the next version, keep up the good work!

---------- Post added at 07:57 PM ---------- Previous post was at 07:39 PM ----------

Here, I found this quite instructive Process | Android Developers
HTC Sensation (depuis le 07/19/2011)
S-off & Desimlocked (by myself in person )
ROM:Team Venom ViperS
Radio:10.56.9035.00U_10.14.9035.01


HTC One X (depuis le 15/04/2012)
Best gift evar, thanks HTC and TRND!
ROM:Team Venom ViperX
Kernel:Faux123 [Kernel] Hybrid (DVFS-UV Control/CPU_G/LP/AVP/EMC)


If you like my banner!
My personnal tweaks and uV scripts for Faux123's 007
 
Mirarchi
Old
#129  
Member - OP
Thanks Meter 45
Posts: 48
Join Date: Jan 2009
Quote:
Originally Posted by Tableuraz View Post
Man, I love you!

For this notification thing, wouldn't changing the process priority fix the Android killing issue? This would require Root access I guess but when the first versions of ICS on the Sensation came out, Android kept killing Sense, then some guys found a fix by changing the process priority

I can't wait for the next version, keep up the good work!

---------- Post added at 07:57 PM ---------- Previous post was at 07:39 PM ----------

Here, I found this quite instructive Process | Android Developers
Maybe i've found also a solution for this. There is much work to do and the time is very low but maybe in the week i can release the new version. Stay tuned!
 
Mirarchi
Old
(Last edited by Mirarchi; 28th June 2012 at 08:55 PM.)
#130  
Member - OP
Thanks Meter 45
Posts: 48
Join Date: Jan 2009
New version released (1.3)

v1.3: New user interface. Added the Intelligent Timeout system. This will disable the polling mode and detects the user inactivity and will enable the camera T seconds before the screen off event where T is a custom parameter. To enable it, press the settings icon and activate the proper accessibility service. If the service is disabled, the app will use the old polling system with the defined settings. Added finally the possibility to switch off the Notifications.
Added also backwards compatibility. Now the app should be compatible with the latest gingerbread devices (API level 9).
Let me know the results.
Cheers!

The Following 2 Users Say Thank You to Mirarchi For This Useful Post: [ Click to Expand ]
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...