[android-developers] .JPEG to .MP4 Conversion

2012-02-29 Thread NAVI NEW
Hello Android Developers, I having pictures .JPEG file, I want to convert it in video format .mp4. There is ffmpeg command for .mp4 typecast ffmpeg -r 30 -i foo-%03d.jpeg -r 30 -b 8973kb -minrate 8973kb -maxrate 8973kb -bufsize 1kb foo2.mp4 Please help me how to convert images in form of

[android-developers] When apk removing that action handling

2011-10-28 Thread NAVI NEW
Hello Sir, I am installing a apk file on device which Package path: com.testing.app. When some one removing the apk then that moment i want to handle another Thread , when apk is removed . Thanks, -- You received this message because you are subscribed to the Google Groups Android

[android-developers] APK removing time message popup

2011-10-28 Thread NAVI NEW
Hello Sir, I have a created app apk , i am installing that one on devices but i want message from side when user removing this specific application from his own device . Is this possible in android when removing the application handle that state... -- You received this message because you

[android-developers] APK removing time message popup

2011-10-28 Thread NAVI NEW
Hello Sir, I have a created app apk , i am installing that one on devices but i want message from side when user removing this specific application from his own device . Is this possible in android when removing the application handle that state... -- You received this message because you

[android-developers] Cache issue

2011-10-25 Thread NAVI NEW
Hello Sir, I am downloading 200 images and saving sdcard form server but now facing time issue taking more time. i want to store permanently image in cache and handle them always please help me. i am not getting perfect solution how to store image in cache for handle . -- You received

Re: [android-developers] Cache issue

2011-10-25 Thread NAVI NEW
Please some one give me best idea for this issue. On Tue, Oct 25, 2011 at 8:04 PM, NAVI NEW navi44...@gmail.com wrote: Hello Sir, I am downloading 200 images and saving sdcard form server but now facing time issue taking more time. i want to store permanently image in cache and handle

Re: [android-developers] Re: Cache issue

2011-10-25 Thread NAVI NEW
I have already implemented this one, that's running but not gatting way for all http://www.flexjockey.com/2011/03/create-a-pretty-simple-cache-for-android/ On Tue, Oct 25, 2011 at 9:29 PM, skink psk...@gmail.com wrote: On Oct 25, 5:41 pm, NAVI NEW navi44...@gmail.com wrote: Please some

[android-developers] Sqlite question

2011-10-20 Thread NAVI NEW
Hello Sir, i have a table in sqlite id value 101 a 101 b 101 c 102 d 104 e 104 f 103 g Here i want to retrieve 101 id all data like a,b and c , Please help me which query is best for this approach. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Sqlite question

2011-10-20 Thread NAVI NEW
Thanks very much now it's working fine . On Fri, Oct 21, 2011 at 10:20 AM, skink psk...@gmail.com wrote: On Oct 21, 6:31 am, NAVI NEW navi44...@gmail.com wrote: Hello Sir, i have a table in sqlite id value 101 a 101 b 101 c 102 d 104 e 104 f 103 g Here i

[android-developers] Https error while communicating

2011-10-12 Thread NAVI NEW
Hello Sir, I was communicating with https server using .cert file android it was working fine , but now facing issue 10-12 16:30:30.574: ERROR/Nav(3295): version res:: https://50.18.49.118/xmlrpc:443/ssltest 10-12 16:30:30.574: ERROR/Nav(3295): java.io.FileNotFoundException:

Re: [android-developers] I want to convert video in form of h.264 codec interface

2011-09-30 Thread NAVI NEW
Please some one help me how to decode video file in form of h.264 On Fri, Sep 30, 2011 at 3:25 PM, ProblemZone navi44...@gmail.com wrote: i want to trans-code my video in form of h.264 codec interface, How to convert video in form of h.264 codec android . -- You received this message

Re: [android-developers] I want to convert video in form of h.264 codec interface

2011-09-30 Thread NAVI NEW
How to transcode video in form of h.264 android On Fri, Sep 30, 2011 at 3:43 PM, NAVI NEW navi44...@gmail.com wrote: Please some one help me how to decode video file in form of h.264 On Fri, Sep 30, 2011 at 3:25 PM, ProblemZone navi44...@gmail.com wrote: i want to trans-code my video

Re: [android-developers] I want to convert video in form of h.264 codec interface

2011-09-30 Thread NAVI NEW
i want to convert video in form of .h264 android because android device supporting this format video play on surface give me guideline how to convert video in form of h.264 On Fri, Sep 30, 2011 at 3:54 PM, NAVI NEW navi44...@gmail.com wrote: How to transcode video in form of h.264 android

[android-developers] libav for Android with H/W accelerated decoding via the Stagefright framework

2011-09-30 Thread NAVI NEW
Hello Developers, i am not able to play mp4 video on android device . libav for Android with H/W accelerated decoding via the Stagefright framework, Can i able to play mpeg4/mp4 file using this lib. Please help me. -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] I am getting error : max_analyze_duration reached , Please confirm me what cause of this error Android

2011-09-29 Thread NAVI NEW
Now i am trying to play .mp4 video file from sdcard using ffmpeg lib. When video file contains H.264 AVC then error not occur, but when i am using MPEG-4 -video then this error occur: Please check the log file. On Thu, Sep 29, 2011 at 5:36 PM, ProblemZone navi44...@gmail.com wrote: I am

Re: [android-developers] Facebook integration

2011-09-28 Thread NAVI NEW
Sure that is working , i have also tried that works fine. On Tue, Sep 27, 2011 at 3:59 PM, shital suryawanshi shital.andr...@gmail.com wrote: hi sapna i am also think to develop facebook application thanks shital -- You received this message because you are subscribed to the Google

Re: [android-developers] H264 RTP Packetization

2011-09-27 Thread NAVI NEW
Same issue i have already suffered someone not help so you try by yourself . On Mon, Sep 26, 2011 at 5:00 PM, B.Arunkumar awsnetworkrecor...@gmail.comwrote: Hi, I would like to check if there is any good example code to do RTP Packetization accroding to RFC 3984. We are getting H264

[android-developers] Re: OpenMAX codec interface +android

2011-09-23 Thread NAVI NEW
Please refer me some link regarding this issue. On Fri, Sep 23, 2011 at 12:19 PM, ProblemZone navi44...@gmail.com wrote: Hello Developers, How to create OpenMax codec ffmpeg interface in android. i am getting ffmpeg lib, Open Max lib but how to interface in android with these lib . --

[android-developers] Re: OpenMAX codec interface +android

2011-09-23 Thread NAVI NEW
Please reply me someone On Fri, Sep 23, 2011 at 12:27 PM, NAVI NEW navi44...@gmail.com wrote: Please refer me some link regarding this issue. On Fri, Sep 23, 2011 at 12:19 PM, ProblemZone navi44...@gmail.com wrote: Hello Developers, How to create OpenMax codec ffmpeg interface in android

Re: [android-developers] openmax framework android

2011-09-23 Thread NAVI NEW
Thanks , nice and very helpful link. On Sat, Sep 24, 2011 at 5:09 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: http://free-electrons.com/pub/video/2011/elc/elc-2011-garcia-matsubara-hayama-munakata-video-codec-android-openmax-il.webm

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-22 Thread NAVI NEW
i am getting ffmpeg lib only nothing else for guideline . so need guideline .. On Wed, Sep 21, 2011 at 10:07 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 4:04 AM, NAVI NEW navi44...@gmail.com wrote: i want to run this type interface with my app. what to do for this one

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
need , please give me deeply idea for integrating that one. On Thu, Sep 22, 2011 at 2:42 PM, Doug beafd...@gmail.com wrote: On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me a guideline for implementing ffmpeg on android app. 1. Cross compile FFmpeg for Android 2

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-22 Thread NAVI NEW
How to implement ffmpeg in videoplay app? On Thu, Sep 22, 2011 at 2:04 PM, NAVI NEW navi44...@gmail.com wrote: i am getting ffmpeg lib only nothing else for guideline . so need guideline .. On Wed, Sep 21, 2011 at 10:07 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 4:04

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
... https://github.com/guardianproject/android-ffmpeg This is not an easy path you have chosen however - I found cross- compiling to be very tricky to get going on my mac. May the force be with you... On Sep 21, 3:46 pm, NAVI NEW navi44...@gmail.com wrote: Please give me a guideline

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
Thanks very much , But I have already tried this one on Ubuntu VM , this code is compiling on Ubuntu , i am getting ffmpeg binary file there but now how to use this one with java native I want to play video from sdcard using this lib. On Thu, Sep 22, 2011 at 5:27 PM, NAVI NEW navi44

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread NAVI NEW
. On Thu, Sep 22, 2011 at 6:07 PM, kiran kiranbhat2...@gmail.com wrote: Check Rockplayer Regards Kiran On Thu, Sep 22, 2011 at 2:42 PM, Doug beafd...@gmail.com wrote: On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me a guideline for implementing ffmpeg on android app. 1

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-21 Thread NAVI NEW
, though. B.Arunkumar On Sep 16, 8:34 pm, TreKing treking...@gmail.com wrote: On Fri, Sep 16, 2011 at 2:16 AM, NAVI NEW navi44...@gmail.com wrote: i am asking how to use , rock player in application not asking about contact. Is this rock player something in the SDK

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Is any one reviewing my issue or not? On Wed, Sep 21, 2011 at 5:37 PM, John navi44...@gmail.com wrote: Hello developers, i have a many mp4 videos files in sdcard , that video file contains different width,height resolution. i want give a single constant resolution to that file by code.

Re: [android-developers] how to implement ffmpeg video codec for video player +android

2011-09-21 Thread NAVI NEW
Please give me a guideline for implementing ffmpeg on android app. On Wed, Sep 21, 2011 at 7:05 PM, John navi44...@gmail.com wrote: how to implement ffmpeg video codec for video player +android -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Sure i am not a pro for crop the video resolution, but if you give me some way guideline then i can be able to do that one. On Wed, Sep 21, 2011 at 8:22 PM, Jim Graham spooky1...@gmail.com wrote: On Wed, Sep 21, 2011 at 05:07:02AM -0700, John wrote: i have a many mp4 videos files in sdcard ,

Re: [android-developers] video resolution trans-coding

2011-09-21 Thread NAVI NEW
Thanks a lot for reply . On Wed, Sep 21, 2011 at 8:50 PM, NAVI NEW navi44...@gmail.com wrote: Sure i am not a pro for crop the video resolution, but if you give me some way guideline then i can be able to do that one. On Wed, Sep 21, 2011 at 8:22 PM, Jim Graham spooky1...@gmail.com wrote

Re: [android-developers] Re: HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-16 Thread NAVI NEW
i am asking how to use , rock player in application not asking about contact. On Fri, Sep 16, 2011 at 12:41 PM, gjs garyjamessi...@gmail.com wrote: Contact rock player On Sep 16, 3:34 pm, NAVI NEW navi44...@gmail.com wrote: HOW TO USE ROCK PLAYER IN OUR OWN application. -- You received

[android-developers] how to play video file using ffmpeg library android

2011-09-16 Thread NAVI NEW
how to play video file using ffmpeg library android -- 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 accelerate video any resolution video on surface view +android code

2011-09-16 Thread NAVI NEW
How to accelerate video any resolution video on surface view +android code -- 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] Re: How to accelerate video any resolution video on surface view +android code

2011-09-16 Thread NAVI NEW
Some one give me actual figure for do that thing On Sep 16, 3:09 pm, NAVI NEW navi44...@gmail.com wrote: How to accelerate video any resolution video on surface view +android code -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: How to accelerate video any resolution video on surface view +android code

2011-09-16 Thread NAVI NEW
This default feature works with 3.0 but i want use with all android sdk . i want play video on surface On Fri, Sep 16, 2011 at 4:41 PM, sparky spar...@google.com wrote: http://developer.android.com/guide/practices/optimizing-for-3.0.html You can enable hardware-accelerated rendering in your

[android-developers] HOW TO USE ROCK PLAYER IN OUR OWN application.

2011-09-15 Thread NAVI NEW
HOW TO USE ROCK PLAYER IN OUR OWN application. -- 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] video frame transcoding in android

2011-09-07 Thread NAVI NEW
Please help me how to do video frame trans-coding in android -- 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] Android best way for socket communication need perfect url

2011-09-07 Thread NAVI NEW
Android best way for socket communication need perfect url -- 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] which one is third api free for video play in android

2011-09-07 Thread NAVI NEW
which one is third api free for video play in android -- 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 Change resolution of video by java /Android code

2011-09-07 Thread NAVI NEW
i have a video which have which containing different video resolution, i want give it fix resolution by code.It's possible or not by code -- 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] which one is third api free for video play in android

2011-09-07 Thread NAVI NEW
which one is third api free for video play in android -- 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

Re: [android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-07 Thread NAVI NEW
Increase avd size On Wed, Sep 7, 2011 at 4:14 PM, Palsson palsson...@gmail.com wrote: Hey there, Thanks for your replies.. I'm afraid none of them are solving the issue: - partition-size 1024 - android:installLocation=preferExternal - or reboot I can see at the top-icon-bar on my

[android-developers] can i able to play video using FFmpeg api.

2011-09-07 Thread NAVI NEW
can i able to play video using FFmpeg api. -- 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

Re: [android-developers] video issue

2011-09-07 Thread NAVI NEW
Please you create a new emulator or edit setting with sdcard enabled YES. 100% definitely it work On Wed, Sep 7, 2011 at 3:53 PM, vani reddy vani.reddy.bl...@gmail.comwrote: Hi friends , I am getting the below exception FileNotfoundException /mnt/sdcard Permission Denied i am storing a

[android-developers] how to Change resolution of video by java /Android code

2011-09-07 Thread NAVI NEW
how to Change resolution of video by java /Android code . what is the best config of video for android video play. -- 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