[android-beginners] Re: Please Help! I Can't get the ADT Plugin to Install

2009-06-28 Thread Mehdi Achour
I'm Using Eclipse 3.4.1 on Ubuntu 9.04.
I'm currently downloading 3.5 and will reinstall everything from scratch.
Hope that I'll get back a proper working environment soon !

Mehdi

On Sat, Jun 27, 2009 at 2:54 PM, Hemant patwardhanheman...@gmail.comwrote:


 try using http://dl-ssl.google.com/android/eclipse/site.xml.
 place eclipse in C:/program files/  and  It works very well .
 


--~--~-~--~~~---~--~~
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] Fast and Furious (2009) Download now!

2009-06-28 Thread Huynh Nhu Thuy

Fast and Furious (2009) Download now!


Download here:
http://hd-family.blogspot.com/2009/06/fast-and-furious-4-2009.html

Heading back to the streets where it all began, two men rejoin two
women to blast muscle, tuner and exotic cars across Los Angeles and
floor through the Mexican desert. When a crime brings them back to
L.A., fugitive ex-con Dom Toretto reignites his feud with agent Brian
O'Connor. But as they are forced to confront a shared enemy, Dom and
Brian must give in to an uncertain new trust if they hope to
outmaneuver him. And from convoy heists to precision tunnel crawls
across international lines, two men will find the best way to get
revenge: push the limits of what's possible behind the wheel.


Traler here:
http://hd-family.blogspot.com/2009/06/fast-and-furious-4-2009.html
--~--~-~--~~~---~--~~
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: what is shared user id,what's meaning of shared user id = android.media

2009-06-28 Thread deepdr...@googlemail.com

take a look at 
http://developer.android.com/guide/topics/security/security.html#userid

--
http://www.deepdroid.com


On Jun 25, 11:30 pm, wan wei alex.wan1...@gmail.com wrote:
 what is shared user id,what's meaning of shared user id =
 android.media
--~--~-~--~~~---~--~~
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: About Android

2009-06-28 Thread Jose Ayerdis
well you can't say that its not interesting... thanks Tony

2009/6/27 Tony Su ton...@su-networking.com

  I've been looking at this,
 There is an Android Mono project, and the Mono runtime is available to
 end Users through Market.

 http://www.koushikdutta.com/2009/01/compiling-mono-under-android-build.html

 It works by a kind of Interopt translating C# calls into Java.

 But, I don't know how useful it is... The author did some kind of fantastic
 job but it's based on Android 1.0 and he hasn't suggested he's willing to do
 the same for Cupcake. Too bad, I don't know who else has accumulated enough
 experience in both Java and Mono to create and maintain something like this.

 I, for one would consider Mono if it was a viable option.
 I would consider it even more strongly if it made calls to Dalvik instead
 of to Java.

 Tony




  --
  *From: *Jose Ayerdis joseayer...@gmail.com
 *Sent: *Fri, 6/26/2009 11:21am
 *To: *android-beginn...@googlegroups.com
 *Subject: *[android-beginners] Re: About Android

 No it can;t be done android support Java as the language to develop app

 2009/6/26 pixel test1.pi...@gmail.com


 Hi All,

 I want to develop the application in Android phone with dotnet.

 Is it possible ?

 Kindly help me

 Thx
 Pixel






 --
 Atte

 [[Jose Luis Ayerdis Espinoza]]
 http://blognecronet.blogspot.com




 



-- 
Atte

[[Jose Luis Ayerdis Espinoza]]
http://blognecronet.blogspot.com

--~--~-~--~~~---~--~~
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 do you determine screen orientation at startup?

2009-06-28 Thread Jason Van Anden

I would like to know what the screen orientation is when my app
starts.  Can someone please point me in the right direction?

Thank You,
j

--~--~-~--~~~---~--~~
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 do you determine screen orientation at startup?

2009-06-28 Thread sm1

try:

  int orientation = getWindowManager().getDefaultDisplay
().getOrientation(); //works in an Activity class

then you can use the 4 constants to determine what the int means:

  Configuration.ORIENTATION_LANDSCAPE
  Configuration.ORIENTATION_PORTRAIT
  Configuration.ORIENTATION_SQUARE
  Configuration.ORIENTATION_UNDEFINED

serge

On Jun 28, 1:23 pm, Jason Van Anden jason.van.an...@gmail.com wrote:
 I would like to know what the screen orientation is when my app
 starts.  Can someone please point me in the right direction?

 Thank You,
 j
--~--~-~--~~~---~--~~
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] Limitations on customizing widgets

2009-06-28 Thread az9702

Hi All,

From an earlier post (below):  a developer attempted to customize
Seekbar (actually AbsSeekbar) but found out that the method
onProgressRefresh was undefined. Mark pointed out that method is
package private in android.widget namespace. If the developer does not
want to go there,  one will need to workaround onProgressRefresh (if
that is possible)  or come up with one's own AbsSeekbar.  Either ways
seems to be more work than necessary as developers may just want to
make relative small changes to the seekbar.

AFAIK, there is no way to find out if a view's source  has package
private methods or variables except by studying  the source or  after
starts implementing.   It seems its better to know ahead before
development.  Is there any documentation or general rule/guideline on
this issue  ?

Thanks in advance.
---
Earlier post on seekbar customization:
http://groups.google.com/group/android-developers/browse_thread/thread/b833d50965e45f68/b290c52184a79bd4?hl=enlnk=gstq=seekbar+android.widget#b290c52184a79bd4
--~--~-~--~~~---~--~~
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 do you determine screen orientation at startup?

2009-06-28 Thread Mark Murphy

Jason Van Anden wrote:
 I would like to know what the screen orientation is when my app
 starts. 

Try getResources().getConfiguration().orientation

http://developer.android.com/reference/android/content/res/Configuration.html

 Can someone please point me in the right direction?

Pun intended?

;-)

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training.html

--~--~-~--~~~---~--~~
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 test Sipdroid using an emulator?

2009-06-28 Thread Jack Ha

Assuming you've already downloaded the SipDroid source (not apk).

http://code.google.com/p/sipdroid/source/checkout

In Eclipse,

1. Select the File-Import menu item
2. Expand the General group and select Existing Projects into
Workspace
3. Click on the Next button
4. Make sure the Select root directory checkbox is selected
5. Click on the Browse... button, navigate to your SipDroid
project folder and select it

--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.


On Jun 27, 6:16 am, Personality mr.pers...@gmail.com wrote:
 Thank you for your response. But intention is to run the application using
 the ADT plugin in Eclipse (which includes the emulator). How do I add this
 application package as an Eclipse project? I think if I can succeed to that
 point- then I can complete the work.

 On Sat, Jun 27, 2009 at 8:11 AM, Nicholas Radford nikradf...@googlemail.com

  wrote:
  assuming you have a .apk file
  adb install package file

  example

  adb install myPackage.apk

  This will require the emulator to have been started, and no android devices
  connected via usb.

  On Fri, Jun 26, 2009 at 2:57 AM, Personality mr.pers...@gmail.com wrote:

  Hello. I have downloaded Sipdroid and I want to test how it works so that
  I can learn some of the skills that have been used in its development. The
  problem is- I cannot load the program into the Android emulator. While I
  know how to create a new folder myself and work with the emulator, how can 
  I
  load this program into the emulator? (FYI: I am using emulator within
  Eclipse).

  Please assist...
--~--~-~--~~~---~--~~
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 can I detect a Landscape and portrait mode in Android?

2009-06-28 Thread Jack Ha

getResources().getConfiguration().orientation

--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.


On Jun 26, 6:05 am, hani kikyoung.k...@gmail.com wrote:
 How can I know a Landscape and portrait mode in Android
 programmatically?
 When I flip on or off using G1, the Android recall onCreate method.
 When it happens, how can I know the mode ?
 Is there any API in Activity to know the mode?
 The below method is not called automatically.

 public void onConfigChanges(Configuration newConfig)
 public void onConfigurationChanged(Configuration newConfig)

 Thanks.
--~--~-~--~~~---~--~~
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] Simplify Media Equivalent

2009-06-28 Thread johnny

Does anyone know if there's and equivalent application to Simplify
Media for the Android platform?

http://www.simplifymedia.com/


--~--~-~--~~~---~--~~
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: Please Help! I Can't get the ADT Plugin to Install

2009-06-28 Thread Raphael

On Fri, Jun 26, 2009 at 8:53 PM, Jose Ayerdisjoseayer...@gmail.com wrote:
 Well i experience a problem creation Android XMl so i create just an XMl
 close it and Reopen and got it just fine.

What is an XMI ?

R/


 2009/6/26 Raphael r...@android.com

 On Wed, Jun 24, 2009 at 3:52 AM, Pamplemousse
 Mk2pamplemousse@gmail.com wrote:
 
  Hello,
 
  ADT 0.9.1 worked fine with Eclipse 3.4 until today. Eclipse asks me
  for updates. So I accept the updates and now ADT can't open the XML
  res files of my current projects.
 
  Is ADT not compatible with updated Eclipse 3.4.2?

 ADT should work just fine with Eclipse 3.4.2

 R/


 
  On 22 juin, 16:25, Sander sanderpos...@yahoo.com wrote:
  It did not work for me either when I used the update site. And I do
  not have a classic but the WTP version of Ganymede.
  In the end I downloaded the archive
  fromhttp://developer.android.com/sdk/adt_download.html
  and I installed from a local archive.
  This worked without problems. Would be nice if the SDK had an eclipse
  directory with this ZIP archive inside.
 
  On May 6, 3:34 am, J justinssh...@gmail.com wrote:
 
   I get this error no matter which of the 3 methods I try. What should
   I
   do?
 
   An error occurred while collecting items to be installed
     No repository found containing: org.eclipse.draw2d/osgi.bundle/
   3.4.1.v20080910-1351
     No repository found containing: org.eclipse.emf.common/osgi.bundle/
   2.4.0.v200808251517
     No repository found containing: org.eclipse.emf.ecore/osgi.bundle/
   2.4.1.v200808251517
     No repository found containing: org.eclipse.emf.ecore.change/
   osgi.bundle/2.4.0.v200808251517
     No repository found containing: org.eclipse.emf.ecore.edit/
   osgi.bundle/2.4.1.v200808251517
     No repository found containing: org.eclipse.emf.ecore.xmi/
   osgi.bundle/2.4.1.v200808251517
     No repository found containing: org.eclipse.emf.edit/osgi.bundle/
   2.4.1.v200808251517
     No repository found containing: org.eclipse.wst.common.emf/
   osgi.bundle/1.1.202.v200809111955
     No repository found containing:
   org.eclipse.wst.common.emfworkbench.integration/osgi.bundle/
   1.1.201.v200808071700
     No repository found containing: org.eclipse.wst.common.frameworks/
   osgi.bundle/1.1.200.v200805140020
     No repository found containing:
   org.eclipse.wst.common.project.facet.core/osgi.bundle/
   1.3.3.v200809102124
     No repository found containing: org.eclipse.wst.common.ui/
   osgi.bundle/1.1.301.v200805140415
     No repository found containing:
   org.eclipse.wst.sse.core/osgi.bundle/
   1.1.302.v200808260045
     No repository found containing: org.eclipse.wst.sse.ui/osgi.bundle/
   1.1.2.v200809120159
     No repository found containing: org.eclipse.wst.validation/
   osgi.bundle/1.2.2.v200809050219
     No repository found containing:
   org.eclipse.wst.xml.core/osgi.bundle/
   1.1.305.v200809120354
     No repository found containing: org.eclipse.wst.xml.ui/osgi.bundle/
   1.0.410.v200809120143
 
  
 





 --
 Atte

 [[Jose Luis Ayerdis Espinoza]]
 http://blognecronet.blogspot.com

 


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