[android-developers] Re: Album Art

2009-01-05 Thread rktb
MediaScanner retrieves ALBUM_ART. You may check that service. -Ravi On Dec 27 2008, 1:02 pm, Protocol-X wrote: > Does anyone have a working Example of ALBUM_ART,  I have tried every > example out there and cannot find any that actually retreive the art. > the Lack of support on googles behalf o

[android-developers] Sharing activities/Services across packages

2009-01-09 Thread rktb
Hi, I have two packages and would like to share activities and Services between them. The following is what I have: package1 -- com.android.rk1 This package consists of a service by the name "RKService1". package2 -- com.android.rk2 This package consists of a service by the name "RKService2".

[android-developers] Re: Sharing activities/Services across packages

2009-01-09 Thread rktb
> "com.android.rk1.RKTestService1"); > > It is considered more general though to introduce new intent actions > and implement an intent filter in your manifest file. > > Peliwww.openintents.org > > On 9 Jan., 20:35, rktb wrote: > > > Hi, > > > I h

[android-developers] Re: any other method

2009-01-09 Thread rktb
http://code.google.com/android/index.html On Jan 10, 9:56 am, msmsmukesh wrote: > Hi all,Any method to quick to learn the android. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Continuing topic " Bind to a remote service"

2009-01-12 Thread rktb
Hi, I could not find "Reply" on the post: http://groups.google.com/group/android-developers/browse_thread/thread/77e670f746c33fd9?hl=en. So, creating a new post. Based on Dianne's example, I am able to start a remote service and also call "bindService". Now, when I am trying to call a method, I

[android-developers] Re: can not find http proxy support for opencore http streaming playback

2009-01-13 Thread rktb
mediaplayer does support http playback. http://code.google.com/android/reference/android/media/MediaPlayer.html#setDataSource(java.lang.String) On Jan 13, 2:21 pm, Paranoia wrote: > anybody here???  i hope android guys can know this issue. thanks! > > On Jan 11, 9:12 am, Paranoia wrote: > > >

[android-developers] Re: the android's built in video player, supports which file format

2009-01-13 Thread rktb
It supports 3gpp playback. On Jan 13, 12:47 pm, jalandar wrote: > the android's built in video player, supports which file format. > Or there is no built in video player for video playing --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-developers] Re: Continuing topic " Bind to a remote service"

2009-01-13 Thread rktb
Bumping it up ... On Jan 13, 12:39 pm, rktb wrote: > Hi, > > I could not find "Reply" on the > post:http://groups.google.com/group/android-developers/browse_thread/threa > So, creating a new post. > > Based on Dianne's example, I am able to st

[android-developers] Re: Continuing topic " Bind to a remote service"

2009-01-14 Thread rktb
t; > On Tue, Jan 13, 2009 at 10:20 AM, rktb wrote: > > > Bumping it up ... > > > On Jan 13, 12:39 pm, rktb wrote: > > > Hi, > > > > I could not find "Reply" on the post: > >http://groups.google.com/group/android-developers/browse_thread

[android-developers] Re: Playing encrypted video.

2009-01-14 Thread rktb
If you have already opened the file for encryption, and have a file descriptor, you could pass that with setDataSource. -Ravi On Jan 14, 1:17 pm, RunX wrote: > Hi, > > I want to play an encrypted video file. > Currently, I use the method - setDataSource(String videoPath) in order > to play vide

[android-developers] Re: Streaming MP4s on Android

2009-01-14 Thread rktb
Hi, Can you play the same content if you push it onto your sdcard? Do you see any related messages in the adb log output? -Ravi On Jan 14, 4:56 pm, Qchan wrote: > Hi! > I'll get straight to the point. > I was able to stream this file using the SDK on > Linux.http://groups.google.com/group/a

[android-developers] Re: the android's built in video player, supports which file format

2009-01-14 Thread rktb
Did you really mean pm4 or mp4? pm4 -- I don't know what this is avi -- To the best of my knowledge, we don't have support for this currently. Audio -- AAC (AAC-LC, AAC+, Enhanced AAC+), AMR (narrowband and wideband), mp3, wav, midi, ogg-vorbis. On Jan 15, 10:19 am, jalandar wrote: > thank u

[android-developers] Re: Continuing topic " Bind to a remote service"

2009-01-14 Thread rktb
across them.  This is exactly what the error message is saying, you can > see the two different interfaces listed there.  You should define the > interface once and share it across all of the code using it. > > > > On Wed, Jan 14, 2009 at 10:22 AM, rktb wrote: > > > Hi, >

[android-developers] Re: emulator

2009-01-15 Thread rktb
http://code.google.com/android/ On Jan 15, 8:16 pm, Diemison Carlos wrote: > Hello everybody, > I am a brazilian student of Computer Engineering and > I am learning about Android. > > Now I need a emulator for to text my programs, > but I don't know where i can find. > > Can you help me? > > --

[android-developers] Re: Streaming videos in Emulator

2009-01-16 Thread rktb
Please post the urls that you have tried. On Jan 16, 12:48 pm, And-Rider wrote: > Is it possible to stream videos in an android emulator?... > > I tried streaming an mp3 file which worked perfectly... > but when i tried streaming an video file(tried 3gp,mp4) but both dint > work... > I am not

[android-developers] Re: Streaming videos in Emulator

2009-01-16 Thread rktb
RTSP streaming has an issue on the Android emulator. That could be the reason why you are not able to stream. Also, mp3 streaming over RTSP protocol is currently not supported by the mediaplayer. In general, HTTP streaming is supported (for both mp4 and mp3) and working well on the emulator. Ple

[android-developers] Re: Play wav files in Media player

2009-01-20 Thread rktb
OpenCORE also supports wav files with A-law and mu-law format. On Jan 21, 8:23 am, Dave Sparks wrote: > What is the format of the data in the WAVE file? > > OpenCore only supports 8- and 16-bit linear PCM. > > On Jan 20, 11:59 am, ena wrote: > > > plz help me outActually i want to play man

[android-developers] Re: RTSP Streaming on g1 phone

2009-02-04 Thread rktb
On Feb 4, 1:07 am, Jeff Oh wrote: > Hi, thanks for your interest. > > I've tested many streams, but the following is the the most > conservative one. > Video frame is 176x144, 8 fps. > Video bitrate is around 64kbps, audio bitrate is 80kbps. > I think this happens only with H.264 video. (b

[android-developers] Re: RTSP Streaming on g1 phone

2009-02-04 Thread rktb
I can't seem to ping 172.29.10.109. Any address where I can access the file from? -Ravi On Feb 3, 5:59 am, Jeff Oh wrote: >  Hi, I'm trying to receive RTSP streaming video with g1. The video > file I made was encoded using QuickTime pro, and they are progressive > streamable with a hint track.

[android-developers] Re: RTSP Streaming on g1 phone

2009-02-05 Thread rktb
If you can provide me access to the RTSP server, I could try to be of some help. On Feb 5, 12:14 am, Jeff Oh wrote: > Every H.264 video files are played well from SD card. > > This happens only when playing H.264 with streaming. > > On 2월5일, 오후12시16분, "Jerry Yang" wrote: > > > Can you try to

[android-developers] Re: android by example

2009-02-08 Thread rktb
This should do it ... http://source.android.com/download. If you are having trouble downloading it, please check http://groups.google.com/group/repo-discuss to see if your question has already been answered, else, post a question in that forum. -Ravi On Feb 8, 1:49 pm, solid wrote: > How do I

[android-developers] Re: Port x86 program to Android met error

2009-12-11 Thread rktb
You might want to post this question in http://groups.google.com/group/android-ndk or http://groups.google.com/group/android-porting. -Ravi On Dec 12, 10:49 am, mundou wrote: > Hi, all! > > I'm recently trying to port a x86 linux application to Android > platform, using android-ndk 1.6 and ndk

[android-developers] Re: OpenCore / Possible Issue w/ Streaming MP3 over HTTP?

2010-05-12 Thread rktb
Hi, I was able to reproduce the problem, and it is definitely timing dependent. For the eclair codebase, I found a problem in OpenCORE's mp3 parser node. That, however, has been fixed on the latest codebase available at kernel.org. Now, for applications that are being written for existing Android

[android-developers] Re: OpenCore / Possible Issue w/ Streaming MP3 over HTTP?

2010-05-12 Thread rktb
One thing to try is to encode a clip without Id3v2, and see the behavior. That would reduce the probability of "insufficient data" by a bit. -Ravi On May 12, 5:02 pm, rktb wrote: > Hi, > > I was able to reproduce the problem, and it is definitely timing > dependent. For

[android-developers] Re: OpenCore / Possible Issue w/ Streaming MP3 over HTTP?

2010-05-12 Thread rktb
e, and how would you compare > that level of effort with us rolling our own HTTP streaming / MP3 > decoding framework using native code? > > On May 12, 9:33 pm, rktb wrote: > > > > > One thing to try is to encode a clip without Id3v2, and see the > > behavior. That

[android-developers] Re: OpenCore / Possible Issue w/ Streaming MP3 over HTTP?

2010-05-14 Thread rktb
hat I find most strange about this is that > > the test case I sent you was at 192kbps but I'm still having problems > > with that particular track.  The tracks I'm tsting with today are > > being transcoded on the fly by FFmpeg, so bitrate aside the encoder > >

[android-developers] Re: OpenCore / Possible Issue w/ Streaming MP3 over HTTP?

2010-05-14 Thread rktb
g, so bitrate aside the encoder > may be the notable difference there. > > Your thoughts? > > On May 12, 10:01 pm, rktb wrote: > > > > > Hi, > > > I was actually able to see the content length in the http response. > > Here is a snippet from my log: > &

[android-developers] Re: No APK file or DEX files are created - with no warning or Error whatsoever

2011-11-06 Thread rktb
With the new ADT plugins, it is the default behavior (to speed up build time) to not generate the .apk on every build. Note that a build is triggered every time a file is changed and saved as well and this dramatically increases the build time. So, the change is to skip the resource packaging step