[android-developers] Re: Meaning of getMobileRxPackets and getTotalRxBytes in TrafficStats

2011-02-07 Thread Alex Munteanu
No one knows ? On Feb 1, 9:13 am, Alex Munteanu alex.munte...@gmail.com wrote: What exactly means getMobileRxBytes () ? Get the total number of bytes received through the mobile interface. Total number since when ? Device boot, phone unplug ? Also getTotalRxBytes ? Get the total number

[android-developers] Meaning of getMobileRxPackets and getTotalRxBytes in TrafficStats

2011-01-31 Thread Alex Munteanu
What exactly means getMobileRxBytes () ? Get the total number of bytes received through the mobile interface. Total number since when ? Device boot, phone unplug ? Also getTotalRxBytes ? Get the total number of bytes received through all network interfaces. What interfaces beside mobile and WI-FI

[android-developers] Re: High sensor usage in stand by

2011-01-28 Thread Alex Munteanu
should not take such large amount of CPU. Now,  back to your case. List the top 10 CPU-eating processes and see if you have similar picture to the one above. If yes, then accept this as a feature of the phone and check on another one ;) On Jan 27, 8:38 am, Alex Munteanu alex.munte

[android-developers] Re: High sensor usage in stand by

2011-01-28 Thread Alex Munteanu
that allows all the actions to properly complete and sometimes there is not... Just a theory... On Jan 28, 11:45 am, Alex Munteanu alex.munte...@gmail.com wrote: The problem is that I see on the same phone (Samsung Galaxy S) the situation when my application doesn't get listed in Batery Use

[android-developers] High sensor usage in stand by

2011-01-27 Thread Alex Munteanu
I'm struggling to find the root cause of a problem that occurs apparently randomly in my application. I have a listener registered for SENSOR.TYPE_ORIENTATION in my service and on Screen OFF broadcast I unregister the listener, and on Screen ON a register it again. From time to time, after phone

[android-developers] Re: High sensor usage in stand by

2011-01-27 Thread Alex Munteanu
#409722ec2bab2988 http://groups.google.com/group/android-developers/browse_thread/thread/c8293b6e8e3c2501/1a9632d97e0d3a3d?lnk=gstq=sensor+usage#1a9632d97e0d3a3d Please help On Jan 27, 11:12 am, Alex Munteanu alex.munte...@gmail.com wrote: I'm struggling to find the root cause of a problem that occurs

[android-developers] Re: High sensor usage in stand by

2011-01-27 Thread Alex Munteanu
Yes, is not there. On Jan 27, 6:23 pm, ip332 iprile...@gmail.com wrote: Did you check CPU usage using adb shell top ? On Jan 27, 2:42 am, Alex Munteanu alex.munte...@gmail.com wrote: Similar to:http://groups.google.com/group/android-developers/browse_thread/threa.. Please help

[android-developers] High sensor usage in stand by

2011-01-26 Thread Alex Munteanu
I'm struggling to find the root cause of a problem that occurs apparently randomly in my application. I have a listener registered for SENSOR.TYPE_ORIENTATION in my service and on Screen OFF broadcast I unregister the listener, and on Screen ON a register it again. From time to time, after phone

[android-developers] Re: Please help with an ideea

2010-12-14 Thread Alex Munteanu
treking...@gmail.com wrote: On Tue, Dec 14, 2010 at 1:17 AM, Alex Munteanu alex.munte...@gmail.comwrote: So what's your problem anyway ? I don't have a problem - you do. And after two weeks of bumping your post, I think it's safe to say no one is going to solve it for you. Sorry. As long as I

[android-developers] Re: Please help with an ideea

2010-12-13 Thread Alex Munteanu
So what's your problem anyway ? As long as I didn't found myself a solution yet, I still have the hope that someone will read this post and maybe could give a hint. On Dec 10, 5:45 pm, TreKing treking...@gmail.com wrote: On Fri, Dec 10, 2010 at 2:16 AM, Alex Munteanu alex.munte...@gmail.comwrote

[android-developers] Re: Please help with an ideea

2010-12-10 Thread Alex Munteanu
It stills obsese me... :)) On Dec 8, 1:46 pm, Alex Munteanu alex.munte...@gmail.com wrote: This thing is starting to obsese me... :) I admit that I'm a beginer in Java and Android API but I can't imagine that nobody has a clear ideea how this damm filter is implemented ... : ( On Dec 7, 6

[android-developers] Re: Please help with an ideea

2010-12-08 Thread Alex Munteanu
This thing is starting to obsese me... :) I admit that I'm a beginer in Java and Android API but I can't imagine that nobody has a clear ideea how this damm filter is implemented ... : ( On Dec 7, 6:51 pm, String sterling.ud...@googlemail.com wrote: On Dec 7, 4:00 pm, Alex Munteanu alex.munte

[android-developers] Re: Please help with an ideea

2010-12-07 Thread Alex Munteanu
Does anyone knows if going with an OpenGL approach would be a solution for this ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Please help with an ideea

2010-12-06 Thread Alex Munteanu
Yes, this could be but at this point it is over my head, I need to document myself a little more. Thank you ! On Dec 4, 3:43 am, gjs garyjamessi...@gmail.com wrote: Hi, This might give you some idea - http://jsharkey.org/blog/ Regards On Dec 4, 2:13 am, Alex Munteanu alex.munte

[android-developers] Re: Please help with an ideea

2010-12-06 Thread Alex Munteanu
Don't understand much of this at this moment but this requires to modifiy some source files which means that the device must be rooted ? On Dec 6, 4:18 pm, Alex Munteanu alex.munte...@gmail.com wrote: Yes, this could be but at this point it is over my head, I need to document myself a little

[android-developers] Re: Please help with an ideea

2010-12-03 Thread Alex Munteanu
Not giving on the ideea that there is someone who has an ideea how this is (or could) be implemented :) ! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: Please help with an ideea

2010-12-01 Thread Alex Munteanu
Anyone please ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Please help with an ideea

2010-11-30 Thread Alex Munteanu
Hi, does anyone has an idea how to implement an Brightness Screen Filter like the one here : http://www.appbrain.com/app/screen-filter/com.haxor I need a starting point and I can't figure out how to do it. I have tried with an always on top transparent activity but I don't think this is the

[android-developers] Re: Please help with an ideea

2010-11-30 Thread Alex Munteanu
Now even one little idea :( ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Please help with an ideea

2010-11-30 Thread Alex Munteanu
Not so fast my friend, I'm talking here about something totaly different than modifing the screen brigtness from API... This program apply somesort or filter to further reduce the brightness bellow the minimum value ..very useful on AMOLED screens like GalaxyS, where some people find the lowest

[android-developers] Please help with an ideea

2010-11-29 Thread Alex Munteanu
Hi, does anyone has an idea how to implement an Brightness Screen Filter like the one here : http://www.appbrain.com/app/screen-filter/com.haxor I need a starting point and I can't figure out how to do it. I have tried with an always on top transparent activity but I don't think this is the