[android-developers] How to capture event of the keyboard be pressed long time?

2010-07-29 Thread Pou
Excause me, I meet the question, i hope everybody help me to slove it. the question is about .. when i use the browser to read web page in the android, the page have a textbox and it's read-only. but you still can enter the textbox, and you can press the keyboard long time to change the word, you

[android-developers] Re: uninstall vs. upgrade

2009-04-21 Thread Dan Pou
As a side note, the SQLite db seems to be a frequent source of install problems for apps. Often developers change the layout and require the user to uninstall and re-install apps. On Tue, Apr 21, 2009 at 7:11 PM, JP wrote: > > > > An uninstall/install cycle will wipe the SQLite db and the > pre

[android-developers] Re: Driving Directions using Google Map APIs

2009-02-19 Thread Dan Pou
According to Andnav, Google may not have license to use the data from some of the (GPS data) providers for real-time navigation. Andnav 2 uses openstreetmap (community driven mapping) for realtime operation. On Thu, Feb 19, 2009 at 12:25 PM, Rob Franz wrote: > Does an application like this (one

[android-developers] Re: Market Copy Protection options

2009-02-19 Thread Dan Pou
I believe it is possible to extract packages from the phone with the adb, without having modded the phone. Perhaps there are extra steps taken to prevent this, or apps will not function when removed (encryption?). On Thu, Feb 19, 2009 at 6:12 PM, Stoyan Damov wrote: > > Can someone explain these

[android-developers] Re: launch an android application through the browser

2008-12-01 Thread Dan Pou
Possibly with an intent? See http://www.openintents.org/en/node/35 . On Mon, Dec 1, 2008 at 3:38 PM, fernib <[EMAIL PROTECTED]> wrote: > > Hello > > Anybody knows how to launch an android application through the browser > like myapp://data1=1&data2=2. > This works on sdk android-sdk_m5-rc15_wind

[android-developers] Re: Bug / Feature ( Wifi only works if your SSID is broadcast )

2008-11-29 Thread Dan Pou
I thought it worked by manually specifying a network (Add a Wi-Fi network). I was able to connect to my own network without SSID broadcast. If it is not being broadcast, and you don't know the SSID, you probably shouldn't be connecting. On Sat, Nov 29, 2008 at 12:23 AM, Scotti <[EMAIL PROTECTED]

[android-developers] Re: ADB via USB

2008-11-15 Thread Dan Pou
I can't say for sure that you have the same problem as I had, but it sounds like it. I am running Debian testing with procbususb mounted. To find out if you have procbususb mounted type: mount | grep proc If it is (ie you see procbususb listed), you need the line listed for "Dapper" If you don

[android-developers] Re: ADB via USB

2008-11-15 Thread Dan Pou
/root. My personal prefence is to add android group and keep 0664 mode, then add users to adroid group. Thanks for the help. On Sat, Nov 15, 2008 at 9:22 AM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > Dan Pou wrote: > > Whoops, i forgot to mention my kernel version > > Debian

[android-developers] Re: ADB via USB

2008-11-15 Thread Dan Pou
> There is no /sys/class/usb_device on Ubuntu 8.04 on my PC. > > Whoops, i forgot to mention my kernel version Debian 2.6.26-1-amd64 We may be running different versions of sysfs - I see the endpoints too, but none of the usbdevX.XX_epXX/dev seem to correlate with the usb_device under my tree. Out

[android-developers] Re: ADB via USB

2008-11-14 Thread Dan Pou
There seems to be some problems with udev matching the rules. I don't seem to get a match looking at `/sbin/udevadm test` on the device. Can someone who adb works without root permission copy some output from these commands? udevadm test /sys/class/usb_device/usbdev7.13/ where 7.13 is replaced

[android-developers] Re: support for ad2p and others

2008-11-14 Thread Dan Pou
I don't have the particular reference, but I believe that the Android developers held off including advanced bluetooth because the API was in transition. Currently Bluez is under going major conversion 3.x - 4.x. I assume that once 4.x is stable (i.e. appears in the major Linux distributions), it

[android-developers] Re: ADB via USB

2008-11-13 Thread Dan Pou
I just had success by adding root. I added the udev rule, restarted udev, killed existing server, sudo ./adb devices. I still get the USB message on the phone though, but HT839GZ26011 appears in devices. On Thu, Nov 13, 2008 at 9:16 PM, nt94043 <[EMAIL PROTECTED]> wrote: > > On Nov 13, 5:12 pm,

[android-developers] Re: ADB via USB

2008-11-13 Thread Dan Pou
I have the same problem (Debian testing/64bit). It was my understanding that this may have something to do with udev marking the device as usb storage and locking out debug bridge. If anyone has any ideas, please share. On Nov 13, 2008 2:06 PM, "nt94043" <[EMAIL PROTECTED]> wrote: On Oct