[android-developers] Using of haptic driver

2017-02-17 Thread Tomasz Ciupak
In the my system I want to use the following driver: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/input/misc/drv260x.c This is a driver that allows you to control the work in real time. I would periodically call the function *drv260x_haptics_play (struct

[android-developers] Re: 2012 october payout report

2012-11-19 Thread Tomasz Kucza
I didn't get one yet. It's actually a big problem because I used it for taxes. It's the only report though that has proper exchange rates. I managed to get the information manually though checking every day separately. TK -- You received this message because you are subscribed to the Google

[android-developers] Bound and Started Service

2011-11-15 Thread Tomasz Gawel
Hi, if service is both bound and started then: 1) if last client unbinds but service has not been explicitly stopped it is still running? 2) if service calls stopSelf() but thera still bound clients - is it still running or it stops and serviceConnection's onServiceDisconnected is called? 3)

[android-developers] Cross-posting BUG

2011-11-15 Thread Tomasz Gawel
There is strange bug, whenever I send a post to Android Developers Group it happens to be crossposted to exotic groups like fametest No 1 or flutuberwachung which I have nothing to do with. When I send post to other groups ont google the proble does not occur. -- You received this message

[android-developers] Re: BroadcastReceiver not system-wide but visible only to application?

2011-11-14 Thread Tomasz Gawel
Thanks for answers, setPackage is just what i looked for. -- 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] BroadcastReceiver not system-wide but visible only to application?

2011-11-10 Thread Tomasz Gawel
Hi, is this possible to braodcast my intent to be visible only inside the application not to be visible system wide? i know, there is permission string paramter in both sendBroadcast and registerReceiver methods but i dont even want the user to know there are any permissions needed (so i do not

[android-developers] Invoice for registration

2011-07-11 Thread Tomasz Tomaszewski - Shinra
Hi, I would like to know how to receive an invoice from Google, for registering as an official Android Developer ? Is there any option ? Best regards, Tomasz Tomaszewski - Shinra -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] request max heapsize?

2011-05-14 Thread Tomasz
appreciated. Thanks, Tomasz -- 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+unsubscr...@googlegroups.com

[android-developers] Re: request max heapsize?

2011-05-14 Thread Tomasz
I have found some references to a manifest file attribute, android:largeheap=true However if I try and use this I get the following error on compilation: error: No resource identifier found for attribute 'largeheap' in package 'android' On May 14, 5:31 pm, Tomasz pulchritud...@gmail.com wrote

[android-developers] directly loading dynamically created classes (in dex format)

2011-05-10 Thread Tomasz
, classDexBytes) is what I'd like. I.e. a DexClassLoader that doesn't have to reference a physical file, but can be passed byte arrays instead. Thank you very much for your help, Tomasz -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] directly loading dynamically created classes (in dex format)

2011-05-10 Thread Tomasz
):at java.lang.ClassLoader.defineClass(ClassLoader.java:338) W/System.err( 362):at java.lang.ClassLoader.defineClass(ClassLoader.java:301) Thank you very much for your help, Tomasz -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: directly loading dynamically created classes (in dex format)

2011-05-10 Thread Tomasz
It turns out that VMClassloader defineClass() methods do nothing, but throw the class format error. So how is one supposed to load class bytes directly from a byte array? Hmmm. On May 10, 10:50 pm, Tomasz pulchritud...@gmail.com wrote: Hi friends, I have an application which dynamically

[android-developers] Re: directly loading dynamically created classes (in dex format)

2011-05-10 Thread Tomasz
, data.length); } */ Does anyone know when they are planning on implementing this? On May 10, 11:13 pm, Tomasz pulchritud...@gmail.com wrote: It turns out that VMClassloader defineClass() methods do nothing, but throw the class format error. So how is one supposed to load class

[android-developers] Odp: DB4O Native query time issue

2011-05-06 Thread Tomasz Adamski
I think that creating an index on dishTypeId will drastically reduce query time. In db4o 8.0 and above it will probably look something like this: (while creating configuration for ObjectContainer) EmbeddedConfiguration embeddedConfiguration = Db4oEmbedded.newConfiguration();

[android-developers] Send localization to navigation map

2011-02-23 Thread Tomasz
Hi Does anyone know if there is a possibility to send from Android App GPS position to external navigation system in order to navigate to this position? Example: I have an application with gas stations in my country. In application I have GPS positions of gas stations stored. By clicking some

[android-developers] Efficient screen updates for games

2010-08-18 Thread Tomasz
on a raw colour array (int[]) and I'm trying to avoid creating a bitmap everytime. As far as I can see, canvas doesn't have an equivalent method for painting a subrectangle of an int[]. Thanks, Tomasz -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Android Software Engineer - 15.000 PLN / m-c

2009-10-14 Thread Tomasz Mazur
Naszym klientem jest firma o światowej renomie w zakresie dostarczania aplikacji mobilnych. Dwa główne obszary działalności naszego klienta, to: rozwój aplikacji mobilnych dla wielu platform mobilnych oraz usług zapewniających wysoką jakość standardowych komponentów oprogramowania na urządzenia

[android-developers] Android Software Engineer

2009-09-20 Thread Tomasz Mazur
Dla naszego klienta, światowego lidera w branży telekomunikacyjnej (przy projekcie obejmującym rozwój aplikacji nawigacyjnej oraz lokalizacyjnej na urządzenia mobilne) poszukujemy: . Android Software Engineer Miejsce pracy: Berlin Nr ref.: ASE/Berlin Warunki projektu: Wynagrodzenie: 15.000

[android-developers] Re: com.android.dx.cf.code.SimException: local variable type mismatch

2009-04-16 Thread Tomasz Stechly
Dan, thanks for clarification. It did help. Regarding filing the bug: sure I can open one. When I am running the activity I am getting now different error. Do you know what it may be (see log below). Should I send separate message to the group? Thanks for your help Tomasz D/installd( 27

[android-developers] com.android.dx.cf.code.SimException: local variable type mismatch

2009-04-15 Thread Tomasz Stechly
While dex-ing a jar I am getting the the following. Does anyone knows how to fix it? Supposedly build-no-debug should help but I cannot find any reference to this flag in android source. Any help appreciated Tomasz  [apply] UNEXPECTED TOP-LEVEL EXCEPTION:    [apply

[android-developers] Re: Show AlertDialog after back button

2009-01-12 Thread Tomasz Matyszewski
No idea at all ?? I've tried to put dialog initialization into onPause() method but obviously it doesn't work based on Activity Lifecycle so this doesn't work: @Override protected Dialog onCreateDialog(int id) { return new