[android-developers] java.lang.VerifyError

2009-05-14 Thread Nithin
Hi, I added a third party jar in my application and tried to run, but its showing, java.lang.VerifyError... What maybe he reason for this issue, please help Thanks Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[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-

[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

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

2009-05-08 Thread Nithin N V
Hi Dave... I tried to add mdat atom using Hex editor...Bur When i play the video its give error... Please Can you tell me how can i do the video streaming... Thank You N N --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[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-03 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

[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, sen

[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-

[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" grou

[android-developers] Re: Making VideoView play automatically

2009-04-25 Thread Nithin Varamballi
mc1=new MediaController(this); mc1.setMediaPlayer(myVideo1); myVideo1.setMediaController(mc1); //mc.show(RESULT_OK); myVideo1.requestFocus(); } } Thsnk You

[android-developers] Re: Making VideoView play automatically

2009-04-24 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 g

[android-developers] Compile error

2009-04-22 Thread Nithin
Hi to all I updated android sdk 1.5 version... I created a new android project using ant.. But when i compile i got taskdef class com.android.ant.SetupTask cannot be found... Can any one help me to resolve this error Thank You Nithin N V

[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@googlegro

[android-developers] Re: Access the remote Image

2009-04-20 Thread Nithin Varamballi
Thanks for reply Means My emulator act as client... and another System act as a server... In server i had images... My question is can i access that images through emulator...? --~--~-~--~~~---~--~~ You received this message because you are subscrib

[android-developers] Access the remote Image

2009-04-20 Thread Nithin
Hi to all... Can any one tell me how can i access the remote images through android Emulator? Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Beginner Question / Calendar API

2009-04-16 Thread Nithin
Hi Andreas, Did you get the answer, put all user permissions in manifest and try. Thanks Nithin On Apr 8, 4:21 am, andreas wrote: > Hi, > > I'm really just a beginner and fiddling a little bit around with java > and my G1. I'd like to create acalendarevent from the pho

[android-developers] Re: Early Look Android 1.5 SDK

2009-04-14 Thread Nithin
Thanks a lot guys... thousands of heartiest appreciation to all Android Engineers.. Nithin On Apr 15, 2:56 am, clark wrote: > I recently flashed my phone with the firmware found on the upcoming > HTC Saphire, which says it is version 1.5.  Does anyone know if I will > be able to tr

[android-developers] Video streaming

2009-04-14 Thread Nithin
Hi to all... Android mobile support the Live video streaming ? 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, sen

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-14 Thread Nithin
Thanks a lot Charlie Collins, What is the mistake I did is, I already have the MAP API key, but in my XML, some letters of the key are missing, After you said, I again checked and found out that. Now perfectly alright. Thanks Nithin On Apr 14, 4:23 pm, Charlie Collins wrote: > I can use m

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread Nithin
e is there. Thanks Nithin On Apr 14, 1:34 am, MrChaz wrote: > You could try adding the permission for course location but to be > honest it doesn't work on my emulator so once I got it working on an > actual device I just left it. > > On Apr 13, 8:11 pm, Nithin wrote: >

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread Nithin
i did both these already... my i got map API and put all permissions in manifest still its showing his error, what may be the reason.. Thanks Nithin On Apr 13, 11:04 pm, Charlie Collins wrote: > Also make sure you have a maps key, the error message you are getting > look unrelate

[android-developers] Re: not able to play file when set data source to the sdcard file

2009-04-13 Thread Nithin
Hi, > It is giving me error when i am calling prepare(). Normally, this error occurs, when you didnt put sdcard in emulator. Launch emulator with SDCard. You put the .mp3 file in "data/misc" folder and try, if its working then the problem is launch emulator with SDCard only..

[android-developers] Re: WiFi

2009-04-12 Thread Nithin Varamballi
Network... If emulator supporting LAN so it may support WiFi... I am not sure... 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, sen

[android-developers] Re: sdcard

2009-04-11 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

[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 Devel

[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 Googl

[android-developers] WiFi

2009-04-10 Thread Nithin
Hi to all Can anyone tell me weather emulator support WiFi --~--~-~--~~~---~--~~ 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@goo

[android-developers] sdcard

2009-04-10 Thread Nithin
Hi to all I push the one video file... and tried to play that video file in emulator.. But i got error... Can any tell me how can i check weather video file insert or not... Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because

[android-developers] play video

2009-04-10 Thread Nithin
Hi to all I tried to play the video through sdcard image... But i got a error like "Cannot play the video".. Can anyone tell me what is the error in my code... public class SimpleVideo extends Activity { private VideoView myVideo; private MediaController mc; @

[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 Devel

[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 like"Cannot play the video". --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

[android-developers] Live Video streaming

2009-04-09 Thread Nithin
HI to all Can anyone knows how Live Video streaming can be done Thanks in advance Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this 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 emai

[android-developers] JavaMediaFramework

2009-04-09 Thread Nithin
HI to all. Is it possible to include JavaMediaFramework for android application --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to and

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

2009-04-09 Thread Nithin
Hi to all I include JMF in my application. When i run my application the following type of error will occurring... [2009-04-09 16:20:03 - nithin] trouble processing "javax/sound/midi/ControllerEventListener.class": [2009-04-09 16:20:03 - nithin] Attempt to include

[android-developers] Software install

2009-04-08 Thread Nithin
Hi to all Is it possible to install software like tinytube etc to emulator... Can anyone tell me about software installation...] Thank You NITHIN N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] streaming error

2009-04-06 Thread Nithin
HI to all Can anyone tell me what error in the code,,, I run this code... But it giving error package mypack.mydemos; import android.app.Activity; import android.graphics.PixelFormat; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.widg

[android-developers] Video streaming error

2009-04-06 Thread Nithin
HI to all I tried video streaming But its not playing... I got the error as this video file cannot be played... The code is as bellow package mypack.mydemos; import android.app.Activity; import android.graphics.PixelFormat; import android.net.Uri; import android.os.Bundle; impor

[android-developers] Video streaming

2009-04-05 Thread Nithin
Hi to all... Videoview can support quick time player 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

[android-developers] Video streaming

2009-04-05 Thread Nithin
Hi to all Can anyone tell me how video streaming can done. 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, sen

[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 g

[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] play video

2009-04-03 Thread Nithin
Hi.. to all Can anyone 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... Thank You Nithin N V

[android-developers] play video error

2009-04-02 Thread Nithin
s and Settings\nithin\My Documents\Downloads\disney_256v_32a.mp4"; private VideoView mVideoView; @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.videoview); mVideoView = (VideoView) findViewById(R.id.surface_view);

[android-developers] Re: Issue in android:duration in frame animation

2009-03-24 Thread Nithin
Thanks Romain for that input, actually i tried some weird things... anyway thanks for the information.. Nithin On Mar 19, 8:26 pm, Romain Guy wrote: > Note that the hardware also won't let you do more than 60 frames per > second, so any duration lower than 15ms is useless. > >

[android-developers] Issue in android:duration in frame animation

2009-03-19 Thread Nithin
Hi, In Frame Animation, in tag, when i am putting android:duration="5", its not working. 15ms is the minimum which i tried and working. Is it a bug in Android ?. Anybody else got the same kind of problem. Thanks Nithin --~--~-~--~~~---~--~~ You rec

[android-developers] Re: hi

2009-03-16 Thread Nithin Varamballi
... Thanks Nithin --~--~-~--~~~---~--~~ 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

[android-developers] Re: ArcMovement on a BitMap - composite Animations

2009-03-15 Thread Nithin
Thanks Romain, i didnt try in that way... Thanks Nithin On Mar 16, 9:18 am, Romain Guy wrote: > AnimationSet is an Animation, just call startAnimation(set)... > > > > On Sun, Mar 15, 2009 at 9:02 PM, Nithin wrote: > > > Hi Romain, > > > Now i am trying wi

[android-developers] Re: hi

2009-03-15 Thread Nithin
k... But if have array of thumbnils... How can reduce the size of all thumbnils before displaying in Image button? Thanks in advance    Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: ArcMovement on a BitMap - composite Animations

2009-03-15 Thread Nithin
(anim2); set.setRepeatMode(AnimationSet.REVERSE); set.setRepeatCount(AnimationSet.INFINITE); startAnimation(anim); // startAnimation(anim2); } If there is any method like startAnimation(AnimationSet), then it will be easy... please guide me... Thanks Nithin On Mar 13, 8:40 pm, Romain Guy wrote

[android-developers] hi

2009-03-13 Thread Nithin
HI... I want to resize the image dynamically before i set the background of the Image button... If there is any method .? Thanks in advance Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[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 Goo

[android-developers] Re: Text View Size

2009-03-13 Thread Nithin
Hi Muthu, You can use the XML attribute android:textSize = "XXpx" for setting text size Thanks Nithin On Mar 13, 10:52 am, "Muthu Kumar K." wrote: > Hi All, > I am looking for setting the text view max text size. Can any one help > me how to set that? > >

[android-developers] ArcMovement on a BitMap - composite Animations

2009-03-13 Thread Nithin
AccelerateDecelerateInterpolator()); startAnimation(anim); // startAnimation(anim2); } Please guide me in this.. Thanks Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: 24MB in RAW folder -- when running showing "INSTALL_FAILED_INSUFFICIENT_STORAGE"

2009-03-12 Thread Nithin
Thanks Snowflake.. I want to look into installer... Thanks Nithin On Mar 11, 6:29 pm, MrSnowflake wrote: > I don't think you can put them on the SD by installation. I think you > have to make an 'installer' which downloads the mp4 files from the web > and saves them

[android-developers] How to make surfaceview insensitive to touch Events

2009-03-10 Thread Nithin
Hi, When i am running mediaplayer, i want the surfaceview to be insensitive to motion events. I tried mSurfaceView.setFocusableInTouchMode(false); but its not working.. please guide me in this.. Thanks Nithin --~--~-~--~~~---~--~~ You received this message

[android-developers] 24MB in RAW folder -- when running showing "INSTALL_FAILED_INSUFFICIENT_STORAGE"

2009-03-09 Thread Nithin
Hi, We have 10 mp4 files, total size is about 24MB. We put all in RAW folder and tried to run, but its showing "insufficient storage". What is the solution for this, please guide me in this ?? Whether we can put these files in SDCard or anywhere else ?? Tha

[android-developers] How to make MotionEvent Stable

2009-03-09 Thread Nithin
Hi, I am using motionEvent by X and Y co-ordinates, but when the skin changes like from Landscape to Portrait, its not working. So is there any way to make it Stable, like it has to work in all skin ? Thanks Nithin --~--~-~--~~~---~--~~ You received this message

[android-developers] How to see image and media files in SDCard from emulator

2009-03-06 Thread Nithin
scanner" under 'Dev tools", there also cant see anything. Can anybody guide me in this issue. Thanks Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] Re: MediaPlayer not running - just blank screen

2009-03-05 Thread nithin
Thanks marco, at last got it... thanks for your valuable input.. Nithin On Mar 5, 10:02 pm, Marco Nelissen wrote: > That won't work for a number of reasons: > - when you create theMediaPlayerand call start(), your display isn't > ready yet. You need to wait for the surfac

[android-developers] Re: MediaPlayer not running - just blank screen

2009-03-05 Thread nithin
ya, i saw log messages, in that, getVideoSize returning -1... what may be the reason for that, any idea please.. Nithin 03-05 14:59:43.072: INFO/(324): 111 03-05 14:59:43.113: INFO/222(324): 03-05 14:59:43.123: INFO/333(324

[android-developers] Re: MediaPlayer not running - just blank screen

2009-03-05 Thread nithin
no, there is no error in logcat... i put log messages every where and logcat showing all messages, but no video is playing.. Nithin On Mar 5, 2:48 pm, dillirao malipeddi wrote: > did you get any error in ddms logcat ? > may  be your player gives error while try to play > > >

[android-developers] Re: MediaPlayer not running - just blank screen

2009-03-05 Thread nithin
error, but blank screen, any idea please.. Nithin On Mar 5, 12:58 pm, Dave Sparks wrote: > You need to tell the mediaplayer where to display the video with > setDisplaySurface(). Check out the media demo apps on > developer.android.com. > > On Mar 4, 11:45 pm, Nithin wrote: &

[android-developers] MediaPlayer not running - just blank screen

2009-03-04 Thread Nithin
ediaplayer = MediaPlayer.create(this, R.raw.monster); mediaplayer.start(); } } Thanks Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: Issue in openintents simulator, after running directly going to "Connection settings" page instead of my desired page

2009-03-04 Thread nithin
Thanks Mishail, i hope that will help.. going to try.. Nithin On Mar 4, 3:52 pm, "(Mishail)" wrote: > It's OK since your activity starts OpenIntents by startActivity > (intent); > > Your activity should resume after exiting from openintents. But please &

[android-developers] Re: Whether Emulator supporting sensor Listener

2009-03-04 Thread nithin
Thanks David, i got it, what i need is motionevent only... thanks for your reply Nithin On Mar 4, 12:58 pm, David Turner wrote: > Fwiw, sensors are for accelerometer, compass, etc...the touch screen is not > related to sensor listeners. > > On Wed, Mar 4, 2009 at 5:20 AM, N

[android-developers] Issue in openintents simulator, after running directly going to "Connection settings" page instead of my desired page

2009-03-03 Thread Nithin
[2]), Toast.LENGTH_SHORT).show (); } } Thanks Nithin --~--~-~--~~~---~--~~ 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 un

[android-developers] Whether Emulator supporting sensor Listener

2009-03-03 Thread Nithin
Hi, When i press my emultor screen using mouse, then sensor events will work ??. What i want is when i touch with my mouse on the emulator screen on a particular point, it has to go the next page ?? Any suggestions are welcome Thanks Nithin

[android-developers] How to add ShadowColor to TextView

2008-12-24 Thread nithin warier
I tried to add shadow color to TextView using this code, but with no effect, please tell the right way.. Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Display a screen for 2 0r 3 seconds

2008-12-22 Thread nithin warier
I want to display a screen for 2 or 3 seconds only, for this what should i do.. which function to use... please help.. Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Issue regarding Changing textColor

2008-12-21 Thread nithin warier
, but cant change the texColor what to do, for this Nithin --~--~-~--~~~---~--~~ 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.

[android-developers] Re: Issue reagrding check out from SVN

2008-12-20 Thread nithin warier
Hi Mark, But i cant compile, i am using eclipse ganymede, when i tried to run, using "Run as" Android application, showing .apk is missing what to do.. Nithin On Sat, Dec 20, 2008 at 7:08 PM, Mark Murphy wrote: > > Nithin wrote: > > i checked out a project from google re

[android-developers] Issue reagrding check out from SVN

2008-12-20 Thread Nithin
i checked out a project from google repositry, svn, and when tried to run, showing .apk is missing.. also R.java is missing Any idea, why this porblem occurs.. Nithin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

<    1   2   3