[android-beginners] Lanunch an application at the time of Start up

2010-08-24 Thread Vinay Prasad B R
Hi,


Is it possible to launch an application at the start up time instead
of launching an application explicitly. 


-- 
Regards,
Vinay Prasad.B.R

 

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

ATTENTION: Android-Beginners will be permanently disabled on August 9 2010. For 
more information about this change, please read [http://goo.gl/xkfl] or visit 
the Group home page.

Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


[android-beginners] XML Digital Signatures API in Android

2009-09-11 Thread Vinay H V

Hi,

Will Android add Java APIs of JAVA 1.6 related to XML Digital
Signatures in the upcoming versions of Android ?

Is there any other APIs in Android for validating XML Digital
Signatures ?

Regards,
Vinay H V

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] android hello program

2009-07-29 Thread vinay kumar

After running the application in eclipse it is giving a message that
emulator.exe encountered a problem what to do?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Streaming Youtube Videos

2009-06-17 Thread Vinay

Hi All,
I am writing an application to play the youtube videos using
streaming.

First method:
I am getting the RTSP URL to the video using GData APIs.
Here is the code to play the RTSP url.

VideoView mVideoView = new VideoView(this);
setContentView(mVideoView);
mVideoView.setVideoURI(Uri.parse(rtsp://rtsp2.youtube.com/
CiILENy73wIaGQkDwpjrUxOWQBMYESARFEgGUgZ2aWRlb3MM/0/0/0/video.3gp));
mVideoView.start();

But it throws error on both G1 device and emulator (Emulator has some
firewall problem as per mailing list)
Here is the error message

ERROR/PlayerDriver(35): Command PLAYER_INIT completed with an error or
info PVMFFailure

Second method:
A hack way to get the path of 3gp file from
http://www.youtube.com/get_video?v=VideoIDt=..
After getting the file path and I can call setVideoURI and it plays
fine. But it is a hack way to achieve the requirement.
I have checked the Youtube App also, it also does the hack way to play
the youtube url.(Checked with logcat)

I have tried changing from VideoView to MediaPlayer but no change in
the error.

Is there a Clean way to do this?

Please let me know your thoughts.

With Regards
Vinayakumara T V

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] [OMAPZOOM] [L25.8] Nagging pop-up error message.

2009-06-08 Thread Vinay Parameshwaraiah
Hi,

After the kernel and filesystem get loaded on the Zoom2 board, the
Display Device shows up a pop-up, nagging error message for almost every
key-press / touch-screen press. The message reads as below.

Sorry!

The application Sample Soft Keyboard (process
com.example.android.softkeyboard) has stopped unexpectedly. Please try
again.

 

Has anyone faced a similar problem on L25.8 or any other version? If so,
please let me know what the problem was.

I'm using kernel android-2.6.27.

I'm using the following bootargs. Could there be any problem?

 

bootdelay=3

baudrate=115200

ipaddr=128.247.77.90

serverip=128.247.77.158

netmask=255.255.254.0

bootfile=uImage

bootargs=console=ttyS3,115200n8 root=/dev/mmcblk0p2 rw rootdelay=3
mem=256M init=/init

bootcmd=mmcinit; fatload mmc 0 0x80c0 uImage; bootm 0x80c0

stdin=serial

stdout=serial

stderr=serial

Environment size: 307/131068 bytes

 

Regards,

Vinay

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android and Netbeans

2009-05-29 Thread Vinay H V

I got it working.

Android works fine in NetBeans. Just follow steps in
http://wiki.netbeans.org/IntroAndroidDevNetBeans

Important:
Use NetBeans 6.5 ml version.
and Use android-sdk-windows-1.0_r2 for Android Platform

Regards,
Vinay H V

On May 5, 10:24 am, ayush ayushv2...@gmail.com wrote:
 i tried the same thing a few months ago. i managed to get the plugin
 installed and open up a new android project in netbeans. however the
 build kept failing. if i remember rightly, one of the forums mentioned
 that the netbeans plugin is unable to maintain the R.java file which
 is why the build failed. it might work if you are willing to make the
 effort to create and maintain the R.java file manually.
 in my case, i (reluctantly) switched over to eclipse. but trust me -
 eclipse is pretty decent once u get used to it. the built in XML
 editors are useful when u need to define the layouts and resources
 using XML.

 On May 4, 7:52 pm, ntuple ntu...@gmail.com wrote:

  Has anyone gotten Android to work on Netbeans ? I'm using the
  nbandroid plugin which works fine but I can't get to the next step of
  defining the Android Platform.

  Whether I point to the Android folder or the platforms subfolder or
  the 1.1 or 1.5 underneath, Netbeans refuses to recognize any of these
  as platform folders  G !

  This is on Kubunto 9.04 so it maybe that the Android Unix distro isn't
  recognized but it's really frustrating because I prefer to work in
  Netbeans.

  Without a workaround it seems the only choice is to use Eclipse to
  develop Android apps.

  thanks
  N.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: how to override onDraw of view.

2009-05-11 Thread Vinay

Thanks raphael
i looked the code of snake project in the sdk
i got the idea to create the custom control... which matches my
requirement.


On May 9, 9:32 am, Raphael r...@android.com wrote:
 Since you are a beginner, a tip to easily view the samples in Eclipse:
 - open File  New  Android Project wizard
 - select the platform Android 1.5
 - select Use existing source then Browse next to it.
 - select the sample's directory.
 - The wizard fills all the settings for you.

 R/

 On Fri, May 8, 2009 at 9:30 PM, Raphael r...@android.com wrote:
  Please look at SDK/platform/android-1.5/samples/LunarLander -- it does
  that and should be easy to understand.

  There are also various custom View in the ApiDemoes sample code.

  R/

  On Thu, May 7, 2009 at 11:31 AM, Vinay vinay@gmail.com wrote:

  Hi All,

  I want to override onDraw fuction of a view object which is declared
  in the XML file

  in my XML file i have created a relative layout with in that i created
  a view for that view i want to override ondraw ... because i want
  to draw on that view.  can i override the ondraw  yes means
  how can i
  Thanks in advance

  Regards,
  Vinay
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] how to override onDraw of view.

2009-05-08 Thread Vinay

Hi All,

I want to override onDraw fuction of a view object which is declared
in the XML file

in my XML file i have created a relative layout with in that i created
a view for that view i want to override ondraw ... because i want
to draw on that view.  can i override the ondraw  yes means
how can i
Thanks in advance

Regards,
Vinay

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Eclipse connecting to real atrget

2009-02-26 Thread vinay harugop

hi,

I am running eclips with ADT plugin and android SDK on windows PC.
Android is running on my target.

Target is getting netowrk configured with proper IP address over
ethernet using DHCP client.
When ddms is run no device is shown in the list. How to connect eclips
to real target and Is it possible to debug application using DDMS.
any hints?
-vinay

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Adding images to the application title

2009-01-03 Thread Vinay H V

Hello,

Can anyone suggest on how to add an image to the application title.
I want to add it via xml themes.

Thanks,
Vinay H V

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Adding a new app developed in J2ME to Android SDK 1.0

2008-09-29 Thread vinay

Hi Dana,

What type of JSR's supported by Android 1.0 SDK? (MMAPI, LBS, WMA,
MMS)

Thanks,
Vinay

On Sep 29, 9:11 am, Dana Li [EMAIL PROTECTED] wrote:
 Hi Kirti,

 It will handle the same way. The reason I ask for URL is because I could
 test it on my machine. If you don't have a URL, you could send me the
 jad/jar, I could test for you.

 Thanks
 Dana
 (408)368-6618

 On Mon, Sep 29, 2008 at 12:24 AM, Jayalaxmi Vaman Telang 



 [EMAIL PROTECTED] wrote:
              Thank you. So I assume the current plug-in is available only
  for 0.9 and currently work is ongoing for 1.0.

  But I definitely dint understand you Q….'Does your J2ME jad/jar has a
  URL?'

  Is this question linked to porting of J2ME application to Android. Meaning
  to say whether a application

  With URL and a application without URL are handled in different ways while
  porting to Android??

  Please clarify.

  Thanks,

  kirti

  -Original Message-
  *From:* android-beginners@googlegroups.com [mailto:
  [EMAIL PROTECTED] *On Behalf Of *Dana Li
  *Sent:* Monday, September 29, 2008 11:03 AM
  *To:* android-beginners@googlegroups.com
  *Subject:* [android-beginners] Re: Adding a new app developed in J2ME to
  Android SDK 1.0

  Thanks, We are working for the 1.0 port now, should be ready early next
  week.

  Does your J2ME jad/jar has a URL?

  Regards,

  Dana

  On Sun, Sep 28, 2008 at 8:50 PM, kirti [EMAIL PROTECTED]
  wrote:

  Hi,
    I have anew app developed in J2ME. I want to have the same app
  integrated and running on Android SDK1.0
  I read that new version of Android J2ME MIDP RUNNER can be used for
  the same.
  Please confirm whether it is applicable for Android 1.0 as well.
  Regards,
  Kirti

  br

 --
 Dana

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---