[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-15 Thread Yev
Ordered mine on 12/9still nothing. Brightstar rep says they have no record of it, and fedex tracking with ref doesn't show it either. Did anyone who ordered it on 12/9 received it yet? On Dec 14, 4:42 pm, mtz wrote: > I was unsure too about the shipping of my phone and called at the > bri

[android-developers] Re: Receiving Alarms when the program is not running

2008-12-14 Thread Yev
Have you tried creating a service that ties to your activity. Thus the alarm service can keep on running when your activity is killed. On Dec 13, 9:06 pm, moazzamk wrote: > Hey all, > > I am trying to write a program that sets and alarm and has to display > a text when the alarm "goes off" . The

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-13 Thread Yev
To US customers: Has anyone been able to track the phone via https://www.fedex.com/AltRefTracking?cntry_code=us I was told if you put your order# in the reference, your ship date, country, it should show up. I ordered mine on 12/9 and still nothing. On Dec 13, 1:27 pm, sacoskun wrote: > It i

[android-developers] Re: Android Dev Phone 1™

2008-12-12 Thread Yev
I'm in the same boat. Phone ordered 12/8; status page just says "ordered" I called the number and the lady doesn't have any info on my order and told me to email them for further info. Still no update. Did anyone actually receive theirs (shipping to US)? Thanks On Dec 10, 9:31 pm, kpowerinfi

[android-developers] Debugging an app

2008-12-12 Thread Yev
Hi, I'm trying to learn more about how all the android pieces (kernel, libs, framework, etc) work together. Can I attach a debugger to an existing app (with / without source code) and see whats going on behind the scenes at each function call? Thanks! --~--~-~--~~~---