[android-developers] Re: Editing the incoming call dialog

2008-11-25 Thread Dianne Hackborn
-- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: android htc touch HD

2008-11-25 Thread Dianne Hackborn
, Josh -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Android on Motorola A810...

2008-11-25 Thread Dianne Hackborn
A1200, the predecessor of Motorola A810. Regards, - sam. -- Add more friends to your messenger and enjoy! Invite them now.http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/ -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: FLAG_ONEWAY for asynchronous communication between services

2008-11-25 Thread Dianne Hackborn
=:remote and I've used the FLAG_ONEWAY option. Can anybody explain me why that happens? Is it possible for two services to communicate asynchronously with each other through AIDL interfaces using the FLAG_ONEWAY option? Best wishes, Vladimir -- Dianne Hackborn Android framework engineer

[android-developers] Re: How can I get the Contact Pointer of Google(Android) blow Issue

2008-11-25 Thread Dianne Hackborn
o process this with google. Thank you very much for your time and hope to hearing from you soon. Best Regards, -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All

[android-developers] Re: Notification details Activity never receives Intent used to fire it

2008-11-25 Thread Dianne Hackborn
answer, it eventually solves the mystery \o/ I quoted it in the Issue 863. http://code.google.com/p/android/issues/detail?id=863 On 21 nov, 23:38, Dianne Hackborn [EMAIL PROTECTED] wrote: Ah you are right, the request code is also part of its identity. For the nitty gritty details

[android-developers] Re: can we assure that Application#onCreate always runs before the Provier#onCreate and Activity#onCreate

2008-11-25 Thread Dianne Hackborn
the onCreates run. Thanks a lot. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Launch browser issue. Is this a bug for 1.0?

2008-11-25 Thread Dianne Hackborn
with SDK 0.9 and I haven't updated to 1.0 yet. I have this same code (above) and it works just fine on my emulator (SDK 0.9) but when I run it on a G1 it crashes when this Intent is started. Any idea why thats happening? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED

[android-developers] Re: ACTION_VIEW uri.parse options (System Settings)

2008-11-25 Thread Dianne Hackborn
/android/reference/android/provider/Settings.html -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer

[android-developers] Re: How to put a dialog box to another activity's foreground?

2008-11-25 Thread Dianne Hackborn
is that the dialog box does not appear while the other application still running. But as soon as I close the other application, it goes back to my activity, and the dialog box stays there. Do I need to convert the activity to a service? Thanks, J -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: Intent variable required for onStart function

2008-11-25 Thread Dianne Hackborn
); player.start(); } public void onDestroy() { super.onDestroy(); player.stop(); } } -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time

[android-developers] Re: Why is my application suspended?

2008-11-25 Thread Dianne Hackborn
been the problem. Google just send me an email saying that the application violated its policies, but nothing more than that. Do you think it's because I used Mogees? Any thoughts? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: How to insure the singed file is correct?

2008-11-25 Thread Dianne Hackborn
- - Show quoted text -- Hide quoted text - - Show quoted text - -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums

[android-developers] Re: how to inject a KeyEvent

2008-11-26 Thread Dianne Hackborn
: Is that a permanent, security related, state if the droid, or is it thought that someday, with the right permissions, or between consenting applications, this would be allowed? :) On Fri, Nov 21, 2008 at 7:23 PM, Dianne Hackborn [EMAIL PROTECTED] wrote: Correct, one application can not inject key events

[android-developers] Re: Two applications respond to the same intent

2008-11-26 Thread Dianne Hackborn
expect when two applications respond to the same intents ? Why would an application be launched prior to the other one that respond to the same intents ? Thanks for help, I really have no more idea of how I could resolve this . -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: AIDL in same process

2008-11-26 Thread Dianne Hackborn
for that. Best regards, Louis. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Querys involving more than one table of Contatcs Content Provider

2008-11-26 Thread Dianne Hackborn
be practical ? Or is the absence of it in the SDK a clue that it is harder than it looks ? Sure, Cursor is just an interface. For example: http://code.google.com/android/reference/android/database/MergeCursor.html -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send

[android-developers] Re: Two applications respond to the same intent

2008-11-26 Thread Dianne Hackborn
, since there are attributes outside of the tag. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see

[android-developers] Re: Push Notification Techniques: Discuss

2008-11-26 Thread Dianne Hackborn
update. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Push Notification Techniques: Discuss

2008-11-26 Thread Dianne Hackborn
was it called) for this purpose. http://android-developers.blogspot.com/2008/08/some-information-on-apis-removed-in.html -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All

[android-developers] Re: AutoCompleteTextView without keyboard input

2008-11-29 Thread Dianne Hackborn
] [EMAIL PROTECTED]wrote: Anyone? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: AlarmManager not always waking device (using RTC_WAKEUP)

2008-11-29 Thread Dianne Hackborn
) context.getSystemService(Context.NOTIFICATION_SERVICE); Notification notif = new Notification(); ..setup notification to play alarm, vibrate etc. myNM.notify(MYNOTIFICATION_ID, notif); Thanks, Adam -- Dianne Hackborn [EMAIL PROTECTED] -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: WindowManager$BadTokenException: Unable to add window -- token null is not for an application

2008-11-29 Thread Dianne Hackborn
it's immaturity? Ash -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Java App UI / Engine C split query

2008-11-29 Thread Dianne Hackborn
debug this i.e. if I run the Java app in Eclipse how can I step into the C code? Are there other options? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions

[android-developers] Re: For modular requirement

2008-11-29 Thread Dianne Hackborn
need to download a new plug-in, but not reinstall the who application. And we used COM library base ideas to do that before, is there anyway to do it in Android? Welcome any help for it. Best regards, Louis. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED

[android-developers] Re: SpecialCharacters

2008-11-29 Thread Dianne Hackborn
= keyCharacterMap.getEvents(new char[] { '(c)' }); dispatchKeyEvents(Main.edittext, keyEvents); but it's show error..could u plz tel me..how to draw it???- 隐藏被引用文字 - - 显示引用的文字 -- 隐藏被引用文字 - - 显示引用的文字 - -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't

[android-developers] Re: How to automate emulator hardware keys.

2008-11-29 Thread Dianne Hackborn
: Hi, I am testing my application using Instrumentation I am able to automate the virtual keys and UI clicks but I am unable to automate the emulator hardware keys such as, Home, Menu, Home etc... Please help me in this. Thanks in advance. Susama -- Dianne Hackborn Android framework

[android-developers] Re: Screen orientation woes

2008-11-29 Thread Dianne Hackborn
. Why tell them they can't use it when they happen to have the keyboard open? Likewise if on some device the orientation is controlled by the accelerometer, why tell them they can't use your app if they happen to have the screen angled a certain way? -- Dianne Hackborn Android framework engineer

[android-developers] Re: FLAG_ONEWAY for asynchronous communication between services

2008-11-29 Thread Dianne Hackborn
is: less is better. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Possibility to access the Own Content Provider

2008-11-29 Thread Dianne Hackborn
: In OWNPROVIDERACCESS manifest file, I've included user-permission android.name = READ_CONTACTS if I've accessed the Contacts Application database (Contacts.db). Please help me. Thanks in advance!!! Yasmin On Thu, Nov 27, 2008 at 8:04 AM, Dianne Hackborn [EMAIL PROTECTED]wrote: You

[android-developers] Re: How to implement a horizon scrollview?

2008-11-29 Thread Dianne Hackborn
not find how to use a view that has horizonal scrollbar, can anyone help me? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums

[android-developers] Re: How to enable screen transition when launching Activity

2008-11-29 Thread Dianne Hackborn
to turn it back on? Thanks -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: call to determine current context?

2008-11-30 Thread Dianne Hackborn
to bind/unbind on their behalf, and it's impractical (and maybe impossible) to know which context I'm running under at any given point. So I just want to be able to determine the context from down in the call stack. Thanks for any help. -- Dianne Hackborn Android framework engineer

[android-developers] Re: Theme setting for all applications

2008-11-30 Thread Dianne Hackborn
better solution to change theme for all applications? Regards, /Paul -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums

[android-developers] Re: Returning to my application after a call ends

2008-11-30 Thread Dianne Hackborn
: Hi, I want to return to my own application after a call originated from within it ends. I have implemented the notification to get the call state change to IDLE, and managed to launch another app from there, but not to launch my own app. Is this doable ? TIA -- Dianne Hackborn

[android-developers] Re: SharedPreferences problem

2008-11-30 Thread Dianne Hackborn
? [...] -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Trouble with AssetManager

2008-11-30 Thread Dianne Hackborn
) but when I try to open the file it throws the exception. Does anyone have any experience with this? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should

[android-developers] Re: Is it possible to start an remote activity which is loaded by classLoader

2008-12-01 Thread Dianne Hackborn
then?Thank you very much. Best Regards -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: (Service == Process)?

2008-12-01 Thread Dianne Hackborn
you to this conclusion, please let me know what that is so we can fix it. :) - how are AIDL IPC calls synchronized when they are different processes? There is a special driver in the kernel called binder that takes care of these IPCs. -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: Android screen resolution limit

2008-12-01 Thread Dianne Hackborn
android on rather large size of scree and the resolution is about 1024X800. Can Android supports this? If not, is there any setup or configuration file I can change? thanks, Hill -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: Can one application removes files of other application?

2008-12-01 Thread Dianne Hackborn
? No. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Checking API: checkapi-last Error when compiling android source code after repo sync in 11/23/2008 Beijing Time

2008-12-01 Thread Dianne Hackborn
www.curious-creature.org -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Theme setting for all applications

2008-12-01 Thread Dianne Hackborn
in the Android SDK toolkit directory. I changed this xml file and other png files in drawable folder, but nothing changes in Android emulator... Why? Is there something else to do this? Regards, /Paul 2008/12/1 Dianne Hackborn [EMAIL PROTECTED] There is some architecture work done

[android-developers] Re: Theme setting for all applications

2008-12-01 Thread Dianne Hackborn
Btw, discussion about modifying the open-source platform should be moved to one of the open-source groups. On Mon, Dec 1, 2008 at 11:09 AM, Dianne Hackborn [EMAIL PROTECTED]wrote: You can modify any of the resources however you want if you are rebuilding the system. These will be used without

[android-developers] Re: SharedPreferences problem

2008-12-01 Thread Dianne Hackborn
to collect them again, or reset their preferences to the defaults. No, there is no exception, and really even if you tell the user why they lost all of their preferences that doesn't make anything better for them. Best to not let it happen at all. -- Dianne Hackborn Android framework engineer

[android-developers] Re: SharedPreferences problem

2008-12-01 Thread Dianne Hackborn
something to make this a little more clean for users installing updates. And this same thing happens every time you run your app from eclipse, since all it is really doing is telling the system to update to your current version of the app. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED

[android-developers] Re: Debug Boot complete Broadcast event on phone

2008-12-01 Thread Dianne Hackborn
BOOT_COMPLETE event is received. This is just my guess. Has anyone of you tried debugging such scenario where a receiver is waiting for BOOT_COMPLETE event. Thanks, Manoj -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't

[android-developers] Re: How to hand in a callback in AIDL?

2008-12-01 Thread Dianne Hackborn
on its side. The client, in turn, could provide that GUID each time it wants to identify itself on subsequent function calls. I hope this makes sense. tone -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have

[android-developers] Re: How do i get a transparent background for icons/shortcuts?

2008-12-01 Thread Dianne Hackborn
that in mind. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Loading a bitmap from a byte buffer

2008-12-01 Thread Dianne Hackborn
supported internally, but I can't figure out how to create the bitmap without doing the R5G6B5 to A8R8G8B8 conversion first. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support

[android-developers] Re: 2D over 3D

2008-12-02 Thread Dianne Hackborn
mySurfaceHolder.unlockCanvasAndPost(c); } Any help would be very appreciated Thanks! -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should

[android-developers] Re: Starting an activity with FLAG_ACTIVITY_MULTIPLE_TASK

2008-12-02 Thread Dianne Hackborn
with FLAG_ACTIVITY_NEW_TASK in the Intent that triggers the activity. But I soon as I execute the application, I get an Force Closed dialog box. Can anyone help me out or tell a better way to achieve the required task? Thank-you very much. -- Dianne Hackborn Android framework engineer

[android-developers] Re: Loading a bitmap from a byte buffer

2008-12-02 Thread Dianne Hackborn
If that's the case, then this discussion shouldn't be on android-developers, which is for developing with the SDK. Let's move it to one of the open source platform groups. On Tue, Dec 2, 2008 at 1:00 AM, Koush [EMAIL PROTECTED] wrote: Dianne Hackborn: I am asking this in the context of how

[android-developers] Re: G1 Linux

2008-12-02 Thread Dianne Hackborn
? -- Xavier A. Mathews Student/Browser Specialist/Developer/Web-Master Google Group Client Based Tech Support Specialist Hazel Crest Illinois [EMAIL PROTECTED]@[EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. -- Dianne Hackborn Android framework engineer

[android-developers] Re: When an app needs Google account credentials...

2008-12-02 Thread Dianne Hackborn
On Tue, Dec 2, 2008 at 4:39 PM, androidian [EMAIL PROTECTED] wrote: Dianne, do you have any input on this? Also, do you have any updated info on the API? Sorry, I don't know about it. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: Including SQLite database with application

2008-12-03 Thread Dianne Hackborn
outside of it. -- Mark Murphy (a Commons Guy)http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I

[android-developers] Re: Database Backup when updating my app

2008-12-03 Thread Dianne Hackborn
row? Please, note that I have not mentioned Android Market since I'm delivering the app via URL link. Many thanks in advance! Cheers! -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private

[android-developers] Re: Neeeeeed HELP......How to get the text's length after TextView.setText()?

2008-12-03 Thread Dianne Hackborn
that depend on layout, you should hook there, so you can correctly handle any time layout changes. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public

[android-developers] Re: Google Dell To Android

2008-12-03 Thread Dianne Hackborn
[EMAIL PROTECTED]@[EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should

[android-developers] Re: Problem in Android-JNI IPC

2008-12-03 Thread Dianne Hackborn
) in JNI layer? Also, are there are some other flags required for building a JNI DLL that I've missed out on. Any pointers in this direction shall be really helpful. Thanks, Pankaj -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: start your application on camera button

2008-12-03 Thread Dianne Hackborn
. Here's how you might add it to your app's manifest: receiver android:name=CameraButtonIntentReceiver intent-filter action android:name=android.intent.action.CAMERA_BUTTON/ /intent-filter /receiver -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: TabActivity vs VideoView vs Camera Preview contention

2008-12-03 Thread Dianne Hackborn
. is there any way round this? i'm setting the views' visibility accordingly in onTabChanged(), but it makes no difference, which i suspect is a bug. thanks for any help with this one j -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: TabActivity vs VideoView vs Camera Preview contention

2008-12-03 Thread Dianne Hackborn
the panel agree that this is a bug? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: intent-filter for addContact and editContact ?

2008-12-04 Thread Dianne Hackborn
couldn't finde something like that. Does it exist? If not how can I get a Notification when somebody added a new contact or something like that? thanks in advance jaspher -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: Is Bitmap.compress thread safe?

2008-12-04 Thread Dianne Hackborn
-- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Foreign Language support/Adding new system fonts

2008-12-04 Thread Dianne Hackborn
a system-wide font is an absolute necessity. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see

[android-developers] Re: Application Context

2008-12-04 Thread Dianne Hackborn
, there is a lot of frameworks that do it and its really very useful.. Something like Context.getCurrentInstance() would help a lot.. Someone know anything about that on Android? Thanks! -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private

[android-developers] Re: Problem Launching Emulator after integrating codec

2008-12-04 Thread Dianne Hackborn
this causing the problem? Do i need to allocate memory in emulator? Please help me out. Thanks in advance, Yogesh -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All

[android-developers] Re: Change Tab Widget icon for currently active tab

2008-12-04 Thread Dianne Hackborn
(); // Update newly selected tab to display colorful icon // Update previously selected tab to display greyscale icon } }); Thanks -- Dianne Hackborn Android framework engineer [EMAIL

[android-developers] Re: Storing pictures in internal storage.

2008-12-04 Thread Dianne Hackborn
is soldered into the G1 or something. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: OpenGL context = how to load non power of two dimension bitmap?

2008-12-04 Thread Dianne Hackborn
dimensions bitmap? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: invoking com.android.internal.*

2008-12-04 Thread Dianne Hackborn
? Thanks dreamer On Dec 3, 10:10 am, Ash [EMAIL PROTECTED] wrote: Use GIT to checkout the source code and add the internals paths you need to your application. //android.git.kernel.org/platform/frameworks/base/telephony is what you are looking for, I think. -- Dianne Hackborn Android

[android-developers] Re: Newbe question - Application folders, how to?

2008-12-04 Thread Dianne Hackborn
? -- Romain Guywww.curious-creature.org -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Largish HTTP Post vs. ANR

2008-12-05 Thread Dianne Hackborn
, and example code for HttpClient can be found at: http://hc.apache.org/httpcomponents-client/examples.html -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Published! -- Dianne Hackborn Android framework

[android-developers] Re: how to update apk's Jad file in run time

2008-12-05 Thread Dianne Hackborn
(device id, user id) will be added in the apk in run time. Plz help me Thanks Sudha gupta -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted

[android-developers] Re: How to send email programmatically?

2008-12-06 Thread Dianne Hackborn
Burgess -- - Sunit Katkarhttp://sunitkatkar.blogspot.com/-Android OS Tutorials -- - Sunit Katkarhttp://sunitkatkar.blogspot.com/- Android OS Tutorials -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have

[android-developers] Re: ::CPU usage

2008-12-06 Thread Dianne Hackborn
, only increases fear of the thing itself. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see

[android-developers] Re: Alternative to category LAUNCHER for plugins?

2008-12-07 Thread Dianne Hackborn
...) Peliwww.openintents.org -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: How to make my activity on top of system message.

2008-12-07 Thread Dianne Hackborn
and bring my activity on top of it? Is there any way to do this Regards, Tabrej -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public

[android-developers] Re: precision of alarms using RTC_WAKEUP

2008-12-08 Thread Dianne Hackborn
to the off/on don't fire. Is that expected behavior as well? Yes. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I

[android-developers] Re: New SDK Available

2008-12-08 Thread Dianne Hackborn
and has over 10,000 apps what is the point of a sim? -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can

[android-developers] Re: How to prevent one program to be overlaped by another

2008-12-08 Thread Dianne Hackborn
any overlapping? Thanks. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them

[android-developers] Re: Creating a TabHost with Tabs containing Activities WITHOUT extending TabActivity

2008-12-08 Thread Dianne Hackborn
Java class and reusing the logic in both spots. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send

[android-developers] Re: JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2008-12-08 Thread Dianne Hackborn
that it is coming from Platform code. 12-08 21:43:27.149 1825 2980 E JavaBinder: !!! FAILED BINDER TRANSACTION !!! -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions

[android-developers] Re: How to send email programmatically?

2008-12-08 Thread Dianne Hackborn
of a game-group In all cases, the app would advertise the auto-email as a feature, that the user can opt into or out of. thx jay On Dec 6, 2:13 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: You need to go through the UI of the mailer activity, so the user can select which app to use etc. Adding

[android-developers] Re: How to send email programmatically?

2008-12-08 Thread Dianne Hackborn
something you can make it happen. On Mon, Dec 8, 2008 at 9:31 PM, Dianne Hackborn [EMAIL PROTECTED] wrote: If you want a feature like this, feel free to look at submitting a patch to the platform. You'll want to talk with people in the platform group about the security implications of doing so, so

[android-developers] Re: JavaBinder: !!! FAILED BINDER TRANSACTION !!!

2008-12-09 Thread Dianne Hackborn
IPC ? -thanks On Dec 8, 10:14 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: It means the native Binder IPC system reported an error when trying to submit an operation to it. On Mon, Dec 8, 2008 at 7:55 PM, sandy8531 [EMAIL PROTECTED] wrote: I get this message on the G1 device

[android-developers] Re: the fastest way to draw on screen

2008-12-09 Thread Dianne Hackborn
to draw on screen? currently we use OnDraw and have Bitmap, but is there a faster way to draw pixel array to screen? Thanks. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support

[android-developers] Re: 2d Canvas over Opengl (Flickering !!)

2008-12-09 Thread Dianne Hackborn
: mHolder.unlockCanvasAndPost(myCanvas); Any help would be very appreciated Thanks! -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted

[android-developers] Re: intent-filter for addContact and editContact ?

2008-12-09 Thread Dianne Hackborn
ContactsContentObserver(Handler h) { super(h); } public void onChange(boolean selfChange) { System.out.println(SOMEBODAY CHANGED ANYTHING AT THE CONTACTS); } } } On 5 Dez., 00:24, Dianne Hackborn

[android-developers] Re: How to prevent one program to be overlaped by another

2008-12-09 Thread Dianne Hackborn
No, sorry. On Tue, Dec 9, 2008 at 10:51 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ok, then from another side - is it possible to overlap InCallScreen? ;) -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't

[android-developers] Re: How to prevent one program to be overlaped by another

2008-12-09 Thread Dianne Hackborn
Well I should qualify that -- you can always show a toast, which will temporarily overall all application windows and can't receive any input. On Tue, Dec 9, 2008 at 12:44 PM, Dianne Hackborn [EMAIL PROTECTED]wrote: No, sorry. On Tue, Dec 9, 2008 at 10:51 AM, [EMAIL PROTECTED] [EMAIL

[android-developers] Re: How to send email programmatically?

2008-12-09 Thread Dianne Hackborn
think it makes sense to try to come up with a general-purpose UI for this as part of the platform, though of course making one that others can re-use embedded in their apps would be great. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions

[android-developers] Re: Event when shortcut is dragged to Trash?

2008-12-09 Thread Dianne Hackborn
Sorry, there isn't really such a thing. On Tue, Dec 9, 2008 at 10:31 AM, Blake B. [EMAIL PROTECTED] wrote: Is there any kind of event or hook available for determining when a shortcut (and which one) is dragged to the Trash button on the Home screen? -- Dianne Hackborn Android

[android-developers] Re: my custom Parcelable jams on cross-process read

2008-12-09 Thread Dianne Hackborn
from my code results Obviously, my question is: why is this not working? I am going to try changing the interface from a oneway to a general one. I'm stumped, otherwise. Thanks in advance for any insights. tone -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note

[android-developers] Re: precision of alarms using RTC_WAKEUP

2008-12-09 Thread Dianne Hackborn
On Mon, Dec 8, 2008 at 6:43 AM, Dorn Hetzel [EMAIL PROTECTED] wrote: Is there a recommended method for setting alarms that will survive a power cycle ? No, it is very intentional in the design that they do not. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please

[android-developers] Re: Thread Allocation Question

2008-12-10 Thread Dianne Hackborn
the top of their head, does the JVM scheduler use time slicing when allocating process to threads of the same priority? Cheers, Greg B. -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private

[android-developers] Re: Compile error on Android SDK

2008-12-10 Thread Dianne Hackborn
: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/ XMLNode.o] Error 1 Anyone got any ideas of what might cause this? - Ian Beveridge -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time

[android-developers] Re: Optional Permissions

2008-12-10 Thread Dianne Hackborn
- Moderation in everything, including abstinence -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others

[android-developers] Re: how to access file system

2008-12-10 Thread Dianne Hackborn
, it can store the data on the device. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml -- Dianne Hackborn Android framework engineer [EMAIL PROTECTED] Note: please don't send private

  1   2   3   4   5   6   7   8   9   10   >