[android-developers] multiple user feature in android

2010-03-09 Thread pawan
hi please help me i want to know the deatil about multiple user feature in android and what is th eadvantage and disdvantage of this .please help me . i am waiting for your response. -- You received this message because you are subscribed to the

[android-developers] Re: Logout gmail?

2010-03-09 Thread asmi
Same observation ... When I inserted new sim that was the time i got logged out... Even I'm trying to find out a way to programatically logout of gmail... Not found the solution so far. Thanks On Mar 8, 7:36 pm, Carlos Yaconi wrote: > Hi! > I need to find a way to programmatically logout from gm

[android-developers] Customizing in Coming /Out going call screen

2010-03-09 Thread mike
hi guys, i'm having a HTC Tatto which runs on 1.6 platform. i'm trying to build an application which will customize incoming/out going call screen. i want to display a full image (animated one or sort of) rather than the default picture or the picture of the contact person. and is it possible to

[android-developers] For information on obtaining the source code

2010-03-09 Thread Hideaki Ohnishi
My name is Hideaki. VoiceSearch, VoiceSearchWithKeyboard If anyone knows how to get the source code of the application, Can you tell me? I think Google is trying to develop applications using voice recognition feature, Google we have trouble knowing how to access the server. -- You received this

Re: [android-developers] Activity without ANY screen output possible?

2010-03-09 Thread Joaquim Azevedo
Debug, app test, test phone modifications... all good reason to have a Activity without screen or a way to capture touch and key press.. On Tue, Mar 9, 2010 at 23:33, Dianne Hackborn wrote: > How about not using an activity? A pending intent can send a broadcast, > start a service, etc. > > >

Re: [android-developers] How to get result from Activity

2010-03-09 Thread Dianne Hackborn
You should never start any activity outside of an existing activity. Thus to get a result, you need to be starting from an activity. If you want to inform the user of something going on from the background, you should use the notification manager. On Tue, Mar 9, 2010 at 9:20 PM, ailinykh wrote:

Re: [android-developers] Re: Samsung Moment does not return anything in parameters.getSupportedFlashModes()

2010-03-09 Thread Dianne Hackborn
Flash APIs we defined in 2.0, so if this is a pre-2.0 device then there is a good chance this is a feature that is not visible to applications. On Tue, Mar 9, 2010 at 8:36 PM, Streets Of Boston wrote: > anyone... ? > > On Mar 8, 10:49 am, Streets Of Boston wrote: > > Bump.. sorry... > > > > Anyo

Re: [android-developers] How to activate the setting option "Orientation"?

2010-03-09 Thread Dianne Hackborn
You need to be clear what you want. If you are talking about modifying the settings app, that is most likely outside the bounds of the SDK. If you just want to control how your app works with orientation, then set the attribute on your activity. These are very different things. On Tue, Mar 9, 2

Re: [android-developers] Re: Activity without ANY screen output possible?

2010-03-09 Thread Dianne Hackborn
On Tue, Mar 9, 2010 at 8:58 PM, Farproc wrote: > 1. If you really want to hide an activity, try > Activity.setVisible(false) or windowNoDisplay attribute of the > activity's theme. > The best thing for an activity that is not going to be displayed is to use Theme.NoDisplay. However for what is

Re: [android-developers] Re: How to set Z order to the child View

2010-03-09 Thread Dianne Hackborn
The z order is controlled by the view order, and you can not make them different. On Tue, Mar 9, 2010 at 9:27 PM, murali wrote: > Hi ,thanks for ur reply .But bringChildToFront() is working fine > but ,i want to keep the child always back so ,for that how can i set > the Z order 0 .Is there anyt

[android-developers] [Android-developers] General question: Can't we have 2 projects(same) in 2 different locations and import them in eclipse?

2010-03-09 Thread Latha Shivanna
Hii All I always face this problem in my eclipse. I would like have a copy of the apps in all the versions of SDKs/NDKs. And once i have a project in eclipse, and if i have to import the same project from a new location, i get the message saying " can't import, project of the same name already

Re: [android-developers] How to call .NET web service fron an android application?

2010-03-09 Thread aswani kumar tholeti
the following code will help you private static final String NAMESPACE="xyz"; private static final String URL ="http://";; //ur webservices url private static final String HelloWorld_SOAP_ACTION =""; //specifies the action private static final String METHOD_NAME1 ="xzz"; //specify the met

[android-developers] How to call .NET web service fron an android application?

2010-03-09 Thread Guddu
Hi friends, I have one .NET (WSDL) webservice, & I want to invoke that web service from my android application to get some data from dat webservice. Can anybody please help me out? Thanks & regards. Swapnilkumar. -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Re: How to set Z order to the child View

2010-03-09 Thread murali
Hi ,thanks for ur reply .But bringChildToFront() is working fine but ,i want to keep the child always back so ,for that how can i set the Z order 0 .Is there anything like btingZToBack() or SendToBack() method. Thanks and Regards Murali dhuli On Mar 4, 4:08 pm, James Wang wrote: > use ViewGroup

答复: [android-developers] Where is the source pro ject location of YouTube in Eclair?

2010-03-09 Thread David
I searched “video intents’, but did not match any documents by Google code search, can you show me some reference code on how to launch YouTube with special key words? Thanks, David _ 发件人: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] 代表 Mike

[android-developers] How to get result from Activity

2010-03-09 Thread ailinykh
Hello, everybody! I'm doing some network job in AsyncTask. Sometimes it requires communication with user. (connection is dropped, session is expired and so on). I want to pop up a dialog or launch an Activity, and then, depending on user's input, stop the job or redo it. I can launch any Activity f

[android-developers] Everything for your mobile. The search is over

2010-03-09 Thread Omer Farooq
Tired of searching software for your mobile Phone. Well the search is over now. Wether you have Andriod, Symbian or Iphone. WHether you have NOKIA, HTC, IPHONE, SONY ERICSON, SAMSUNG. It doesn't matter for this product. Search any software, themes, ringtones, wallpapers, screensave. You will defina

[android-developers] Re: Custom content provider(java.lang.VerifyError)

2010-03-09 Thread grace
hi, i have also got the same problem. i have made a jar file of the content provider and imported in the second application that is using this content provider. don't know whether this is the correct approach,but things worked out fine for me. so u can also try it out .. On Mar 9, 5:28 pm, Musaf

[android-developers] Re: Need a Nexus One tester with logcat

2010-03-09 Thread Farproc
> I would have to add INTERNET permission No, you do not need this permission for just sending emails. Because you can starting an email app(def exists in almost every android phone) to send email, it is the email app who needs INTERNET not your app!!! This is why I prefer this to 3rd party log se

[android-developers] Re: Activity without ANY screen output possible?

2010-03-09 Thread Farproc
1. If you really want to hide an activity, try Activity.setVisible(false) or windowNoDisplay attribute of the activity's theme. 2. PendingIntent is not restricted to start an activity. "PendingIntent.getBroadcast()", "PendingIntent.getService()" etc. On Mar 10, 9:45 am, klausa2 wrote: > I want t

[android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread Moto
Thanks for the WeakReference tip! that resolved static callback function issues Its good to know about processes. In my case I need to make my service as open as possible. I want other applications to be able to use it. If you do think there is a good guide on sharing a service among apps pl

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread Streets Of Boston
@Kevin Or being a top contributor to these community forums. I'll get an Android device as well. On Mar 9, 11:18 pm, Moto wrote: > I can't wait for mine!  But they said it would be random selection... > Droid or Nexus One... > > @Kevin you would gotten an email.  Supposedly atleast a 3.5 rating a

Re: [android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread Dianne Hackborn
A lot of people don't run into this because they don't work with services running in other processes. As a high level thing, I don't know what your application is doing, but there are very few cases where you need to have the service in a different process so if appropriate you might want to consi

[android-developers] Re: Samsung Moment does not return anything in parameters.getSupportedFlashModes()

2010-03-09 Thread Streets Of Boston
anyone... ? On Mar 8, 10:49 am, Streets Of Boston wrote: > Bump.. sorry... > > Anyone knows how to control the flash on Samsung (Moment)?  I guess > it's some set of name/value pairs to be set in the Camera.Parameters > instance. > > The Camera.Parameters.get("flash-mode-values") seems to returns

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread Moto
I can't wait for mine! But they said it would be random selection... Droid or Nexus One... @Kevin you would gotten an email. Supposedly atleast a 3.5 rating and more than 5,000 downloads of your app... On Mar 9, 10:38 pm, Kevin Duffey wrote: > What is this developer seeding thing? I'd like to

[android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread Moto
OK! So I used DDMS to capture the hprof from my leaky app using the registerCallback() and also of a non leaky by not using the registerCallback(). I was able to notice that my activity leaked it's context at every rotation. "Not too familiar with MAT ^.^" I tested just calling unregisterCallbac

Re: [android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread Kevin Duffey
What is this developer seeding thing? I'd like to sign up! On Tue, Mar 9, 2010 at 4:40 PM, nickthecook wrote: > e.g., this one: > http://www.redmondpie.com/wp-content/uploads/2010/01/NexusOne.jpg > > On Mar 9, 7:08 pm, nickthecook wrote: > > Google has special developer versions of some phones.

Re: [android-developers] Scrollview and Listview

2010-03-09 Thread Sasikumar.S
Thanks for your reply. Actually In scrollview i need to add So that i need scrollview.. Any suggestion please On Tue, Mar 9, 2010 at 9:10 PM, murali raju wrote: > When you have a listview long enough it creates a scroll by itself, there's > not need for you to place it again

Re: [android-developers] How to activate the setting option "Orientation"?

2010-03-09 Thread Michael Wu
In android/packages/apps/Settings/src/com/android/settings/SoundAndDisplaySettings.java: The source code : http://pastebin.com/a7Uqwg8q I try to activate the Orientation by unmarking ACCELEROMETER related variable. After rebuilding, however, it shows "com.android.settings terminated" when I click

Re: [android-developers] How to activate the setting option "Orientation"?

2010-03-09 Thread Michael Wu
Thanks, Dianne. How should I activate the android:screenOrientation attribute? 2010/3/10 Dianne Hackborn > You mean programmatically modifying the user's setting? Generally you > shouldn't. If you want to change how your applications handles orientation, > you can use the android:screenOrien

Re: [android-developers] Where is the source project location of YouTube in Eclair?

2010-03-09 Thread Mike Novak
The YouTube application is not open source.Try a google code search for video intents. Mike On 03/09/2010 10:02 PM, android joy wrote: Hi All, I want launch the YouTube with specified video searching list at startup(e.g I want YouTube shows the vidoe list all releate

[android-developers] Where is the source project location of YouTube in Eclair?

2010-03-09 Thread android joy
Hi All, > > I want launch the YouTube with specified video searching list at > startup(e.g I want YouTube shows the vidoe list all releated with the key > word "susan" and "U.S" in the first page.) > > so I downloaded all the source code of Elcair, but I can't find the > source code

Re: [android-developers] query about the usage of HttpsURLConnection

2010-03-09 Thread Hugo Wang
Thanks for Vu-Nguyen's reply. I did more test, and here is some output about the err: = W/System.err( 1390): java.lang.NullPointerException W/System.err( 1390): at java.io.Reader.(Reader.java:72) W/System.err( 1390): at java.io.InputStreamReader.(InputStreamReader.java:72) W/System.err

[android-developers] Google Latitude JSON/KML feed - getting user ID

2010-03-09 Thread monica
I'm using the Google Latitude to get location data for select users. What I'm wondering is if it is possible to get additional information from the user ids than is provided in the JSON feed? Because right now I am unable to get the user id, how can I get user id by email address? -- You received

[android-developers] Query Loop!?

2010-03-09 Thread Ben
I am trying to throw 4 tables into a List and then run a query on each through a loop... this isn't really working... Following code totally freehand as I had to undo the code I wrote because it wouldn't run : //this first line is the one that I would imagine is the linchpin on getting this to wo

[android-developers] Re: SQLite database question

2010-03-09 Thread Paul
I solved the problem, but I'm not sure why it was a problem. In case anyone is interested: A menu selection calls a dialog box which inserts the new row. It worked only the first time it was selected after the program starts. None of the variables change after the first time. I moved the identica

Re: [android-developers] "Scheduling restart of crashed service", but no call to onStart() follows

2010-03-09 Thread brian karlo gutierrez
Yah exactly...I was monitoring the service for overnight but unfortunately when the service was killed and subject for restart only the onCreate was called...onStart wasn't called.  I'm using IntentService by the way.  I was expecting the onHandleIntent() to be called right after onStart() but a

RE: [android-developers] query about the usage of HttpsURLConnection

2010-03-09 Thread Trung-Liem Vo
Hill Hugo, Nothing miss in your code. I had the same problem with you before when I got data from the server using HttpsURLConnection. And I try connect again that would be fine. If you find the reason, would you tell me? Thanks, Vu-Nguyen From: android-developers@googlegroup

Re: [android-developers] How to activate the setting option "Orientation"?

2010-03-09 Thread Dianne Hackborn
You mean programmatically modifying the user's setting? Generally you shouldn't. If you want to change how your applications handles orientation, you can use the android:screenOrientation attribute on your activities. On Tue, Mar 9, 2010 at 6:16 PM, Michael Wu wrote: > Hi. > > Generally, there

Re: [android-developers] Activity without ANY screen output possible?

2010-03-09 Thread Dianne Hackborn
How about not using an activity? A pending intent can send a broadcast, start a service, etc. On Tue, Mar 9, 2010 at 5:45 PM, klausa2 wrote: > I want to run an activity without ANY screen output. The screen should > not blink or anything. How? > > Bachgroung: > I have an Appwidget. whenever it

Re: [android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread Dianne Hackborn
Keep in mind that if you are giving a reference to one of your objects to another process, the lifetime of that object is at the mercy of the other process (via the remote reference it holds on to it while it is using it). In particular, at the java level, the reference won't be released until the

[android-developers] query about the usage of HttpsURLConnection

2010-03-09 Thread Hugo Wang
Hi all, I am using HttpsURLConnection to post data to a web server. Here is the function I wrote to get the result. (see the code below) Very strangely, when the function be first called in my program it would very likely return -1; and then I re-call the function after the first call, it would

[android-developers] How to activate the setting option "Orientation"?

2010-03-09 Thread Michael Wu
Hi. Generally, there should be an option named Orientation which is in Setting -> Sound and Display -> Display setting -> Orientation However, I can't not see the option "Orientation" in the Android. How could I activate this option? Cheers, Michael -- You received this message because you a

[android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread Moto
I guess I need a linux machine to run the gclog.py?? How do I run it? any directions somewhere? Thanks James! On Mar 9, 8:10 pm, James Wang wrote: > gclog.py (http://bigflake.com/gclog.py.txt) is recommended by > fadden( Google engineer) many times for android developers. > You can not find the

[android-developers] Adding links to an email message

2010-03-09 Thread tom
Hello all, I was wondering if it is possible to hook into the gmail and email applications and check to see if it contains text that matches a regular expression, and if it does, make that text into a link with a URI that would open my application. What i am thinking of is similar to how the gmail

[android-developers] Activity without ANY screen output possible?

2010-03-09 Thread klausa2
I want to run an activity without ANY screen output. The screen should not blink or anything. How? Bachgroung: I have an Appwidget. whenever it gets clicked I want to write something to a DB. So, via 'setOnClickPendingIntent' I start an activity that does that and finishes. But, the screen goes b

[android-developers] Re: _data column in audio_meta table

2010-03-09 Thread Scott
On Mar 2, 8:49 am, A R wrote: > Hi, > >  Does anyone know how is _data column used by RingtonePickerActivity? > I checked the tabled using sqlite browser and it has path to the > ringtone file. Is it possible to make RingtonePicker ask my app's > content provider for ringtones? For eg if I enter

[android-developers] Adding new XML file under layout

2010-03-09 Thread MNM
Hello, I am developing under eclipse. When I add a new .xml file under a layout and build my application, the resources are not generated for that file under R.java consequently the new layout is not recognized. How do I fix this. Thanks. -- You received this message because you are subscribe

[android-developers] GestureBuilder and Multiple Strokes

2010-03-09 Thread K
Hi all. I'm curious about gestures and the ability to recognize gestures with multiple strokes. I believe I have the code necessary to recognize multiple-stroke gestures and indeed to receive them, but I don't know how to store gestures with multiple strokes, as I have been loading gestures from re

[android-developers] Re: Windows Phone and XNA. Nightmare is real. What we do with that ?

2010-03-09 Thread Lance Nanek
> It allows you to develop your games mostly > on the desktop and deploying it to your Android device Neat project. Have you seen this one for the same purpose? http://code.google.com/p/skorpios/ Might be neat to cooperate or share techniques or something. On Mar 9, 7:11 pm, Mario Zechner wrote

[android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread James Wang
gclog.py (http://bigflake.com/gclog.py.txt) is recommended by fadden( Google engineer) many times for android developers. You can not find the same function in DDMS. By gclog.py, you will know what exactly native heap size, vm heap size and when memory leak happens. Please read this thread https:

[android-developers] Re: Need a Nexus One tester with logcat

2010-03-09 Thread Funksta
Hi, Thanks for the great input and suggestions. Unfortuneately, the app does work on the emulator using a nexus one skin I got from: http://blog.mathiaslin.com/nexus-one-emulator-skin-updated I do like the idea of having a catch all error handler that sends the stack trace either to your email, o

[android-developers] Re: Howto:read configured networks and display WPA-PSK as String

2010-03-09 Thread Farproc
I think it is impossible to retrieve the PSK(password) via current SDK. Security reason maybe. On Mar 10, 5:04 am, zero wrote: > is there ANY way to do this ? WifiConfiguration actually holds that > information as a string, but so far i had no luck accessing the field, > even with reflection.  i'

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread nickthecook
e.g., this one: http://www.redmondpie.com/wp-content/uploads/2010/01/NexusOne.jpg On Mar 9, 7:08 pm, nickthecook wrote: > Google has special developer versions of some phones. > > I have the ADP1, and it's got a cool print on the back of the case. > Granted, that was advertised as a developer ph

[android-developers] Re: How to parse audio input from the mic

2010-03-09 Thread Mario Zechner
For this you want to use the AudioRecord class (http:// developer.android.com/reference/android/media/AudioRecord.html). The read methods will return you pure PCM samples in either 8-bit or 16- bit mono or stereo depending on what you set in the constructor of the AudioRecord. The 16-bi PCM samples

[android-developers] how to make customized UI component

2010-03-09 Thread cindy
IN our current project, I need to make a UI describled as follows. Basically it is a text input, it will display a string returned from server , such as "I like banana". The word "banana" will be in red color. When user clicks "banana", it will have a dropdown list shows "apple, orange, pear". Use

[android-developers] Re: ADC3?

2010-03-09 Thread Mario Zechner
I'd be interested in such knowledge too :) On 9 Mrz., 19:15, Robert Green wrote: > I just gotta ask... > > Does anyone have any knowledge of an upcoming ADC3?  :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Synchronize the UI thread with a GLSurfaceView's drawing?

2010-03-09 Thread Ozymandias
I'm using the Rokon engine for my game. I'm exploring the possibility of using normal XML views for UI instead of building them out of sprites. This works great for static interface elements. Right now I'm attempting to get the same to work with UI elements which are meant to move with objects in

[android-developers] Re: Windows Phone and XNA. Nightmare is real. What we do with that ?

2010-03-09 Thread Mario Zechner
While it's not nearly as full featured as XNA i started working on something similar to XNA. It allows you to develop your games mostly on the desktop and deploying it to your Android device with just a couple of lines that instantiate a special Activity subclass. It's based on OpenGL and allows de

[android-developers] Re: Android Device Seeding Program - Differences in phone for developers?

2010-03-09 Thread nickthecook
Google has special developer versions of some phones. I have the ADP1, and it's got a cool print on the back of the case. Granted, that was advertised as a developer phone, and pictures and information on the web showed it was different, but I wondered if developers would get something special aga

[android-developers] Re: How to detect when android kill my process?

2010-03-09 Thread Matt Kanninen
Streets is right, and gives good practical advice, as usual. I do the same, if it's important, it has a getter and a setter. The getter checks for null, if it's null it gets from local storage, be it a preference, a file, an sqlite db, or it makes a new network call. Then it gets set to local sto

[android-developers] Problems with local network broadcast.

2010-03-09 Thread DCheeseman
I'm trying to write a simple game-room api and am having trouble broadcasting to the local network's broadcast ip. I got the code for getting the broadcast address and how to send stuff to it here: http://code.google.com/p/boxeeremote/wiki/AndroidUDP and used it like this: int PORT = 55

Re: [android-developers] Keeping notification at the status bar after the service that spawned stops

2010-03-09 Thread TreKing
On Tue, Mar 9, 2010 at 4:08 PM, Nadav wrote: > What would be the best practice of keeping that notice available > until the user clicks it? > AFAIK notifications stay in the notification area until a) the user clicks it and it's set to auto cancel or b) you cancel it programmatically. Are you p

Re: [android-developers] Buying your apps/games (also hiring)

2010-03-09 Thread S.T. Hector CHANCOCO
Hy I'm really interested in your offer for hiring developers. Please let me know more about your requirements Sent from my iPhone On Mar 9, 2010, at 10:25 PM, dominicreeves wrote: Hi, I'm really very interested in buying a license of some great Android apps and games - please email d...@do

[android-developers] Keeping notification at the status bar after the service that spawned stops

2010-03-09 Thread Nadav
Hi, I have a main application, that at some point spawns a service that checks for updates, if it finds any, it posts a notification with the link to the update, and then the update service stops. Through the debugger I've noticed that the notification pops up but then disappears once my service

[android-developers] Re: registerCallback leaks memory?! Help?

2010-03-09 Thread Moto
Thanks James, I never used gclog.py and not even shore how to run the python code. Would that be similar to going into DDMS and capturing the hprof file? Thanks, -Moto! On Mar 8, 7:59 pm, James Wang wrote: > My suggestion is to use gclog.py to monitor vm heap and native heap. > Then analysis hpr

[android-developers] Re: Droid Video Recorder

2010-03-09 Thread Abhi
There is a CamcorderPreview class that extends surfaceview public CamcorderPreview(Context context, AttributeSet attrs) { super(context, attrs); holder = getHolder(); holder.addCallback(this); holder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); recorder = new MediaRecorder(); recorder.setAudi

[android-developers] Re: How to detect when android kill my process?

2010-03-09 Thread Streets Of Boston
Try to avoid subclassing the Application class. Just use static variables. Initialize them to null/0/whatever and check them in the onCreate of your activity. If these are null/0/ whatever, initialize these static variable properly and continue. But re-initializing them *won't maintain* state. Afte

[android-developers] Windows Phone and XNA. Nightmare is real. What we do with that ?

2010-03-09 Thread Piotr
Hello, At my daily job I work as WinMo C++ developer, so I had enough time to become hater of that platform ;) But now, M$ is coming with new Windows Phone. As I suspected, they will abandon awful Win32/MFC native coding and all applications, will be now managed - run in CLR sandboxes on top of 1

[android-developers] Buying your apps/games (also hiring)

2010-03-09 Thread dominicreeves
Hi, I'm really very interested in buying a license of some great Android apps and games - please email d...@dominicreeves.com Also, with a number of projects that need to be built, I'm hiring! Thank you Dominic -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] Re: Best practice to test what happens when my application is killed

2010-03-09 Thread Streets Of Boston
If you want to test the case when Android kills your app, just use the DDMS view (as you said) and hit the red stop/kill button. This'll kill your app's process. Then restart your app and see what happens. On Mar 9, 7:40 am, qvark wrote: > Hi, > > I'm having troubles with users that report that

[android-developers] Re: reading serial data from the USB port.

2010-03-09 Thread Abhi
http://www.tombom.co.uk/blog/?p=124 maybe this will help you somewhat. Abhi On Mar 8, 10:09 pm, AnthonyB wrote: > I'm working on an undergraduate level senior design project with the > HTC Sprint Hero.  We want to connect a device that constantly sends a > serial string of data.  Does anyone ha

[android-developers] Question about creating a thumbnail (more than one thumbnail for one image, avoiding problems with other Gallery-like apps)

2010-03-09 Thread Streets Of Boston
Hi, When creating a thumbnail (either by a plain 'insert' or by calling MediaStore.Images.Thumbnails.getThumbnail), is is it possible to use any value for KIND, or does it *have to be* either MICRO_KIND or MINI_KIND? If it has to be one of these 2 values, can you have more than one thumbnail per

Re: [android-developers] Creating first game

2010-03-09 Thread Jiri
This might be helpfull. http://www.anddev.org/2d_tutorial-t3120.html Jiri veel plezier. ;) On 08/03/2010 20:26, Marlo wrote: Greetings (i'm Dutch and only 14 so please don't not my English), I'm currently starting to develop a game for Android since my mobile phone runs Android but i do not

[android-developers] Howto:read configured networks and display WPA-PSK as String

2010-03-09 Thread zero
is there ANY way to do this ? WifiConfiguration actually holds that information as a string, but so far i had no luck accessing the field, even with reflection. i'm looking for an way to serialise all (and i mean all) information available about a connected network to a string (and from there to a

[android-developers] Re: welcome... Android ?

2010-03-09 Thread Jay Gischer
I've been doing some very simple development (so far!) on my MacBook Pro. So this is possible. I use Eclipse as my IDE, not the Apple dev stuff.Maybe that's what you are missing? -j -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Обсуждение на local izing-android-apps-draft

2010-03-09 Thread Sergey "Pha[N]toM" Mymrikov
How can I help to localize apps to Russian lang? -- 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+unsub

[android-developers] Re: Dialogs on a change orientation

2010-03-09 Thread LeGeNDuS
For the moment... I have the first problem fix thanks to the sharedprefrences and teh second one with removedialog Even so, I would like, if you want it, how I'll should do with that problems...knowing the last messages I have put On 9 mar, 19:36, LeGeNDuS wrote: > Maybe I shouldn't use the

Re: [android-developers] Looking to becoming a developer part time

2010-03-09 Thread TreKing
On Mon, Mar 8, 2010 at 1:12 PM, omnilaw wrote: > I plan on spending a little time a night trying > to learn the programming needed and get familiar with the SDK once I'm > up to speed but wasn't sure where to start. > Do you know Java? If not, that's priority #1. If you do, a book on Android and

[android-developers] Re: Dialogs on a change orientation

2010-03-09 Thread LeGeNDuS
Maybe I shouldn't use the builder...could it be the problem of the data loosing? :S On 9 mar, 19:25, LeGeNDuS wrote: > Thanks! > > I have been trying onPrepareDialog...and well...what I see is that it > put the info for the first time, but when I change the orientation the > part what is shown is

[android-developers] Re: Dialogs on a change orientation

2010-03-09 Thread LeGeNDuS
Thanks! I have been trying onPrepareDialog...and well...what I see is that it put the info for the first time, but when I change the orientation the part what is shown is only the thing that is done when it pass by onCreateDialog. So the first time, it put what I want, and when I change the orien

Re: [android-developers] Which devices support OpenGL ES 2.0?

2010-03-09 Thread David Turner
On Tue, Mar 9, 2010 at 4:06 AM, greenrobot wrote: > With the new NDK R3 Android it is possible to write OpenGL ES 2.0 apps > targeting Android 2.0+. Is there a list of devices which support it? > > The Verizon Droid and Google Nexus One both support OpenGL ES 2.0 as far as I know. > Also, is th

Re: [android-developers] High Level Wrapper for SQL-Lite

2010-03-09 Thread Michael MacDonald
On 03/09/10 02:00, Pali Gill wrote: > Hello All, > I am developing an Android Application for which i would be using a > high level SQL-Lite Wrapper. Can anyone suggest me a high level > wrapper for SQL Lite > Thanks a lot > Pali Gill. > > You might consider sqlitegen, a lightweight ORM-type cod

[android-developers] Re: Best practice to test what happens when my application is killed

2010-03-09 Thread Lance Nanek
The Dev Tools app on the emulator has an option that might help: > http://developer.android.com/intl/zh-CN/guide/developing/debug-tasks.html > Immediately destroy activities > Tells the system to destroy an activity as soon as it is stopped (as if > Android had to reclaim memory). This is ver

Re: [android-developers] Re: Dialogs on a change orientation

2010-03-09 Thread TreKing
On Tue, Mar 9, 2010 at 4:48 AM, LeGeNDuS wrote: > classcodecategory and classtexout are fields of the class. I suppose > that the problem is thatwhen I change the orientation...it only > keep the negattive button because it is a normal text (no > contextualized of that fields). So when I chan

[android-developers] ADC3?

2010-03-09 Thread Robert Green
I just gotta ask... Does anyone have any knowledge of an upcoming ADC3? :) -- 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

Re: [android-developers] Re: How to detect when android kill my process?

2010-03-09 Thread TreKing
On Tue, Mar 9, 2010 at 4:59 AM, miguelo wrote: > These are the data I'm losing if I leave my > application opened and after a few hours I return to it. I'm able to > restore the specific data of the running activity but not these global > data. > How are you loading data into your custom Applica

Re: [android-developers] Getting a resource id from an xml file

2010-03-09 Thread Mark Murphy
Frank wrote: > I have 3 sound files in my raw folder and then this in /values/ > sounds.xml > > > R.raw.sound1 > R.raw.sound2 > R.raw.sound3 > > ??? First, R.raw only has meaning in Java. Second, I'm not aware you can have an array of type="raw". > I'm trying to load all t

Re: [android-developers] Scroll Position in BaseAdapter?

2010-03-09 Thread a a
Maybe you can read the "Gmail" apk on the android2.0. That maybe help you. -- 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

Re: [android-developers] Upload error icon in status bar?

2010-03-09 Thread Mark Murphy
Anna PS wrote: > But I want to add an 'upload error' icon, like you get if you try to > upload a video to YouTube using the inbuilt intent, and I can't find > it in R.drawables (checking on http://androiddrawableexplorer.appspot.com/ > ). YouTube is not part of the Android open source project. Yo

[android-developers] High Level Wrapper for SQL-Lite

2010-03-09 Thread Pali Gill
Hello All, I am developing an Android Application for which i would be using a high level SQL-Lite Wrapper. Can anyone suggest me a high level wrapper for SQL Lite Thanks a lot Pali Gill. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Getting a resource id from an xml file

2010-03-09 Thread Frank
I have 3 sound files in my raw folder and then this in /values/ sounds.xml R.raw.sound1 R.raw.sound2 R.raw.sound3 I'm trying to load all the resource Id's into an int array so I can pass it into the media player to say (mapping all sounds from a button to a sound). I h

[android-developers] Layout issues with 2 specific devices

2010-03-09 Thread authoreyes
All - Sorry for posting another layout topic, but I think all of my reading of different layout concerns has confused me a bit, so I wanted to see if someone could help with a specific case. I have an urgent question regarding layouts across different android devices. I would greatly appreciate

[android-developers] Re: Trouble: Windows XP detecting Nexus One by USB

2010-03-09 Thread Foxrider
Same problem here on Windows XP 64. Works fine on my Windows XP 32 PC but my Nexus One doesn't appear in the devices list on my 64 XP version ... On Mar 4, 5:21 pm, John Bender wrote: > I'm also having USB problems on Windows 764bit. Eclipse runs fine, > (3.5.2) Android emulator runs fine. I just

[android-developers] Re: adb can't list my attached device

2010-03-09 Thread Micha.Otto.de
See my experience to connect a Samsung Galaxy with adb on Windows XP: I installed Samsung's New PC Studio (NPS) including its drivers. I suppose, USB debugging has to be switched off for this application. After updating USB drivers from Eclipse SDK (-->android-sdk- windows-1.6_r1/usb_driver/), I

Re: [android-developers] using git with cygwin

2010-03-09 Thread a a
Mike l...@mikelam-xp3 ~ $ repo bash: repo: command not found, It seams you have not install the repo, or you not export the repo to your PATH. 2010/3/9 Michael Lam : > hi, > > i am trying to get this project so i can play around with it, but when > i did this, i get: > > > Mike l...@mikelam-xp3

[android-developers] No new shopping site cargo does not order .. Download and use

2010-03-09 Thread Musta fa
http://al-ver.blogcu.com/ Sample *2010 - The Antichrist Identity Full 3 Part Series. * Do Your Customers Want The Truth On 2012, The Antichrist And His Identity Based On Recent Discoveries On The Covert Plans Of The Illuminati Who Are Master

[android-developers] Current issues with ipv6

2010-03-09 Thread Pratibha
Hi, Have anyone tried ipv6 Complete support ( over wifi and radio interfaces) in android ? Please let me know the current issues with ipv6 on android 2.1. Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: btsocket connected but read zero bytes

2010-03-09 Thread shubha
Hi, i have created the socket with mSppClient = device.createRfcommSocketToServiceRecord(UUID.fromString("1101--1000-8000-00805F9B34FB")); mSppClient, is created. but when i call mSppClient.connect(), i will get the exception of "Service discovery failed", becaause the SDP query happening

[android-developers] No new shopping site cargo does not order .. Download and use

2010-03-09 Thread asda asdas
http://al-ver.blogcu.com/ Sample *2010 - The Antichrist Identity Full 3 Part Series. * Do Your Customers Want The Truth On 2012, The Antichrist And His Identity Based On Recent Discoveries On The Covert Plans Of The Illuminati Who Are Master

  1   2   >