[android-beginners] Re: Bug in Emulator Data and Time settings?

2009-06-04 Thread Lewis Z.

That's all I got:

C:\android-sdk-windows-1.5_r2\toolsemulator -debug-timezone -avd
MyAvd2
emulator: emulator window was out of view and was recentred

get_zoneinfo_timezone: could not determine current timezone


Btw, this was from a complete new computer I just setup yesterday. The
issue is same as my old computer.


On Jun 4, 4:08 am, David Turner di...@android.com wrote:
 On Wed, Jun 3, 2009 at 8:22 PM, Lewis Z. lzh...@gmail.com wrote:

  I'm in Central Time zone (in the D city where cowboy is :).

 Does this mean Dallas or something? I'm not even American...

  Other than
  changing the mode, every thing else are running with default settings.
  Let me know how to dump debug-timezone outputs so I can post here or
  email to you.

 emulator -debug-timezone should be enough.



  I'm using SDK 1.5 and running the Emulator on WXP.

 ok, thanks





  On Jun 3, 10:13 am, David Turner di...@android.com wrote:
   that's really weird; I'm still interested to know in which timezone you
  are
   when the problem appears, and what -debug-timezone outputs though.

   On Wed, Jun 3, 2009 at 4:29 PM, Lewis Z. lzh...@gmail.com wrote:

I don't know why the Automatic Mode gives me complete wrong time. So I
chose to use manual mode. The Select Time Zone window shows all GMT
values off by one, as shown here,

[img]http://www.pbase.com/3stones/image/113326113.jpg[/img]http://www.pbase.com/3stones/image/113326113.jpg%5B/img%5D

It's not big deal for me, just very annoying.

On Jun 2, 5:53 pm, David Turner di...@android.com wrote:
 Can you tell us in which exact time zone you're located, and which
platform
 you're running on?

 You can try using -debug-timezone to see what it auto-detected by the
 emulator.
 You can also try the -timezone option to correct it (see
  -help-timezone)

 Hope this helps

 On Tue, Jun 2, 2009 at 6:36 PM, Lewis Z. lzh...@gmail.com wrote:

  It seems to me that the time zone settings are messed up. For
  example,
  Central Time Zone is GMT-5:00? It should be GMT-6:00.- Hide quoted 
  text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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: Bug in Emulator Data and Time settings?

2009-06-03 Thread Lewis Z.

I'm in Central Time zone (in the D city where cowboy is :). Other than
changing the mode, every thing else are running with default settings.
Let me know how to dump debug-timezone outputs so I can post here or
email to you.

I'm using SDK 1.5 and running the Emulator on WXP.

On Jun 3, 10:13 am, David Turner di...@android.com wrote:
 that's really weird; I'm still interested to know in which timezone you are
 when the problem appears, and what -debug-timezone outputs though.

 On Wed, Jun 3, 2009 at 4:29 PM, Lewis Z. lzh...@gmail.com wrote:

  I don't know why the Automatic Mode gives me complete wrong time. So I
  chose to use manual mode. The Select Time Zone window shows all GMT
  values off by one, as shown here,

  [img]http://www.pbase.com/3stones/image/113326113.jpg[/img]

  It's not big deal for me, just very annoying.

  On Jun 2, 5:53 pm, David Turner di...@android.com wrote:
   Can you tell us in which exact time zone you're located, and which
  platform
   you're running on?

   You can try using -debug-timezone to see what it auto-detected by the
   emulator.
   You can also try the -timezone option to correct it (see -help-timezone)

   Hope this helps

   On Tue, Jun 2, 2009 at 6:36 PM, Lewis Z. lzh...@gmail.com wrote:

It seems to me that the time zone settings are messed up. For example,
Central Time Zone is GMT-5:00? It should be GMT-6:00.
--~--~-~--~~~---~--~~
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] Bug in Emulator Data and Time settings?

2009-06-02 Thread Lewis Z.

It seems to me that the time zone settings are messed up. For example,
Central Time Zone is GMT-5:00? It should be GMT-6:00.
--~--~-~--~~~---~--~~
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 install my application on a device with NFS mount?

2009-05-20 Thread Lewis Z.

Thanks for the reply. It puzzles me. The application runs fine on the
Emulator.

Would it be caused by the code signing? I signed my application with a
key generated on my PC.


On May 20, 4:48 am, a druid klausf...@gmail.com wrote:
 Hmm,

 I didn't try this for some time, but copying worked for me.
 If I recall correctly you might have to reboot if you install a new
 application.
 If you update an already existing application no reboot is required.

 On May 20, 1:02 am, Lewis Z. lzh...@gmail.com wrote:

  I was able to boot a device through NFS mount. I thought I could run
  my application if I copied it to /data/app. Even though I saw my
  application in shell, I couldn't find it in the application window.

  What steps did I miss?

  Thanks in advance.
--~--~-~--~~~---~--~~
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 install my application on a device with NFS mount?

2009-05-19 Thread Lewis Z.

I was able to boot a device through NFS mount. I thought I could run
my application if I copied it to /data/app. Even though I saw my
application in shell, I couldn't find it in the application window.

What steps did I miss?

Thanks in advance.
--~--~-~--~~~---~--~~
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] Where is source code for Dev Tools?

2009-05-18 Thread Lewis Z.

Could someone please tell me where I can find the source code for Dev
Tools (i.e., Sync, Media Browser, and etc)? Or are they under
different names in the source code?

Thanks in advance.
--~--~-~--~~~---~--~~
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] TabWidget issues

2009-05-04 Thread Lewis Z.

I'm writing applications with many tabs (at least 6 tab pages). After
adding all the tabs, the tab heads become very small (i.e., screen
width / # of tabs - gaps). Is there way to override this default style
so to make them larger and more readable? In other words, how to make
the tab heads to stay same size no matter how many tabs are added?

Another question. How to make the text in each tab head multiple
lines?

Thanks in advance.

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