[android-beginners] Emulator error cause?

2010-02-11 Thread BobG
Hello Android experts. Trying to run a HelloWorld app in an AVD for 2.1 and WVGA854 and right when the emulator pops up, it disappears and this comes up in the comsole. I 'think' it means 'you idiot... youre disk is almost full and the swap file cant grow, so were going to kill you'. Did I guess

Re: [android-beginners] Re: Moderated list??

2010-02-11 Thread Alessandro Pellizzari
Il giorno mar, 09/02/2010 alle 13.40 -0600, Mr. Baseball 34 ha scritto: I just wished the W3C would get off their asses and modify the SMTP specs to require path verification by forwarders. This would eliminate all forged spam, which is about 95% of it. It is not the w3c that should modify

[android-beginners] How to overlay POIs on Camera

2010-02-11 Thread raich
Hi All, Without using Wikitude, I'm trying to find out how to overlay POIs over Camera. I have seen a few code samples that overlays POIs over MapView. How to do the same for Camera? Any clue/example code would be very much appreciated. Thanking all in advance. -raich -- You received this

[android-beginners] Query contact number with URI

2010-02-11 Thread Shyam
HI Gurus, I have used the action below to pick specific number from contacts: Intent intent1 = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Phone.CONTENT_URI); startActivityForResult(intent1, REQUEST_GET_PHONE); which returns a content://***/contact/3 type of URI to me. How

[android-beginners] Re: Serial over Bluetooth

2010-02-11 Thread XCaffeinated
Apologies for the lengthy post, but I wanted this to be at least semi- useful, and there is not a lot of info out there. I see that the OP is from awhile ago, but that this thread has been resurrected. I am currently using my Droid (firmware push: 2.0.1) to communicate to an ArduinoBT (Bluetooth)

[android-beginners] How to implement asking questions before uninstalling the apk

2010-02-11 Thread Laxmi Katti
Hi, Usually when ever we install some apk from market and then try to uninstall it we get set of questions like 1.Did not like the software. 2. Do not want to use...etc I want to know how we can do this. If there is some site where in I should look please let me know. I tried looking for it but

Re: [android-beginners] How to implement asking questions before uninstalling the apk

2010-02-11 Thread Mark Murphy
Usually when ever we install some apk from market and then try to uninstall it we get set of questions like 1.Did not like the software. 2. Do not want to use...etc I want to know how we can do this. That list is supplied by the operating system. Applications do not get control when they

[android-beginners] Re: All combinations of os and res ok?

2010-02-11 Thread BobG
Thanx Walt. I WAS wondering about the Google APIs I assume if one writes an app using maps, locations, etc, one needs the Google APIs. I'm just trying to get Real Simple single function apps working that test drawing on a canvas, loading and scaling a bitmap, popping up a toast when I click a

[android-beginners] Re: How to implement asking questions before uninstalling the apk

2010-02-11 Thread Laxmi Katti
Thanks a lot. On Feb 11, 6:49 pm, Mark Murphy mmur...@commonsware.com wrote:   Usually when ever we install some apk from market and then try to uninstall it we get set of questions like 1.Did not like the software. 2. Do not want to use...etc  I want to know how we can do this. That

[android-beginners] Re: Serial over Bluetooth

2010-02-11 Thread XCaffeinated
I've posted a nicely-formatted version of the code from the previous post here: http://www.anddev.org/viewtopic.php?p=35487#35487 -XCaf On Feb 11, 7:02 pm, XCaffeinated ssatn...@gmail.com wrote: Apologies for the lengthy post, but I wanted this to be at least semi- useful, and there is not a