[android-developers] Re: Location is null

2009-01-30 Thread Chander Pechetty
Use the geo command: http://code.google.com/android/reference/emulator.html#geo If you are using eclipse plugin for development, you can use the the Emulator Location Controls. In Eclipse Go to : Windows/Show View/Others/Android/Emulator -Chander On Jan 31, 6:13 am, zeeshan wrote: > Hi, > > i

[android-developers] button text change

2009-01-30 Thread Bob
Hi, How do I change the text on a button at run-time? This code doesn't appear to do anything, what am I doing wrong: Button button1=(Button)findViewById(R.id.button1); button1.setText("Change text"); Thanks, Bob --~--~-~--~~~---~--~~ You received this

[android-developers] DatePicker -- 2/30; 4/31 is quitely treated as a valid input

2009-01-30 Thread Developer
Why can't Datepicker dialog automatically figure out that there are no 30 and 31 in Feb? Should not this be considered as a bug in DatePicker class? The DatePicker dialog's 'set' button can be pushed without telling user 'this is an invalid date' -- instead, it quietly convert 4/31 to 5/1; 2/30 t

[android-developers] what is example of internal_content_uri

2009-01-30 Thread jj
hello images on sd-card come under external_content_uri, what is example of internal_content_uri, is the camera images come under internal_content_uri? thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Androi

[android-developers] BUG in DatePicker! 2/30; 4/31 is quitely treated as a valid input

2009-01-30 Thread Developer
Why can't Datepicker dialog automatically figure out that there are no 30 and 31 in Feb? Should not this be considered as a bug in DatePicker class? The DatePicker dialog's 'set' button can be pushed without telling user 'this is an invalid date' --the application writers could embed the intellig

[android-developers] Re: Search engine app for Android? It's in Perst 4.0 embedded database

2009-01-30 Thread Ted
Nothing is “wrong” with SQLite, but there are many reasons why one might prefer Perst for an Android application. Here are a few: Object-Oriented – Perst is an object-oriented DBMS, which many prefer in Java. It is more efficient to store objects _as java objects_ in an object database, than havi

[android-developers] custom themes?

2009-01-30 Thread Craig
Could anyone post or point me to an example of using custom items in a theme? I've created a theme that uses custom attributes as item names, and I want to refer to those items in the code. I can see the theme is working because it also sets the android:windowBackground color. As a concrete exam

[android-developers] API to change network settings (2G networks only)

2009-01-30 Thread Kenny
Hi All, I've been looking around for an API which will allow me to change the network settings of the phone. I want to be able to tick/untick "use 2G networks only" via an app. Can someone please shred me some light or point me into the right direction as I can't find the API anywhere. Thanks,

[android-developers] i hope to Android dev.

2009-01-30 Thread agus tegar
i hope android dev . focus to : Theme Style=> with multi theme ( mac , android, iphon , vista ,win 7 ) , effect animation , google earth , google Drive for android , and Window Child in Desktop Android ( it's for netbook or PC android ) we have big enemy .. (iphone frimware 2.2 ,nokia , palm

[android-developers] App Market app publish question?

2009-01-30 Thread dpackham
I need to test the app upgrade functionality of my app before I publish it on the market for everyone to find and DL. to get the update code to work I need to know my apps ID number to query versioncode numbers. how can I publish my app to the market with my account and get that APP ID number fr

[android-developers] Re: Android Developers in Atlanta, GA

2009-01-30 Thread Simon
I'd be interested in possibly getting together. On Jan 30, 9:10 am, BarbieDahl wrote: > Are there any developers in Atlanta, GA that would like to meet and > discuss android app ideas as well as learn new and advanced android > topics? I would like to network with some other developers in and >

[android-developers] Location is null

2009-01-30 Thread zeeshan
Hi, i am trying to run a simple program which shows lat and long values but Location value is always null. LocationManager locationManager; locationManager = (LocationManager)getSystemService (Context.LOCATION_SERVICE); Location location = locationManager.getLastKnownLocation (LocationMa

[android-developers] headset button

2009-01-30 Thread Brodsky
Hi! Does anyone know how to tell when the headset button is being pressed? I'd like to support the usb headsets and possibly bluetooth headsets. My app is a media player and ideally, I could register it somewhere so that if no app that uses the headset button has focus it button press would act

[android-developers] The help on working out JMCAD is necessary

2009-01-30 Thread Yuriy Mikhaylovskiy
The help on working out JMCAD is necessary JMCAD is an program for the modeling and simulation of complex dynamic systems. This includes the ability to construct and simulate block diagrams. The visual block diagram interface offers a simple method for constructing, modifying and maintaining c

[android-developers] Re: webview extracting html

2009-01-30 Thread dai
Hi Fred, thanks for your response. Which one is the crayon css example? Is this embedded into the API demos or something? Are you meaning that we can only get images file information just from css?? Grazie, On 1月31日, 午前9:53, "Fred Grott(shareme)" wrote: > Hello Dai, welcome to the new hacking

[android-developers] Re: opengl & gc

2009-01-30 Thread fadden
On Jan 30, 2:34 am, Steven Lagerweij wrote: > I found that GC can be prevented when using VBOs, nice and steady, high > fps too. But still it would be nice to see the source and/or know what > is going on when using Buffers instead. Anyone? You can use the "allocation tracker" tab in the stand-a

[android-developers] Re: Howto remove thread from Dalvik VM????

2009-01-30 Thread fadden
On Jan 30, 6:30 am, Sagar Parmar wrote: > I am using Thread to display animation..I create a new thread whenever user > preference is changed.Now I want to Remove the previous thread from Dalvik > VM so that my application does not crash..How can I remove Thread from DVM?? > I use Thread.stop() b

[android-developers] How to check what is the topmost activity on screen.

2009-01-30 Thread lucius
Hi, I am reading the source code of ForwardingTest.java. It has this in the testLilfeCycleCreate() method: getInstrumentation().callActivityOnPause(activity); // At this point you could confirm that the activity has paused properly, as if it is // no longer the topmost a

[android-developers] Re: Memory leak in BitmapFactory/Gallery?

2009-01-30 Thread fadden
On Jan 30, 3:39 pm, blindfold wrote: > Never mind, I found the culprit and fixed it. Not killing all threads > when pressing the back button seems to have been the root cause of my > problems. FYI, we do now have a tool that can convert Android "hprof" output into a format accepted by common hea

[android-developers] MapView disable?

2009-01-30 Thread Keiji Ariyama
Hi folks, Now, I'm developing an Android app called "Echo". But 5 hours ago, My Dev phone haven't displayed MapView. First, I supposed that my API-key have been disabled. I tried to Maps API Key signup agian. But google server response error. > Server Error > The server encountered a temporary

[android-developers] Re: how to overlay an image over the camera preview?

2009-01-30 Thread Dave Sparks
No, you don't draw on the camera preview surface. You create a transparent surface above it in the Z stack and draw on that. On Jan 30, 5:31 pm, srajpal wrote: > I checked out the api demo, it helps to place the camera preview on > top of the surface view, but the buffers are handid over to the

[android-developers] Re: gapless playback

2009-01-30 Thread Dave Sparks
Use Ogg files, you can get a nice seamless loop. We use this for the ringtones. On Jan 30, 10:30 am, "ph...@grantmidwinter.com" wrote: > Hoya, > > When using a mediaplayer to play back an audio file, you can set > looping to true - that's not the issue here. > > If looping is set to true, there'

[android-developers] Re: how to overlay an image over the camera preview?

2009-01-30 Thread srajpal
I checked out the api demo, it helps to place the camera preview on top of the surface view, but the buffers are handid over to the camera so anything drawn on the canvas, which is received from the handler, is ignored. There must be some way. I just don't know it yet. On Jan 30, 7:27 pm, D

[android-developers] Re: J2ME Sprite equivalent api

2009-01-30 Thread Fred Grott(shareme)
Yes but sprite level apis usually are referring to image level manipulation And there are some 2d java sprite apis around in fact.. The other way would be filmstrip the set of images and manipulate them that way and thus form your own sprite library.. Basically my menu in webview is s et of s

[android-developers] Re: webview extracting html

2009-01-30 Thread Fred Grott(shareme)
Hello Dai, welcome to the new hacking trend Hybrid Moble RIAs Yes, any html manipulation you do in other RIAs you can do in webview.. For example that crayon css example where the picture is created with just css can be done in webview and among other examples. I would start exploring html 5 e

[android-developers] Re: J2ME Sprite equivalent api

2009-01-30 Thread Dianne Hackborn
Android at the UI level has basically nothing in common with j2se, except for the OpenGL APIs. At any rate, Canvas fully supports arbitrary clipping. On Fri, Jan 30, 2009 at 4:32 PM, Fred Grott(shareme) wrote: > > Android java is based on j2se so if you look at j2se game libraries > you should b

[android-developers] Re: J2ME Sprite equivalent api

2009-01-30 Thread Fred Grott(shareme)
Android java is based on j2se so if you look at j2se game libraries you should be able to find a sprite api to use On Jan 30, 4:25 am, Raja Nagendra Kumar wrote: > Does Android has any equivalent Sprint API of J2ME.. > > Drawable does not seem to support cliping regions... > > Regards, > Raja Na

[android-developers] Re: how to overlay an image over the camera preview?

2009-01-30 Thread Dianne Hackborn
There is an Api Demo showing how to generally do this with a surface view. It's very easy, since SurfaceView essentially operates like any other view in terms of compositing. On Fri, Jan 30, 2009 at 3:48 PM, srajpal wrote: > > Does someone know how I can overlay an image over the camera preview?

[android-developers] how to overlay an image over the camera preview?

2009-01-30 Thread srajpal
Does someone know how I can overlay an image over the camera preview? --~--~-~--~~~---~--~~ 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

[android-developers] Re: Want to help us port our iPhone app to Android?

2009-01-30 Thread Jamie
cool app, im game. email specifics: jamie.hu...@gmail.com --~--~-~--~~~---~--~~ 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 unsubscr

[android-developers] Re: Memory leak in BitmapFactory/Gallery?

2009-01-30 Thread blindfold
Never mind, I found the culprit and fixed it. Not killing all threads when pressing the back button seems to have been the root cause of my problems. On Jan 30, 6:08 pm, blindfold wrote: > > I read in this post that I am supposed to have 16Mb available for my > > computer, but when I check the "

[android-developers] Re: When does my thread die?

2009-01-30 Thread Mark Murphy
blindfold wrote: > Aaargh! Thank you for this post, as it led me to fix a memory leak > where my app would consume 50K more with every run. I was looking into > all sorts of context leaks, but it was just that threads are not > automatically killed when pressing the back button to "exit" the app,

[android-developers] Re: When does my thread die?

2009-01-30 Thread blindfold
Aaargh! Thank you for this post, as it led me to fix a memory leak where my app would consume 50K more with every run. I was looking into all sorts of context leaks, but it was just that threads are not automatically killed when pressing the back button to "exit" the app, so if one launches a thre

[android-developers] Re: Swapping in and out ViewGroups (Layout) within a container ViewGroup.

2009-01-30 Thread steele johnson
Ok, I figured it out. When you use LayoutInflater.inflate(id, root), the return value will be the inflated xml root if you _didn't_ provide the root, or it will be the root if you did. To remedy the problem I was having, I simple passed null for the root and then called mContainerLayout.addView (

[android-developers] Re: Swapping in and out ViewGroups (Layout) within a container ViewGroup.

2009-01-30 Thread steele johnson
Hello, ViewFlipper doesn't help either because I still need to add the layout dynamically. The problem really comes down to this: mInnerLayout = (LinearLayout) layout.inflate( R.layout.multiple_select, mContainerLayout); How can I add mInnerLayout to mCon

[android-developers] webview extracting html

2009-01-30 Thread dai
guys, is it possible to extranct html content from webview component/ class? I wanna show an img file from getting rid of tag from html of webivew. grazie so much --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Dianne Hackborn
And btw, a significant number of things you can do with the applications are documented in the Intent class as generic protocols (such as VIEW or GET_CONTENT) along with the various MIME types and URIs defined by the standard content providers in android.provider. On Fri, Jan 30, 2009 at 2:29 PM,

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Dianne Hackborn
I'll still say, if it hasn't been documented, then you probably have no business using it. If you want to go use private implementation details of the platform, you can browse through the source code and look at the manifests of the apps. That is all that the system knows about the intent protocol

[android-developers] Re: Need help in running the android junit test case for andriod APIDemo in eclipse

2009-01-30 Thread ying lcs
Hi, I tried that again, but it does not work now, for some reason. I did load 'ApiDemos' project first, but I don't see the 'Test for Api Demo' in the 'Instrumentation.' screen. Then, I manually load the 'ApiDemosTest2' project again, I still don't see the 'Test for Api Demo'. But from the Ecl

[android-developers] ADP1 not showing in ddms

2009-01-30 Thread Cassius
Hi, my ADP1 is not showing in ddms, I have: Ubuntu 8.10 eclipse version: 3.4.1 jdk: sun-java6-jdk android-sdk-linux_x86-1.0_r2 I'be also removed default-jdk and openjdk-6-jdk to be sure. On: telnet localhost 9700 I have: Trying 127.0.0.1... Connected to localhost. When I start ddms on psauxf I

[android-developers] Re: Swapping in and out ViewGroups (Layout) within a container ViewGroup.

2009-01-30 Thread steele johnson
Thanks for the help. I'll check out ViewFlipper. On Jan 30, 5:02 pm, Mark Murphy wrote: > steele johnson wrote: > > I'm trying to dynamically swap in and out various layouts to one > > layout container. > > Option #1: go the path you are trying > > Option #2: use ViewFlipper or ViewSwitcher for

[android-developers] Re: Swapping in and out ViewGroups (Layout) within a container ViewGroup.

2009-01-30 Thread Mark Murphy
steele johnson wrote: > I'm trying to dynamically swap in and out various layouts to one > layout container. Option #1: go the path you are trying Option #2: use ViewFlipper or ViewSwitcher for parent container and have it handle changing the children > I've instantiated the container layout (m

[android-developers] Swapping in and out ViewGroups (Layout) within a container ViewGroup.

2009-01-30 Thread steele johnson
Hello, I'm trying to dynamically swap in and out various layouts to one layout container. I've instantiated the container layout (mContainerLayout) by finding it using the id through the maine Activity layout. This is successful. Next, I add the inner layout by calling: layoutInflater = this.ge

[android-developers] Re: performCompletion on AutoCompleteTextView

2009-01-30 Thread oliver
thanks for your answer. good to hear it's gonna be fixed in cupcake. the reason i call performCompletion() is i also want to react to certain key events. a key event does not trigger the completion by itself. cheers, oliver On Jan 30, 6:54 pm, Romain Guy wrote: > This will all be fixed in cupc

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread jarkman
I understand the point about trying to stick to intents which have been documented by their developers. The problem is, even a well-intentioned but busy developer may simply not get round to writing that documentation. The system applications are a great example of that effect. At least, with a

[android-developers] Re: how to implement scrolling text?

2009-01-30 Thread Romain Guy
Note that cupcake will have the marquee feature on TextView. On Fri, Jan 30, 2009 at 12:31 PM, Zach Hobbs wrote: > > You can create a custom singleLine TextView and animate it by creating a loop > and calling scrollBy(x,y) incrementing/decrementing the x value. > > -Zach > > > > > On Thursday 29

[android-developers] Re: Want to help us port our iPhone app to Android?

2009-01-30 Thread mathiastck
Then you linux types may want to try: http://app-store.appspot.com/ pulling the ID out of cmxlgy's link and dropping it here works for me: http://app-store.appspot.com/?url=viewSoftware%3Fid%3D297414943 On Jan 29, 9:05 pm, wellwatch wrote: > dude, I run linux and can't install itunes can you

[android-developers] Re: How to scroll a Listview to focus a particular element?

2009-01-30 Thread mysmallbrain
Hi, I had a problem on a listview to scroll the items with the up / down keys (the selected item gets invisible or out of screen). My solution for that problem was: .. public void onItemSelected(AdapterView parent, View v, int position, long id) { // adjust visible state of the item if ne

[android-developers] Re: how to implement scrolling text?

2009-01-30 Thread Zach Hobbs
You can create a custom singleLine TextView and animate it by creating a loop and calling scrollBy(x,y) incrementing/decrementing the x value. -Zach On Thursday 29 January 2009 7:47:49 pm Rodrigo wrote: > HI, > > What is the best way to implement scrolling text (with behavior > similar to th

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Dianne Hackborn
You shouldn't just look at what intents an app happens to use: unless someone publishes official protocols, those should be considered private. Unless an app developer is explicitly maintaining them, they could change their app arbitrarily and break someone using those implementation details. And

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Peli
> The strangeness is not just limited to the lack of a discovery API. What I'm trying to say is, even if they were discovery APIs they would be of limited use, because they could never tell you which extras you have to use, what they mean, and how to interpret the result. The only thing that can

[android-developers] Re: Need help in running the android junit test case for andriod APIDemo in eclipse

2009-01-30 Thread ying lcs
Thank you. Xavier, Can you please tell me if this will run other vanilla junit test cases? The ones just inherit from Junit framework, not the ones which are sub-classed from Google TestCase classes? Thank you. On Thu, Jan 29, 2009 at 6:31 PM, Xavier Ducrohet wrote: > > Using the "new android

[android-developers] Re: what's the "Media Button"?

2009-01-30 Thread Marco Nelissen
And in Cupcake it's also used for the buttons on bluetooth a2dp/avrcp devices. On Fri, Jan 30, 2009 at 12:02 PM, Zach Hobbs wrote: > > It's the button on the headset included with the G1. > > Thanks, > Zach > > > On Friday 30 January 2009 12:39:37 pm Peter Jeffe wrote: > > Documentation for Int

[android-developers] local service getting killed

2009-01-30 Thread brs
I have an app loosely based on the LocalService example from the SDK with a controller activity and a long-running, stateful service which is doing stuff on a periodic handler. The service is also a bit of a memory hog. It seems that the service is sometimes killed by the activity-manager and imm

[android-developers] Re: Error reading jdwp list: null

2009-01-30 Thread Xavier Ducrohet
This is not related to your application code. This means that DDMS lost contact with the emulator or device. If you do 'adb devices', you probably won't see your device in the list. Xav On Fri, Jan 30, 2009 at 5:19 AM, mrinal.expl...@gmail.com wrote: > > I have created an Android project which

[android-developers] Re: what's the "Media Button"?

2009-01-30 Thread Zach Hobbs
It's the button on the headset included with the G1. Thanks, Zach On Friday 30 January 2009 12:39:37 pm Peter Jeffe wrote: > Documentation for Intent.ACTION_MEDIA_BUTTON says "Broadcast Action: > The "Media Button" was pressed." Anyone know exactly what the media > button is? Is it intended f

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread jarkman
Peter - I agree completely. OpenIntents is a great idea, but it doesn't fix my problem either. The strangeness is not just limited to the lack of a discovery API. There's also a peculiar lack of documentation on what the built-in apps can do, leaving us wasting a lot of time poking about making u

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread Sundog
Oops, I mean vertical alignment. Other layouts like relative would work too I would think. On Jan 30, 12:38 pm, Sundog wrote: > You might try using a couple of separate one-row tables within a > LinearLayout set for horizontal alignment.. > > On Jan 30, 11:46 am, James Yum wrote: > > > > > Hi,

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread Sundog
You might try using a couple of separate one-row tables within a LinearLayout set for horizontal alignment.. On Jan 30, 11:46 am, James Yum wrote: > Hi, > > Unfortunately, row spanning is not supported. You may be able to come > up with a workaround, such as using vertical linear layouts for the

[android-developers] Re: String Resource - name "continue"

2009-01-30 Thread Romain Guy
continue is a Java keyword and thus cannot be used to name resources. Otherwise the compiler would complain about the generated R.java file. On Fri, Jan 30, 2009 at 11:34 AM, Nmix wrote: > > I created a new string in the resource file and got what seems to be > an odd error. The name of the str

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread James Yum
Hi Dan, android.R.layout.simple_list_item_multiple_choice and android.R.layout.simple_list_item_1 actually refer to built-in android layouts, so for example: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/layout/simple_list_item_multiple_choice.xml Note that

[android-developers] String Resource - name "continue"

2009-01-30 Thread Nmix
I created a new string in the resource file and got what seems to be an odd error. The name of the string was "continue". The error reported: ERROR invalid symbol: 'continue' Changing the name by even one character solved the problem so it's nothing serious. My question: is there some set of n

[android-developers] eclipse warnings and aidl generated classes

2009-01-30 Thread jason...@spy.net
Does anyone know of a way to suppress the eclipse warnings from classes generated by aidl? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread James Yum
Hi, Unfortunately, row spanning is not supported. You may be able to come up with a workaround, such as using vertical linear layouts for the first three columns in the first row (the last column would be the tall button). Cheers, James On Fri, Jan 30, 2009 at 6:31 AM, madcoder wrote: > > I wa

[android-developers] Re: android.graphics.Camera is stable in SDK 1.0?

2009-01-30 Thread blindfold
Oops, sorry, overlooked the android.graphics versus android.hardware distinction. BTW, my latest webcam does 3D transformations too (anaglyph encoding). :-) On Jan 30, 6:11 pm, plusminus wrote: > Hi blindfold, > > I am referring to another Camera-Class - not the one for taking > pictures, but th

[android-developers] gapless playback

2009-01-30 Thread ph...@grantmidwinter.com
Hoya, When using a mediaplayer to play back an audio file, you can set looping to true - that's not the issue here. If looping is set to true, there's still an audible gap between the file finishing and then starting again. How could I achieve true gapless playback? I've attempted using two ins

[android-developers] Re: Activity Title font

2009-01-30 Thread AusR
Thanks guys! --~--~-~--~~~---~--~~ 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-de

[android-developers] Re: Debugging live processes?

2009-01-30 Thread Charlie Collins
Check out the adb shell tool, it has a ton of stuff: http://code.google.com/android/reference/adb.html#shellcommands http://en.androidwiki.com/wiki/ADB_Shell_Command_Reference For instance, try "adb shell dumpsys activity" - and so on, see what's there with "debugtool" and such too. On Jan 30,

[android-developers] Re: Dialing Permission

2009-01-30 Thread Charlie Collins
I don't think you need any permission to initial a phone call using the built in Activity. As long as you go through the built in activity and included user interface, no perms required. The CALL_PHONE permission is for making a call on your own without using the built in Activity, as I understand

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-30 Thread Dianne Hackborn
It's not, it's for the whole process. The 16MB limit isn't a hard-coded fixed limit. It is a limit that makes sense on the G1 given its available memory and the resources apps need. You can assume this will be larger on devices with more memory and more expensive resources like larger screens, h

[android-developers] Re: migrate android to hardware

2009-01-30 Thread Pierre Bonnefoy
Hi, My two cents : - use the correct group, android-porting, which is full of discussions like this one. - you can also have a look at sites like http://elinux.org/Android_on_OMAP But if you look at the discussions on android-porting, you will find loads of ressources, informations and people alre

[android-developers] Generate a white noise mp3 file

2009-01-30 Thread ph...@grantmidwinter.com
Ho, I'm trying to write an array of random bytes to a file, specifically to generate white noise. I'm having some trouble though finding how to get a FileOutputStream written... does anyone have any idea how I can output my bytearray? --~--~-~--~~~---~--~~ You re

[android-developers] Re: Dialing Permission

2009-01-30 Thread Dianne Hackborn
You don't need a permission to start the dialer. That requires the user to be involved in placing the call, so it wouldn't be useful to have a permission on it. On Fri, Jan 30, 2009 at 4:07 AM, Sohail wrote: > > Hi, > > I just created a simple application, that starts the Dial Activity and > pla

[android-developers] Re: performCompletion on AutoCompleteTextView

2009-01-30 Thread Romain Guy
This will all be fixed in cupcake. But why do you need to call performCompletion() yourself? There is no reason to do so. On Fri, Jan 30, 2009 at 3:43 AM, oliver wrote: > > hi, > i'm having a problem when using the performCompletion method on an > AutoCompleteTextView. > when i start typing the

[android-developers] Error reading jdwp list: null

2009-01-30 Thread mrinal.expl...@gmail.com
I have created an Android project which was working fine but suddenly some problem has occured..whenever i m debugging the project it is showing the following error message in the DDMS console... [2009-01-30 17:36:28 - DeviceMonitor]Error reading jdwp list: EOF [2009-01-30 18:38:2

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
http://code.google.com/p/android-titlebar/ On 30 Jan., 11:42, AusR wrote: > Anyone know what the default Activity Title font size/style is? > > I'm creating a custom title but would like to match the other > Activities. > > Thanks. --~--~-~--~~~---~--~~ You recei

[android-developers] Re: Pre populating emulator with sms message

2009-01-30 Thread PR S
You might try saving them as draft and see if thats ok. On Thu, Jan 29, 2009 at 9:31 PM, reyjexter wrote: > > Hi, > > I'm developing an application that makes use of sms. How can I pre > populate the emulator when it starts so I can try reading its content? > > > -rey > > > > --~--~-~

[android-developers] Dialing Permission

2009-01-30 Thread Sohail
Hi, I just created a simple application, that starts the Dial Activity and place a call. I did not provide any permission in the manifest file to start a call, but still the call activity starts. I also checked the AndroidManifest.xml file, there is no permission added, still the activity starts

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread Marco Schmitz
maybe this helps you: http://www.jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/ greetings, darolla 2009/1/29 Dan Dromereschi : > > Hello, > > I am trying to build a ListView that contains items that look exactly > like the CheckBoxPreference, an android.R.id.text1, an

[android-developers] Re: what is maximum height and width of image which can display?

2009-01-30 Thread Marco Schmitz
I think 16MB is max for one activity... greetings, darolla 2009/1/29 jj : > > what is maximum height and width of image which can display? > > When I try for 1000px height and 1000pix width it work, but for beyond > it, > it gives exception, appl force close. > > > --~--~-~--~~-

[android-developers] Re: Anybody having trouble accessing https://dl-ssl.google.com/android/eclipse/ - ie the eclipse / android integration plugin ?

2009-01-30 Thread Marco Schmitz
using http without s works for me fine inside eclipse... greetings, darolla 2009/1/30 blindfold : > > http://code.google.com/intl/ru/android/adt_download.html > > On Jan 30, 9:57 am, Richard Green wrote: >> I can't seem to get anything back >> fromhttps://dl-ssl.google.com/android/eclipse/ >>

[android-developers] Re: The adb tool of emulator

2009-01-30 Thread Daniel Drigo Pastore
Hi there! I just wanted to use this thread, since the subject is the same: is there anyone there who knows how to access the shell with a shell user? Let me try to be more especific: when i access adb on the emulator i have root access and i wanted to have shell-user access to know how would my a

[android-developers] Re: How to use proxy server on the g1?

2009-01-30 Thread joff
Anyone figured this one out yet? On Jan 24, 9:38 pm, DJMoran wrote: > I also need the exact same help, my school uses a proxy server to > access the web. > > Also my home wireless doesn't need a proxy to access the web. > > I know the iPhone and iPod touch can use multiple proxy settings > depen

[android-developers] Re: Repo Client init problem ubuntu 8.10

2009-01-30 Thread Bernhard
Same Problem here: i flowed the instrcutions at: http://docs.google.com/View?docid=ajdmx8kfg357_81cmpr56f6 VMware with Ubuntu 8.10 --- m...@desktop:~/eee$ repo init -u git://android.git.kernel.org/platform/manifest.git Traceback (most recent call last): File "/bin/r

[android-developers] performCompletion on AutoCompleteTextView

2009-01-30 Thread oliver
hi, i'm having a problem when using the performCompletion method on an AutoCompleteTextView. when i start typing the suggestions work fine (an entry is highlighted). as soon as i type enough characters so that no match is possible anymore, the suggestion list disappears (which is ok). when i know

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla On 30 Jan., 11:42, AusR wrote: > Anyone know what the default Activity Title font size/style is? > > I'm creating a custom title but would like to match the othe

[android-developers] Re: Running more than one .apk in the same process?

2009-01-30 Thread Marco Schmitz
and how can you startup both .apks ? greetings, darolla 2009/1/30 Dianne Hackborn : > The two .apks must be signed with the same certificate, use > android:sharedUserId in their manifest to be assigned the same uid, and then > can use android:process to specify the same name of the process to ru

[android-developers] Re: Activity Title font

2009-01-30 Thread Marco Schmitz
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla 2009/1/30 AusR : > > Anyone know what the default Activity Title font size/style is? > > I'm creating a custom title but would like to match the other > Activitie

[android-developers] migrate android to hardware

2009-01-30 Thread jacky
Hi all: I'am going to migrate android to OMAP2430. how could I get start? Is there any migration step I can follow ? Is that possible to share some resource with me? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: Activity Title font

2009-01-30 Thread DaRolla
hi, just take a look at android\android-sdk-windows-1.0_r2\tools\lib\res\default\values styles.xml and themes.xml greetings, darolla On Jan 30, 11:42 am, AusR wrote: > Anyone know what the default Activity Title font size/style is? > > I'm creating a custom title but would like to match the o

[android-developers] Re: Add new contacts directly in "My Contacts".

2009-01-30 Thread Rishi
Hi, You can use People.addToMyContactsGroup to add a particular contact you want to be visible in the "My Contacts". e.g., People.addToMyContactsGroup(getContentResolver(), 16); where 16 is the _id of the contact to be visible . Regards, Rishi Kaura On Jan 29, 2:45 pm, DarkJJ wrote: > Hi all.

[android-developers] Hi

2009-01-30 Thread pavojan
Help me!!:) After pushing numerous pictures onto an SD card image, I'm having trouble displaying them in a grid-like view. I am trying to use android.provider.MediaStore.Images.Thumbnails to access image thumbnails, but I can't find a way to generate thumbnails and populate the thumbnails ta

[android-developers] help please

2009-01-30 Thread Arnauld NDEFO
Hello, I am a young student from cameroon.J like to be part of this groupe.I am currently developing an application on android and I would like your help because I have many problem.I want to receive the coordinate GPS with android ( r on the emulator). First, I have not a provide but I use the D

[android-developers] android-titlebar (iphone like backbutton)

2009-01-30 Thread DaRolla
hi, I managed to customize the titlebar and add an iphone like backbutton. http://code.google.com/p/android-titlebar/ greetings, darolla --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Android HAL library

2009-01-30 Thread ganesh
Sir, I am porting Android on freescale board ( IMX31) I want to know that the HAL layer in the android framework is Hardware dependent / OS dependent or not. if possible can you elaborate about this layer. I hope you will reply soon --~--~-~--~~~---~--~~ You recei

[android-developers] Device not showing in DDMS preference

2009-01-30 Thread erikgfields
I'm trying to grab some screenshots off my G1 and I cannot get the device to appear in the "Devices" panel while in DDMS mode in Eclipse. I've tried a million things and can't get it to work. Does anyone know a quick trick that will allow me to see my device? This is what I've tried to do: Open E

[android-developers] Debugging live processes?

2009-01-30 Thread dpackham
is there any way to debug live running apps to see what processes are taking alot of cpu time? I see the options in DDMS but they are not really live. I would just like to see what processes took alot of time so I can dig into the code to optimize it --~--~-~--~~~---

[android-developers] performCompletion on AutoCompleteTextView

2009-01-30 Thread oliver
hi, i'm having a problem when using the performCompletion method on an AutoCompleteTextView. when i start typing the suggestions work fine (an entry is highlighted). as soon as i type enough characters so that no match is possible anymore, the suggestion list disappears (which is ok). when i know

[android-developers] Bill Settlement?

2009-01-30 Thread ivan
I'm a hobbiest wondering how Bill Settlement will work once Android paid apps are introduced. Will billing go through the mobile operator, or will a third party of some sort be used for billing? Thanks. --~--~-~--~~~---~--~~ You received this message because you a

[android-developers] Re: discover intents that an app supports

2009-01-30 Thread Peli
You could leave logcat running while you launch Amazon MP3 in various ways. This will tell you at least the action you need to use, and probably something about the data and the mime type (if used). If the intent has extras then you are out of luck (unless you guess well). Extras are not specifie

  1   2   >