Re: [android-developers] Re: In Gps app, Reduce the Distance Time to 5m/10min , 10m/25sec.

2010-05-24 Thread subrat kumar panda
Hello Scott, Yes i am using milliseconds instead of minutes. so should i use minutes instead of milliseconds? Thanks for your reply On Fri, May 21, 2010 at 11:44 PM, Scott scotthameis...@gmail.com wrote: Are you using milliseconds instead of minutes...??? On May 21, 9:59 am, subrat kumar

RE: [android-developers] Client server setup in android

2010-05-24 Thread Ted Neward
That's kind of a REST 101 sort of question and not constrained to Android in any way. Your best bet is to find a simple REST tutorial on the web someplace and build a simple REST client and server. After that, read up on the HTTP protocol itself so you understand the details. Ted Neward Java,

[android-developers] Difference between StageFright and Opencore

2010-05-24 Thread SHameed
What are the differences between StageFright and Opencore? What does this mean to app developers? Please point me to any links, tutorials online. 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] Problems in Streaming in the MediaPlayer class .

2010-05-24 Thread Ant
Hi, I am trying to implement a Radio application in Android. The native MediaPlayer class takes only http/rtsp or file (as far as i know) as it's source. And my urls actually send data in ICY protocols thus the native player can not stream from these urls. So what I do is make a proxy server

[android-developers] Re: samsung app store

2010-05-24 Thread gosh
There was some Press around January this year about Motorola launching an apps store. I checked their site recently (here: http://developer.motorola.com/shop4apps/ ) and it seems that they only do China, but soon will also be Argentina, Brazil and Mexico. Does anyone have experience of

[android-developers] about google map nearby search

2010-05-24 Thread gujian
hi,all as we know,we can search nearby when use google map.recently I want to do something about search which when you can input a number (500meter ~2000meter) you can search within the limit of nearby for using the number.now how can I do to mapping the number to the map? Have any methods?thanks.

[android-developers] Start a service during device boot-up

2010-05-24 Thread Soumya
Hi, I have written a class which extends the Service class of android and would like to launch the service during device boot-up. From the service I would like to receive the intents such as boot completed and screen off and on. Currently I am using a BroadcastReceiver to get the boot completed

[android-developers] Re: To unregister a broadcast receiver register registered in manifest file

2010-05-24 Thread Ant
Sorry for this really late reply.. What i get from your query is that it is related to how exactly the broadcast receiver working. So this what really happens when you register the receiver :- the receiver gets registered in some file or registery file of the Android OS. E.g you register a

[android-developers] Re: samsung app store

2010-05-24 Thread gosh
There's also this site at Sony/Ericsson: https://submit.sonyericsson.com/developer/login/ Does anyone have experience of registering their Android app/s with Sony/Ericsson to access any markets beyond the current reach of paid apps in Android Market? I'm particularly interested if you have

[android-developers] Re: Certain apps not being shown in Android Market?

2010-05-24 Thread Christopher
From a little bit of testing it's appearing that this is a copy protection issue. All of my apps are copy protected, and none of them are now showing in the market on my N1 with 2.2. I should mention that I've been having a bit of difficulty in testing this completely as I can make changes and

[android-developers] Re: Apps not showing in market after factory reset with Froyo.

2010-05-24 Thread Christopher
Moving to this topic: http://groups.google.com/group/android-developers/browse_thread/thread/96d33683093a3dd7?pli=1 as it is the same issue. -- 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: Certain apps not being shown in Android Market?

2010-05-24 Thread Christopher
Went back and published a test app compiled against 1.5. Nothing fancy, just a basic app with minSdkVersion 3. With Copy Protection off, I could see it fine on the N1 with 2.2. Once copy protection was turned on, the app would no longer show in the market for the N1 with 2.2. This seems

[android-developers] Socket freezes via GSM connection

2010-05-24 Thread ayanir
Hello, I’m working on application that uses a socket connection. I’ve implemented 2 different Threads for the read() and the write() methods so they are not being blocked by the read. Everything is working well on the WiFi connection but when I switch to GSM connection the connection becomes

[android-developers] Re: Application Crash Reporting made easy - needs testers

2010-05-24 Thread Mathias Lin
Hi Kevin, I tried to include acra v2 following the HowTo2, but get a NullPointerException when acra tries to read the crash data. I filed a bug report here: http://code.google.com/p/acra/issues/detail?id=2 (I just tried to use the default silent mode for now.) Regards, Mathias On May 20, 8:35 

[android-developers] Force no scaling on web page

2010-05-24 Thread ebisudave
Android Developers, I am developing a web page that is designed for viewing on an Android phone. The width is fixed at 320 pixels. For some reason, when I view my web page on my Android phone (HT-03A), it scales the page down, so there is all sorts of extra space on the right of the viewport.

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-24 Thread peter
Hi all any update from those who still not getting their phone? I emailed Google and no response yet. I am located in Hong Kong and also noted that some of the developers in Hong Kong have received the phone but mine still not arriving ;( Any help? On May 17, 3:24 pm, bera bera...@gmail.com

[android-developers] Re: Certain apps not being shown in Android Market?

2010-05-24 Thread niko001
Hi, you're right, it's definitely a copy-protection issue, thanks for figuring that out :-)! The new Market Filters document in the official Dev Guide states: Forward-Locked Applications To forward lock an application, set copy protection to On when you upload the application to Market. Market

[android-developers] SignalStrength

2010-05-24 Thread Miguel Ruiz
Hi, I´m trying to delevop an application which reads the signal strength of the GSM signal for android 2.1 and I am not able to initialized the class SignalStrength. I´ve searched in context, PhoneStateListener and TelephonyManager. But not a clue. Nothing returns anything like SignalStrength or

[android-developers] Brightness Android 2.2 vs Android 2.1

2010-05-24 Thread Fran
I've just realised Android 2.2 has less brightness (max level) than Android 2.1. It's looks like less AMOLED :( In Setting Display Brightness is on top. Any reason? save battery? Cheers -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: SignalStrength

2010-05-24 Thread Nicolas Thibaut
hi , the signal strength is broadcasted to you app. I am using it like this: public final PhoneStateListener mPhoneStateListener = new PhoneStateListener() { @Override public void onSignalStrengthChanged(int asu) { . //receive the new signal strength and

[android-developers] Re: Certain apps not being shown in Android Market?

2010-05-24 Thread String
On May 24, 10:32 am, niko001 ebs...@googlemail.com wrote: Forward-Locked Applications To forward lock an application, set copy protection to On when you upload the application to Market. Market will not show copy-protected applications on developer devices or unreleased devices. I don't

[android-developers] Re: How does Android implement copy-as-install and remove-as-uninstall?

2010-05-24 Thread mah
I'm not certain that what you say is completely true. I've noticed that manually putting an APK in /data/app makes it available, however there are other things that happen during a correct installation which this method bypasses. Specifically, I've noticed that if the APK includes any native

[android-developers] Android Bug Reporting verbosity

2010-05-24 Thread Rob Franz
Wow, this bug reporting thing is great. I just noticed this new feature the other day and it's very useful - I'd get helpful emails from users saying it don't work and it force closes when I do action with no clue of where the issue was in the code. I'm wondering if there's currently any

[android-developers] You tube player class name

2010-05-24 Thread zohar lerman
Hi , I found that there is difference in class name of the YouTube player between devices: Some call it ‘com.google.android.youtube.PlayerActivity’ and some ‘com.google.android.youtube.YouTubePlayer’ My question is: Is there a way to retrieve the class name? Thanks -- You received this

Re: [android-developers] You tube player class name

2010-05-24 Thread Mark Murphy
zohar lerman wrote: Hi , I found that there is difference in class name of the YouTube player between devices: Some call it ‘com.google.android.youtube.PlayerActivity’ and some ‘com.google.android.youtube.YouTubePlayer’ My question is: Is there a way to retrieve the class name? The

Re: [android-developers] Android NDK

2010-05-24 Thread Rogério de Souza Moraes
Hi Satish, i recomend that you compile the samples that comes with it. This is how I learned how to use the NDK. Regards, Rogerio 2010/5/22 satish bhoyar getsatonl...@gmail.com Hi Rogerio, Thanks for the link. Do you know any link on the tutorial to use this ndk , how to write any code

[android-developers] Re: You tube player class name

2010-05-24 Thread zohar lerman
SO how do i open the you tube player? I hold youtube url (http://www.youtube.com/watch?v=dMH0bHeiRNg) and i want to show it directly in youtube player without opening the browser first? On May 24, 2:31 pm, Mark Murphy mmur...@commonsware.com wrote: zohar lerman wrote: Hi , I found that

Re: [android-developers] Android NDK

2010-05-24 Thread satish bhoyar
Ok thanks ...Rog...:) 2010/5/24 Rogério de Souza Moraes rogerio.so...@gmail.com Hi Satish, i recomend that you compile the samples that comes with it. This is how I learned how to use the NDK. Regards, Rogerio 2010/5/22 satish bhoyar getsatonl...@gmail.com Hi Rogerio, Thanks for

[android-developers] Re: Phone Unlocked Notification

2010-05-24 Thread Nik Bhattacharya
Anybody? Thank 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 to android-developers+unsubscr...@googlegroups.com For

[android-developers] Re: unable to open database file after OS upgrade

2010-05-24 Thread Emmanuel
Badly, I was over optimistic. The bug occurred again. If someone know for real how to get rid of it, it would be nice !! Emmanuel http://androidblogger.blogspot.com/ http://www.alocaly.com/ On May 3, 1:00 am, Emmanuel emmanuel.ast...@gmail.com wrote: hello all, Just to let you know, I

Re: [android-developers] Re: You tube player class name

2010-05-24 Thread Mark Murphy
zohar lerman wrote: I hold youtube url (http://www.youtube.com/watch?v=dMH0bHeiRNg) and i want to show it directly in youtube player without opening the browser first? Note that if Google wanted you to access the YouTube player directly, they would have documented it here:

[android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-05-24 Thread Flying Coder
Hi Greg, Did you ever figure out what was going on? I'm having exactly the same problem. Thanks, Steve On May 21, 8:39 pm, Greg Giacovelli miyamo...@gmail.com wrote: Nope it's just in drawable. -Greg On May 21, 5:28 pm, Xavier Ducrohet x...@android.com wrote: Is that resource

[android-developers] How to make virtual keyboard show word predictions (suggestions) for an EditText ?

2010-05-24 Thread I.E.
Hello, In the Text Messaging app, when typing text into the the EditText field that says Tap to compose, the virtual keyboard shows word predictions (word suggestions) just above the keyboard. See here for an example (bottom image):

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-05-24 Thread bera
@peter : You are the 4th,who still not get phone. The threads in Android Help forum : http://www.google.com/support/forum/p/Android+Market/thread?tid=28c547dd12652a90hl=en http://www.google.com/support/forum/p/Android+Market/thread?tid=4ce9afe6af9b3d8bhl=en No one ignored us,we are bad luck.

[android-developers] Re: Client server setup in android

2010-05-24 Thread santha
Hi Ted, Thanks for the reply.. Currently im working on android applications development..In this my requirement is to send the data from the client application to server.. In so many blogs i read that it is better to send in the JSON format.. But on the server it should have capable of reading

[android-developers] Re: Bluetooth socket to non Android device

2010-05-24 Thread Chris
Is it possible for me to implement Bluez methods in Android? I found this API and should allow me to get my app working. However, Bluez methods are not found in Eclipse. Here is the link http://lamp.epfl.ch/~linuxsoft/android/android-m3-rc20a/docs/reference/org/bluez/RfcommSocket.html Or if

[android-developers] Re: library projects

2010-05-24 Thread Mark Carter
You can read more discussion about this and related matters here: http://groups.google.com/group/android-developers/browse_thread/thread/0b4a5d751346655b On May 23, 7:56 pm, Greg Donald gdon...@gmail.com wrote: On this

[android-developers] Two-way sync adapter for custom accounts

2010-05-24 Thread Kwisatz
Is there a way to have a sync adapter to synchronize from and to the cloud? In the documentation and samples I can only find the cloud-to-device sync. And is it also possible to edit contacts from a custom account? Any help would be appreciated. Thanks. -- You received this message because you

[android-developers] Refreshing an activity on a tabwidget

2010-05-24 Thread Lamia Hannoun
Hello! I need to refresh my listview on my activity whenever i remove an item. I tried to call the activity (startActivity(Intent) ) it works but i lose the tabwidget.How Can I refresh my list without any lost ? Thx in advance. -- You received this message because you are subscribed to the

Re: [android-developers] Re: Client server setup in android

2010-05-24 Thread Frank Weiss
I was assuming that you have already used HttpClient for a client-server application and that HttpClient is apparently available on Android. As for JSON, there's already a lot of info on the web, if you just bother to search for it. If you want to learn Android programming please try out the

[android-developers] Re: ServerSocket issues

2010-05-24 Thread Paul
I have the same problem on my Samsung Moment actually... On May 19, 9:23 pm, Lee dr...@lc-cs.com wrote: Hello, 00 00 I am attempting to open a ServerSocket on my Android device to receive network connections, but do not seem to recieve network traffic from them. Running netstat -an

[android-developers] Re: Bluetooth socket to non Android device

2010-05-24 Thread piemm...@googlemail.com
What handset are you using? Only interested as Samsung handsets have hideously broken bluetooth until a very recent made progress in that area. Also the HTC desire has a 'busted' bluetooth stack if you want to do SDP as well. Other handsets like the nexus one reboot on a regular basis if you're

[android-developers] How to get several SdCard devices names on Android ?

2010-05-24 Thread JerryZhang
Hi Guys, Could you tell me how to get several SdCard devices names on Android platform? Is there available APIs for getting SdCard device name which is only attached this SdCard device?For example, I have two SdCard devices but how can I differ them ?( the content in the two SdCard devices is as

[android-developers] Re: Global search button removes my dialog, any help to ignore phone's search button click?

2010-05-24 Thread genxsol
actually i am displaying Eula in dialog on first run. main activity starts only if Eula is accepted and stored in preferences. if i long press menu or search button, Eula dialog just disappear and main activity comes in front which i dont want. how can i catch menu button events in dialog? On

Re: [android-developers] Re: Global search button removes my dialog, any help to ignore phone's search button click?

2010-05-24 Thread TreKing
On Mon, May 24, 2010 at 11:07 AM, genxsol genx...@gmail.com wrote: how can i catch menu button events in dialog? Don't know if you can. Is your dialog set to cancelable? - TreKing - Chicago transit

Re: [android-developers] Re: Global search button removes my dialog, any help to ignore phone's search button click?

2010-05-24 Thread Mark Murphy
genxsol wrote: actually i am displaying Eula in dialog on first run. Why use a dialog? Make the EULA be its own activity. Have the main activity call startActivityForResult() for the EULA if the EULA needs to be shown. In onActivityResult(), if the EULA is still not accepted, finish() (to exit

Re: [android-developers] Re: ServerSocket issues

2010-05-24 Thread Dan Sherman
Mobile carriers are almost all running NATs, you most likely won't be able to connect to the device without using some sort of hole punching, or wifi. - Dan On Mon, May 24, 2010 at 11:43 AM, Paul pauledangerous...@gmail.com wrote: I have the same problem on my Samsung Moment actually... On

[android-developers] Re: Even with Min SDK version, building app against 2.2 breaks 1.5?

2010-05-24 Thread Greg Giacovelli
Steve, Nope sadly I have not. Moto, nope that doesn't work either. The clean does this anyways. I cannot build my app against 2.2 until this gets worked out. I should say again, that the apk and all the resource ids are correct. I traced their values through the apk and the emulator and the G1

[android-developers] startForeground() broken on Incredible

2010-05-24 Thread Peter Jeffe
It seems that on the Incredible the startForeground() call is non- functional, causing my process to be put into the background scheduler class even though it has an active ongoing notification. I'm calling it the same as on other 2.x devices (through reflection as suggested by Diane for

Re: [android-developers] Difference between StageFright and Opencore

2010-05-24 Thread TreKing
On Mon, May 24, 2010 at 1:35 AM, SHameed shaahulham...@gmail.com wrote: What are the differences between StageFright and Opencore? Try google.com. What does this mean to app developers? Try google.com. Please point me to any links, tutorials online. Try google.com

[android-developers] Re: How to get several SdCard devices names on Android ?

2010-05-24 Thread Peter Jeffe
On May 24, 10:54 am, JerryZhang dopod-zhang...@hotmail.com wrote: Could you tell me  how to get several SdCard devices names on Android platform? Is there available APIs for getting SdCard device name which is only attached this SdCard device?For example, I have two SdCard devices but how can

Re: [android-developers] about google map nearby search

2010-05-24 Thread TreKing
On Mon, May 24, 2010 at 1:57 AM, gujian outspacem...@gmail.com wrote: how can I do to mapping the number to the map? Have any methods? http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/Projection.html

[android-developers] Table being pushed outside window

2010-05-24 Thread jgostylo
The issue is that the table I am making extends itself off the right side of the dialog window. It seems like it only does this when one of the components in the table is a textview with enough text to cover multiple lines. Someone suggested that I try using a gridview instead of a table layout

[android-developers] Re: Table being pushed outside window

2010-05-24 Thread blcooley
Check out the layout_weight parameter. I think you'll get what you want by specifying the following: for the Button, add android:layout_weight=0 for the TextView, add android:layout_weight=1 Also, you don't really need TableLayouts with single TableRows. You could get the same effect with a

[android-developers] Re: Force no scaling on web page

2010-05-24 Thread Matt Kanninen
I am also curious. On May 24, 2:15 am, ebisudave ebisud...@gmail.com wrote: Android Developers, I am developing a web page that is designed for viewing on an Android phone. The width is fixed at 320 pixels. For some reason, when I view my web page on my Android phone (HT-03A), it scales

[android-developers] Re: How to brick an Android phone?

2010-05-24 Thread Kumar Bibek
If this were possible, there would have been an app already by some crazy developer blacking out some Android phones. Thanks and Regards, Kumar Bibek On May 23, 6:47 pm, Mark Murphy mmur...@commonsware.com wrote: bschuhma wrote: Would this most easily be accomplished by publishing high

[android-developers] Camera preview - works on all devices apart from the Droid

2010-05-24 Thread mscwd01
Hey, This is my code I use to display a preview from the camera on a SurfaceView: public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { Camera.Parameters parameters = mCamera.getParameters(); ListSize cameraSizes =

[android-developers] Re: i dont understand this error

2010-05-24 Thread Kumar Bibek
I guess the error says it all. A ScrollView can have only one direct child. If you try to add more children to it, you will get this error. Thanks and Regards, Kumar Bibek On May 23, 7:22 am, Mark Murphy mmur...@commonsware.com wrote: emada.adame wrote: i have a app that searches a site then

[android-developers] Re: You tube player class name

2010-05-24 Thread Matt Kanninen
One cannot depend upon access to Youtube, but it's a very common feature request, and the Youtube player is preloaded. It is dangerous to use it, because it is undocumented. Is there a preferred or standard way to load a youtube video? Is it better to send an intent to view a youtube url,

Re: [android-developers] Phone Unlocked Notification

2010-05-24 Thread TreKing
On Sat, May 22, 2010 at 8:27 AM, Nik Bhattacharya nik.bhattacha...@frogdesign.com wrote: I would like to know if there is some sort of system broadcast just like the Boot Complete broadcast. Did you look through the docs? I would assume it would be in there, if it exists. If not, then it

[android-developers] Re: How to get several SdCard devices names on Android ?

2010-05-24 Thread Peter Jeffe
On May 24, 11:40 am, Peter Jeffe pje...@gmail.com wrote:     public static native int getFatVolumeId(String mountPoint); Sorry, I realized I was bit terse here. This isn't an exposed interface, so it's unsupported, but it's the only way I know to get it, so use at your own risk. Create the

[android-developers] Can we use to open pro services within FREE application using the paypal library for Android.

2010-05-24 Thread Abdul Mateen
Hi, I want to know if someone have any idea of opening pro services of FREE application using paypal lib for android, inregard to the Android Market agreement. Thank You, Abdul Mateen. -- Regards, Abdul Mateen, Software Engineer at Rounded Labs Ltd. Linux Administrator at Addictive Mobility Inc

[android-developers] API 8 (Froyo) changed lockpattern setting

2010-05-24 Thread Willem
My users seem complaining that my lockpattern plugin for locale does not work anymore. It turns out that the setting LOCK_PATTERN_ENABLED is moved from Settings.System to Settings.Secure. Since secure settings are read only my application becomes pretty useless in android 2.2... I understand that

Re: [android-developers] API 8 (Froyo) changed lockpattern setting

2010-05-24 Thread Mark Murphy
Willem wrote: My users seem complaining that my lockpattern plugin for locale does not work anymore. It turns out that the setting LOCK_PATTERN_ENABLED is moved from Settings.System to Settings.Secure. Since secure settings are read only my application becomes pretty useless in android 2.2...

[android-developers] API to enable / disable mobile data

2010-05-24 Thread gael
Hi, I need to find a way to enable / disable mobile data (the thing you can manually enable / disable in Settings-Wireless-Mobile Network (android 2.1) But I can't find any API for that! For WIFI, there's a method setWifiEnabled(boolean) on the class WifiManager. But I can't find anything like

[android-developers] How to invalidate multiple parts of screen

2010-05-24 Thread a450
I need to be able to selectively invalidate multiple (about 20) rectangles on the screen for performance reasons, so tried the following in my onDraw method: VectorRect myRects = new VectorRect(); // ... add some Rects to myRects for (Rect r : myRects) { invalidate(r); } However this seems

[android-developers] image fetch from webserver

2010-05-24 Thread vimal rajpara
hello friends, i have little problem pls help me i want to fetch image from web server , but i can not have path of that image on webserver , i can only access php file which show me that image alone. i want to fetch image from this link(

[android-developers] HTC Desire like dev phone ?

2010-05-24 Thread FMuller
Hello, Has someone allready used the HTC Desire like dev phone instead of the one we could buy on android market. Is it something possible or not ? Do we have to modify something on the device to do it or not ? Thanks for help, Cheers, Fabrice -- You received this message because you are

[android-developers] Need Web service sample code for me(Beginner)

2010-05-24 Thread veeramanikanda...@gmail.com
Dear Android Developers, Actually I'm a beginner for android applications.. Really I am struggling in developing web service development in android please help me... Thank You in advance.. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] About theme named in android dev!

2010-05-24 Thread cgifish
what different between xml and java code for define a theme name?e.g. name=Theme.Translucent in xml and refer it with the method setTheme(R.styles.Theme_Translucent). why? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Mobility model for the Android Emulador under Linux Pc

2010-05-24 Thread pincrespo
Hi, I am developing a source code to measure the parameters of the cellular network under an Android Mobile Phone. For example, those are: the signal strength, the network id, the cell id, etc. I am using Eclipse with the ADT Plugin under my pc, but the Android Emulator is not really connected

[android-developers] An SDK without Java

2010-05-24 Thread Matt Joyce
Are there any plans to produce an SDK that's Java free? I'd really like to develop for my phone, but the current SDK prevents me from doing so in good conscience. I am curious if I should just write my apps for another platform or if I should hold out for a functional SDK from google. Thanks.

[android-developers] Streaming On Android

2010-05-24 Thread amit
Hi, i am new to android platform i have worked for symbian earlier now just going to start learning on android.currently i started my earlier project which was on symbian c++ for streaming video same i want to develope android also. Please experience developers guide me for streaming video on

[android-developers] Carbide.ui Theme Edition 2.0 Plug-ins

2010-05-24 Thread James Baker
These plug ins are cool tools for extending the features of Carbide.ui Theme Edition 2.0 to enable the creation of themes for various version of Symbian, S60 platform editions, and devices from Nokia. Before installing the S60 5th Edition plug-in please uninstall the version in Carbide.ui.

[android-developers] Problem to navigate in Images using Browser Eclair.

2010-05-24 Thread Bruna Bunzen
I'm using Android Eclair version and I found an issue. 1.Open www.google.com 2.Select Images link on the top left corner of the google page 3.Search for any image eg Test. 4.When the page is loaded completely with images of Test try to select a Image under all the images. Issue:- Image cannot be

[android-developers] Access to keystore

2010-05-24 Thread ekn ekn
If I want to access from an application to certificates installed in keystore, how can I achieved this? In Java 1.6 in windows for example I can do it easily only with: KeyStore ks = KeyStore.getInstance(Windows-MY); ks.load(null, null); and then read certificates in the keystore, so my question

[android-developers] Can I Please Get Some Help?

2010-05-24 Thread Joe
Ok, I literally know nothing about programming. I took one class of C+ + 6 years ago in college. But, I really want to develop something for my android phone. I looked all over google, read a couple of tutorials, and I went to the developers website. So far, I was able to download the android

[android-developers] android ADT Error

2010-05-24 Thread hao zuo
https://- change force http://--- but not find address . -- 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,

[android-developers] How to set the CAMCORDER as the AudioSource for AudioRecord?

2010-05-24 Thread coolbanana
Hallo, i want to record the audio from Mic(Front) and Mic(back,CAMCORDER) separably. so for the Mic front, i use MediaRecorder.AudioSource.MIC. However, i supporse, that the audio fromt both Mics(front and back) are recorded. and for the Mic on backside is with the SDK 2.1 using

[android-developers] FM Transceiver in Android 2.2

2010-05-24 Thread Dave
Now that Android 2.2 has been released and Google has presumably written drivers for the FM Transceiver included in the Bluetooth chip, is there a way to access the FM Transceiver through the SDK or NDK? I am thinking about applications like FM Radio or FM streaming of audio to a car stereo. I

[android-developers] Android Emulator extremely slow

2010-05-24 Thread James
Hi, I have tried starting the emulator, through Eclipse and the terminal, and it is running extremely slowly. It takes about ten minutes to load, and once it displays the status bar across the top, error message (software) is not responding is shown. I am using Ubuntu 10.04, with the Linux SDK

[android-developers] Best Framework

2010-05-24 Thread K1
hi I'm new in android ,some body help me on,what is the best framework for android? is there any eclipse Plugin? thx -- 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

[android-developers] How to add focusable items to ListActivity

2010-05-24 Thread PalR
All, I need help to resolve focusability/selection of Views part of my ListActivity which is fed by ResourceCursorAdapter I use newView and bindView to add custom View dependeing on data from Cursor My list items have a TextView and ImageView , and I want each to have separate focus. With default

[android-developers] How to create Custom option menu class

2010-05-24 Thread bubu
I want to know how to create custom menu class because using the built in menu Framework provided by android i am unable to align the option menu in a single line containing 6 items.Option menu class by default provides 6 menu items that too comes in 3x2 format.How to override the class so that i

[android-developers] Re: Error playing multiple sounds

2010-05-24 Thread Bartinger
If you play more sounds at the same time i would recommend to use soundpool I wrote here an class where you can add and play sounds hat the same time http://code.google.com/p/candroidengine/source/browse/trunk/src/at/bartinger/candroid/sound/SFXManager.java On 19 Mai, 14:50, REvolver

[android-developers] WebView / HTTPClient shared cookies ?

2010-05-24 Thread Arpit Mathur
An Android app I am building requires web authentication for users to make data calls. In Adobe AIR and later the iPhone, we did this by rendering a login page in a webview-equivalent page and setting a cookie when the user signs in. Subsequent data calls use the same Cookie Jar and so are seen as

[android-developers] Any better way to implement the backwards notification from installd to Installer

2010-05-24 Thread Hao Feng
I plan to make some tasks like DEX file optimization be processed by installd on the background asynchronously, thus installd needs to notify the Installer of the result at some uncertain point when the request has been processed. Currently, a socket connection will be established each time when

[android-developers] Re: Google TV - Developer Device Seeding

2010-05-24 Thread Philip H.
A girl can dream... On May 20, 12:11 pm, TreKing treking...@gmail.com wrote: On Thu, May 20, 2010 at 12:05 PM, cpick cp...@vmenu.com wrote: Hello,   I would be interested in any Developer Device Seeding program that Google has with regards to their TV. Chris. OK

[android-developers] Filtering with SimpleCursorTreeAdapter

2010-05-24 Thread Tibidoh
I'm trying to implement filtering using ExpandableListView and SimpleCursorTreeAdapter (it's subclass). How can I specify which data (maybe cursor field or TextView text) to use for filtering? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] How to navigate ActivityGroup in TabHost

2010-05-24 Thread m
I want to navigate my ListActivity like Navigation-based in iPhone.I try to add ActivityGroup in TabHost but it doesn't work. I start the second intent with the same LocalManager but it doesn't change to second activity. I have TabHost and it startActivityGroup intent

[android-developers] Extend layout

2010-05-24 Thread carrerasrodrigo
hi! i whant to define layout with the composition of some widgets. Then i would like reuse this layout in several projects. Is there a way to compile in a .jar file?? I know i can create a java project a do the that, but i would like to define the layout with a xml file. Is that possible?

[android-developers] Permanent Positions :: Android Developer :: Herndon, VA

2010-05-24 Thread Anuj Garg
Hello, Greetings!! Hope you are doing very well. One of our clients based out of Herndon, VA has 3 positions for Android Developers. Below mentioned is the Job Description, Please go through it and send across your resume to a...@mystrasolutions.com if you look forward to take this one up.

[android-developers] Compile Adwhirl SDK

2010-05-24 Thread carrerasrodrigo
hi!! anyone can tell me what are the steps to compile the Adwhirl SDK?? or where i can find information about that?? thanks a lot!! -- 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] Define layout at runtime

2010-05-24 Thread Carreras, Rodrigo N.
hi!! is there a way to define the layout_toLeftOf at runtime?? thanks a lot!! -- Carreras, Rodrigo Nicolás -- http://www.linkedin.com/in/carrerasrodrigo http://programandoando.wordpress.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Dynamically add an ImageView to a Widget

2010-05-24 Thread Kevin Hanna
Is it possible to add an ImageView (or any of the other widget classes for that matter) to the RemoteView? It doesn't appear that there's any way to get reference to the ViewGroup (or its equivalent) let alone add to it. I'm sure there's a reason they only allow us to mutate through reflection.

[android-developers] Widget alignment - Small, Medium, High density

2010-05-24 Thread Zachary Burke
I have followed the tutorials on developers.android.com and designed my widget using the provided widget frame assets for a 2x2 horizontal and portrait layout. This frame asset was modified to create a 1x1 frame by following the recommendation of grabbing a screenshot and aligning to the search

Re: [android-developers] Re: Android Market Developer Console Bugs feature

2010-05-24 Thread darkjokerz
Froyo is beta released Sent from my Verizon Wireless BlackBerry -Original Message- From: ko5tik kpriblo...@yahoo.com Date: Thu, 20 May 2010 23:35:32 To: Android Developersandroid-developers@googlegroups.com Subject: [android-developers] Re: Android Market Developer Console Bugs

[android-developers] WebView / setBuiltinZoomControls / setOnTouchListener

2010-05-24 Thread Tom Coxon
Hi all, WebView seems to stop firing onTouch events after the builtin zoom controls have been used. I've got a WebView displaying an image from the web. I want users to be able to use the builtin zoom controls (+/- buttons, and pinch-zoom, when it's available), but I also want to be able to

[android-developers] Sound board App

2010-05-24 Thread Francisco
Hello, I am trying to develop and android sound board app. I have everything set up and it compiles and loads properly on the simulator. I have a total 14 different sounds to play, 1-7 play fine without a problem. When i try to play any sound beyond 7, like sound 8 the applications crashes and

[android-developers] Combining OR calls in managedQuery

2010-05-24 Thread GJTorikian
I've got a database. In its tags column, rows can have a combination of multiple values A, B, C--such that: row 1 has A row 2 has A, C row 3 has B, A and so on, in various permutations. I am trying to implement search using a managedQuery such that I can return a cursor that contains rows with

  1   2   3   >