[android-developers] Re: Webview Broken in 1.5 SDK?

2009-07-08 Thread Bill Zimmerly
You're welcome, MIND GAME. - Bill On Jun 10, 5:02 am, MIND GAME wrote: > hii > thanks this woks for me. > > On May 12, 6:56 am, Bill Zimmerly wrote: > > > I was successful in fixing the problem (above) and this details it... > > > This line in the Weba

[android-developers] Re: Why can't I see this on my G1?

2009-05-25 Thread Bill Zimmerly
Thanks EboMike. Sigh ... oh well, it looked like a promising backup program. - Bill On May 22, 2:02 pm, EboMike wrote: > I suppose the developer chose to enable copy protection for it. That > means that rooted phones cannot download it. > > On May 22, 11:00 am, Bill Zimmerly wr

[android-developers] Why can't I see this on my G1?

2009-05-22 Thread Bill Zimmerly
I have the developer's G1 with "Cupcake 1.5" and am trying to download this application... http://www.cyrket.com/package/com.rerware.android.MyBackupPro ...but the Android Market application on it can't find this application! Does anybody have any ideas why this is so. I see all sorts of free a

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-11 Thread Bill Zimmerly
I was successful in fixing the problem (above) and this details it... This line in the Webapp.java file had to be changed from this ... > webview= (WebView) findViewById(R.id.webview); To this... > webview= (WebView) findViewById(R.id.webkit); And, in the main.xml file these two lines had to be

[android-developers] Re: Webview Broken in 1.5 SDK?

2009-05-11 Thread Bill Zimmerly
Has this highly frustrating issue been resolved yet? I haven't been able to use WebView under 1.5 on either the Linux or Windows platforms. Here is source code that *worked perfectly* under 1.1 on both, but only displays under 1.5, as "sss" wrote in his original message, "a blank black screen"...

[android-developers] Re: How to Check Key Status?

2009-02-14 Thread Bill Zimmerly
Hi Cyborg, er Matthew! :) On Feb 14, 4:16 pm, iAmACyborg wrote: > Hi, > > I'm killing myself here, any help would be appreciated. Let's not go to extremes, shall we? ;) > Is there any way to poll the state of a given hardware key? I'm not > talking about using an event. >From what environ

[android-developers] Re: How to get the device model in android?

2009-02-13 Thread Bill Zimmerly
You're welcome Manoj and dillirao malipeddi! ;) - Bill P.S. Isn't Android great? --> THANK YOU GOOGLE and OHA! :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] Re: Using X.509 Certificate for a secure http webrequest

2009-02-12 Thread Bill Zimmerly
Hi Matt! Here are two useful links... http://code.google.com/android/reference/packages.html http://code.google.com/android/reference/java/security/cert/package-summary.html - Bill --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[android-developers] Re: another round of emulator DNS problems

2009-02-12 Thread Bill Zimmerly
On Feb 12, 6:19 pm, Brian Smith wrote: > I am running the emulator on Windows XP, on a notebook with a > disconnected ethernet interface and a connected WiFi interface. My > network is behind a router at 192.168.1.1, which provides DNS to > machines on my network, according to the settings given

[android-developers] Re: Android Screen Size Question

2009-02-12 Thread Bill Zimmerly
On Feb 13, 12:08 am, Mships wrote: > Can anyone please tell me the Android screen size  (240 x 320 etc) I > am developing interactive wallpapers called Badgez. Thanks a lot. "Interactive wallpapers" - ??? Hmmm, would a thread that describes how to get the dimensions at run time help? http://gro

[android-developers] Re: How to get the device model in android?

2009-02-12 Thread Bill Zimmerly
Manoj. This may help... http://code.google.com/android/reference/android/os/Build.html - Bill --~--~-~--~~~---~--~~ 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: Configuring the Dev Phone

2009-02-12 Thread Bill Zimmerly
Here is a forum page that can help if you have Wifi access... http://forum.xda-developers.com/showthread.php?t=452316 I hope this helps! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] Re: View the "data" directory on the G1

2009-02-12 Thread Bill Zimmerly
Another way to view the data directory is to install the "Astro" file manager from Android Market. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: Over-the-air upgrade WTF

2009-02-11 Thread Bill Zimmerly
Okay, I restored my ADP1 from backups and have my system back again. Phew! ...now here's to hoping that another OTA "Holiday" Update isn't forthcoming on the development phone - unless it has a button allowing me to say I don't want it and don't bother me again about it. --~--~-~--~~

[android-developers] Re: Over-the-air upgrade WTF

2009-02-11 Thread Bill Zimmerly
Okay, I restored my ADP1 from backups and have my system back again. Phew! Here is what I get now... Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\>adb devices List of devices attached HT846GZ39323device C:\> ...now here's to hoping that another OTA "H

[android-developers] Re: Over-the-air upgrade WTF

2009-02-11 Thread Bill Zimmerly
, 6:18 pm, Mark Murphy wrote: > Bill Zimmerly wrote: > > I would like to rant about it too now too... > > > After the updates, I plug in my Android Dev Phone 1... > > > C:\> adb devices > > List of devices attached > > > C:\> > > Have you restarte

[android-developers] Re: Over-the-air upgrade WTF

2009-02-11 Thread Bill Zimmerly
I would like to rant about it too now too... After the updates, I plug in my Android Dev Phone 1... C:\> adb devices List of devices attached C:\> Will this be fixed soon Google? T-Mobile? Open Handset Alliance? I can no longer run "adb -d shell" since the device cannot be found! --~--~-

[android-developers] Re: Bash, C, or Korn Shell?

2008-11-05 Thread Bill Zimmerly
What do you mean? What kind of browser? If you mean a HTML browser, it shouldn't be too difficult to port a text browser like lynx to the emulator's shell, but WHY? (The emulator's Webkit GUI browser works great already.) On Oct 30, 1:18 pm, Ro9u3 <[EMAIL PROTECTED]> wrote: > off topic... how do

[android-developers] Problems Testing an Installation...

2008-10-22 Thread Bill Zimmerly
I was on the T-Mobile G1 Forum when a fellow who owned a G1 posted a message seeking a Notepad Application for the G1. (BTW, Scanning the topics there indicate that there is crying need for one on the G1.) http://forums.t-mobile.com/tmbl/board/message?board.id=87&thread.id=2490 Well, I used Ecli

[android-developers] Re: Android developers UNITE!

2008-10-17 Thread Bill Zimmerly
David, it might help your "image" if you filled out your profile information and perhaps posted your estimated costs to run the business "for six months". Suppose you have 10 "founders", what is the buy-in for each of them? (Furthermore, how do these "founders" differ from the other "founders" yo

[android-developers] Re: image manipulation

2008-10-16 Thread Bill Zimmerly
On Oct 16, 10:11 pm, j <[EMAIL PROTECTED]> wrote: > Does Android come with any package/classes for image manipulations > (e.g. contrast, brightness adjustments)? Thanks! Here's a quick link to the class that Mike wrote about... http://code.google.com/android/reference/android/graphics/ColorMatr

[android-developers] Uploading a file to Google Groups...

2008-10-11 Thread Bill Zimmerly
Inspired by "Pork Chop" uploading a PDF version of the Android docs, I created a Plucker version of them for those who have Palm Treos and are anxiously awaiting a G1. My problem is I can't seem to find a link allowing me to upload the file to the discussion's file area. Can someone post a link f

[android-developers] Re: HttpClient Connection Issue

2008-10-11 Thread Bill Zimmerly
Thanks for the reply, Badri. :) If you wouldn't mind, can you post the fixed code so that others can learn from your example? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

[android-developers] Re: HttpClient Connection Issue

2008-10-10 Thread Bill Zimmerly
Badri, Can you see what the server is getting from Android? Is the "service" a HTTP web server? (It would seem so since you're using the HTTP default port 80.) If it is, your code snippet doesn't look to me like it is formatting a proper "GET" request to send to the server. - Bill --~--~--

[android-developers] Re: Bash, C, or Korn Shell?

2008-10-02 Thread Bill Zimmerly
Thanks David ... I'll check it out. - Bill On Oct 2, 3:33 pm, "David Welton" <[EMAIL PROTECTED]> wrote: > If you want a shell from the GUI, you might be able to hack at Hecl to > turn it into what you want: > > http://www.hecl.org(check it out from subversion though). > > -- > David N. Welton > >

[android-developers] Re: Bash, C, or Korn Shell?

2008-10-02 Thread Bill Zimmerly
Thanks Ludwig ... I knew about "adb" and the emulator's "-shell" parameter, but was hoping to see shell access from the GUI - much like the Zaurus had. Oh well, sigh, if the machine doesn't have what I want, it's time to "roll up the sleeves" and write it. :) - Bill On Oct 2, 5:53 am, Ludwig <[

[android-developers] Bash, C, or Korn Shell?

2008-10-02 Thread Bill Zimmerly
Is there a Bash, C, or Korn Shell applet providing shell access to the underlying Linux system? (It seems to me that this would be a very useful tool for developers.) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "A