On Mon, Jan 12, 2009 at 1:00 AM, Stoyan Damov <[email protected]>wrote:
> Actually Dianne I am *stunned* how few bugs I've found during my 1 > month usage of Android. > Hail to Google engineers (I'm *not* joking)! Wow, that's nice to hear. :) > This one, however, is a showstopper for me in the verbatim sense. I understand. > > > Just to clarify, none of the installed applications are shown to be using > a > > large amount of data? > Yes, none. > Another place to look -- there is a filesystem bug that can sometimes happen where unlinked files are not recovered. Here is the comment from an engineer who knows more about it: "They can easily tell by looking at the number of unlinked files for the user partition in /proc/yaffs. If that number is very large, then they can reboot the device, wait a few second after they see the android, then pull the battery again. That should make the number of unlinked files drop back down. If that number isn't very large, then it is probably something else." Unfortunately it looks like only root cat read /proc/yaffs (though that seems a little overly restrictive). However you can try the pulling the battery trick and see if that helps. > Well, the over-the-air patch @#$%ed root access so I can't look anywhere. The /data/local directory is owned by the shell user, so you don't need root for that -- just "cd /data/local" and look at what is there. There is a chance that some temp .apk files have been left there from "adb install", or some other files created by other shell sessions. -- 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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

