[android-developers] Re: android.speech.recognition???

2008-06-28 Thread [EMAIL PROTECTED]

If no one else does it, I'll make it recognize the word 'cheeze!' (or
some other easier to recognize word) for a voice activated camera
'shutter' command. I need this to produce procedural material for hand
intensive installation manuals. Think "phone as a professor cam with
voice controls for videos or still photos"  This makes it a one person
operation and a camera phone is a better match for a mass produced
fixture. Think i-phone holder with a "macro wide angle lens" so that
the phone can be between you and a very close, arm lengths away
subject. Picture that i-phone on a welders mask. Flip it up. Set the
stage. Flip it down. Say Cheese! Next step.

Ed

On Jun 27, 5:20 am, Wesley <[EMAIL PROTECTED]> wrote:
> or did any of developers successful doing speech recognition system on
> android???
>
> any guideline please???
>
> Wesley.
>
> On Fri, Jun 27, 2008 at 5:04 PM, Wesley Sagittarius <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > hi all,
> > is there any example or tutorial for android speech recognition???
>
> >http://lamp.epfl.ch/~linuxsoft/android/android-m3-rc20a/docs/referenc...
>
> > Wesley.
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: android emulator takes over sound card

2008-06-28 Thread [EMAIL PROTECTED]

Ok, thanks for the advice

On Jun 28, 12:27 am, Bruno Sauer <[EMAIL PROTECTED]> wrote:
> or if you're not doing sound with the emulator try starting it with the 
> -noaudio option ( see emulator -help)
> Digit wrote:that's because KDE's 'arts' sound server is not supported. you 
> need to either install the "esd" sound daemon or the alsa-dmix package on 
> your machine to be able to share emulator audio with the rest of your system. 
> On Sat, Jun 28, 2008 at 12:41 AM, Jeremy Villalobos <[EMAIL PROTECTED]> 
> wrote:Hello: I have notice that on Kubuntu (or ubuntu), when I run the 
> Android emulator the sound cards cannot be used by any other programs. This 
> is not a big problem to develop programs, but just wanted to inform the 
> community. As soon as the emulator is shutdown the sound card is accesible to 
> other programs.
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK Update?

2008-06-28 Thread plusminus

i was just guessing to, using "sounded like" and "maybe"...
Lets pray it is not so!

On Jun 28, 8:03 pm, "Romain Guy" <[EMAIL PROTECTED]> wrote:
> > WTF ?!?!?! That sounded like that there may be no update to the SDK
> > until the handsets launch?
> > Exactly no one would profit from such a decision!
>
> There has been no official announcement either way, please do not make
> any conclusion based on wild guesses.
>
> --
> Romain Guywww.curious-creature.org
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: NullPointer Exception error at simple application

2008-06-28 Thread MichaMicha

Great thanks,
I guess I should be at Android Beginners group with this sort of
questions...
Moving there now.

Micha

On Jun 28, 12:21 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
> > I'm kinda new to Android, but got some Java experience, but still got
> > this annoying error even before i see anything on the screen:
>
> Move your setContentView(R.layout.search); statement to immediately after
> your super.onCreate(icicle); statement. You don't have a content view at
> the time you're trying to get your buttons.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ -- Available Now!

--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK Update?

2008-06-28 Thread Romain Guy

> WTF ?!?!?! That sounded like that there may be no update to the SDK
> until the handsets launch?
> Exactly no one would profit from such a decision!

There has been no official announcement either way, please do not make
any conclusion based on wild guesses.

-- 
Romain Guy
www.curious-creature.org

--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] AndScheme : Scheme Development for Android

2008-06-28 Thread [EMAIL PROTECTED]

Hey Folks,
I've developed an environment which enables people to program Android
using the Scheme programming language.  It heavily leverages the
original JScheme project developed by Peter Norvig, which means that
it is only R4RS for now, but it has a complete Java binding.

For more info and demos see:
http://www.droiddraw.org/andscheme.html

Comments/Questions/Bugs -> me

(have 'fun)

--brendan
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK Update?

2008-06-28 Thread Joa

Great write-up Josh, just as I thought. Thanks for the legwork.
NDAs, geez. What a sham.


On Jun 27, 10:13 am, Josh Guilfoyle <[EMAIL PROTECTED]> wrote:
> There is no official comment from Google, but after talking to several
> sources on the team, it is quite clear that they do not expect a
> release until the handsets launch.  The ADC round 1 winners are now
> under NDA with Google to get access to private updates which they are
> not allowed to discuss or demonstrate publicly.
>
> For more information, read my blog entry:
>
> http://devtcg.blogspot.com/2008/05/detail-of-next-public-sdk.html
>
> On Jun 17, 10:24 pm, maceghost <[EMAIL PROTECTED]> wrote:
>
> > Anyone from google care to comment on this ?  It seems like r15 is a
> > bit buggy, an update would be in order...
>
> > On May 11, 8:16 pm, Biosopher <[EMAIL PROTECTED]> wrote:
>

--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: android on NVIDA Tegra ?

2008-06-28 Thread rezar

But NVIDIA is in the "open headset alliance" list !!!
I hope they provides also linux version, this CPU will really shake
the market.

On Jun 27, 2:38 pm, Eric <[EMAIL PROTECTED]> wrote:
> I would interested to know too.
>
> Nvidia's site says it is ONLY for Windows...doesn't mention Linux,
> so sad
>
> Eric Wong
> Portable Electronics Ltdwww.hdmp4.com
>
> On Jun 26, 10:17 pm, rezar <[EMAIL PROTECTED]> wrote:
>
> > Does any body have any information about android integrity with NVIDA
> > Tegra ? I hope Android support XVGA.
> > If there is a phone with strong camera and that new NVIDIA mobile CPU,
> > I think it will going to be really big step for Android success.
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK Update?

2008-06-28 Thread plusminus

> There is no official comment from Google, but after talking to several
> sources on the team, it is quite clear that they do not expect a
> release until the handsets launch.

WTF ?!?!?! That sounded like that there may be no update to the SDK
until the handsets launch?
Exactly no one would profit from such a decision!

I started a petition:
--> 
http://groups.google.com/group/android-discuss/browse_thread/thread/957fa043e2a199b6

I hope I misunderstood you o_O

Regards, plusminus
http://anddev.org
#  Worlds largest Android Development Community / Tutorials

On Jun 28, 1:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Ok, now,  in the same time, Apple had released 8 updates of iphone
> sdk.
>
> It's not about tech, it about how people(community) thinking.
>
> --
> Fred
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK Update?

2008-06-28 Thread [EMAIL PROTECTED]

Ok, now,  in the same time, Apple had released 8 updates of iphone
sdk.

It's not about tech, it about how people(community) thinking.

--
Fred
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Why do I get this SQLiteCursor exception ?

2008-06-28 Thread Gavin Bong

Specifically what causes this to happen ? Thanks.


DEBUG/dalvikvm(927): Exception Ljava/lang/IllegalStateException; from
SQLiteCursor.java:403 not caught locally
INFO/dalvikvm(927): Uncaught exception thrown by finalizer (will be
discarded):
INFO/dalvikvm(927): Ljava/lang/IllegalStateException;: Finalizing
cursor [EMAIL PROTECTED] on reports that
has not been deactivated or closed
INFO/dalvikvm(927): at
android.database.sqlite.SQLiteCursor.finalize(SQLiteCursor.java:403)
INFO/dalvikvm(927): at android.dalvik.NativeStart.run(Native
Method)
DEBUG/SurfaceFlinger(513): Surface 2, heap=0x1236e0 destroyed
DEBUG/SurfaceFlinger(513): Surface 1, heap=0x1236e0 destroyed
DEBUG/SurfaceFlinger(513): Surface 1, heap=0x1236e0 destroyed
DEBUG/SurfaceFlinger(513): Surface 0, heap=0x1236e0 destroyed
DEBUG/SurfaceFlinger(513): Surface 1, heap=0x1236e0 destroyed
DEBUG/AdContentProvider(927): insert
DEBUG/AdContentProvider(927): inserted new uricontent://org.mape.ad/ads/1
DEBUG/AdServerService(927): received Advert for uuid
c60e02e1-2ae6-707a6b41e445-Advert28 && saved as content://org.mape.ad/ads/1
VERBOSE/org.android.server.service.AdUnitDownloadServiceImpl$2(641):
Message (what=2) received
DEBUG/AdUnitDownloadService(641): numOfCallbacks 1
DEBUG/AdUnitDownloadService(641): Broadcast advert
c60e02e1-2ae6-707a6b41e445-Advert32
INFO/DEBUG(490): *** *** *** *** *** *** *** *** *** *** *** *** ***
*** *** ***
INFO/DEBUG(490): pid: 927, tid: 1164  >>> org.android.client <<<
INFO/DEBUG(490): signal 11 (SIGSEGV), fault addr 03e4
INFO/DEBUG(490):  r0 001d  r1 400898c8  r2 0140  r3 
INFO/DEBUG(490):  r4 00f9  r5 ffeb  r6 0012ae18  r7 0012ae18
INFO/DEBUG(490):  r8   r9 0140  10   fp 400898c8
INFO/DEBUG(490):  ip 000e5c20  sp 42ccc644  lr ac035304  pc ac034ff0
cpsr 2010
INFO/DEBUG(490):  #01  pc ac034ff0  /system/lib/libsgl.so
INFO/DEBUG(490):  #01  lr ac035304  /system/lib/libsgl.so
INFO/DEBUG(490):  #02  pc   
INFO/DEBUG(490): stack:
INFO/DEBUG(490): 42ccc600  03c0
INFO/DEBUG(490): 42ccc604  afe0e5d8  /system/lib/libc.so
INFO/DEBUG(490): 42ccc608  03c0
INFO/DEBUG(490): 42ccc60c  0140
INFO/DEBUG(490): 42ccc610  afe3c34c
INFO/DEBUG(490): 42ccc614  afe0e448  /system/lib/libc.so
INFO/DEBUG(490): 42ccc618  0012ae18  [heap]
INFO/DEBUG(490): 42ccc61c  c000
INFO/DEBUG(490): 42ccc620  01b4
INFO/DEBUG(490): 42ccc624  afe0b1df  /system/lib/libc.so
INFO/DEBUG(490): 42ccc628  00179718  [heap]
INFO/DEBUG(490): 42ccc62c  0140
INFO/DEBUG(490): 42ccc630  42a42f2c
INFO/DEBUG(490): 42ccc634  
INFO/DEBUG(490): 42ccc638  df002777
INFO/DEBUG(490): 42ccc63c  e3a070ad
INFO/DEBUG(490): 42ccc640  0003
INFO/DEBUG(490): ==> 42ccc644  400898c8
INFO/DEBUG(490): 42ccc648  
INFO/DEBUG(490): 42ccc64c  0012ae18  [heap]
INFO/DEBUG(490): 42ccc650  ac034fc4  /system/lib/libsgl.so
INFO/DEBUG(490): 42ccc654  0140
INFO/DEBUG(490): 42ccc658  42a42f2c
INFO/DEBUG(490): 42ccc65c  
INFO/DEBUG(490): 42ccc660  0577
INFO/DEBUG(490): 42ccc664  ac035304  /system/lib/libsgl.so
INFO/DEBUG(490): 42ccc668  
INFO/DEBUG(490): 42ccc66c  ac1067ec  /system/lib/libsgl.so
INFO/DEBUG(490): 42ccc670  0064
INFO/DEBUG(490): 42ccc674  000e5c20  [heap]
INFO/DEBUG(490): 42ccc678  
INFO/DEBUG(490): 42ccc67c  42ccc6a8
INFO/DEBUG(490): 42ccc680  03ec
INFO/DEBUG(490): 42ccc684  ac034764  /system/lib/libsgl.so
INFO/DEBUG(490): 42ccc688  ac034878  /system/lib/libsgl.so
INFO/DEBUG(490): 42ccc68c  ac034824  /system/lib/libsgl.so
INFO/DEBUG(490): 42ccc690  00150238  [heap]
INFO/DEBUG(490): 42ccc694  e0ffd8ff
INFO/DEBUG(490): 42ccc698  464a1000
INFO/DEBUG(490): 42ccc69c  01004649
INFO/DEBUG(490): 42ccc6a0  0101
INFO/DEBUG(490): 42ccc6a4  0100
INFO/DEBUG(490): 42ccc6a8  
INFO/DEBUG(490): 42ccc6ac  
INFO/DEBUG(490): 42ccc6b0  
INFO/DEBUG(490): 42ccc6b4  
INFO/DEBUG(490): 42ccc6b8  
INFO/DEBUG(490): 42ccc6bc  
INFO/DEBUG(490): 42ccc6c0  
INFO/DEBUG(490): 42ccc6c4  
INFO/DEBUG(490): 42ccc6c8  
INFO/DEBUG(490): 42ccc6cc  
INFO/DEBUG(490): 42ccc6d0  
INFO/DEBUG(490): 42ccc6d4  
INFO/DEBUG(490): 42ccc6d8  
INFO/DEBUG(490): 42ccc6dc  
INFO/DEBUG(490): 42ccc6e0  
INFO/DEBUG(490): 42ccc6e4  
INFO/DEBUG(490): 42ccc6e8  
INFO/DEBUG(490): 42ccc6ec  
INFO/DEBUG(490): 42ccc6f0  
INFO/DEBUG(490): 42ccc6f4  
INFO/DEBUG(490): 42ccc6f8  
INFO/DEBUG(490): 42ccc6fc  
INFO/DEBUG(490): 42ccc700  
INFO/DEBUG(490): 42ccc704  
INFO/DEBUG(490): 42ccc708  
INFO/DEBUG(490): 42ccc70c  
INFO/

[android-developers] Re: SQL aggregate functions via SqlQueryBuilder

2008-06-28 Thread Gavin Bong

Just discovered SQLiteDatabase.rawQuery( ... )
--~--~-~--~~~---~--~~
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 from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---