[android-developers] ExifInterface - 6 years no change?!?!

2014-12-16 Thread Dritan
have Android 1.6 on my HTC Magic that I got in my Google IO 2008 and one year later you added the ExifInterface. Should I move onto that awesome platform instead? (since we're programming with old sdks anyways) Dritan -- You received this message because you are subscribed to the Google

[android-developers] Calendar .ICS file FAILS to work from email from Google?!?!?!?!?!?!!

2013-06-20 Thread Dritan
an option that actually loads the real Calendar app - thanks for the hack Google, we really needed more hacks in our app as there aren't enough! Now maybe, would you somehow happen to have a remedy that would automagically fix this? (Like a secret update or new recent update?) I'd really l

[android-developers] Re: Launch Mode : singleTop FAILS on first time app start of signed build

2013-04-26 Thread Dritan
y does not exist, it's ok I've been used to it all these years of android development. On Thursday, 25 April 2013 02:57:07 UTC-4, Piren wrote: > > sometimes it's easier than to use a crooked wheel with tons of weird > behaviors :) > > On Wednesday, April 24, 2013 10

[android-developers] Re: Launch Mode : singleTop FAILS on first time app start of signed build

2013-04-24 Thread Dritan
On Tuesday, April 23, 2013 7:36:19 PM UTC+3, Dritan wrote: >> >> Thank you Piren and Andrei for your replies but neither seem to do the >> same job as singleTop :( >> >> SingleTop remembers which activity you were last on and always brings >>

[android-developers] Re: Launch Mode : singleTop FAILS on first time app start of signed build

2013-04-23 Thread Dritan
leTop actually work as it should. Thanks for your help! Dritan On Tuesday, 23 April 2013 03:34:58 UTC-4, Andrei Ponomarenko wrote: > > Here you go: > android:label="@string/app_name" > android:theme="@android:style/Theme.Black.NoTitleBar" >

[android-developers] Re: Launch Mode : singleTop FAILS on first time app start of signed build

2013-04-22 Thread Dritan
n't have any code handling the activity stack, I left it purely on Android's hands. Any clues? Thanks!! On Apr 22, 6:52 pm, Dritan wrote: > Hello, > > When I sideload my app to my phone via USB, the very first time it > runs, the main activity behaves as expected. Only 1 instance

[android-developers] Launch Mode : singleTop FAILS on first time app start of signed build

2013-04-22 Thread Dritan
his a bug with Android or am I doing something I have never heard of before? Does anyone have a solution? Thank you, Dritan -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

Re: [android-developers] Re: Android lock screen

2013-04-09 Thread Dritan
OK, so since the last reply was in 2010, is there NOW in 2013 an API in addition to Lockscreen Widgets that allow devs to make custom lock screens? Lockscreen widgets are cool and all but not as cool as a new way to lock/unlock your phone. On Monday, 19 July 2010 21:28:14 UTC-4, Mark Murphy wr

[android-developers] Error Fetching 4.2.1 Source Code

2012-11-29 Thread Dritan
get is *"error: revision origin/android-4.2.1_r1 in manifests not found"* *dritan-xl:android_src dritan$ repo init -u https://android.googlesource.com/platform/manifest -b origin/android-4.2.1_r1* remote: Counting objects: 493, done remote: Finding sources: 100% (70/70) remote: G

[android-developers] Android 4.2 L2CAP Socket Type Not Supported

2012-11-14 Thread Dritan
Hello, I was very excited to update my Nexus 7 to 4.2 but VERY disappointed to find this piece of code in the source: == static bt_status_t btsock_listen(btsock_type_t type, const char* service_name, const uint8_t* service_u

[android-developers] Custom Input Devices

2012-07-04 Thread Dritan
should see my input device. Thank you for your time in advance. Dritan -- 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] Re: Simulating Mouse Click

2012-01-31 Thread Dritan
;ve been royally stuck :( I'm sorry but in the name of learning I shall continue to ask! ..and thank you for replying :) Dritan On Jan 31, 1:20 pm, Kristopher Micinski wrote: > On Tue, Jan 31, 2012 at 4:01 PM, Dritan wrote: > > Thank you for your reply Kris. > > > I am t

[android-developers] Re: Simulating Mouse Click

2012-01-31 Thread Dritan
ortunately, only someone in this area of expertise can actually help me. What better place to post a question about Android than the source itself? Thank you, Dritan p.s. If I don't get a reply from a competent Google employee (or really, anyone who's competent in this area), I shall r

[android-developers] Re: Simulating Mouse Click

2012-01-30 Thread Dritan
K" or "Cancel", but merely register a click that the activity can pickup and pass it down as an event) Thanks, Dritan On Jan 30, 3:07 pm, Kristopher Micinski wrote: > In your activity?  Or throughout the system.  If you can write an app > that makes random keyclicks that seems

[android-developers] Simulating Mouse Click

2012-01-30 Thread Dritan
unning in the background and it can send KeyEvent's no problem, however, a mouse click seems to be virtually impossible. How can add full support to my custom hardware so that mouse and keyboard work together? Thank you, Dritan -- You received this message because you are subscribed to the Goog

[android-developers] Getting Owner and Contact Data

2010-09-03 Thread Dritan
Hello, I'm writing an app on my IO Magic to make use of the owner's data (first, middle, last, email(s), phone(s)) and one or more contacts the owner can choose. The application will find common patterns and whatnot. I have given my app READ_CONTACTS, WRITE_CONTACTS, READ_OWNER_DATA, WRITE_OWNER_

[android-developers] Getting Owner and Contact Data

2010-09-03 Thread Dritan
Hello, I'm writing an app on to make use of the owner's data (first, last, email(s), phone(s)) and one or more contacts the owner can choose. The application will find common patterns and whatnot. I have given my app READ_CONTACTS, WRITE_CONTACTS, READ_OWNER_DATA, WRITE_OWNER_DATA permissions in