[android-developers] Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Sebastian Tomaszewski
Hello guys, If this subject was already discussed somewhere in the forums with the solution without ROOTing the device, I would like to apologize ahead of time... As we know that the Bottom Status Bar in the Android Honeycomb takes lots of real-estate on the Tablet screen, since this is the case

Re: [android-developers] Hide bottom status bar in Android 3.2 Honeycomb!

2011-11-01 Thread Sebastian Tomaszewski
SIGHT... THank you [?]... On Tue, Nov 1, 2011 at 9:59 AM, Mark Murphy mmur...@commonsware.com wrote: On Tue, Nov 1, 2011 at 12:24 PM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: As we know that the Bottom Status Bar in the Android Honeycomb takes lots of real-estate

Re: [android-developers] Re: Setting Screen Orientation in Service!!

2011-10-06 Thread Sebastian Tomaszewski
Anyone? On Wed, Oct 5, 2011 at 11:50 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: BTW, where can I find that APP, I can't find it On Wed, Oct 5, 2011 at 11:45 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: Thank you for your reply... I will look

Re: [android-developers] Re: Setting Screen Orientation in Service!!

2011-10-06 Thread Sebastian Tomaszewski
already told you this, yet you brushed off their comment and asked again. If you want to change the UI, and need to do it from a service, send a message to some UI code that tells it to make the necessary changes. Kris On Thu, Oct 6, 2011 at 12:17 PM, Sebastian Tomaszewski stomasze101

Re: [android-developers] Setting Screen Orientation in Service!!

2011-10-05 Thread Sebastian Tomaszewski
Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * On 4 October 2011 19:05, Sebastian

Re: [android-developers] Re: Setting Screen Orientation in Service!!

2011-10-05 Thread Sebastian Tomaszewski
Thank you for your reply... I will look on this On Tue, Oct 4, 2011 at 11:27 PM, Vishal Keshav bulletcr...@gmail.comwrote: you need to install an application called sbj screen -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Setting Screen Orientation in Service!!

2011-10-05 Thread Sebastian Tomaszewski
Quick question, does it rquire rooting the phone? On Tue, Oct 4, 2011 at 11:27 PM, Vishal Keshav bulletcr...@gmail.comwrote: you need to install an application called sbj screen -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Setting Screen Orientation in Service!!

2011-10-05 Thread Sebastian Tomaszewski
BTW, where can I find that APP, I can't find it On Wed, Oct 5, 2011 at 11:45 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: Thank you for your reply... I will look on this On Tue, Oct 4, 2011 at 11:27 PM, Vishal Keshav bulletcr...@gmail.comwrote: you need to install

[android-developers] Setting Screen Orientation in Service!!

2011-10-04 Thread Sebastian Tomaszewski
Guys, Would you by any chance know if there is a way to set a Screen Orientation in Service? What I want is to set my android device to a specific Orientation at all times. The orientation that I am setting it too is not available currently on my device, but I can set it programmatically

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
Question, How did you use those two files in order to get this for you to work? Please let me know. Thanks On Tue, Sep 27, 2011 at 5:21 AM, Kostya Vasilyev kmans...@gmail.com wrote: This worked for me: https://gist.github.com/**1233900 https://gist.github.com/1233900 26.09.2011 19:19,

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
places at once). After configuring the driver, I also had to do adb kill / adb start before it showed up in adb devices. -- Kostya 27.09.2011 21:11, Sebastian Tomaszewski пишет: Question, How did you use those two files in order to get this for you to work? Please let me know. Thanks

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
you remember to enable debugging in the tablet's Settings, it's under Applications? 27.09.2011 23:48, Sebastian Tomaszewski пишет: Kostya, Thank you for your response. I greatly appreciate it. I ddi everything as you specified, but for some reason it still doesn't work for me. Is there any

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
Applications? 27.09.2011 23:48, Sebastian Tomaszewski пишет: Kostya, Thank you for your response. I greatly appreciate it. I ddi everything as you specified, but for some reason it still doesn't work for me. Is there any specific SONY driver that you loaded? Please let me know. Thank you

Re: [android-developers] Sony S1 adb driver

2011-09-27 Thread Sebastian Tomaszewski
(it initially showed up as missing the drivers). - Restarted adb with adb kill-server / adb start-server, then typed adb devices and the tablet was listed in the output. Hope this helps. -- Kostya 28.09.2011 1:36, Sebastian Tomaszewski пишет: Kostya, Another quick question, are you using

[android-developers] Re: Screen Shot Capture Timing!!!

2011-08-08 Thread Sebastian Tomaszewski
Bring this to the TOP again... See if someone has the potential answers... Thank you ahead of time Sebo On Thu, Aug 4, 2011 at 4:01 PM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: Hello All, I have a little dilema with the Timing on one of my Screen Capture applications: 1

[android-developers] Screen Shot Capture Timing!!!

2011-08-04 Thread Sebastian Tomaszewski
Hello All, I have a little dilema with the Timing on one of my Screen Capture applications: 1. Currenlty I am using the following code in oroder to capture the SCREEN SHOT of the device: v1 = linView.getRootView(); v1.setDrawingCacheEnabled(*true*); bmp = v1.getDrawingCache(); Which gives the

[android-developers] Re: Most Efficient (TIMING) way to save the images onto the Tablet!!!!

2011-07-28 Thread Sebastian Tomaszewski
Putting this to the top to see if someone has an answer... thank you On Jul 25, 2011 11:20 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: Do any of you guys know an answer to this.. Just wondering... On Fri, Jul 22, 2011 at 5:24 PM, Sebo stomasze101...@gmail.com wrote: Hello All

Re: [android-developers] Re: Most Efficient (TIMING) way to save the images onto the Tablet!!!!

2011-07-28 Thread Sebastian Tomaszewski
possible image size, but rather the opposite - something that can reduce the file size, while taking less time than it will save on I/O. -- Kostya 28.07.2011 22:20, Sebastian Tomaszewski пишет: Putting this to the top to see if someone has an answer... thank you On Jul 25, 2011 11:20 AM

Re: [android-developers] Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-26 Thread Sebastian Tomaszewski
Hello Mark, Thank you for your reply, I greatly appreciate it. Fortunately...come on... :)... I guess there is a reason behinid it is there? So does that mean that android:priority=*2147483647* didn't do anything for me in my Manifest. I read somewhere that this could have helped?... A

Re: [android-developers] Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-26 Thread Sebastian Tomaszewski
CHEERS... :)... That is completely understandable... Thanks... On Tue, Jul 26, 2011 at 10:49 AM, Streets Of Boston flyingdutc...@gmail.com wrote: Yes, it's fortunately. :-) It's 'fortunately' for the developers of the e-mail/GPS/etc apps. If your app could take (almost) all CPU cycles,

Re: [android-developers] Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-26 Thread Sebastian Tomaszewski
Previously in this thread it was mentioned that The foreground process is already the highest prioiryt [sic] in the whole system., does anyone know what that means? Thank you, Sebo On Tue, Jul 26, 2011 at 11:43 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: CHEERS

Re: [android-developers] Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-26 Thread Sebastian Tomaszewski
. On Tue, Jul 26, 2011 at 10:37 AM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: Hello Mark, Thank you for your reply, I greatly appreciate it. Fortunately...come on... :)... I guess there is a reason behinid it is there? So does that mean that android:priority=*2147483647

Re: [android-developers] Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-26 Thread Sebastian Tomaszewski
Mr. Mark, Thank you, I greatly appreciate your help and clarifications. Sorry about the typo... Regards, Sebo On Tue, Jul 26, 2011 at 1:24 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, Jul 26, 2011 at 3:01 PM, Sebastian Tomaszewski stomasze101...@gmail.com wrote: processes

Re: [android-developers] Re: CountDownTimer too slow ???

2011-07-25 Thread Sebastian Tomaszewski
You are right that works alot better... I am only 1 msec off what expect before it was about 10 sec off what I expected... thank you for clarifying this... I greatly appreciate it sebo On Jul 25, 2011 4:46 PM, Nick Risaro nris...@gmail.com wrote: If you run your app on eclipse,

Re: [android-developers] Re: CountDownTimer too slow ???

2011-07-25 Thread Sebastian Tomaszewski
Hello all, Nikolay, thank you for posting this problem that you are seeing. I get the same problem when I use this timer in my code and I have no idea what could be the issue... If anyone know the reason why or how to improve it, I would greatly appreciate the answer as well. The followinig

[android-developers] Re: Most Efficient (TIMING) way to save the images onto the Tablet!!!!

2011-07-25 Thread Sebastian Tomaszewski
Do any of you guys know an answer to this.. Just wondering... On Fri, Jul 22, 2011 at 5:24 PM, Sebo stomasze101...@gmail.com wrote: Hello All, Here is my Problem, I am trying to safe an image (1280x800) into the memory and I am running into some timing issues Meaning I want to get it

[android-developers] Re: Turning off all of the APPS running in the background or setting the highest priority on my APP!!!

2011-07-25 Thread Sebastian Tomaszewski
Do any of you guys know an answer to this.. Just wondering... On Fri, Jul 22, 2011 at 5:31 PM, Sebo stomasze101...@gmail.com wrote: Hello All, Quick question, do you know if there is a way to turn off any APPS that run in the background (e-mail/GPS...), so my application while it is running