[android-developers] RTSP or HTTP for progressive download

2011-05-30 Thread Salma hamed
Hi all, I've read alot of post concerning this question but they didn't target exactly my same question. I want to implement progressive download for a media audio/video file from home server to Android tablet. My question is what protocol is preferred to use on the server side (RTSP or HTTP) and

[android-developers] Logcat not working on eclipse

2011-05-13 Thread Salma hamed
Logcat gives me this error on eclipse: Could not create the view: For input string: In Thread Details about the error java.lang.NumberFormatException: For input string: In Thread at java.lang.NumberFormatException.forInputString(NumberFormatException.java: 65) at

[android-developers] Re: Logcat not working on eclipse

2011-05-13 Thread Salma hamed
Yes the logcat was working perfect with me the past month, I suddenly got this error today On May 13, 1:52 pm, lbendlin l...@bendlin.us wrote: Are you sure you have specified the Android SDK? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Logcat not working on eclipse

2011-05-13 Thread Salma hamed
I had to create a new workspace and import the project for the logcat the work again on eclipse. I don't consider it a solution but a temporary fix :) On May 13, 2:08 pm, Salma hamed salma.7a...@gmail.com wrote: Yes the logcat was working perfect with me the past month, I suddenly got

[android-developers] Re: Multiple notification with a single icon

2011-05-08 Thread Salma hamed
when I added the notification without adding to it an icon, the other notification content the one without icon is not added to the status bar. On May 8, 9:26 am, TreKing treking...@gmail.com wrote: On Sat, May 7, 2011 at 11:51 PM, Salma hamed salma.7a...@gmail.com wrote: How to create

[android-developers] Re: Multiple notification with a single icon

2011-05-08 Thread Salma hamed
what i wanted to is to have multiple notifications in my status bar, but at the same time i don't want to see several icon's on the top. hope u got what i meant On May 8, 7:06 pm, TreKing treking...@gmail.com wrote: On Sun, May 8, 2011 at 7:24 AM, Salma hamed salma.7a...@gmail.com wrote: when

[android-developers] Re: Multiple notification with a single icon

2011-05-08 Thread Salma hamed
ok thnx On May 8, 7:57 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: You can't. What you could try to use is to use one notification with own customView and somehow aggegate your messages in one notification area. But that's mostly means 3-4 lines of text max. Still - it may suffice to

[android-developers] Multiple notification with a single icon

2011-05-07 Thread Salma hamed
How to create multiple notification in my statue bar, but with only one icon represented on the top. Thanks alot in advance -- 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: Display Arabic

2011-04-29 Thread Salma hamed
Is there a solution to fix this bug, if I want to display the arabic letters strung together ??! any help please. Thanks in advance On Apr 11, 8:52 am, Zsolt Vasvari zvasv...@gmail.com wrote: Arabicfonts are included in the standard fonts shipped with Android, so there is no need to load

[android-developers] View Open files downloaded from the server

2011-04-10 Thread Salma hamed
Hi, I'm having an Android Ftp Client, I download different types of files (.txt , .pdf , .mp3) from the server. And then I list all the files I downloaded. So my questions are as follows: 1) if I downloaded it on the internal memory of the Android device. Is there a way to view the file ?? 2) If

[android-developers] Re: View Open files downloaded from the server

2011-04-10 Thread Salma hamed
Thnx for all the replies :) On Apr 10, 2:13 pm, Mark Murphy mmur...@commonsware.com wrote: That's a bad snippet, but their site's login seems broken. I would avoid using wildcard MIME types for specific files like this. For example, there might be an audio player that only handles OGG, not

[android-developers] Android emulator FTPClient throws exception when trying to retrieve a file from a Ftp server

2011-04-04 Thread Salma hamed
I am trying to retrieve a file from my local ftp server Note: both the client server are local running on the same machine. I use pyftpdlib library for running my python server FTPClient library for my Android Client. What happens is the that the client gets connected and logged in. The client

[android-developers] Android emulator closes the connection when receiving data from server

2011-04-04 Thread Salma hamed
I'm trying to retrieve a file from Ftp Server. For now I am running a local python server the android client runs on the same pc. The Android client does successfully connect to the server it login too. But when it comes to downloading a file from the server, I get an Exception on the emulator