[android-developers] Change Text color in listview

2008-12-22 Thread And-Rider
Can any one tell me as how to change the text color of items which are been displayed in a listview.I was able to assign a background color for the listview but dint find any attributes to change the text color.. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Text-to-Speech for Android: Eyes-Free

2008-12-22 Thread blindfold
I had problems too a couple of days ago, and then needed to use another TTS stub .jar. I'm not sure if the material underneath the tutorial links has in the mean-time been adapted accordingly, but check out the discussion at

[android-developers] Re: email adress from Contacts.ContactMethods. (again!)

2008-12-22 Thread hazmatzak
You're close. The email address is contained in the DATA column. Using CONTENT_EMAIL_URI automatically selects only emails (KIND=KIND_EMAIL), and only returns the columns _ID, NAME, and DATA. (Internally, it does a join of the people and contact_methods tables.) You might also sort on ISPRIMARY,

[android-developers] Re: Locking Down Root Access - Same Sh.., Different Vendor

2008-12-22 Thread Al Sutton
Done. Al. Bill Napier wrote: Can you please continue this discussion on android-discuss where it belongs? But it is nice to know that I'm now cool... I appreciate that. :) On Sun, Dec 21, 2008 at 3:18 PM, mashpl...@gmail.com mashpl...@gmail.com wrote: The phone mindset is wrong,

[android-developers] Re: :: using System.gc();

2008-12-22 Thread sylvek
i don't know.. but you not be able to use this command :-/ On 22 déc, 08:34, Imran imran...@gmail.com wrote: Hi     hey  can  i use System.gc()  in my activity to request for garbage collection.      will it work () ..   will the garbage collector be called ?   Thanks in Advance for any

[android-developers] Re: Text-to-Speech for Android: Eyes-Free

2008-12-22 Thread Mihai
Thanks, looking forward to that. Cheers, Mihai On Dec 16, 4:24 pm, Jean-Baptiste Queru j...@google.com wrote: There is a speech-recognition engine in Android, but there are currently no public APIs to access it. This is likely to change in the future. JBQ On Tue, Dec 16, 2008 at 12:45

[android-developers] Adding image to Background:

2008-12-22 Thread diya blore
Hi All, Can any one guide how to implement ,As Adding image to the background. -- Thank's in adv. Diya :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Testing a Android Activity..

2008-12-22 Thread Manjunatha M (ಮಂಜುನಾಥ ಎಂ)
Hi All, I need your help how to test the Android application. I need to test each activity and automate some test cases. Which class should be used to like ActivityUnitTestCase or any thing else? How do we run those test cases? --~--~-~--~~~---~--~~ You

[android-developers] Re: ListView

2008-12-22 Thread Romain Guy
Everything you need is explained in the documentation. You can use the OnScrollListener to find out when a ListView starts/stops scrolling and you can use getFirstVisiblePosition() and getChildCount() to figure out what items are currently showing. On Mon, Dec 22, 2008 at 6:48 AM, Brad Gies

[android-developers] Re: Adding image to Background:

2008-12-22 Thread sukumar
Setting background Image to where? Application background or ImageView background? Use ImageView.setBackgroundResource() api if u need to set it for ImageView.If it is for an entire actiivty, use view's canvas to set it. On Dec 22, 2:46 pm, diya blore diya.bl...@gmail.com wrote: Hi All, Can

[android-developers] Help! How to collect logs on a real G1?

2008-12-22 Thread Gery
Hi All, As you know, LogCat can be used to watch/dump logs on an emulator, but how can I do it on a real device like G1? And I know if I connect the phone to PC and take G1 as simply a debug terminal, LogCat will be still working, but that is not what I am looking for. I wish no matter the

[android-developers] Re: Web Service

2008-12-22 Thread Christine
I use XStream and httpclient to create and read xml and SOAP envelopes. Works fine for me. I have tried ksoap2, but I had to replace most of the code because it didn't work on the latest release of Android os, so I discarded it altogether. On Dec 22, 5:33 am, dileep singh

[android-developers] Re: Adding image to Background:

2008-12-22 Thread diya blore
Hi, For an Application background .. i need to add an image. On Mon, Dec 22, 2008 at 5:24 AM, sukumar bhashyam.suku...@gmail.com wrote: Setting background Image to where? Application background or ImageView background? Use ImageView.setBackgroundResource() api if u need to set it for

[android-developers] Problems installing on a Dev Phone

2008-12-22 Thread Falko Richter
Hello guys, I just got my developer G1 and I´m having problems installing software. It stops in the marketplace saying starting download but never continues. Might there be a problem with my google account? My only explanation is that my boss used a different developer account than the google

[android-developers] Re: Problems installing on a Dev Phone

2008-12-22 Thread Falko Richter
nevermind, after reseting the device and setting it up with another account, it worked. now it works with the original account as well :) falko 2008/12/22 Falko Richter deadfal...@googlemail.com Hello guys, I just got my developer G1 and I´m having problems installing software. It stops in

[android-developers] Re: Identifying GUI items of the IM chat dialog

2008-12-22 Thread Falcon4ever
Thanks a lot! On Dec 22, 3:25 am, Mark Murphy mmur...@commonsware.com wrote: Falcon4ever wrote: currently I am developing a chat like application. I would like to use a similar GUI as used in the IM app (Google talk / MSN). As a beginner (in Android development) its quite difficult to

[android-developers] Re: Identifying GUI items of the IM chat dialog

2008-12-22 Thread Falcon4ever
Good suggestion, thanks :) On Dec 22, 6:36 am, Ralf ralfo...@gmail.com wrote: FYI the SDK contains a tool called HierarchyViewer. It can connect to an emulator or actual device via adb and show you the exact UI objects used by any screen, with all its properties. R/ On Sun, Dec 21, 2008

[android-developers] Re: Change Text color in listview

2008-12-22 Thread Mark Murphy
And-Rider wrote: Can any one tell me as how to change the text color of items which are been displayed in a listview.I was able to assign a background color for the listview but dint find any attributes to change the text color.. Specify your own layout to use for the rows:

[android-developers] Re: warning The opening audio output failed

2008-12-22 Thread Mark Murphy
jalandar wrote: After launching home activity it gives another dialog android.phone not responding force close , what reason behind this mesg. This error, and many of the others you reported, are because the emulator is running too slowly, in my experience. That could be because the PC the

[android-developers] Embeded APK?

2008-12-22 Thread Louis
Hi, All: Our product need provide some SDK to 3rd party, and we want to provide some services or activity in Android platform, spec for services. But seems we can't provide it through the Jar files (Please let me know if I am wrong :) ), And in these cases, is there any way to make our APK as

[android-developers] Re: Embeded APK?

2008-12-22 Thread Mark Murphy
Louis wrote: Our product need provide some SDK to 3rd party, and we want to provide some services or activity in Android platform, spec for services. But seems we can't provide it through the Jar files (Please let me know if I am wrong :) ), Sure you can! Take your compiled Java classes and

[android-developers] Re: Smack API and Android

2008-12-22 Thread Tez
Thanks, that sorted the error out, but now when i run the app, the process stops unexpectedly. iam not using the patched version of smack.jar, i read that u need to have the patched version for it to work with android. If u have it please send me a copy. Thanks in advance. Earlence On Dec 22,

[android-developers] Re: ● SSL /TLS timeout issue ●●● PLS HE LP ●●●

2008-12-22 Thread Nickname
refreshing my RFH... Or, is it insufficiency or bug of Android??! On Dec 20, 9:15 am, Nickname yes...@live.com wrote: Hi folks. Did anyone ever suceeded in setting timeout period of client SSL connection??? I am using the following snippet to initiate a SSL/TLS client connection, but

[android-developers] Re: Keeping GUI Updated

2008-12-22 Thread Al
Sorry for the late reply... Dianne, I'm not sure what you mean by keep the state in the service. Do you mean keep the data to be sent to the GUI on the service, then have the Activity request it? At the moment, I am doing something like this: Activity is alive - Server thread checks status of

[android-developers] SQlite and Foreign Keys

2008-12-22 Thread gsk
Hello Everybody, I am trying to join two tables in the Android SQlite DB but looks like SQlite does not support foreign key relationships. Does anybody know the workaround to this? I am sure other people must be using multiple tables in their Android app, how do you join them? Any help

[android-developers] Re: SQlite and Foreign Keys

2008-12-22 Thread Mark Murphy
gsk wrote: I am trying to join two tables in the Android SQlite DB but looks like SQlite does not support foreign key relationships. http://www.sqlite.org/syntaxdiagrams.html#table-constraint I am sure other people must be using multiple tables in their Android app, how do you join them?

[android-developers] SetAlpha weirdness

2008-12-22 Thread Sundog
I use .setAlpha() to highlight objects derived from ImageButton. There can be several of these on the same screen, all referring to the same drawable resource. On the FIRST - and ONLY the first - time I call .setAlpha() on a button after the activity opens, ALL the buttons that share this

[android-developers] Re: SetAlpha weirdness

2008-12-22 Thread Romain Guy
That's a known issue I'm going to fix in cupcake. On Mon, Dec 22, 2008 at 4:57 PM, Sundog michael_...@tmail.com wrote: I use .setAlpha() to highlight objects derived from ImageButton. There can be several of these on the same screen, all referring to the same drawable resource. On the FIRST

[android-developers] Re: How to load applications on Android Dev Phone??

2008-12-22 Thread Michael
start at http://code.google.com/android maybe? --~--~-~--~~~---~--~~ 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

[android-developers] Re: SetAlpha weirdness

2008-12-22 Thread Sundog
Wow, thanks very much for the speedy reply. So can I assume that issue will go away before paid apps are available, or should I try to find a workaround? In other words, will Cupcake be out before paid apps are? I suppose it's an unfair question to ask for news or a news link related to the paid

[android-developers] Re: SetAlpha weirdness

2008-12-22 Thread Romain Guy
I have absolutely no idea :) On Mon, Dec 22, 2008 at 5:10 PM, Sundog michael_...@tmail.com wrote: Wow, thanks very much for the speedy reply. So can I assume that issue will go away before paid apps are available, or should I try to find a workaround? In other words, will Cupcake be out

[android-developers] Re: adb devices command sees multiple offline devices attached - but it's the same device

2008-12-22 Thread Derek
adb kill-server does the work! Thanks! Derek On Oct 31, 6:53 am, Rob Franz rob.fr...@gmail.com wrote: This was in Windows - but a reboot did the trick anyway. I think the problem is caused by disconnecting the phone from the USB without properly exiting out of the adb shell... maybe.

[android-developers] Re: Adding image to Background:

2008-12-22 Thread Sundog
View.setBackgroundResource() On Dec 22, 4:08 am, diya blore diya.bl...@gmail.com wrote: Hi, For an  Application background .. i need to add an image. On Mon, Dec 22, 2008 at 5:24 AM, sukumar bhashyam.suku...@gmail.com wrote: Setting background Image to where? Application background or

[android-developers] How to inflate AND replace *this* with the inflated tree?

2008-12-22 Thread Dave Kong
Hi all, Perhaps this has been posted but I couldn't find the answer through searching. So would appreciate a redirect if that's the case. I love to inflate my views when I construct a custom Layout, since I can have the behavior in code but presentation defined in xml files. However, I find that

[android-developers] Automatic browser?

2008-12-22 Thread Yoav Weiss
Hi All, I'm a newbie to Android application development (I'm usually on the Android-platform mailing list). I need to create an app that does automatic browsing. Did someone walk this path before me? Can I get a few hints regarding the browser's API that can enable such an app? Thanks! Yoav

[android-developers] Re: Problems installing on a Dev Phone

2008-12-22 Thread 20cents
I just got mine too... I could not install apps either... (it froze on the 'startin download' progress bar ) i guess it's because my data plan isn't active yet (cannot download on 3G network) Tthis problem disappeared when i connected on a Wifi network, on which i could load applications...

[android-developers] save data to sd card

2008-12-22 Thread Tesh
hey can anyone develop a program in which we can save all data to our sd card an erase them. like the internet an sms messages. it would cause less problems if those data store there because we will be able to do more if things same to sd card rather then on the phone itself an the phone would

[android-developers] SHA1 Encryption

2008-12-22 Thread flash
Hi, Is there anyway in android that you can SHA1 encrypt a String? Thanks --~--~-~--~~~---~--~~ 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] Re: Windows driver for HTC G1 phone

2008-12-22 Thread ksaeid...@gmail.com
Hi: just wanted to thank you , your solution worked and it was simple , to the point and I wanted to thank you . Sent an email too. now I am a happy camper !. Sean On Nov 10, 5:23 pm, jedmon jeder...@gmail.com wrote: Windows driver not required to access your G drive in your G1. 1st step:

[android-developers] Keyboard

2008-12-22 Thread zbtjames
I am not a Droid Developer or anything close. Hell, I can barely use my PC. That's why I'm suggesting this here. I have read that the G1 will finally get a touch screen keyboard sometime early next year. However, it will be a QWERTY keyboard. When the touchscreen keyboard comes out, I would love

[android-developers] Re: Adding image to Background:

2008-12-22 Thread Manjunath
Hi Diya, Can you be more clear on your questions please. Thanks Regards Manjunath On Dec 22, 2:46 pm, diya blore diya.bl...@gmail.com wrote: Hi All, Can any one guide how to implement ,As Adding image to the background. -- Thank's in adv. Diya :)

[android-developers] Repeating AnimationSet

2008-12-22 Thread PKC
I'm trying to make a simple set of animations repeat. Based on documentation, it appears that below should work but the animation runs once and does not repeat. Any pointers would be appreciated. Thanks public void onCreate(Bundle savedInstanceState) {

[android-developers] How to broadcast a block of data by intent?

2008-12-22 Thread Nick
Hi,all I'm implementing a service. And I want to broadcast a block of data by intent when my service received a block of data by WAP push message. How can I get this down? Does anyone have sample code? --~--~-~--~~~---~--~~ You received this message because

[android-developers] hi,i'm new here.and i have a question about how to draw word on the surfaceview.

2008-12-22 Thread quill
i have known about how to draw points in the surfaceview with the APIdemo in the sdk.to use ontouchevent() function.but i want to know when(which point) the pen has touched the screen, and when it has distouched. is there any functions likes onclickdown() or something esle? thank you for your

[android-developers] Re: How to inflate AND replace *this* with the inflated tree?

2008-12-22 Thread Romain Guy
You can use the merge / tag as the root tag of the inflated XML file. It basically lets you add all the children of the XML file into the supplied root. For instance: mylayout.xml: merge Button / Button / /merge class MyLayout extends LinearLayout { // adds the two buttons as children of

[android-developers] Re: hi,i'm new here.and i have a question about how to draw word on the surfaceview.

2008-12-22 Thread Sundog
Yes. You want an OnTouchEventListener, then you get various message from that that will let you distinguish. On Dec 22, 1:30 am, quill quill...@163.com wrote: i have known about how to draw points in the surfaceview with the APIdemo in the sdk.to use ontouchevent() function.but i want to know

[android-developers] Display a screen for 2 0r 3 seconds

2008-12-22 Thread nithin warier
I want to display a screen for 2 or 3 seconds only, for this what should i do.. which function to use... please help.. Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: zimbra, kmail LINUX

2008-12-22 Thread Michael
1. Is it possible, to sync the android dev phone 1 with kontact or kmail? I do not want to use google mail. Not at this time, though you could certainly write an application to do it. I think we're lacking SyncML libraries right now... but in my experience playing with syncing to KDE stuff,

[android-developers] Re: SHA1 Encryption

2008-12-22 Thread Ralf
On Mon, Dec 22, 2008 at 4:22 AM, flash bennyco...@gmail.com wrote: Hi, Is there anyway in android that you can SHA1 encrypt a String? Try googling java crypto sha1 to see how to use the MessageDigest API: http://code.google.com/intl/fr/android/reference/java/security/MessageDigest.html R/

[android-developers] Re: Display a screen for 2 0r 3 seconds

2008-12-22 Thread Ralf
You can use View.postDelayed(action, delayMillis) to execute something after a delay. If you don't have a View, use the Handler class instead. See their various postXxx() methods. R/ On Mon, Dec 22, 2008 at 10:08 AM, nithin warier nithin.war...@gmail.com wrote: I want to display a screen for

[android-developers] Re: No onTrackballEvent in ItemizedOverlayOverlayItem?

2008-12-22 Thread J.C. Wren
Any ideas here? Thanks, --jc On Dec 19, 11:17 pm, J.C. Wren jcw...@gmail.com wrote: I've provided aonTrackballEventin a ItemizedOverlayOverlayItem that I've sub-classed.  I do not seem to be getting any events through this method. I've over-ridden onTap(), draw(), createItem() and size(),

[android-developers] Custom Views and Touch Events

2008-12-22 Thread Haseman
I seem to be having a problem stacking multiple Activities with custom views and still receiving touch events. With a single Activity containing a single custom View I can call setFocusableInTouchMode(true) and when I touch the screen my custom view receives the onTouch event. From that activity,

[android-developers] Re: Activity goes to background but secondary thread needs to end its work

2008-12-22 Thread jtaylor
That's all you can do. A service process is 3rd on the importance hierarchy in the system deciding which processes should not be killed. Just behind a 'visible process' such as a paused activity. 3. A service process is one holding a Service that has been started with the startService() method.

[android-developers] Regarding Opencore Codec Integration

2008-12-22 Thread scs
Hi, I see in Pv_Omxdefs.h file as like //Enable/disable this switch to build the workspace with or without proxy // 1 - Enable, 0 - disable // 1 - Multithreaded, 0 - AO #define PROXY_INTERFACE 1 Can you please let me know what is it mean? By default the source code (Opencore) is with

[android-developers] Re: Regarding Opencore Codec Integration

2008-12-22 Thread Mark Murphy
scs wrote: I see in Pv_Omxdefs.h file as like Questions on the Android open source project are best asked on one of the Android open source project discussion lists: http://source.android.com/discuss -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android

[android-developers] Font size for Context menu

2008-12-22 Thread loty
HI, I added long-press context menu to my app with menu items that are generated during run-time. Sometimes menu items are too long to be displayed and Android shows part of it and then puts ellipsis (...) for the rest. Is there any way to change font size for menu items? I tried looking through

[android-developers] Suggestions Needed: can not play sound files under assets folder

2008-12-22 Thread Toothy Bunny
Hi All, I have been struggling with playing a WAV file music.wav under assets folder of my APK file. The WAV file has been proven good by using Android SDK's media sample code. I tried the following methods, all of them generates java.io.IOException: Prepare failed.: status=0xFFFC. Method 1

[android-developers] Re: :: using System.gc();

2008-12-22 Thread Dan Bornstein
On Sun, Dec 21, 2008 at 11:34 PM, Imran imran...@gmail.com wrote: hey can i use System.gc() in my activity to request for garbage collection. will it work () .. will the garbage collector be called ? Yes it will. However, let me warn you that in my experience adding explicit calls

[android-developers] Re: Map recycling and use problems

2008-12-22 Thread Soonil Nagarkar
Bumping in the hope anyone knows anything. On Dec 17, 8:00 pm, Tsunami soon...@gmail.com wrote: I have one map activity in my application which uses a map view inflated from XML. Registered for an API key, and all works well, etc... However, the map activity is registered in my manifest to be

[android-developers] Re: Map recycling and use problems

2008-12-22 Thread Disconnect
This is not a forum. This is a mailing list. Don't do that. On Mon, Dec 22, 2008 at 3:43 PM, Soonil Nagarkar soon...@gmail.com wrote: Bumping in the hope anyone knows anything. On Dec 17, 8:00 pm, Tsunami soon...@gmail.com wrote: I have one map activity in my application which uses a map

[android-developers] Re: zimbra, kmail LINUX

2008-12-22 Thread ipalik
well, here are many linux users and there should be an aplication now! On 22 Dez., 19:31, Michael michael573...@gmail.com wrote: 1. Is it possible, to sync the android dev phone 1 with kontact or kmail? I do not want to use google mail. Not at this time, though you could certainly write an

[android-developers] Re: How to inflate AND replace *this* with the inflated tree?

2008-12-22 Thread Dave Kong
Thanks Romain! That does the trick. Found the doc in Release change note from M5, but apparently not doc'ed otherwise. From what I've read and tried, it seems that the layout properties on the merge container does NOT transfer to the new element after inflating the subtree, and I must define

[android-developers] Re: zimbra, kmail LINUX

2008-12-22 Thread ipalik
do you know where the addresses, appointment and the tasks files are stored on the google file system? On 22 Dez., 22:01, ipalik p.christo...@googlemail.com wrote: well, here are many linux users and there should be an aplication now! On 22 Dez., 19:31, Michael michael573...@gmail.com wrote:

[android-developers] Re: How to inflate AND replace *this* with the inflated tree?

2008-12-22 Thread Romain Guy
From what I've read and tried, it seems that the layout properties on the merge container does NOT transfer to the new element after inflating the subtree, and I must define them in code. Is this accurate? merge / only means ignore me, any attribute you put on it will be forgotten by the

[android-developers] Re: Suggestions Needed: can not play sound files under assets folder

2008-12-22 Thread Toothy Bunny
Hi All, After searching developer group, I found out the problem might be related to the file permission, because Android Media player does not have permission to access application's data directory. Here is another developer's post about Media Player's problem. Hongkun www.omnigsoft.com

[android-developers] Re: DDMS and Ubuntu 8.10 64-bit

2008-12-22 Thread Mark Murphy
Mark Murphy wrote: Environment: -- Ubuntu 8.10 Intrepid Ibex 2.6.27-9-generic x86_64 GNU/Linux -- Sun Java 6 JDK java version 1.6.0_10 Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode) -- ia32-libs

[android-developers] Re: Automatic browser?

2008-12-22 Thread Yoav Weiss
Thanks, but not really. I was thinking more along the lines of: Using Android.webkit.WebView's loadUrl method to load different pages Using Android.webkit.WebViewClient to listen on the onPageFinished and onPageStarted events Do you think it would work? On Mon, Dec 22, 2008 at 10:10 PM, Sergi

[android-developers] Re: Suggestions Needed: can not play sound files under assets folder

2008-12-22 Thread Dave Sparks
See this thread for using media player to play from APK resource files: http://groups.google.com/group/android-developers/browse_thread/thread/6668898856f8f090 On Dec 22, 1:20 pm, Toothy Bunny hongkun...@gmail.com wrote: Hi All, After searching developer group, I found out the problem might

[android-developers] Re: DDMS and Ubuntu 8.10 64-bit

2008-12-22 Thread Christine
I have Ubuntu Linux 8.04 on a 64 bit AMD processor, java 6. DDMS installed without a problem, works fine. I do remember that initially, long before I installed the Android sdk, I had problems with Eclipse, until I found what startup command parameters I had to use to make it work properly, and I

[android-developers] Re: Automatic browser?

2008-12-22 Thread Michael
Heh, I think that using webkit for this is NOT the right solution. Were I to do this, and I've done it a few times already, I'd be doing it with HttpClient. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] What user forums

2008-12-22 Thread Christine
Just out of curiosity, what user forums do you guys monitor? I want to know what users think of my apps in particular and about Android in general, but I haven't found a forum with a lot of traffic, yet. --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: What user forums

2008-12-22 Thread Justin Collum
androidcommunity is the only one I've found. Decent traffic. On Mon, Dec 22, 2008 at 2:10 PM, Christine christine.kar...@gmail.comwrote: Just out of curiosity, what user forums do you guys monitor? I want to know what users think of my apps in particular and about Android in general, but I

[android-developers] Re: SQlite and Foreign Keys

2008-12-22 Thread Justin Collum
You can add faked foreign keys to SQLite with triggers (google it). But you'll take a performance hit for it. Still, orphan records blow. It's a tossup. On Mon, Dec 22, 2008 at 7:35 AM, Mark Murphy mmur...@commonsware.comwrote: gsk wrote: I am trying to join two tables in the Android SQlite

[android-developers] Re: Automatic browser?

2008-12-22 Thread Yoav Weiss
Why wouldn't you use WebKit?I need to browse to a page (i.e. fetch the HTML + all related resources), not download a single resource. Can HttpClient do that? On Mon, Dec 22, 2008 at 11:04 PM, Michael michael573...@gmail.com wrote: Heh, I think that using webkit for this is NOT the right

[android-developers] Re: What user forums

2008-12-22 Thread phandroid
AndroidForums.com On Dec 22, 5:31 pm, Justin Collum jcol...@gmail.com wrote: androidcommunity is the only one I've found. Decent traffic. On Mon, Dec 22, 2008 at 2:10 PM, Christine christine.kar...@gmail.comwrote: Just out of curiosity, what user forums do you guys monitor? I want to

[android-developers] Re: Automatic browser?

2008-12-22 Thread Michael
Can it? Yes, of course. Should you? That's another question. Sounds like I don't have enough information about what you're trying to do to give you a proper answer. Are you trying to display a web page to the user, or parse data out of it? On Dec 22, 5:37 pm, Yoav Weiss

[android-developers] Re: Automatic browser?

2008-12-22 Thread Yoav Weiss
I want to display a full web page to the user, while measuring the download times. This is why I was leaning towards WebKit. On Mon, Dec 22, 2008 at 11:52 PM, Michael michael573...@gmail.com wrote: Can it? Yes, of course. Should you? That's another question. Sounds like I don't have

[android-developers] How to start the standard MusicBrowserActivity?

2008-12-22 Thread geoff . stromberg
Hello, From within my application, I'd like to start the standard MusicBrowserActivity (found in Music.apk) which is built into Android. I want to start it programmatically, just as if the user had picked Music from the application launcher. The class for this Activity is:

[android-developers] Re: Automatic browser?

2008-12-22 Thread Michael
Ah. I misunderstood what you were trying to do then. Your original post wasn't at all clear about this goal. On Dec 22, 5:58 pm, Yoav Weiss yoav.weiss...@gmail.com wrote: I want to display a full web page to the user, while measuring the download times. This is why I was leaning towards

[android-developers] signing cert revocation

2008-12-22 Thread enervatron
Hi, I just read through the archives and Dianne answered where we currently are, but I'm not sure that's a very good place. When signing an app, it appears that the platform is doing, essentially, a leap of faith kind of signing key trust ala SSH. That is, if i've never seen a key/name binding

[android-developers] Re: Problems running telnetd on adp1

2008-12-22 Thread onlythoughtwo...@googlemail.com
Thanks, is there another way then telnet to access the phones console from my pc. SSH? On Dec 22, 5:02 am, David Turner di...@android.com wrote: telnetd has been removed after RC30. On Mon, Dec 22, 2008 at 1:27 AM, onlythoughtwo...@googlemail.com onlythoughtwo...@googlemail.com wrote:

[android-developers] Re: Problems running telnetd on adp1

2008-12-22 Thread Mark Murphy
onlythoughtwo...@googlemail.com wrote: Thanks, is there another way then telnet to access the phones console from my pc. SSH? adb shell, using the SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Available!

[android-developers] Re: Has anybody received an android dev phone in the US yet?

2008-12-22 Thread Steve
Finally got this to work, on ATT, call them to add the PDA personal plan, then did this -- Dec 11, 10:40 am, Mark K mark.ka...@gmail.com wrote: I'm using my G1 on ATT , I had to add wap.cingular as an apn, set 'wap.cingular' as the name and apn, left all other settings blank.

[android-developers] Re: Adding image to Background:

2008-12-22 Thread Emmanuel
In the xml layout file, add a android:background option, with the path to your background file : example : ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent android:layout_height=fill_parent

[android-developers] Extracting Apk Files

2008-12-22 Thread Kingorcus
I need google's response on this one please I noticed that Astro's App can extract the apk files for installed apps on the phone. 2 things this contradicts http://code.google.com/android/devel/security.html and is this a bug in the SDK I though apks are stored in /data/app and no app has

[android-developers] Re: AlertDialog OnKeyListener - How to get Focused Item?

2008-12-22 Thread coderiver
I am thinking I need to override the dialog and track the position of the focused item myself. That seems kind of risky in case they ever get out of synch. Am I missing something obvious? Thanks! On Dec 20, 1:52 pm, coderiver coderi...@gmail.com wrote: I have an AlertDialog with an

[android-developers] How does app know its APN in the APN list?

2008-12-22 Thread JBQ
Hello,android put all apn in a apn list in Mobile networks menu.I want to know how the mms and browser and other app knows which is the right apn?If there are two apns works but fee is not same,How could user select the cheaper one? --~--~-~--~~~---~--~~ You

[android-developers] How to bind to a Service only if it was already running?

2008-12-22 Thread Moto
Hi all, Currently I'm trying to make an Activity attempt to bind to a Service. I don't want this Activity to start the service if the service wasn't running. Is there a way to bind to a service without starting it if it wasn't running? My goal is that one Activity is the only one that can

[android-developers] Re: How to bind to a Service only if it was already running?

2008-12-22 Thread JP
Right here: http://code.google.com/android/reference/android/content/Context.html#bindService(android.content.Intent,%20android.content.ServiceConnection,%20int) I am using this and got the expected result. On Dec 22, 6:29 pm, Moto medicalsou...@gmail.com wrote: Hi all, Currently I'm trying to

[android-developers] Re: How to bind to a Service only if it was already running?

2008-12-22 Thread JP
Not sure if the link jumps to Context.bindService() but this is the method you might be interested in. On Dec 22, 7:08 pm, JP joachim.pfeif...@gmail.com wrote: Right here:http://code.google.com/android/reference/android/content/Context.html...) I am using this and got the expected result.

[android-developers] Re: How to bind to a Service only if it was already running?

2008-12-22 Thread Moto
Hey JP thanks for your reply! So I'm looking at what your saying but bindService() says it will create the service if needed... and I don't want that... do the flags have something to do with creating or not? // bindService(Intent

[android-developers] Re: How to bind to a Service only if it was already running?

2008-12-22 Thread Moto
Adding a little more info: The service is Remote so it runs forever until I kill it... --~--~-~--~~~---~--~~ 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] Re: Help! How to collect logs on a real G1?

2008-12-22 Thread Gery
I just can't imagine that Android doesn't have the capability to output logs to a file... Look at Log4J, a simple log4j.xml config file will fix everything... Now I am looking into LogManager.java to find something.. I need a little bit luck.. On 12月22日, 下午6时28分, Gery gelin...@gmail.com wrote:

[android-developers] Re: How does app know its APN in the APN list?

2008-12-22 Thread JasonCheng
i also have interesting on this. On Dec 23, 9:59 am, JBQ jb...@huawei.com wrote: Hello,android put all apn in a apn list in Mobile networks menu.I want to know how the mms and browser and other app knows which is the right apn?If there are two apns works but fee is not same,How could user

[android-developers] Re: Change Text color in listview

2008-12-22 Thread 心蓝
i just wanna to konw the answer! 2008/12/22 Mark Murphy mmur...@commonsware.com And-Rider wrote: Can any one tell me as how to change the text color of items which are been displayed in a listview.I was able to assign a background color for the listview but dint find any attributes to

[android-developers] Re: Testing a Android Activity..

2008-12-22 Thread Manjunatha M (ಮಂಜುನಾಥ ಎಂ)
Can I get any examples??? On Mon, Dec 22, 2008 at 11:36 PM, Ralf ralfo...@gmail.com wrote: It's called Instrumentation under Android: http://code.google.com/intl/fr/android/reference/android/test/InstrumentationTestRunner.html R/ On Mon, Dec 22, 2008 at 1:54 AM, Manjunatha M (ಮಂಜುನಾಥ ಎಂ)

[android-developers] Application/Activity launched notification?

2008-12-22 Thread sukumar
hi, Is there a way in Android, to listen for any event/notification when an application/actiivty is launched?. Thanks. Sukumar. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: What user forums

2008-12-22 Thread Al Sutton
The android-discuss mailing list :) If you want to get user feedback maybe you should do something with your site (forums, feedback forms, etc.), and link to it from your app. That way users can look at your other offerings and get news about the app they are using. Al.

[android-developers] Re: What user forums

2008-12-22 Thread Al Sutton
I'd be careful on there. I posted about the AndAppStore client in the application promotion forum asking for feedback and got banned for spamming :O. I guess some people just want to stick the head in the sand and pretend apps they don't want to see succeed don't exist :) Al.

[android-developers] How to config the emulator to browser www?

2008-12-22 Thread JBQ
I heard somebody has browser www by emulator.but I cannot,Could anybody tell me how to config my evironment?Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

  1   2   >