Re: [android-developers] Fwd: Android doubt

2013-08-28 Thread Sumedh Jiwane
Nothing is much clear from the description of your problem. I am suspecting that you are facing the UI issue. Are you calling logout function in main thread/ui thread? If so replace it with worker thread. Alternatively you can start a service using AlarmManager. On Fri, Aug 23, 2013 at 4:37 PM,

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-27 Thread Sumedh Jiwane
Try refreshing the folders, clean and rebuild. On Tue, Aug 27, 2013 at 12:24 PM, Amit Mangal forum.amit.man...@gmail.comwrote: any idea guys ? On Tue, Aug 27, 2013 at 10:50 AM, Amit Mangal forum.amit.man...@gmail.com wrote: drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi

Re: [android-developers] installing APK without eclipse/android SDK

2012-02-13 Thread Sumedh Jiwane
You might have not done the release build. On Mon, Feb 13, 2012 at 3:23 PM, fei ji ufo22940...@gmail.com wrote: Store this apk to sd card. Then using some apps like EsExplore to open it then android will install it automatically. On Mon, Feb 13, 2012 at 2:30 AM, John Goche

Re: [android-developers] Extracting AMR data from RTP payload

2012-02-13 Thread Sumedh Jiwane
RTP describes different payload format for different codecs. You can study the RTP payload format for AMR codec and retrieve the data. You can use available RTP de-packetizer if you are using any multimedia framework. Regards, Sumedh On Mon, Feb 13, 2012 at 8:34 PM, NITIN nitinkumgo...@gmail.com

Re: [android-developers] Re: multicasting in android

2012-02-12 Thread Sumedh Jiwane
Hi Sangram, It seems from the log that handleDataSource is trying to find some extension in the URL, like .sdp or .m3u8. Since it is missing it is not able to play. I suggest you to specify RTSP url with .sdp as extension and then specify your multicast ports in sdp file. I am just guessing. Let

Re: [android-developers] Re: HTTP Live Streaming for MP4, 3gp video files in Android

2011-10-19 Thread Sumedh Jiwane
Hinting MP4 simply adds the Hinting track to MP4 files for progressive download. This is helpful if you want to stream file. Hinting tracks are additional tracks for quick access to data. Check the android document for audio/video codec supported and match them against the file that you are

Re: [android-developers] Http Live Streaming

2011-10-13 Thread Sumedh Jiwane
Simple way to test HLS is to type the HLS link on web-browser and check whether it plays. Normally HLS link ends with .m3u8 extension. Also you can check whether link is up or not by running it on VLC or Quicktime player. Regards, Sumedh On Wed, Oct 12, 2011 at 5:29 PM, bhargavi

Re: [android-developers] Need ideas on encrypting h.264 videos on Android

2011-08-12 Thread Sumedh Jiwane
actually not sure what do you want to do. can you be elaborate more. Do you want to play local file or remote file. Do you want to stream or download and play? On Fri, Aug 12, 2011 at 8:28 AM, Peter Taps ptr...@gmail.com wrote: Folks, Our application requires that a H.264 video be kept on

Re: [android-developers] Re: Force Close Issue

2011-08-11 Thread Sumedh Jiwane
The log is generally what you what you seen in logcat console while debugging. But here is the catch since it happens when you are moving and you can't debug at that time, you can you Logger application available from market. It requires SD/micro SD card to save the logs. You can also choose to

Re: [android-developers] Which OS is more preferable for Android apps, middleware,source/OEM level development.

2011-06-24 Thread Sumedh Jiwane
I would suggest to use Linux (Ubuntu) in your case. On windows if you want to deploy/test application on different devices you need to download different OEM USB drivers which is painful. P.S. I am developing on windows XP. On Fri, Jun 24, 2011 at 6:34 AM, Nainala Shrinivas