[android-developers] INSTALL_FAILED_ALREADY_EXISTS

2012-02-14 Thread Rafał Grzybowski
Hi, I have created a default Android application using Eclipse, created signed apk and installed it on my phone using adb util. No I have changed versionCode and versionName like this: - before: manifest android:versionCode=1 android:versionName=1.0 package=pl.qwe.android.example.aupdatetest

[android-developers] Re: INSTALL_FAILED_ALREADY_EXISTS

2012-02-14 Thread Rafał Grzybowski
Must be blind adb install -r doesn't lose the data :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] HTC Legend missing BOND_BONDING

2010-09-24 Thread Rafał Grzybowski
I need to discover Bluetooth pairing phase in order to modify my application behavior, for instance not to close the connection during onPause. I decided to listen for ACTION_BOND_STATE_CHANGED and discover BOND_BONDING state and it worked well. At least for my HTC Wildfire, but for HTC Legend

[android-developers] Samsung Galaxy Spica (I5700) Bluetooth SPP with Android 2.1

2010-07-07 Thread Rafał Grzybowski
Any well known issues with this? I cannot create SPP connection on that phone, many other phones work great on the same software. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Multitouch API question

2010-05-03 Thread Rafał Grzybowski
Thank you. On 1 Maj, 14:12, Yahel kaye...@gmail.com wrote: Hi, You should try to search the group for multitouch broken and you'll find three or four threads around the fact that on Android, multitouch is unusable. Seems to be because of the cheap hardware used in htc and motorola phones,

[android-developers] How to create Android library in Eclipse?

2010-05-03 Thread Rafał Grzybowski
I'm working on two android applications and would like to share some code between them. My guess is I need to create Java library and put all the required code there. But I don't know: - what kind of project create for the library in Eclipse, - does the shared library can contain Android

[android-developers] Multitouch API question

2010-05-01 Thread Rafał Grzybowski
I'm trying to detect fingers location on the screen within onTouchListener. The location looks fine when only one finger is on touch. Touching with the other one causes somehow my first finger location to be corrupted, shifted by some value. Below is an example of the location log ([x, y]): 05-01

[android-developers] Re: Bluetooth stack becomes dead

2010-04-28 Thread Rafał Grzybowski
Almost everything is ok, I cannot get any notification when I loose the connection to the remote device, OutputStream simple does nothing, I can see error in the log, but from the client point of view everything is fine. On 25 Kwi, 09:42, Rafał Grzybowski aguyngue...@gmail.com wrote: I've just

[android-developers] Re: Bluetooth stack becomes dead

2010-04-28 Thread Rafał Grzybowski
I must be blind...BluetoothDevice.ACTION_ACL_DISCONNECTED On 28 Kwi, 12:28, Rafał Grzybowski aguyngue...@gmail.com wrote: Almost everything is ok, I cannot get any notification when I loose the connection to the remote device, OutputStream simple does nothing, I can see error in the log

[android-developers] Re: Bluetooth stack becomes dead

2010-04-25 Thread Rafał Grzybowski
but its not looking good :-( My understanding is that the Desire sports the same hardware as the Nexus 1 I would have thought Bluetooth was thoroughly tested on the Nexus 1. Regards, Serge On Apr 13, 11:43 pm, Rafał Grzybowski aguyngue...@gmail.com wrote: Serge, Thank you

[android-developers] Re: Bluetooth pairing request

2010-04-18 Thread Rafał Grzybowski
behavior. On Mar 30, 11:02 am, Rafał Grzybowski aguyngue...@gmail.com wrote: Hello there When myBluetoothapplication is about to create SPP connection to the unpaired remote device, pairing notification is displayed. From the documentation I can see that pairing request can display

[android-developers] Native Bluetooth programming

2010-04-18 Thread Rafał Grzybowski
I'd like to create native library for Java (using Android NDK) for Bluetooth. I have read a sample from http://blog.bruary.net/2009/07/android-bluetooth-hacking-using-ndk.html but I cannot get hci_get_route working on my HTC Legend. It returns ENODEV, Bluetooth is enabled and appropriate

[android-developers] Bluetooth stack becomes dead

2010-04-13 Thread Rafał Grzybowski
After Bluetooth connection is lost. Bluetooth stack on HTC Legend is messed up. Nothing works till Bluetooth is turned off and on. Here is the sample, the problem is blocking read on the thread but InputStream.available call always returns 0 and cannot be used to implement some ugly, busy-waiting

[android-developers] Re: Bluetooth stack becomes dead

2010-04-13 Thread Rafał Grzybowski
Serge, Thank you for the reply. I'd be glad to hear how it works on HTC Desire. Maybe I'll try to switch to native Bluetooth custom library. Best regards On 13 Kwi, 16:50, ssozonoff se...@sozonoff.com wrote: Hello Rafal, I have this exact problem with my HTC Legend as well. I wrote a post

[android-developers] Bluetooth pairing request

2010-04-02 Thread Rafał Grzybowski
notification than display a regular pairing dialog. Maybe I'm blind but the problem is I were not aware of that notification and was fighting with pairing problem for few hours :) And I'd really would prefer my app to trigger dialog display. Thank you, Best regards Rafał Grzybowski -- You received

[android-developers] Keyboard virtualization

2010-04-02 Thread Rafał Grzybowski
phone. So I must find another way to do this. Best regards Rafał Grzybowski -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Access /dev/uinput

2010-04-02 Thread Rafał Grzybowski
Is it possible to access the device on Android. It has only rw access for the owner (system) and group (bluetooth). I need to simulate keyboard. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to