[android-developers] Some Chinese music info can't be displayed correctly

2010-04-19 Thread quill
Hi all, When I put some Chinese music into sdcard, some musics' info(such as artist) is displayed correctly, but some is displayed as corrupted characters. Is this problem about ID3V1 and ID3V2? If it is, can I change source code to fix this? And how to fix this? Thx! -- You received this

[android-developers] saving username and passwd

2010-04-19 Thread emada.adame
Hello all Im trying to make an app that saves and later retrieves a users username and password in SQLite. so far i been trying to use SQLiteDatebase.create() but i lose all the data when ever the app closes. i see the path it set to :memory: so i also gave .setLocale() a go and no luck not only

Re: [android-developers] Opengl

2010-04-19 Thread manutdmkr
Hi all, Even i want to work on opengl. Can you tell which IDE can i use ? I tried to setup visual studio but i get some errors. I coudn't get the solutions. Can i get plugins for eclipse? On Mon, Apr 19, 2010 at 9:12 AM, risha risha.kott...@wipro.com wrote: Let me know how to set up a

[android-developers] Re: Could anyone with an HTC Desire/Droid help me

2010-04-19 Thread BobG
menu-newbook-forceclose on google devphone2 -- 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

[android-developers] Source code fro Genie Widget

2010-04-19 Thread droidin.net
Hi guys, Can anyone help me find source code for Android's Weather and News app (Genie Widget). It doesn't look like it can be found at http://android.git.kernel.org/ and Google's Code Search does not return any results ether Thanks, Bo Stone -- You received this message because you are

[android-developers] Re: Question regarding the database creation

2010-04-19 Thread grace
hi santhosh, u can try calling the sql statement for dropping the table (with out the use of upgrade)at the end of all the functions on database. regards, Grace. On Apr 19, 1:42 am, Santhosh santhoshpun...@gmail.com wrote: Hello all, I have started creating database for my application. It

[android-developers] Re: java.util.Random caching?

2010-04-19 Thread Ivan Greene
I'm starting to think that this is the fault of the Rokon engine. It might be doing something weird. On Apr 19, 7:55 pm, Ivan Greene ivant...@gmail.com wrote: Presumably you don't create a newly seeded Random for each new random number... right? no I don't On Apr 19, 5:28 pm, Tim

[android-developers] Asynchronous Updates to a custom View

2010-04-19 Thread Gaurav Vaish
Hi, I am creating a custom view to represent some kind of photo-collage. Here's how I have intended to do / achieve... (1) Create a custom ViewGroup that will comprise of only and only ImageView views with pseudo-random size and rotation. (2) Since images will be fetched on the fly from the

[android-developers] Re: spinner question: how to detect the selection of an already selected item?

2010-04-19 Thread greg
Thanks for the suggestions Will and TreKing. I haven't tried the DialogInterface onClick handler yet. I thought OnItemLongClickListener might be a work around, but the following onItemLongClick handler never gets called. Spinner s2 = (Spinner) findViewById(R.id.spinner_order);

[android-developers] Re: saving username and passwd

2010-04-19 Thread Gaurav Vaish
Can you post the relevant code? -- Happy Hacking, Gaurav Vaish www.mastergaurav.com -- On Apr 20, 7:41 am, emada.adame emada.ad...@gmail.com wrote: Hello all Im trying to make an app that saves and later retrieves a users username and password in SQLite. so far

[android-developers] Re: Print to PDF

2010-04-19 Thread Ken
AFAIK, such a thing doesn't exist. I've added an enhancement request to ask Google to add this to the Android API since we'll need something like it for Google Cloud Print (it only takes PDFs); star/ fav the enhancement request if you like it... ken On Apr 14, 1:53 pm, polyclefsoftware

[android-developers] signal 11 SIGSEGV during onResume or onCreate

2010-04-19 Thread davidm
Hello, I have been trying to figure this problem out for a few days now. A fairly simple app with a simple UI crashes the hard with no java stack trace.The same program on a 1.6 MyTouch does not crash but crashes horribly on my 2.1-update1 Nexus One. I have seen the crash in libskia, sqlite

[android-developers] Trouble downloading the repository xml file

2010-04-19 Thread walker6o9
I just downloaded the latest Android SDK for the Mac, android-sdk-r05- mac_86 off the android developer page, and when I opened up the android manager under tools and went to available packages and and clicked on the link to the repository xml file, I got an error message, This repository requires

[android-developers] GDC 2010 Bring your games to Android

2010-04-19 Thread Carlos Correa
Hello, I was lucky to have been in this panel and grabbed a droid this way, upgraded from a razer. I am wondering if the phones are supposed to have one month service like most seeded phones or a year because I have a sheet that shows the Verizon plan and it says duration 12 months but my

[android-developers] How to display Camera

2010-04-19 Thread Will Hester
So I made a class called CameraSurfaceView.java that has a constructor and all of the Camera methods, but what I'm confused about is how to instantiate and display the camera in my activity I called TypeWalker.java. For that, I have this: package com.schleudaastudios.typewalker; import

[android-developers] dex fails placing debug info

2010-04-19 Thread Michael Newton
I hope someone can offer some insight on this problem. My build was failing with a dex error. After I turned verbosity up to debug I got the following: Buildfile: build.xml [setup] Project Target: Android 1.6 [setup] API level: 4 [setup] WARNING: No minSdkVersion value set.

[android-developers] Animated GIFs?

2010-04-19 Thread Eric Hekler
Hi, all. We are doing some prototyping for an Android app and we wanted to use Animated GIFs via webpages to get a sense of animation. Unfortunately, we have found that we can't do that on the Android's browser (or Opera for that matter). I've read some posting saying that this might get

[android-developers] notification

2010-04-19 Thread ranjit R
h i want to create notification based on date (i.e) notification should occur only on particular date. example: birthday notification on mobile .it notifies the only on particular date. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Speech Recognition App

2010-04-19 Thread Mangesh
Hi, I am beginner to Android development and trying to develop speech recognition software using speech recognition apis available in Android. I am not able to get the recognized speech. Please can anybody help me in this. Here is my code. package com.Speech; import java.util.ArrayList; import

[android-developers] Quick Easy Question

2010-04-19 Thread arberb
Is it possible to open up a music player when someone clicks a certain link? Like a music player popup or something in my application? -- 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] Does webkit's toDataURL() for the HTML5 Canvas work on Android 2.1?

2010-04-19 Thread hansamann
Hi all, I am writing a tutorial about the HTML5 Canvas for mobile and did some basic tests. While I can call the getDataURL() Method on an iPhone's HTML5 Canvas Element, it does not seem to return the data URL on Android 2.1 (Google Nexus One) and it's webkit-based default browser. Here is the

[android-developers] ScrollView is not calling onDraw()

2010-04-19 Thread zebdor
Hello, I hope this question belongs in the Android Developers and not Android Beginners group but I have a question about ScrollViews. I am currently working with a customized GraphView class and am trying to put it into a ScrollView but it doesn't seem to work. Whenever I run the code, it comes

[android-developers] Re: Dialog display duration

2010-04-19 Thread Gaurav Vaish
Hi Angus, You have two options: (a) Use a custom Dialog implementation. Show it. And then, use postDelayed method to hide is after specific time The dialogs are modal. (b) Use a custom UI and then use WindowManager to addView at specific location. and then, again, use postDelayed to hide

[android-developers] Re: Accessing protected fields from View subclass

2010-04-19 Thread Gaurav Vaish
You cannot use these fields unless you build your application along with the full Android application build. Although these fields are protected in code, they're pseudo-private after compilation (see @hide annotation). -- Happy Hacking, Gaurav Vaish www.mastergaurav.com

[android-developers] requestLocationUpdates() Parameters question

2010-04-19 Thread Nithin
Hi, In requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, this); if I put time interval and distance as zero, will this work, or shall I need to give a value greater than zero. Nithin -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Compile and port Android os in MS104-SH4AG board

2010-04-19 Thread Pankaj
Hello All I have “MS104-SH4AG” and “MS104-LCD/AUDIO” board. For hardware reference please see below link http://www.apnet.co.jp/product/ms104/ms104-sh4ag.html http://www.apnet.co.jp/product/ms104/ms104-lcd_audio.html I want to run android os in this board. How can I porting android in this

Re: [android-developers] Animated GIFs?

2010-04-19 Thread Anonymous Anonymous
As per issue tracker, this will be fixed in FroYo and will work on high memory devices. On Tue, Apr 20, 2010 at 5:13 AM, Eric Hekler ehek...@gmail.com wrote: Hi, all. We are doing some prototyping for an Android app and we wanted to use Animated GIFs via webpages to get a sense of

[android-developers] Re: Pass ArrayList parameters between two activities.

2010-04-19 Thread Arpit
Similar problem but this doesn't work. Following steps exists in my apps and still not able to send data part of Intent (putExtras) from one activity to another: - Activity A is of type ListActivity showing some buttons. - Any button click shows a Login screen (AlertDialog). - onCreateDialog is

Re: [android-developers] Problems with big buttons using android:duplicateParentState

2010-04-19 Thread Marco Alexander Schmitz
well, I need 2 different texts at all (not in this example). both texts need to be of different textsize and textcolor... is this possible with one button? greetings, marco 2010/4/19 ~ TreKing treking...@gmail.com On Sat, Apr 17, 2010 at 4:26 AM, Marco Alexander Schmitz

Re: [android-developers] Pass ArrayList parameters between two activities.

2010-04-19 Thread Ke Wu
Thanks for your help. I have implemented my new class and done the pass from one activity to another. And you just point out a problem that I have not thought about before life cycle, thanks for your suggestion. 2010/4/20 ~ TreKing treking...@gmail.com On Mon, Apr 19, 2010 at 1:24 AM, Ke

[android-developers] Re: Video overlays and PIP

2010-04-19 Thread Anandi
Hi sandy, Were you able to run this overlay app successfully? Can you please share the code or just give some hints on how it can be achieved? thanks in advance Anu On Mar 1, 11:42 pm, Sandy snarr...@gmail.com wrote: One of the things I'm trying to design is a Picture in Picture, or PiP,

[android-developers] Service communicates with other service

2010-04-19 Thread Abdul
Hi, I'm new to Android and I have a task in which an activity starts a service(Remote Service). This I have implemented. Now at some point the service needs to start another service. Is there a way in which we can achieve this ? Regards, Abdul Muyeed M -- You received this message because you

<    1   2   3