[android-beginners] Does Android has JRMI installed?

2009-10-31 Thread Freeman Zhang
HI.

I'd like to develop a commerce software, using android as client.
Does android support Java RMI to invoke J2EE EJB ?

I cannot find such doc from the SDK reference.
Could any one tell me the solution ?

Thanks a lot.


Freeman

-- 
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] Error: run repo init has error.

2009-10-26 Thread Freeman Zhang
HI

When I running "repo init" I met these errors:

Traceback (most recent call last):
  File "/usr/bin/repo", line 607, in ?
main(sys.argv[1:])
  File "/usr/bin/repo", line 574, in main
_Init(args)
  File "/usr/bin/repo", line 193, in _Init
_CheckGitVersion()
  File "/usr/bin/repo", line 222, in _CheckGitVersion
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE)
  File "/usr/lib/python2.4/subprocess.py", line 542, in __init__
errread, errwrite)
  File "/usr/lib/python2.4/subprocess.py", line 975, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


Can anyone help me ?   Thanks a lot.

Freeman

--~--~-~--~~~---~--~~
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 import an existing project into Eclipse?

2009-10-25 Thread Freeman Zhang
Sorry, it doesn't work.
But, I find the way,  "File -> New -> Android Project -> Create Project form
existing source"

Thanks a lot.


2009/10/25 jax 

>
> File --> Import --> Existing Projects into Workspace
>
> Click browse and find the API demo directory
>
>
>
> On Oct 25, 7:53 pm, Freeman Zhang  wrote:
> > HI
> >
> > I wanna import some codes sample to the Eclipse to learn the API usage.
> > But, when I choose "import" from the menu, I found there's no "Android"
> > project in it.
> >
> > How can I import an existing project into the Eclipse?
> >
> > Thanks a lot.
> >
> > Regards,
> > Freeman
> >
>

--~--~-~--~~~---~--~~
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 import an existing project into Eclipse?

2009-10-25 Thread Freeman Zhang
HI

I wanna import some codes sample to the Eclipse to learn the API usage.
But, when I choose "import" from the menu, I found there's no "Android"
project in it.

How can I import an existing project into the Eclipse?

Thanks a lot.

Regards,
Freeman

--~--~-~--~~~---~--~~
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: http://developer .android.com 被墙了 大家有什么好的跳墙软件推荐啊 ?

2009-10-21 Thread Freeman Zhang
You can try : http://sites.google.com/a/android.com/opensource/
http://androidappdocs.appspot.com

Freeman


2009/10/21 刘永宽 

> 如题!
>
> >
>

--~--~-~--~~~---~--~~
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: Needs help on debug

2009-10-20 Thread Freeman Zhang
Oh~~~ I Cmy hosts file just contains a IPv6 loop back address.
Thank you very much.

2009/10/20 RichardC 

>
> Putting "android Address family not supported by protocol" into Google
> turned up a few entries suggesting the problem may be with the
> contents of your hosts file.
>
> Can you list the contents of your hosts file. You will find it in the
> folder:
>
> C:\WINDOWS\system32\drivers\etc
>
>
> Lines that start with a # are comments.  My file only has the line:
>
> 127.0.0.1   localhost
>
>
> See also:
>
> http://groups.google.com/group/android-developers/browse_thread/thread/6c9bd1ce0e623b20/fa69d087980a3b2e?#fa69d087980a3b2e
>
>
> --
> RichardC
> On Oct 20, 2:24 pm, Freeman Zhang  wrote:
> > HI
> > Thanks for reply.
> >
> > Cmd line:
> >
> --
> > C:\Users\Freeman>adb devices
> > List of devices attached
> > emulator-5554   device
> >
> ---
> >
> > Eclipse:
> > [2009-10-20 21:20:56 - ddms]Failed to reopen debug port for Selected
> Client
> > to: 8700
> > [2009-10-20 21:20:56 - ddms]Address family not supported by protocol
> family:
> > bind
> > java.net.SocketException: Address family not supported by protocol
> family:
> > bind
> > at sun.nio.ch.Net.bind(Native Method)
> > at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
> > at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
> > at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
> > at com.android.ddmlib.MonitorThread.reopenDebugSelectedPort(Unknown
> Source)
> > at com.android.ddmlib.MonitorThread.run(Unknown Source)
> >
> > [2009-10-20 21:22:18 - ddms]Can't bind to local 8600 for debugger
> > [2009-10-20 21:22:24 - ddms]Can't bind to local 8601 for debugger
> > [2009-10-20 21:22:24 - ddms]Can't bind to local 8602 for debugger
> > [2009-10-20 21:22:28 - ddms]Can't bind to local 8603 for debugger
> > [2009-10-20 21:22:32 - ddms]Can't bind to local 8605 for debugger
> > [2009-10-20 21:22:35 - ddms]Can't bind to local 8606 for debugger
> > [2009-10-20 21:22:37 - ddms]Can't bind to local 8607 for debugger
> >
> > Freeman.
> >
> > 2009/10/20 RichardC 
> >
> >
> >
> > > With the emulator running (start it manually if you have to), what
> > > does
> >
> > > adb devices
> >
> > > show?
> >
> > > --
> > > RichardC
> >
> > > On Oct 20, 6:38 am, Freeman Zhang  wrote:
> > > > Hello, can anybody help me?
> >
> > > > 2009/10/19 Freeman Zhang 
> >
> > > > > HI
> >
> > > > > I'm a beginner on Android develop.
> > > > > When I write my first "hello world", start to run the app, eclipse
> > > report
> > > > > "Can't bind to local 8600 for debugger"
> > > > > and the emulator shows an error window, "Waiting For Debugger",
> > > "Waiting
> > > > > for the debugger to attach".
> >
> > > > > How to resolve it?
> >
> > > > > Thank you very much.
> >
> > > > > Regards,
> > > > > Freeman
> >
> >
> >
>

--~--~-~--~~~---~--~~
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: Needs help on debug

2009-10-20 Thread Freeman Zhang
HI
Thanks for reply.

Cmd line:
--
C:\Users\Freeman>adb devices
List of devices attached
emulator-5554   device
---

Eclipse:
[2009-10-20 21:20:56 - ddms]Failed to reopen debug port for Selected Client
to: 8700
[2009-10-20 21:20:56 - ddms]Address family not supported by protocol family:
bind
java.net.SocketException: Address family not supported by protocol family:
bind
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at com.android.ddmlib.MonitorThread.reopenDebugSelectedPort(Unknown Source)
at com.android.ddmlib.MonitorThread.run(Unknown Source)

[2009-10-20 21:22:18 - ddms]Can't bind to local 8600 for debugger
[2009-10-20 21:22:24 - ddms]Can't bind to local 8601 for debugger
[2009-10-20 21:22:24 - ddms]Can't bind to local 8602 for debugger
[2009-10-20 21:22:28 - ddms]Can't bind to local 8603 for debugger
[2009-10-20 21:22:32 - ddms]Can't bind to local 8605 for debugger
[2009-10-20 21:22:35 - ddms]Can't bind to local 8606 for debugger
[2009-10-20 21:22:37 - ddms]Can't bind to local 8607 for debugger

Freeman.



2009/10/20 RichardC 

>
> With the emulator running (start it manually if you have to), what
> does
>
> adb devices
>
> show?
>
> --
> RichardC
>
> On Oct 20, 6:38 am, Freeman Zhang  wrote:
> > Hello, can anybody help me?
> >
> > 2009/10/19 Freeman Zhang 
> >
> > > HI
> >
> > > I'm a beginner on Android develop.
> > > When I write my first "hello world", start to run the app, eclipse
> report
> > > "Can't bind to local 8600 for debugger"
> > > and the emulator shows an error window, "Waiting For Debugger",
> "Waiting
> > > for the debugger to attach".
> >
> > > How to resolve it?
> >
> > > Thank you very much.
> >
> > > Regards,
> > > Freeman
> >
> >
> >
>

--~--~-~--~~~---~--~~
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: Needs help on debug

2009-10-19 Thread Freeman Zhang
Hello, can anybody help me?

2009/10/19 Freeman Zhang 

> HI
>
> I'm a beginner on Android develop.
> When I write my first "hello world", start to run the app, eclipse report
> "Can't bind to local 8600 for debugger"
> and the emulator shows an error window, "Waiting For Debugger", "Waiting
> for the debugger to attach".
>
> How to resolve it?
>
> Thank you very much.
>
> Regards,
> Freeman
>

--~--~-~--~~~---~--~~
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] Needs help on debug

2009-10-19 Thread Freeman Zhang
HI

I'm a beginner on Android develop.
When I write my first "hello world", start to run the app, eclipse report
"Can't bind to local 8600 for debugger"
and the emulator shows an error window, "Waiting For Debugger", "Waiting for
the debugger to attach".

How to resolve it?

Thank you very much.

Regards,
Freeman

--~--~-~--~~~---~--~~
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 customize the Android

2009-10-14 Thread Freeman Zhang

HI,

I wanna use Android on PMP device, is there has some resource to teach
me how to customize the Android System?

Such as, cut off the GSM/WCDMA support, cut off camera, etc., to
develop the driver to fit the new hardware?
How to disable the original Android interface?
And how to run my application automatically on the startup?

Thank you very much.

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