[android-developers] Strange behavior of ProgressDialog when using its two arguments constructor

2010-06-13 Thread PP
Hello, Since I am using a theme with a light background and thus dark text color, I am trying to change the text color of a ProgressDialog from black to white as follow in my res/values/style.xml ?xml version=1.0 encoding=utf-8? resources !-- theme général défini au niveau de l'application

[android-developers] Re: Force Close when running AccountManager.get(this).getAccounts()

2010-06-09 Thread PP
Yes you DO need to add uses-permission android:name=android.permission.GET_ACCOUNTS / in your manifest. otherwise your application will die with an exception that you can track in the DDMS perspective of Eclipse Cheers On 9 juin, 08:14, Jean owenryan...@gmail.com wrote: Hi all,    

[android-developers] Re: Omap 3530 evm

2010-06-03 Thread PP
: Hi Satish, an your hardware is from where ? What you see finally on the device without usb cable ? Good luck !   Frank On 3 Jun., 06:02, PP satish...@gmail.com wrote: Hi Frank, Thanks for the reply. The build did not crash without the USB cable. Without the USB cable connected

[android-developers] Re: Omap 3530 evm

2010-06-02 Thread PP
is modified through your Source Control System ? Good luck ! Frank On 1 Jun., 12:54, PP satish...@gmail.com wrote: Hi All, I have Omap3530 evm running Android 2.1. I want to install application on the evm, so i connected the evm to the host through the USB OTG cable, but the kernel

[android-developers] Omap 3530 evm

2010-06-01 Thread PP
Hi All, I have Omap3530 evm running Android 2.1. I want to install application on the evm, so i connected the evm to the host through the USB OTG cable, but the kernel is crashing. Kindly help me out in sorting this issue. Find the log below: OMAP3_EVM # OMAP3_EVM # OMAP3_EVM # setenv bootargs

[android-developers] how to invalidate the textview

2009-10-28 Thread pp
i meet a issue on Android , i can't set the background color , can anyone help me? thanks in advance. set a string to the textview, and use setOnTouchListener to capture touch event, when receive MotionEvent.ACTION_UP event. set the background color to 0x(red), when receive

[android-developers] Re: Android 1.0 SDK Released

2008-11-08 Thread Dark pp
Thanks a million. On 9月24日, 上午6时09分, Megha Joshi [EMAIL PROTECTED] wrote: Hi everyone, We're pleased to announce the release of the Android 1.0 SDK, release 1. For full information, please see Dan Morrill's blog post:

[android-developers] Re: Arabic support

2008-11-07 Thread Dark pp
Arabic will change your phone style, right to left. On 11月8日, 上午6时49分, meetmas.com [EMAIL PROTECTED] wrote: Please help me i have 2 probleams 1. i don't know how can i connect my mobile to pc 2.can anyone help me please to install arabic language on my Android G1 (( t-mobile)) i realy

[android-developers] Bugs in android ListIterator class

2008-11-07 Thread Dark pp
Hi, I found there are two bugs in ListIterator, which are the next() and nextIndex() functions. The two functions can't give the right result. But the prev() function is OK. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google