[android-beginners] Re: Where is Diggin?

2008-11-09 Thread Kaleb Hornsby
What's Diggin? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[android-beginners] Access to DSP

2008-11-09 Thread rbg
Hi, I'm looking into the feasibility of writing an application that would require real-time computations of spectral transforms on an audio input signal. I'm wondering if anyone could give me some information, ideas, etc on how I might go about getting access to some of th G1's hardware DSP

[android-beginners] Creating an email or MMS with an image.

2008-11-09 Thread ybbet
Hi, I'm trying to give users the option of sending an image from my application by means of either email or MMS. So I am wondering: 1. Is it possible to applications to send MMS messages. If so what would be used for this, there only appears to be a class for SMS messages in the API. 2. Is it

[android-beginners] Graphing in Android

2008-11-09 Thread radiolistener
Hi All, I'm just starting out with Android. I got an idea for an application for diabetics to log their blood levels, diet, and exercise. To that end, I want to incorporate a graph, that, at the access points, allows a user to drill down to different types of custom documents showing the

[android-beginners] Re: How to sign out of Gmail on G1 phone?

2008-11-09 Thread Kaleb Hornsby
Most cell phones are not developed to be community devices and shared my multiple people, though. If it is being used in a dev team, then somebody should set up a gmail account just for that device. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] adobe download for g1

2008-11-09 Thread dna
Hi all,I'm now the proud father of a baby g1,whilst I'm trying to get to grips with fatherhood,I've come up against a problem with flash, does anyone know how to download flash to the g1 ? , I've visited the adobe site but cannot work out which one I need to download ? If anyone can help with

[android-beginners] possible to capture the phone call

2008-11-09 Thread billconan
hello guys, is an app allowed to access the raw sound of a phone call? say record the phone call through the app? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: Android groups split by topic

2008-11-09 Thread PurchaseSMS
thanks justin On Oct 24, 8:57 pm, Justin (Google Employee) [EMAIL PROTECTED] wrote: Fellow Android Developers, To help us all keep a handle on the traffic on this list, we've now split the android-developers list by topic. The new lists are:

[android-beginners] Re: Android 1.0 SDK Released

2008-11-09 Thread PurchaseSMS
thanks On Sep 24, 2:09 am, Megha Joshi [EMAIL PROTECTED] wrote: Hi everyone, We're pleased to announce the release of the Android 1.0 SDK, release 1. For full information, please see Dan Morrill's blog post: http://android-developers.blogspot.com/2008/09/announcing-android-10-... SDK

[android-beginners] google Docs!!

2008-11-09 Thread Siborg
I don't quite understand why google docs doesn't support the web browser on the G1. How are we supposed to edit/view MS Word, Excel, and PDF files? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: I can't visit the website source.android.com

2008-11-09 Thread Kaleb Hornsby
I'm pretty sure it is not Google that is blocking your request, it must be blocked somewhere in the path between. But blocked by whom, I wonder... On Nov 3, 7:09 pm, tagore [EMAIL PROTECTED] wrote: Hi, I can't visit the website source.android.com. My location is in China, Asia. Does the

[android-beginners] adb devices on the G1

2008-11-09 Thread Kaleb Hornsby
I have tried to RTFM, but I cannot figure out for the life of me how to use adb to connect to my G1. I am on a mac, and I have installed sdk in my ~/Documents directory and have not added sdk/tools to my path, because I choose to just access it directly. Please tell me how I am making this more

[android-beginners] Re: Email/Gmail

2008-11-09 Thread Kaleb Hornsby
The gmail app does not have an intent to send any other files excpt for pictures, but one could add to a file manager an intent to add any file as an attachment, I suppose. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: adobe download for g1

2008-11-09 Thread k
Hi, If I am not wrong, still Android platform don't support Adobe Flash player. In other words, still there is no flash player released by Adobe for Andriod platform. Regards, K. dna wrote: Hi all,I'm now the proud father of a baby g1,whilst I'm trying to get to grips with fatherhood,I've

[android-beginners] Not able to set any breakpoints (?!)

2008-11-09 Thread Eric Mill
This might be an Eclipse issue, but it's very strange - I cannot set breakpoints. If I right click on the grey bar, it brings up the right menu, but the Toggle Breakpoint and Disable Breakpoint items are missing. Screenshots of Eclipse show me that they're supposed to be at the top of that

[android-beginners] Re: adb devices on the G1

2008-11-09 Thread Fish Kungfu
You may also want to make sure that adb has it's execute bit turned on. Just cd to the tools folder of the android-sdk directory, then: $ chmod +x adb Then try what Ed suggested: $ ./adb devices Cheers...Fish On Sun, Nov 9, 2008 at 12:47 PM, Ed [EMAIL PROTECTED] wrote: Have you navigated

[android-beginners] Re: R.java file not being generated by eclipse plugin

2008-11-09 Thread Chihau Chau
Do you have the last version of Eclipse Plugin? In Eclipse Europa: 1. Select *Help* *Software Updates* *Find and Install...*. 2. Select *Search for updates of the currently installed features* and click *Finish*. 3. If any update for ADT is available, select and install. 4.

[android-beginners] Re: possible to capture the phone call

2008-11-09 Thread Eric Mill
There's a similar thread on the -developers list. Someone there said you can't capture the sound as it's being streamed, but it seems ridiculous that there's no way to record phone calls on such a powerful device. -- Eric On Nov 9, 2:42 am, billconan [EMAIL PROTECTED] wrote: hello guys, is

[android-beginners] Re: How to fill an autocomple with information from a database query

2008-11-09 Thread Juan David Trujillo C.
I finally found how to do it!!! Jope this is useful for someone: In the main class: mAcReason = ((AutoCompleteTextView) findViewById(R.id.ac_registerevent_reason)); ContactListAdapter adapter = new ContactListAdapter(this, mCursor); this.mAcReason.setAdapter(adapter); public static class

[android-beginners] Re: My application tries to replace the Android System

2008-11-09 Thread Eric Mill
By the way, I can verify all this. I downloaded my 17KB APK (NotepadV3 from the exercises) once over 3G, and once over Wifi, and noticed that even the downloaded file size was different! This is really strange. I doubt it's a showstopper bug, as most real applications will be big enough not to

[android-beginners] Installing Unicode fonts in Emulator

2008-11-09 Thread Satish
Hi As pointed out earlier in this forum, the Android emulator doesn't seem to support any Indic font. Is there any way to manually install Unicode font files into the emulator? TIA sb --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] how to implement the single choice list?

2008-11-09 Thread 黄轩宇
Can anyone help? how to implent the single choice list in API Demos - App - Dailog - Single choice list? picture is attached. I can'f find the source code in demo. Great thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] Re: Not able to set any breakpoints (?!)

2008-11-09 Thread Eric Mill
Turns out I downloaded the C/C++ version of Eclipse by mistake. ZOUNDS! -- Eric On Nov 9, 12:37 pm, Eric Mill [EMAIL PROTECTED] wrote: This might be an Eclipse issue, but it's very strange - I cannot set breakpoints.  If I right click on the grey bar, it brings up the right menu, but the

[android-beginners] Menu key Problem

2008-11-09 Thread Sudha
hi all I am developing a music application.. When the music is playing I am pressing the red key.then soudn is getting stopped. then if I press the Menu key it will show the locked screen.. but my application is running an dmusic was playing. is there any way to detect the menu key press in the

[android-beginners] Re: Please Help Me

2008-11-09 Thread taehun Eom
Wow~ Brad A Thank you so much. Your answer is very helpful to me. Thank you so much again. 2008/11/8 Brad A [EMAIL PROTECTED] Here's how I did it... {other code}... try{ Bitmap offerImage = getRemoteImage(new URL(offer.getImageUrl()));

[android-beginners] Re: adb devices on the G1

2008-11-09 Thread Ed
Have you navigated to the directory using Terminal and typed ./adb devices? Nothing special happens--you'll just see HTCblahblah listed on the screen. On Nov 8, 1:40 pm, Kaleb Hornsby [EMAIL PROTECTED] wrote: I have tried to RTFM, but I cannot figure out for the life of me how to use adb to