[android-beginners] Trying to invoke Google Gears from Android browser

2009-07-28 Thread rch
I am running the sample Gears GeoLocation Page from Android browser and it does not work. It gives an error saying Page does not have permission to access location information using Google Gears I look at the settings, Enable Gears is turned on nothing happens when I click on Gears Settings

[android-beginners] Re: Problem connecting G1 to Ubuntu 9.0.4

2009-07-16 Thread rch
Mark: No luck so far I tried couple of combinations You think the format is ok ? SUBSYSTEM==usb, SYSFSHigh Tech Computer Corp.==0bb4, MODE=0666 Does it need to be {High Tech Computer Corp.}? Thanks On Jul 15, 7:52 pm, Mark Murphy mmur...@commonsware.com wrote: rch wrote: Step 2 I added

[android-beginners] Re: Android on Ubunty 9.04

2009-07-15 Thread rch
I am still having issues connecting my G1 to ubuntu 9.0.4 Below are all the details I am still not able to connect to G1 from ubuntu 9.0.4 I followed the instructions ls -l looks as below ~/android-sdk-linux_x86-1.1_r1/tools$ ls -l /etc/udev/rules.d/ total 232 -rw-r--r-- 1 root root 1547

[android-beginners] Problem connecting G1 to Ubuntu 9.0.4

2009-07-15 Thread rch
Step 1 I did lsusb When I do lsusb I get the following rkc:~/android-sdk-linux_x86-1.1_r1/tools$ lsusb Bus 004 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 006: ID 0bb4:0c02 High Tech Computer

[android-beginners] Question regarding adding a view that can overlap other views in the layout/activity.

2009-04-19 Thread rch
Is it possible to add a view dynamically that overlaps other views in the layout. I have Linear Layout defined for the activity. As part of the Layout I have a custom View. The content changes dynamically and sizes appropriately based on the content size, with fill_parent for width and

[android-beginners] Re: Having Problems with Layout

2009-04-08 Thread rch
Thanks for all the responses.. Using vertical works fine.. On Apr 1, 12:08 pm, Glen Humphrey glendon.humphr...@gmail.com wrote: Try this. android:orientation=vertical On Apr 1, 8:57 am, Mike Wolfson mwolf...@gmail.com wrote: You could: - Use a different layout (grid perhaps), which

[android-beginners] How to add a close button on a WebView

2009-04-08 Thread rch
I am invoking a simple WebView going through my own WebViewClient. I want to add a very simple close button so, it goes back to the activity. If I invoke the Webview as a sub activity, it is going back to the parent activity properly. But, in my case I just have simple webview for example (click

[android-beginners] ListView and TextView in a LinearLayout - issue

2009-03-31 Thread rch
I am trying to render a ListView and a TextView within a LinearLayout. That activity is inherited from ListActivity. The problem I am running into is Listview and TextView are not getting arranged properly one below the other in the layout. basically they getting rendered side by side. Need

[android-beginners] Having Problems with Layout

2009-03-31 Thread rch
I am trYing to define a Layout which is a very simple Linear Layout that has a TextView and ListView. My activity is a ListActivity. I am trying out few things on top of the Notepad sampleApp. The problem I am facing is TextView and ListView are displayed in two columns. I want them displayed