[android-developers] Lollipop has problems and here's why

2015-01-22 Thread Kevin Kowalewski
http://www.computerworld.com/article/2871662/broken-lollipop-android-50.html -- 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

Re: [android-developers] Hierarchy Viewer in landscape orientation

2014-12-12 Thread Kevin Kowalewski
What a joke. Doesn't support landscape. Holy sh*t google you really don't put much effort into these things do you...? On Monday, 13 July 2009 19:47:59 UTC-4, Romain Guy wrote: HierarchyViewer does not support landscape properly yet. Patches welcome :) On Mon, Jul 13, 2009 at 4:41 PM,

[android-developers] Native stack trace on ICS?

2012-07-30 Thread Kevin Kowalewski
Hi all, It looks like there is no way to get the native stack trace on ICS...? I have 4 phones here all running ICS and enabling log.redirect-stdio does not output a native stack trace like I did on GB... How can this be possible, Google can't be serious. How are we supposed to debug native

Re: [android-developers] Re: Native stack trace on ICS?

2012-07-30 Thread Kevin Kowalewski
:56:58 PM UTC-5, Kevin Kowalewski wrote: Hi all, It looks like there is no way to get the native stack trace on ICS...? I have 4 phones here all running ICS and enabling log.redirect-stdio does not output a native stack trace like I did on GB... How can this be possible, Google can't

[android-developers] Including libraries as JAR instead of Targeting Platform

2012-01-05 Thread Kevin Kowalewski
Hello, Many device manufacturers have separate libraries to help with the unique features of their phones. For example, HTC has their HTC Sense Target, where you can include HTC specific functionality within your Android application. Sharp for example makes a Sharp 3D target available which

[android-developers] Runtime.getRuntime().exec() weird issues

2011-04-10 Thread Kevin Kowalewski
Hi, I'm having problems executing shell commands properly from android built from the rowboat-android source project. I have two specific problems that I want to share and see if anyone has possible solutions. 1. Setting the date with date 134355500 sets the date in the local shell, but running

[android-developers] Re: Custom font support for non-english characters.

2011-04-10 Thread Kevin Kowalewski
I've also had problems in this area. You need to apply a different font for each of the languages you intent to support. There is no built in font that supports multiple languages. I did try to apply the uniFont (available online) to my textViews but it is too large for Android to support. Kevin

Re: [android-developers] Runtime.getRuntime().exec() weird issues

2011-04-10 Thread Kevin Kowalewski
, Apr 9, 2011 at 8:45 PM, Kevin Kowalewski kowalewski.ke...@gmail.com mailto:kowalewski.ke...@gmail.com wrote: 1. Setting the date with date 134355500 sets the date in the local shell, but running date in another shell does not see the change. If I execute the same command into adb shell

Re: [android-developers] Runtime.getRuntime().exec() weird issues

2011-04-10 Thread Kevin Kowalewski
in the Settings app. Look at how the platform does this and do the same thing. You'll need to be installed on the system image and/or be signed with the proper cert. Further questions should be on android-porting. On Sun, Apr 10, 2011 at 5:28 PM, Kevin Kowalewski kowalewski.ke...@gmail.com