Re: new System.img and how to test it?

2009-06-15 Thread Roman
After you have created a new system.img you should be able to run the emulator from out/host/darwin-x86/bin The emulator should pick up the new created system.img. In case of you are trying to get the system.img on the phone you would need to flash the phone with the system.img. -- Roman

Re: How to make my device sleep

2009-07-27 Thread Roman
/8b2b5eab993ca82d?lnk=raot Let me know what you find out. I am curious whether you find a way to resolve this problem. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do

Re: How to make my device sleep

2009-07-28 Thread Roman
the user would not be aware of that the application uses the API. Which means you could install application which intentionally want to harm your device. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author

Re: Is Android able to use 2 networks interfaces at the same time ?

2009-08-05 Thread Roman
radio interface support on SDK level. For example you would have to come up with APIs to be able to select the radio interface in case of more than one is active. There are many use cases which you have to consider when you try to support multiple radio interfaces at the same time. -- Roman