[android-developers] Re: How to screen capture through fb0?

2012-02-16 Thread sky tree
Dear Sir: I found the same GPU type(SGX 540) in Nexus S and Galaxy nexus, the I don't know why the Nexus S can work but Galaxy nexus can not. Could you give me some suggestion and commend? thank you so much, BRs, Allen On 2月15日, 上午5時39分, Dianne Hackborn hack...@android.com wrote: This

[android-developers] Re: How to screen capture through fb0?

2012-02-16 Thread sky tree
Dear Sir: I found the same GPU type(SGX 540) in Nexus S and Galaxy nexus, the I don't know why the Nexus S can work but Galaxy nexus can not. Could you give me some suggestion and commend? thank you so much, BRs, Allen On 2月15日, 上午5時39分, Dianne Hackborn hack...@android.com wrote: This

[android-developers] How to screen capture by fb0 normally on Galaxy Nexus?

2012-02-16 Thread sky tree
Dear Sir: I found the same GPU type(SGX 540) in Nexus S and Galaxy nexus, the I don't know why the Nexus S can work but Galaxy nexus can not(the captured raw data are always zero!). Could you give me some suggestion and commend? thank you so much, BRs, Allen On 2月15日, 上午5時39分, Dianne

[android-developers] Re: Advanced Touch Control: passing touch event from one view to another

2012-01-02 Thread Sky
released touch and touches again). Programmatically calling the scrollview's onTouchEvent() does not work. Does this make sense now? On Jan 1, 8:22 pm, Yang Bo yangbo@gmail.com wrote: Sorry,I donnot quite get you. Are the views in the same activity? 在 2011-12-30 上午10:31,Sky myonceinalifet

[android-developers] Re: Advanced Touch Control: passing touch event from one view to another

2012-01-01 Thread Sky
Bump. I've tried everything I can think of. I'm definitely going to need a pointer to move forward on this. If my description above is not adequate I can post code or even make my app available so you can see the behavior I am talking about. On Dec 29 2011, 6:28 pm, Sky myonceinalifet

[android-developers] Advanced Touch Control: passing touch event from one view to another

2011-12-29 Thread Sky
I have one custom made view that I can drag across the screen horizontally. Within this view is a ScrollView. I already have it so I can decide whether the user is dragging across the screen horizontally or vertically, enabling/disabling the onTouchEvent() for the appropriate views. However the

[android-developers] emulator is not initializing

2011-09-19 Thread sky
WARNING: Data partition already in use. Changes will not persist WARNING: SD Card image already in use ko:Snapshot storage already in use These are the messages I see on the console.Please kindly solve this problem. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Serious problem on Android 2.3 and XmlSerializer

2011-02-24 Thread Sky
it results in an plain xml. Thanks! On 20 Feb., 13:27, Sky skysoftwaredes...@googlemail.com wrote: Hi, to come back to a way of solution. Does anyone know how to solve the described problem? Is the only way to write a new XMLWriter without XML Serializer? Thanks! On 15 Feb., 23:06

[android-developers] Re: Serious problem on Android 2.3 and XmlSerializer

2011-02-20 Thread Sky
Hi, to come back to a way of solution. Does anyone know how to solve the described problem? Is the only way to write a new XMLWriter without XML Serializer? Thanks! On 15 Feb., 23:06, Sky skysoftwaredes...@googlemail.com wrote: Hi, I do not want to write my XML Serialization new. its complex

[android-developers] Re: Serious problem on Android 2.3 and XmlSerializer

2011-02-15 Thread Sky
Thanks for the clarification Bob! I will try to change my code. Nevertheless like Streets of Boston said, I would say that this is a bug and should be changed, at least in the docs. On 13 Feb., 06:09, Streets Of Boston flyingdutc...@gmail.com wrote: The documentation of the *startTag* method

[android-developers] Re: Serious problem on Android 2.3 and XmlSerializer

2011-02-15 Thread Sky
I testet the java.xml.XMLConstants.NULL_NS_URi: private static final String NAMESPACE = XMLConstants.NULL_NS_URI; _serializer.setPrefix(, NAMESPACE); _serializer.startTag(NAMESPACE, gpx); Now there is the following error. How would you handle tha? (For clarification I want to write a xml with no

[android-developers] Re: Serious problem on Android 2.3 and XmlSerializer

2011-02-15 Thread Sky
Yes, this is exactly what I want to do. Write old plain XML without Namespace. The question is how I get it to work on Andorid 2.3? On 13 Feb., 21:04, Streets Of Boston flyingdutc...@gmail.com wrote: I think it was mainly meant for XML documents that don't use namespaces at all, since there

[android-developers] Re: Serious problem on Android 2.3 and XmlSerializer

2011-02-15 Thread Sky
yourself, just with print type statements? Not as convenient as using a serializer, and probably not as pretty (indents, attributes and stuff), but if it's meant as input for another program, it probably doesn't have to be perfect, right? -- Kostya 13.02.2011 23:22, Sky пишет: Yes

[android-developers] Serious problem on Android 2.3 and XmlSerializer

2011-02-11 Thread Sky
Hi all, I am using the XmlSerializer to write XML to the sd-card. My code works on all versions = Android 2.2. With the new Android 2.3 SDK and 2.3 Emulator I get an NullpointerException: Stacktrace: java.lang.NullPointerException at org.kxml2.io.KXmlSerializer.check(KXmlSerializer.java:75) at

[android-developers] Re: Restlet, Android and Google Account authentication (oauth)

2011-02-11 Thread Sky
://wikis.sun.com/display/Jersey/OAuth it might give you some clues. - Brill Pappin On Jan 10, 3:33 am, Sky skysoftwaredes...@googlemail.com wrote: Hello, Does anyone know how to use Restlet in combination with OAUTH? I searched the web and did not found any useful documentations or tutorial

[android-developers] Re: Restlet, Android and Google Account authentication (oauth)

2011-02-11 Thread Sky
this link:http://wikis.sun.com/display/Jersey/OAuth it might give you some clues. - Brill Pappin On Jan 10, 3:33 am, Sky skysoftwaredes...@googlemail.com wrote: Hello, Does anyone know how to use Restlet in combination with OAUTH? I searched the web and did not found any useful documentations

[android-developers] Problem authenticating Restlet webservice via Google Accounts

2011-01-14 Thread Sky
Hi all, I have an Android app that has to upload and synchronize data from and to GAE. Currently I use Restlet to connect Android to GAE. This works good (below my testcode). Now I want to authenticate the restlet webservice via Google Account (Oauth), but do not know how. All my tests were not

[android-developers] Restlet, Android and Google Account authentication (oauth)

2011-01-14 Thread Sky
Hello, Does anyone know how to use Restlet in combination with OAUTH? I searched the web and did not found any useful documentations or tutorial. Seems like this is not supported anymore? What I want to do is connecting Android to Google App engine, where I use Google Accounts for authentication.

[android-developers] Help for fatal: index-pack failed during downloading android source code for porting

2010-06-01 Thread Sky
During try to download android source code, I encouter following problem: $ repo init -u git://android.git.kernel.org/platform/manifest.git Getting repo ... from git://android.git.kernel.org/tools/repo.git remote: Counting objects: 1042, done. remote: Compressing objects: 100% (449/449), done.

[android-developers] how to modify the dataRoam Setting of device

2009-11-15 Thread sky
i want to block all the data connection when phone is in roaming . how to chang the data Roam Setting ? who can help me? thanks . -- 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] how to get the platform certificate ?

2009-11-12 Thread sky
hi, all i just do a app that visit the data roam setting . from my searching on internet . it is said that it is need be signed with the platform certificate . someone can give some information about it ? thanks in advice . Best Regards sky . -- You received this message because you

Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-03 Thread ferly sky
Hi, I want to get an invitation, thanks. 2009/11/3 Tamas Jozsa tjo...@gmail.com Hi, Please invite me to. Thanks, Tamas 2009/11/3 Toz tozc...@gmail.com So kind of you! Please invite me once! Thanks! On 11月1日, 下午2时20分, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some

Re: [android-developers] Need an invitation to google Wave?

2009-11-03 Thread ferly sky
能给我一个吗,ferly...@gmail.com, 谢谢 2009/11/1 Auguste Lunang legraphi...@gmail.com Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to