Re: [android-developers] shoutcast client on android

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

Re: [android-developers] Re: Retrieving Shoutcast Meta-Data from MediaPlayer not possible. Any alternative ?

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

Re: [android-developers] Internet radio option and source code

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

[android-developers] Re: email crashed

2010-03-29 Thread Kumar Bibek
Obviously you cannot fix it. :) This seems to be a bug.Report it. Thanks and Regards, Kumar Bibek On Mar 29, 5:51 pm, Ralph Bergmann ra...@dasralph.de wrote: Am 29.03.10 13:41, schrieb Kumar Bibek: Use the SendLog app to see the log okay... but who can fix it? Ralph 03-29 14:45:50.629

Re: [android-developers] Re: Playing a audio stream not working using MediaPlayer

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

[android-developers] Re: left scrollbar

2010-03-29 Thread Bob Kerns
It's really a bit more complicated than that, to do it right. People don't just use LTR or RTL. There's a lot of mixed text, and people use a mix of applications which are and aren't localized to RTL languages. When the languages are intermixed, there's two different ways for things to behave --

[android-developers] Re: To resize the SurfaceView while playing the video

2010-03-29 Thread sbw.android
On 28 mar, 21:20, amit qwdqwd nice.amit.m...@gmail.com wrote: can any one suggest the way by which i can resize the SurfecView while Playing the Video on it. I found a way to do it but it doesn't work on the nexus one. you can find more details on the bug report I filled 2 months ago :

Re: [android-developers] Re: android 1.5: How do we use the AudioTrack class?

2010-03-29 Thread dillirao malipeddi
Arijasoft developed android online radio SDK using this AOR SDK you can play shoutcast/icecast ( mp3/aac) radio streams on android for more details look in to http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.php http://demos.arijasoft.com/Arija_Android_Dev/aorsdkrelease.phpThanks On

[android-developers] Waiting for Debugger

2010-03-29 Thread dillipk
Hello, I am trying to debug my application on Emulator, but it just stucks off on one message Waiting for Debugger - Application XXX is waiting for the debugger to Attach. Its really annoying ..probably I am missing something. Any guidlines for this is highly appreciated. I use Android API

[android-developers] Re: Question for Admob users

2010-03-29 Thread Bob Kerns
Under the circumstances, I don't agree. We're so incredibly tightly limited in the text we can use to describe our applications. And people can easily uninstall the application if they don't like the ads. If we provide a non-ad paid version, they can upgrade instead. There's little downside to

Re: [android-developers] keyboard

2010-03-29 Thread Mark Murphy
emna zeddini wrote: Hello everybody, I am interesting in integrating an arabic keyboard to the android system. I proceeded as follows: I have modified the xml and the layout in the package softkeyboard by replacing English letters and their codes by the arabic one.Of cource I created 2 new

[android-developers] Re: Changing the style attribute of a button according to its state

2010-03-29 Thread Kumar Bibek
Yes it is possible. See this example here. http://tech-droid.blogspot.com/2010/03/custom-buttons-on-android.html Thanks and Regards, Kumar Bibek On Mar 29, 1:51 pm, LambergaR martin.s...@gmail.com wrote: I know you can change buttons background by creating a simple XML file, like this: ?xml

Re: [android-developers] Re: Playing a audio stream not working using MediaPlayer

2010-03-29 Thread Sean Hodges
It would have been nice if you emailed the recipients directly, instead of spamming everyones inboxes with advertising... On Mon, Mar 29, 2010 at 4:41 PM, dillirao malipeddi dillir...@arijasoft.com wrote: Arijasoft developed android online radio SDK using this AOR SDK you can play 

[android-developers] Re: Reusable Android library packaging: interest?

2010-03-29 Thread GodsMoon
To be honest, I would prefer to be able to specify package dependencies, much like linux distros do. That way I wouldn't have to bloat my app with source from other libs and I would make a non open source app a dependency even. However, I don't think we can do that without Google getting involved.

Re: [android-developers] Re: left scrollbar

2010-03-29 Thread emna zeddini
Thank you for the detailed explanation. 2010/3/29 Bob Kerns r...@acm.org It's really a bit more complicated than that, to do it right. People don't just use LTR or RTL. There's a lot of mixed text, and people use a mix of applications which are and aren't localized to RTL languages. When

[android-developers] Re: Reusable Android library packaging: interest?

2010-03-29 Thread westmeadboy
I'm sure this would be very useful to some/many. But, personally, I'm specifically interested in sharing in-house resources-based jars between my own apps. Currently I'm resorting to a prehistoric copy-paste approach! On Mar 29, 4:19 pm, Mark Murphy mmur...@commonsware.com wrote: Creating

Re: [android-developers] keyboard

2010-03-29 Thread emna zeddini
Of course I am focusing on the android platform. 2010/3/29 Mark Murphy mmur...@commonsware.com emna zeddini wrote: Hello everybody, I am interesting in integrating an arabic keyboard to the android system. I proceeded as follows: I have modified the xml and the layout in the package

[android-developers] Moving CursorAdapter cursor creation to background thread

2010-03-29 Thread jsdf
Hi all, The structure of some of my activities is a simple ListView with a custom CursorAdapter. The cursor is created in onCreate() on the activity from a SQLite database. The problem is that querying the SQLite database can be quite slow at times with lots of data (and let's assume I've already

Re: [android-developers] fragmentation

2010-03-29 Thread Michael Thomas
Greg Donald wrote: On Jan 18, 1:35 pm, Dianne Hackborn hack...@android.com wrote: Honestly I get really frustrated when people talk about different versions of the platform as fragmentation. Where does that come from?? I'm a little surprised to hear that you're surprised :) From my

Re: [android-developers] Extend a button and implement Parcelable

2010-03-29 Thread ~ TreKing
On Sun, Mar 28, 2010 at 11:41 AM, Kritzli pfister.ta...@googlemail.comwrote: In the receiving Activity the Log says, it has some elements, but if i read specific values (like height and text of the button), it always says null or 0. The base Button class you are extending does not implement

Re: [android-developers] Moving CursorAdapter cursor creation to background thread

2010-03-29 Thread Mark Murphy
jsdf wrote: I then thought of trying to load the cursor in a background thread, but realize that this might be problematic, as the CursorAdapter should be instantiated in onCreate() and should take a cursor as a parameter. Why? Run your query in an AsyncTask and call setListAdapter() in

[android-developers] Re: updating listview items

2010-03-29 Thread sbw.android
On 29 mar, 11:30, manigault manig...@gmail.com wrote: 2. When i need to display view i can register event to some thread to decode the associated bitmap which will decode it in background and than to update gui. I don't think you should do it this way. you shouldn't update the ui from a thread.

[android-developers] Re: Handling Key Press from Soft Keyboard in EditText

2010-03-29 Thread Gaurav Vaish
Thanks Nithin, once again. I did have a look at it but got scared to see that I need to declare complete Keyboard (QWERTY etc) specification. Otherwise, how do I use the KeyboardView? I could not get a mechanism to get a reference to the default KeyboardView... :( I must be missing out something

[android-developers] eclipse issue

2010-03-29 Thread Greg Donald
Is it normal for my Eclipse to totally freak out when I plug more than one phone in at a time? Either my Hero or my Droid work fine solo, but if I try both at the same time they both become unrecognised and I have to then restart Eclipse (2 minutes of waiting) before I can go back to using just

[android-developers] Re: Reusable Android library packaging: interest?

2010-03-29 Thread Gaunt Face
This is a pretty interesting idea. It's hard to think of where this would be useful, but I can imagine some people finding a use for it, but you could spend a great deal of time trying to develop and maintain this and it would have slow take- up, only after some fairly common parcels start to get

Re: [android-developers] eclipse issue

2010-03-29 Thread Michael Thomas
Greg Donald wrote: Is it normal for my Eclipse to totally freak out when I plug more than one phone in at a time? Either my Hero or my Droid work fine solo, but if I try both at the same time they both become unrecognised and I have to then restart Eclipse (2 minutes of waiting) before I can go

Re: [android-developers] eclipse issue

2010-03-29 Thread Greg Donald
On Mon, Mar 29, 2010 at 11:29 AM, Michael Thomas enervat...@gmail.com wrote: On linux fc10(?), it seems to work ok. It pops up a disambiguator menu. Maybe try disabling the auto-pick mode so that it always pops that menu up to choose? I have auto-pick mode disabled already. The menu is what

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

2010-03-29 Thread Teo [GD API Guru]
Well, sorry to add to this mammoth thread, but i'm going nuts with anticipation =] Romania, still waiting =] On Mar 29, 3:03 pm, ratson materem...@gmail.com wrote: Hungary, still waiting ;) i guess EU shall receive N1s in the next days... On márc. 29, 11:25, Paul stuem...@gmail.com wrote:

Re: [android-developers] eclipse issue

2010-03-29 Thread Greg Donald
On Mon, Mar 29, 2010 at 11:33 AM, Greg Donald gdon...@gmail.com wrote: On Mon, Mar 29, 2010 at 11:29 AM, Michael Thomas enervat...@gmail.com wrote: On linux fc10(?), it seems to work ok. It pops up a disambiguator menu. Maybe try disabling the auto-pick mode so that it always pops that menu up

[android-developers] Android market - limited distribution

2010-03-29 Thread ole!
Hi All: We have an app that needs to be distributed to a large but limited audience. We are doing this through our own web site. Now that ATT will not allow any downloads to the Flip except through the Android market, we need to have the capability to have a limited distribution on the Market.

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

2010-03-29 Thread Justin Giles
Just a FYI for those receiving something from FedEx...they attempted to deliver my phone on Saturday, but it required a signature and of course I wasn't home. Next delivery time is Tuesday. Just a warning that a signature may be required to get your phone. On Mon, Mar 29, 2010 at 12:33 PM,

[android-developers] Problem with setting progress indeterminate when using webView

2010-03-29 Thread Achanta
I am trying to use a webview to display a webpage and let the users to browse from the same WebView. I want to show them a progress indeterminate when loading the pages. This works to an extent with the code below but there is a bug in this code which I am not able to fix. It displays the progress

Re: [android-developers] eclipse issue

2010-03-29 Thread Michael Thomas
Greg Donald wrote: On Mon, Mar 29, 2010 at 11:33 AM, Greg Donald gdon...@gmail.com wrote: On Mon, Mar 29, 2010 at 11:29 AM, Michael Thomas enervat...@gmail.com wrote: On linux fc10(?), it seems to work ok. It pops up a disambiguator menu. Maybe try disabling the auto-pick mode so that

Re: [android-developers] Re: Reusable Android library packaging: interest?

2010-03-29 Thread Mark Murphy
Gaunt Face wrote: It's hard to think of where this would be useful, but I can imagine some people finding a use for it, but you could spend a great deal of time trying to develop and maintain this and it would have slow take- up, only after some fairly common parcels start to get used by a

Re: [android-developers] Android market - limited distribution

2010-03-29 Thread Mark Murphy
ole! wrote: Hi All: We have an app that needs to be distributed to a large but limited audience. We are doing this through our own web site. Now that ATT will not allow any downloads to the Flip except through the Android market, we need to have the capability to have a limited

[android-developers] Re: Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread JP
On Mar 29, 4:29 am, EvgenyV evgen...@gmail.com wrote: as far I know Nexus has a normal screen HVGA 320x480. It's 480x800. As other poster indicated, it may make sense you spent some effort to accommodate the various screen sizes we find in popular devices (BTW, the Moto DROID/Milestone reports

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

2010-03-29 Thread Nikolay Ananiev
Bulgaria, EU still waiting... On Mon, Mar 29, 2010 at 8:37 PM, Justin Giles jtgi...@gmail.com wrote: Just a FYI for those receiving something from FedEx...they attempted to deliver my phone on Saturday, but it required a signature and of course I wasn't home. Next delivery time is Tuesday.

[android-developers] Re: Reusable Android library packaging: interest?

2010-03-29 Thread Sebastian
I'd be very interested, and willing to lend a hand. I've been collecting my own library of tricks and widgets and even sharing within my own apps it's cumbersome. On Mar 29, 1:41 pm, Mark Murphy mmur...@commonsware.com wrote: Gaunt Face wrote: It's hard to think of where this would be

Re: [android-developers] Re: App not visable on a 1.5 device

2010-03-29 Thread Yorgos X
i am having the same problem, did you eventually figure out the cause of it? cheers! On Wed, Feb 24, 2010 at 3:20 PM, Namrata puranik.namr...@gmail.com wrote: Following works for me try with removing android:targetSdkVersion=4 uses-sdk android:minSdkVersion=3/ -- Namrata On Feb 24, 4:51

[android-developers] deleteOnExit when and how does an Android JVM exit

2010-03-29 Thread lordjoe
I am making some temporary files on the android and need want to call deleteOnExit to help guarantee proper cleanup. This call will clean up when the JVM exits. It dawned on me that I do not understand the Application life cycle. 1) Does each application run in a separate JVM? 2) When does an

Re: [android-developers] SQL simple selection - urgent help needed

2010-03-29 Thread rupesh sasne
Try following code snippet... it should work... public Cursor getStartLatitude(String trackname) throws SQLException { *String[] FROM = {KEY_ROWID3, KEY_TRACKNAME, KEY_STARTPOSITION, };* * **String[] param = {kingsav};* Cursor mCursor = mDb.query(true, DATABASE_TABLE3, *FROM*, *KEY_TRACKNAME + =

Re: [android-developers] deleteOnExit when and how does an Android JVM exit

2010-03-29 Thread Mark Murphy
lordjoe wrote: I am making some temporary files on the android and need want to call deleteOnExit to help guarantee proper cleanup. This call will clean up when the JVM exits. It dawned on me that I do not understand the Application life cycle. 1) Does each application run in a separate JVM?

Re: [android-developers] Re: Question for Admob users

2010-03-29 Thread Kevin Duffey
I agree with Bob... until google expands the market text allowed, if you need that space to add more info for the app, I'd use it for that. Is there any census on naming the title of the app title - ad-supported for example? So that the title clearly indicates its the ad-supported version? On

[android-developers] Bug or feature?

2010-03-29 Thread DonFrench
It is perfectly legal for a URL to contain an embedded space in certain situations, such as in this example: http://maps.google.com/maps?q=37.265632,+-122.2468(10:33 PM)iwloc=Ahl=en. But when this URL is pasted into the body of an email from Android code, it breaks at the space, rendering it

Re: [android-developers] To resize the SurfaceView while playing the video

2010-03-29 Thread rupesh sasne
if you are talking about the development then i have a solution... see in the *rec* folder there is sub folder layout in that you probably create your filename.xml that is by default used for the portrait screen... if you are wishing to make it landscape then make a new folder layout-land in the

Re: [android-developers] Bug or feature?

2010-03-29 Thread Mark Murphy
DonFrench wrote: It is perfectly legal for a URL to contain an embedded space in certain situations, such as in this example: http://maps.google.com/maps?q=37.265632,+-122.2468(10:33 PM)iwloc=Ahl=en. The IETF would disagree with your assertion: http://tools.ietf.org/html/rfc3986 Note that

Re: [android-developers] Bug or feature?

2010-03-29 Thread Michael Thomas
Though you can say that both violate RFC1122 :) Mike, section 1.2.2, though a fair number of people in the internet community think that was wrong Mark Murphy wrote: DonFrench wrote: It is perfectly legal for a URL to contain an embedded space in certain situations, such as in

[android-developers] Recommended way to wake a sleeping Wi-Fi connection?

2010-03-29 Thread westmeadboy
Often my mobile network is turned off and I just use a Wi-Fi hotspot. If the phone is not plugged in, the Wi-Fi connection will go to sleep after some length of inactivity. I could be wrong, but a call to ConnectivityManager.getActiveNetworkInfo().isConnected() does not wake the connection. So,

Re: [android-developers] Recommended way to wake a sleeping Wi-Fi connection?

2010-03-29 Thread Mark Murphy
westmeadboy wrote: Often my mobile network is turned off and I just use a Wi-Fi hotspot. If the phone is not plugged in, the Wi-Fi connection will go to sleep after some length of inactivity. I could be wrong, but a call to ConnectivityManager.getActiveNetworkInfo().isConnected() does not

[android-developers] Re: Application already deployed. No need to reinstall.

2010-03-29 Thread Pinheiro
I'm having the same problem and found the same solution but it's very, very annoying. It seems like some file has a date somewhere in the future or it's just a big bug in Eclipse. Anyone found a easier/faster way to solve this? -- You received this message because you are subscribed to the

[android-developers] BluetoothServerSocket: how to close correctly?

2010-03-29 Thread VovaN
Hello, I've activity, which send files using Bluetooth. When I want to stop server socket which is waiting for accept I call close(). After that activity just hang. How should I close BluetoothServerSocket correctly? -- You received this message because you are subscribed to the Google Groups

[android-developers] android.location.Location.distanceTo algorithm

2010-03-29 Thread Patrick
Hello! I'm developing an Android app with a web for GPS data handling. The android app collects GPS data and then uploads them to a server (Java Tomcat). In the android app, the distance is calculated using the the distanceTo-method in the android.location package (Location class) and it seems

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

2010-03-29 Thread Markus
Uhm, people HAVE received Droids. I would be interested in people from Europe. Has anyone received their device yet? (Not from ADC of course) Thank you. On Mar 27, 10:19 pm, Jason arm...@gmail.com wrote: Was the shipper for the DROID someone other than brightpoint? On Mar 27, 12:23 pm,

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

2010-03-29 Thread David Scott
I think it's safe to assume that the figure of 2-4 weeks realistically only applied to the US. I guess outside of the US we will be waiting longer, although finger crossed! On Mar 29, 1:03 pm, ratson materem...@gmail.com wrote: Hungary, still waiting ;) i guess EU shall receive N1s in the next

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

2010-03-29 Thread zneref
People relax, 6-weeks term doesn't passed yet ;) On 29 Mar, 11:25, Paul stuem...@gmail.com wrote: Germany, still waiting. ... and growing nervous :) -- 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] Application not re-launching.

2010-03-29 Thread Bhargavi
Hi, I have written an application which calls native methods through JNI. In the native library 4 threads are started. On USB removal, the application is to be closed including the native threads. Upon receiving the USB removal event, we are trying to kill the threads (pthread_kill() ) and then

[android-developers] Re: R.id cannot be resolved

2010-03-29 Thread mnavlani
thanks for your reply! I used the following code in main.xml: ?xml version=”1.0” encoding=”utf-8”? LinearLayout xmlns:android=”http://schemas.android.com/apk/res/ android” android:orientation=”vertical” android:layout_width=”fill_parent” android:layout_height=”fill_parent” EditText

[android-developers] Re: Http proxy settings not working in Android Emulator 2.1

2010-03-29 Thread Corrie
Yes, I can confirm this works in Linux but not on Windows. I am a newbie, how do we reports this as a bug on the windows sdk version? Regards, Corrie On Mar 18, 5:07 pm, David Turner di...@android.com wrote: It looks like I can't reproduce this on Linux and OS X, I guess you're all on

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

2010-03-29 Thread JDS
Sweden, still waiting -- 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: MediaRecorder prepare() causes segfault

2010-03-29 Thread dwilde1
On Mar 28, 4:24 pm, dwilde1 dwil...@gmail.com wrote: Folks, I have a situation where my MediaRecorder instance causes a segfault. I'm working with a HTC Hero, Android 1.5+APIs. In the log i see (after the segfault announcement) a register dump and then a numbered list #00 libmedia_jni.so

[android-developers] Advice on buying android phone for development

2010-03-29 Thread Venky.Vijay
Hello everyone, I'm from India and I want to buy an Android phone for developing applications for it. I shortlisted two phones the SAMSUNG I7500 and HTC Hero. But the problem is that i7500 doesn't have much support as its still stuck with cupcake. and with hero i don't know if it supports

Re: [android-developers] Maven Integration for Android Development Tools 0.2.3 Released

2010-03-29 Thread Rakesh Bellad
On Sun, Mar 28, 2010 at 1:38 PM, Ricardo Gladwell ricardo.gladw...@gmail.com wrote: Hi All I just released version 0.2.3 of Maven Integration for Android Development Tools (m2eclipse-android-integration): an Eclipse plug-in adding integration support for M2Eclipse with the Android Developer

[android-developers] New to android

2010-03-29 Thread iftekhar
Hi, I am new to android/mobile application .I have exp in developing applications using Java/J2EE but no knowledge of mobile application/ games etc. Please suggest me any link/help from where I can study and develop application using android. Thanks Iftekhar -- You received this message

[android-developers] I want to know Packet Capture and Link Speed in Android

2010-03-29 Thread Gerrad
Hi~ I have a web server(PC) and Client(android device). And I build up monitoring system. I have some questions. I want to know how to packet capture in android. And how to measure Link Speed in android. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] hangup outgoing call programmatically - is this even possible?

2010-03-29 Thread choon
Hi, I am new to Android. I would like to create an application that will hang up an outgoing call after it has been ringing for several seconds. Based on what I have read in the discussions so far, we can abort a call that has just been initiated by using setResultData(null) on the

[android-developers] Rootcertificates

2010-03-29 Thread joern
Hi, i'm surching a while but i still find no answere for my question. In the file adb pull /system/etc/security/cacerts.bks i found the installed rootCA certificates on my phone. But do i have a alternative way to find all roots that are installed on my Android 2.1 Phone? I need to know which

[android-developers] htc hero webview crash

2010-03-29 Thread Cyryl Płotnicki-Chudyk
Hello there, I am testing facebook integration using fbconnect java library and on 1.5-2.1 emulators it behaves quite fine, while on htc hero I get frequent crashes like this: Build fingerprint: 'htc_wwe/htc_hero/hero/hero: 1.5/2.73.405.5/61267:user/release-keys' pid: 25338, tid: 25364

[android-developers] Could not get audio input for record source

2010-03-29 Thread j2damax
Hi all, i'm getting the above error message when i run below code. please let me know if you have found any solution for this? int sampleRateInHz = 11025;// 44100, 22050 and 11025 int channelConfig = AudioFormat.CHANNEL_CONFIGURATION_MONO; int

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

2010-03-29 Thread JDS
Sweden, still wating. On Mar 29, 2:03 pm, ratson materem...@gmail.com wrote: Hungary, still waiting ;) i guess EU shall receive N1s in the next days... On márc. 29, 11:25, Paul stuem...@gmail.com wrote: Germany, still waiting. ... and growing nervous :) -- You received this message

[android-developers] Sound Processing

2010-03-29 Thread Janaka
I want to get the input from the mic. Do some changes then output the result to the speaker. What are the classes i should check to achive this? Is there any sample program? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] how to detect screen is on or off?

2010-03-29 Thread zhiqiang wang
Hi,How can I detect the screen is on or off? -- 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] How to (Packet capture Link Speed )

2010-03-29 Thread Gerrad
Hi~ I have a web server(PC) and Client(android device). I established mornitoring system by using Android as a client. I have a couple of questions about it. I wonder if it's possible to capture the packet between server and Android, and how to capture them if it's possible. And how to measure

[android-developers] Re: Anyway to detect if Broadcast Receiver is registered?

2010-03-29 Thread jeffkpayne
I was wondering the same thing. In my case I have a BroadcastReceiver implementation that calls Context#unregisterReceiver(BroadcastReceiver) passing itself as the arg after handling the Intent that it receives. There is a small chance that the receiver's onReceive(Context, Intent) method is

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

2010-03-29 Thread A-Droid
Hungary | Waiting for my N1... On Mar 29, 2:03 pm, ratson materem...@gmail.com wrote: Hungary, still waiting ;) i guess EU shall receive N1s in the next days... On márc. 29, 11:25, Paul stuem...@gmail.com wrote: Germany, still waiting. ... and growing nervous :) -- You received this

[android-developers] decoder-decode returned false

2010-03-29 Thread absn
In my application during downloading of images, for some of the images i got the error like D/skia( 374): --- decoder-decode returned false Can anyone solve this problem ?? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] WSDL2Java on Android

2010-03-29 Thread Ro
Hi there! Anybody knows any wsdl2java tool for Andorid Platform? Thanks in advance! Robert. -- 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

[android-developers] Re: how to detect screen is on or off?

2010-03-29 Thread JP
On Mar 29, 3:00 am, zhiqiang wang wang.9...@gmail.com wrote: Hi,How can I detect the screen is on or off? We' had that before, I've implemented the following solution:

[android-developers] Re: R.id cannot be resolved

2010-03-29 Thread mnavlani
thanks for your reply! I used the following code in main.xml: ?xml version=”1.0” encoding=”utf-8”? LinearLayout xmlns:android=”http://schemas.android.com/apk/res/ android” android:orientation=”vertical” android:layout_width=”fill_parent” android:layout_height=”fill_parent” EditText

Re: [android-developers] Re: App not visable on a 1.5 device

2010-03-29 Thread Yuvi
I use: uses-sdk android:minSdkVersion=3 android:targetSdkVersion=3 / In Eclipse, the target android version is set to Android 1.6 (so that you can use the tag supports-screens), but in the code itself you shouldn't use any 1.5 API calls... On Mon, Mar 29, 2010 at 8:15 PM, Yorgos X

[android-developers] Re: Recommended way to wake a sleeping Wi-Fi connection?

2010-03-29 Thread westmeadboy
Thanks for reminding me about that Broadcast Intent. Sure, if it was a blocking call, then there would be a timeout. More likely I would write the method passing success/failure callbacks. For re-awakening I was thinking of this: 1. Use ConnectivityManager.getActiveNetworkInfo().isConnected()

Re: [android-developers] New to android

2010-03-29 Thread Felipe Silveira
The first place you need to go is: http://developer.android.com Felipe Silveira www.felipesilveira.com.br On Mon, Mar 29, 2010 at 8:53 AM, iftekhar iftekhar...@gmail.com wrote: Hi, I am new to android/mobile application .I have exp in developing applications using Java/J2EE but no knowledge

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

2010-03-29 Thread android app
NY, US. Still waiting ... -- 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] Vibrator.vibrate() makes the application crash

2010-03-29 Thread Simone
Hi, I need in my application to make the device vibrate during the playback of a sound. I did something like this: Vibrator vibrator=(Vibrator)context.getSystemService(Context.VIBRATOR_SERVICE); ... vibrator.vibrate(mp.getDuration()); but it makes the application crash. What am I doing wrong?

Re: [android-developers] Vibrator.vibrate() makes the application crash

2010-03-29 Thread Dan Sherman
Make sure you have the vibrate permission in your manifest. - Dan On Mon, Mar 29, 2010 at 1:31 PM, Simone simone.russ...@gmail.com wrote: Hi, I need in my application to make the device vibrate during the playback of a sound. I did something like this: Vibrator

[android-developers] Re: How good is the Android Dev Phone 2?

2010-03-29 Thread MrChaz
It's basically the HTC Magic iirc so the same as the G1 but without the keyboard. On Mar 29, 2:07 pm, Simone simone.russ...@gmail.com wrote: I was considering buying it, is it as good as the Nexus One? Wich features does it lack? Thanks Simone -- You received this message because you are

[android-developers] Communication between android Emulator and Real Device !!!

2010-03-29 Thread AJ
Hi group, I know we can communicate between 2 instances of Emulator. But Is it possible to communicate between the a read Device and Emulator? Thanks in Advance for your inputs. - AJ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

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

2010-03-29 Thread Breezy
Oh geez, let me throw this in here... Alabama - still waiting. I've got patience, plenty of it, but when I hear a step truck drive by I perk up. ;) BTW, FedEx said they're not tracking anything coming to my location (yet). -- You received this message because you are subscribed to the Google

Re: [android-developers] Vibrator.vibrate() makes the application crash

2010-03-29 Thread Simone Russo
I did this: uses-permission android:name=android.permission.VIBRATE/ But it still won't work. What gives? Simone On Mon, Mar 29, 2010 at 9:33 PM, Dan Sherman impact...@gmail.com wrote: Make sure you have the vibrate permission in your manifest. - Dan On Mon, Mar 29, 2010 at 1:31 PM,

Re: [android-developers] Android market - limited distribution

2010-03-29 Thread Sean Hodges
On Mon, Mar 29, 2010 at 6:42 PM, Mark Murphy mmur...@commonsware.com wrote: ole! wrote: Now that ATT will not allow any downloads to the Flip except through the Android market, we need to have the capability to have a limited distribution on the Market. Can this be done on the Android

Re: [android-developers] Vibrator.vibrate() makes the application crash

2010-03-29 Thread Mark Murphy
Simone Russo wrote: I did this: uses-permission android:name=android.permission.VIBRATE/ But it still won't work. What gives? Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine your Java stack trace, so you can determine what is causing your exception. -- Mark Murphy (a

Re: [android-developers] Android market - limited distribution

2010-03-29 Thread Mark Murphy
Sean Hodges wrote: On Mon, Mar 29, 2010 at 6:42 PM, Mark Murphy mmur...@commonsware.com wrote: ole! wrote: Now that ATT will not allow any downloads to the Flip except through the Android market, we need to have the capability to have a limited distribution on the Market. Can this be done

Re: [android-developers] Vibrator.vibrate() makes the application crash

2010-03-29 Thread Simone Russo
Sorry for the double post, but I put that at the end of the manifest and it seems to work now. Still, I don't get any effect for the vibration. Shouldn't the emulator shake or something? Thanks again, Simone On Mon, Mar 29, 2010 at 9:50 PM, Simone Russo simone.russ...@gmail.comwrote: I did

[android-developers] Testing telephony signal strength changes in emulator?

2010-03-29 Thread goosedroid
I was wondering if there is a way to manipulate the emulator to simulate telephony signal strength changes. I would like to test code that uses TelephonyManager.listen() with LISTEN_SIGNAL_STRENGTHS. Thanks -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Moving CursorAdapter cursor creation to background thread

2010-03-29 Thread Paul Turchenko
Hi Mark. I don't think that's a most desirable solution. For most cases, we'd like to have the CursorAdapter (which is attached to Cursor) populated in runtime with new entries from ContentProvider/ Database. I generally agree with jsfd that since activity offers managedQuery method, it would be

Re: [android-developers] decoder-decode returned false

2010-03-29 Thread Sean Hodges
I assume you are trying to The image decoder library (called Skia) is failing to parse the image data for those images. There are a number of things that can cause this problem: 1) The input file is not actually an image (e.g. if it is accessed from the Web, it might actually be a 404 error page)

Re: [android-developers] Android market - limited distribution

2010-03-29 Thread Sean Hodges
On Mon, Mar 29, 2010 at 8:53 PM, Mark Murphy mmur...@commonsware.com wrote: True. I was assuming the OP literally did not want the APK distributed, rather than having the APK be distributed but just not work. I thought so, just thought I'd assume a little more, on top of what you had already

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

2010-03-29 Thread Gary C Wang
ditto that in New Orleans, LA USA. Still within 4-week time frame, but it's getting close. -- http://bit.ly/Qdroid On Mar 29, 2010 2:42 PM, Breezy mbre...@gmail.com wrote: Oh geez, let me throw this in here... Alabama - still waiting. I've got patience, plenty of it, but when I hear a step

Re: [android-developers] Re: Question for Admob users

2010-03-29 Thread Abdul Mateen
Yes, title would be definitely good thing to indicate this., but what I have done is released Free(Ad supported ) as name i.e Facebook Plus and paid one as Facebook Plus(Ad Free). Thank you! Abdul Mateen. On Mon, Mar 29, 2010 at 11:34 PM, Kevin Duffey andjar...@gmail.com wrote: I agree with

Re: [android-developers] Advice on buying android phone for development

2010-03-29 Thread Abdul Mateen
I think you should consider buying a Nexus One. On Mon, Mar 29, 2010 at 5:05 PM, Venky.Vijay venkyinw...@gmail.com wrote: Hello everyone, I'm from India and I want to buy an Android phone for developing applications for it. I shortlisted two phones the SAMSUNG I7500 and HTC Hero. But the

Re: [android-developers] Re: Application invisible in Market from Nexus One. Please test.

2010-03-29 Thread Evgeny V
Thank you very much for response. BTW if you've read the documentation the normal HVGA resolution mentioned there. It's not a my concept. 1. The question is if Market engine can detect supported resolution and decline it per device. 2. Why app is avaialble from Tatoo devices running small

<    1   2   3   >