[android-developers] Re: Deleteing from IMAP with built-in Email application.

2008-12-09 Thread Don Pellegrino

Is the code for the built-in Email application open-source?  If so,
could I checkout the patched copy from the repository and do my own
build?  If not, has a date been set for the update and how would I
receive the update?
--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Distribution of updates.

2008-12-03 Thread Don Pellegrino

Thanks for the replys.  Direct support for update managment in Market
would be the ideal situation.  Has Google posted anyting about timing
for addition of this feature?
--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Distribution of updates.

2008-12-02 Thread Don Pellegrino

I have not yet noticed any updates to the built-in applications or to
the applications I have installed from the Market.  It could be that
none have been deployed but I don't seem to have a way to confirm
this.  I was unable to find documentation on the general update
distribution process.  The following questions occurred to me:

What will the user experience be for updates to the built-in
applications?

What will the user experience be for updates to applications
distributed from the Market?

Is there a way for the user to get verification that the installed
applications are up-to-date?
--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Contacts Performance

2008-11-27 Thread Don Pellegrino

I have opened a thread on this issue in the Funambol Android Client
forum at 
https://android-client.forge.funambol.org/ds/viewMessage.do?dsForumId=615dsMessageId=31575.
--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleteing from IMAP with built-in Email application.

2008-11-26 Thread Don Pellegrino

Sorry, I shouldn't have posted this to the board.  In trying to answer
my last question about bug reports I found that indeed there is an
issue tracking system and the issue I mentioned has already been filed
as Issue 1029 (http://code.google.com/p/android/issues/detail?id=1029).
--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Contacts Performance

2008-11-26 Thread Don Pellegrino

I have 620 contact records that I maintain in GNOME's Evolution on
Linux.  My first attempt at getting them onto a T-Mobile G1 was using
syncevolution with Funambol and the Android Funambol client.  The
Funambol client is incredibly slow but I suppose that is an issue for
discussion at the Funambol client site.  More of a concern is that
when all of the contact records were loaded the built-in Contacts
application was unable to handle them.

The built-in Contacts application would load successfullly and display
the records however it was unusably slow.  After opening Contacts I
would get the Sorry dialog box indicating that the service was not
responding with the option to kill it or wait.  If I selected wait it
would evenutally respond but scrolling was unresponsive.  Although
Contacts didn't crash it could not preform its function as it would
not be useful to have such long delays when the use case is to place a
telephone call to someone in the contacts list.

So the question I need to answer is if the Contacts application was
not written with performance characteristics such that it can handle
620 contacts with a fast response time or if the Funambol loading of
records skipped some sort of important indexing operation.  Is anyone
have success with Contacts using 600 or more records?  If so were they
synchronized via Gmail or through some other conduit?
--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Deleteing from IMAP with built-in Email application.

2008-11-26 Thread Don Pellegrino

Thanks for the reply.  My account was indeed setup manually.  I'll
look forward to the update then.  If you are associated with Google
perhaps you could update the status of Issue 1029 with this great
news.  Having access to the bug reports is so relaxing and so much
better than the non-android alternatives.

Also, if this is just a bug in the setup process does it happen to
write a config file somewhere such as /etc?  Could I manually edit the
file to make the correction as a temporary work-around?

--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] adb device detection of G1 on Linux

2008-11-23 Thread Don Pellegrino

The Android documentation has been updated with some notes on
Developing on Android Hardware at
http://code.google.com/android/intro/develop-and-debug.html#developingondevicehardware.
I had some struggles with this as I followed the instructions and
verified the device was listed in the lsusb output.  Even with lsusb
showing the device adb devices failed to detect it.  I had been
running adb against an emulator before adding /etc/udev/rules.d/50-
android.rules.  After some trial and error I ran adb kill-server.
The next time I ran adb devices it started a new server and the
device appeared as it should.  So if anyone is having problems with
detection of the G1 you might try restarting the adb server after
messing with the udev rules.  My experiment was with Debian Unstable.

--~--~-~--~~~---~--~~
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 to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---