[android-developers] Change network operator

2010-01-15 Thread SGAdrian
Hi, is there a way to change network operator or list available networks from the public API:s? BR, Sven -- 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] State of a phonecall

2009-10-14 Thread SGAdrian
is a number of states combined into one. Is there a particular reason for this? Are we not allowed to see the correct state of a call? BR, SGAdrian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Creating context, how?

2009-05-15 Thread SGAdrian
Hi, When you are developing on an application level(Services, Activities) you always get this Context reference automatically. But what if I am on a lower level and developing a program started with app_process, how can I get hold of a Context then? Its a huge part of the API that need this

[android-developers] Re: Creating context, how?

2009-05-15 Thread SGAdrian
Sorry but I dont get it. I am starting my java program with app_process, i.e I am not running any Service or Activity. Just like the Monkey.java program is doing. Ex. public class Main { public static void main(String[] args) { // How can I get hold of a Context instance

[android-developers] Re: Creating context, how?

2009-05-15 Thread SGAdrian
notice that the monkey, am, and pm commands all don't use a Context for this reason. On Fri, May 15, 2009 at 6:41 AM, SGAdrian sven.wastl...@gmail.com wrote: Sorry but I dont get it. I am starting my java program with app_process, i.e I am not running any Service or Activity. Just like

[android-developers] Problem with framebuffer

2009-03-02 Thread sgadrian
. Is the framebuffer device supposed to be synched with the memory on the GPU or do I need to manually synch it? In otherwords doing a cat /dev/graphics/fb0 /data/buffer.raw does not contain the actual screen data. How can I retrieve the correct data? BR, SGAdrian

[android-developers] Trigger functionality from outside Android

2009-01-15 Thread SGAdrian
would be to control the UI from an external testapplication, could that be possible? BR, SGAdrian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android