[android-developers] Missing ACTION_POINTER_UP and ACTION_POINTER_DOWN events

2011-08-19 Thread Magnus
event here as expected. I have tried this on phones with both Cypress and Synaptics touch IC so I would rule out hw or firmware issues. Anyone? br Magnus -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Creating a bitmap based App Widget

2011-06-06 Thread Per Magnus Veierland
I've created a bitmap based app widget for Android homescreens. The whole widget is rendered as one image, and rendered unscaled using an ImageView. To create the bitmap I need to know the exact dimensions of the widget. At the moment I'm doing this by using the Android guidelines for the guarantee

[android-developers] Re: Sony Ericsson LiveView™ m icro display SDK is released

2010-12-06 Thread Magnus Ekenheim
Instructions how to update your SonyEricsson is available http://www.sonyericsson.com/update/ /Magnus E On Nov 30, 3:26 pm, Elvis Dowson wrote: > Hi, >         Is it possible to get a download link for the android-2.1 > update for the Xperia X10? I have one and would like to

[android-developers] Re: Disable XSL transforms in HTTPClient

2009-04-26 Thread Magnus
Not sure if there are any other references. I experienced the problem and googled on it. Like Mark wrote it seemed like some other people had the problem but they hadn't found a solution. The client side XSL transformations are, as far that I have understood it, supported by currently known browse

[android-developers] Re: Disable XSL transforms in HTTPClient

2009-04-23 Thread Magnus
Am I really first with this problem? If anyone has a suggestion - please share. /M On 21 Apr, 20:11, Magnus wrote: > Does anyone know how to avoid the XSL transforming that is taking > place in the HTTPClient? I just want the raw xml. > > than

[android-developers] Disable XSL transforms in HTTPClient

2009-04-21 Thread Magnus
Does anyone know how to avoid the XSL transforming that is taking place in the HTTPClient? I just want the raw xml. thanks /Magnus --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Performance test cases

2009-04-15 Thread Magnus
Time: 1.699 OK (2 tests) -- and "logcat" doesn't say anything about the time to execute the individual tests. I am clearly missing something here so any help is appreciated! /Magnus --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: Writing PerformanceTestCases

2009-04-15 Thread Magnus
// do stuff intermediates.finishTiming(true); return 0; } } ** /Magnus On Apr 12, 2:06 am, Gavin Aiken wrote: > Hi All, > > Does anyone have a simple examp

[android-developers] Re: traceview and dmtracedump fails to start

2009-04-08 Thread Magnus
Forget it I was being stupid. Ran the application without the debugger and traceview worked fine! thx On Apr 8, 3:11 pm, Magnus wrote: > Tried to trace in "run" mode instead but got another error when trying > traceview. Now I get the following error > > m...@labbe:/t

[android-developers] Re: traceview and dmtracedump fails to start

2009-04-08 Thread Magnus
raceReader.java:71) at com.android.traceview.MainWindow.main(MainWindow.java:187) On Apr 3, 8:12 pm, fadden wrote: > On Apr 3, 2:08 am, Magnus wrote: > > > m...@labbe:/tmp$ traceview gldraw.trace > > Exception in thread "main" java.lang.RuntimeException: Method ex

[android-developers] traceview and dmtracedump fails to start

2009-04-03 Thread Magnus
Hi, tried to trace for the first time but got the following exception when I started the "traceview" application with my trace file. m...@labbe:/tmp$ traceview gldraw.trace Exception in thread "main" java.lang.RuntimeException: Method exit (java/lang/BootClassLoader.getInstance ()Ljava/lang/Boot

[android-developers] Re: addRemoteChatListener in IGTalkSession

2008-04-03 Thread Bård Magnus
Same as Lev. I haven't been able to successfully register IChatListener either. Anyone out there have any insight or code samples to share on this? On 2 Apr, 22:47, Lev <[EMAIL PROTECTED]> wrote: > I haven't quite understood what to implement into the asBinder method. > > Could you help me out? T