[android-developers] Re: how to close activity?

2009-06-23 Thread Nithin Varamballi
Hi... When you are moving 1-2-3.. give finish() after start activity ex:Intent intent = new Intent(java1.this, java2.class); startActivity(intent); finish(); --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: how to close activity?

2009-06-23 Thread Nithin Varamballi
Hi... When you are moving 3-1.. give finish() after start activity ex:Intent intent = new Intent(java3.this, java1.class); startActivity(intent); finish(); When finish() called here java3 class will be destroy. Thank You Nithin N V

[android-developers] Re: Image display from a url

2009-06-19 Thread Nithin Varamballi
hi... I did like this.. This may help you public class demo extends Activity { /** Called when the activity is first created. */ ImageView i1; public int position=0; private String[] myRemoteImages = { http://www.cssnz.org/flower.jpg}; @Override

[android-developers] Re: Video Streaming

2009-06-15 Thread Nithin Varamballi
Thanks for reply i tried .mp4,.3gp,.m4v etc... In logcat for 3 different file formats shows different type error... Error as below for .mp4 MediaPlayer error(1, -17) for .3gp(same file) Media Player error(200, -17) for .m4v(same file) Media Player error(1, -1) Thank You

[android-developers] Re: Change sdcard permission

2009-06-13 Thread Nithin Varamballi
Hi.. Thanks for reply... Ya i agree with your point that sdcards are formatted to be fat32 and fat32 doesn't support linux permission system, Suppose if i give in my application like this /bin/sh /sdcard/myapplication, what will i get,weather i can change the permission of my application or

[android-developers] Re: How to set an android sdk that I built with eclipse adt plugins

2009-06-11 Thread Nithin Varamballi
Hi... In eclipse menu..- window-- preferences--select android and set the SDK path(where SDK store in u r disk)--- apply--- restart eclipse Thank You N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: no avd available while

2009-06-09 Thread Nithin Varamballi
HI... First You must create avd through command line... Then it will works, Otherwise it will not works Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: How to debug android framework with eclipse and emulator

2009-06-09 Thread Nithin Varamballi
HI... Use DDMS or see the Logcat.. Logcat contains all informations... Just use logcat Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: load image from the web?

2009-05-25 Thread Nithin Varamballi
hi... I did like this.. This may help you public class demo extends Activity { /** Called when the activity is first created. */ ImageView i1; public int position=0; private String[] myRemoteImages = { http://www.cssnz.org/flower.jpg};

[android-developers] Re: I need help with my App!!!

2009-05-25 Thread Nithin Varamballi
hi.. Currently i am handling one project I will try to help your project... Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: whats wrong with my EditText to int

2009-05-23 Thread Nithin Varamballi
Hi.. Can you update entire code... Thank You Nithin N V --~--~-~--~~~---~--~~ 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

[android-developers] Re: Unable to play youtube videos on SDK 1.5 emulator, but playing well on SDK 1.0 emulator

2009-05-19 Thread Nithin Varamballi
Can you update the source Thank You Nihtin N V --~--~-~--~~~---~--~~ 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

[android-developers] Re: Unable to play youtube videos on SDK 1.5 emulator, but playing well on SDK 1.0 emulator

2009-05-19 Thread Nithin Varamballi
Hi manoj.. i tried in sdk 1.5 its give error... See the blog http://groups.google.com/group/android-developers/browse_thread/thread/aa8bcd63591efc37/311fc03f2269c3ee?lnk=gstq=nithin11#311fc03f2269c3ee and can you tell me how you did in sdk 1.1... I am developing video streaming

[android-developers] Re: video play error

2009-05-16 Thread Nithin Varamballi
Thanks for reply... But i tried another video i e test.mp4 through sdcard... But it works fine May emulator support all .mp4 files...? Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Install Android on Windows XP

2009-05-16 Thread Nithin Varamballi
HI.. I installed 1.5sdk successfully... First remove older ADT files... And download the 0.9 ADT.. Its zip file.. After removing the old ADT following steps i followed... In eclipse 1- Help 2- Software updates 3- Available Software 4- Add site 5- Archive(add the ADTzip file located in your

[android-developers] Re: Alert Text box value read error

2009-05-11 Thread Nithin Varamballi
Thanks for reply Ya.. It works fine Thank You Nithin N V --~--~-~--~~~---~--~~ 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: Video streaming error in SDK 1.5

2009-05-10 Thread Nithin Varamballi
Hi... I tried a video .mp4.. It contains mdat atom... I am streaming though local server... While running on browser it works fine... While running on emulator it displays the message like Cannot play the video.. Can any one Help me...? Thank You Nithin N V

[android-developers] Re: Video streaming error in SDK 1.5

2009-05-07 Thread Nithin Varamballi
Thanks for reply Can you tell me what exactly it means moov atom must precede the mdat atom in the file. Can yo tell me in detail I am doing video streaming project... Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: You tube video error

2009-05-04 Thread Nithin Varamballi
K... Thank You... Nithin N V --~--~-~--~~~---~--~~ 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: You tube video error

2009-05-03 Thread Nithin Varamballi
Thanks for reply K... Can we play 3G videos..? Thank You Nithin N V --~--~-~--~~~---~--~~ 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: You tube video error

2009-05-03 Thread Nithin Varamballi
Thanks for reply Have you tried any video streaming in sdk 1.5...? Thank You Nithin N V --~--~-~--~~~---~--~~ 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: Video play error

2009-04-30 Thread Nithin Varamballi
Thanks for reply... Can know why it is no available, May this feature is not available in android...? Thank You Nithin n v --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Making VideoView play automatically

2009-04-25 Thread Nithin Varamballi
HI... Create one one obect of VideoView then give objectname .start(); Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Making VideoView play automatically

2009-04-25 Thread Nithin Varamballi
Try this code... This code woks for me.. package mypack.mydemos; import android.app.Activity; import android.graphics.PixelFormat; import android.os.Bundle; import android.widget.MediaController; import android.widget.VideoView; public class demo extends Activity { /** Called when the

[android-developers] Re: Access the remote Image

2009-04-21 Thread Nithin Varamballi
Hi Mark Murphy, Thanks for your help I solve that problem using URL connection... Same URL connection can i play the playvideo(mpg4 format)... Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: Access the remote Image

2009-04-20 Thread Nithin Varamballi
Its web server And its JPEG images Thank You Nithin N V --~--~-~--~~~---~--~~ 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

[android-developers] Re: sdcard

2009-04-12 Thread Nithin Varamballi
Hi Its mp4 format... Is it possible to do the videostreming Thank You Nithin N V --~--~-~--~~~---~--~~ 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: WiFi

2009-04-12 Thread Nithin Varamballi
Thank for reply But in the Android limitations they dont put that android not supporting WiFi http://developer.android.com/guide/developing/tools/emulator.html#limitations and also i am using desktop... I tried in emulator that it is possible to Browse Internet through Local LAN

[android-developers] Re: sdcard

2009-04-11 Thread Nithin Varamballi
Thanks for replying... I did like this 1) mksdcard -l mysdcard 200M d:/sdcard.img 2)load the sdcard emulator -sdcard c:/sdcard.img 3)adb push d:/test.mp4 sdcard/test.mp4 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Re: sdcard

2009-04-11 Thread Nithin Varamballi
Thanks for replying I dont have real phone... I am working in Emulator... But i got error like Cannot paly the video... Thanks Nithin n v --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Conversion to Dalvik format failed with error

2009-04-10 Thread Nithin Varamballi
Hi I tried in SDK emulator. Even i have Same problem like yours. Till now i didnt run video on emulator Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: Conversion to Dalvik format failed with error

2009-04-09 Thread Nithin Varamballi
Thanks for reply But i saw in site http://www.tomgibara.com/android/camera-source In that they use the JMF --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Conversion to Dalvik format failed with error

2009-04-09 Thread Nithin Varamballi
Thank you sir.. Can you know how live video streaming can be done... I tried demo sample But i give error likeCannot play the video. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: play video error

2009-04-04 Thread Nithin Varamballi
Thank you sir NIthin N V --~--~-~--~~~---~--~~ 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

[android-developers] Re: play video error

2009-04-03 Thread Nithin Varamballi
Hi.. Can you tell me that how to run video file in android emulator. I am using windows flat form. It is possible to run video file in android emulator using windows flat form... If possible please tell me how to run...

[android-developers] Re: hi

2009-03-16 Thread Nithin Varamballi
No...Sir... I have 8 Image button... The thumbnails are stored in Integer array... and hight and width of thumbnails are different... that is Each thumbnails have different size How can i resize like (80x60) of all thumbnails that are stored in array before displaying in Image Button...

[android-developers] Re: Force close msg for few seconds when application starts, why?

2009-03-13 Thread Nithin Varamballi
Hi Your code contains small error... Like example if an array out of index.. It does't show any error while compile... When u open that application it will give error... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the