Slashdot Mirror


HTC Android Smartphone Stores Browsing Screenshots

Mad Hamster writes "Boy Genius Report points out that the HTC Droid Incredible, using the Sense UI, 'will periodically store screenshots of the contents of your web browser.' These shots are stored in such a way that they are not easily deleted. 'They remain when the current browser session is closed, they remain after you clear the browser history, and they remain after a full factory reset,' though there is a way to delete them manually."

8 of 179 comments (clear)

  1. Re:Huh. by Jahava · · Score: 5, Informative

    I'll venture a guess: I have noticed on my HTC Incredible that the built-in browser displays a small graphical thumbnail of my bookmarked sites, presumably as a user interface enhancement. When scrolling through my bookmarks, I can see a picture of what the page looked like the last time I visited it. My guess is that these pictures are stored and used to generate those thumbnails.

    If that is truly the usage, I have no issues whatsoever with the practice. If those pictures are leaving my phone, however, then this is really unacceptable.

  2. Re:Huh. by ChronoReverse · · Score: 5, Informative

    Of course it's not erased by a factory reset; the images are saved on the external memory card (microsd)

    I'd be really concerned if it WERE erased

  3. Re:Huh. by MozeeToby · · Score: 5, Informative

    It doesn't bother me that you're wrong (at least according to the article), honest mistake and all, but it does bother me that you're modded up for it.

    They remain when the current browser session is closed, they remain after you clear the browser history, and they remain after a full factory reset. The JPEG files are saved to a folder named .bookmark_thumb1 which is located within the emmc folder of the phones internal storage (so you would expect a full factory reset to delete them).

  4. yes, they are stored... here's why by miguelfp1 · · Score: 5, Informative

    yes, it does store the screenshots... for the purpose of having them show up in the Sense UI bookmark widget. on my Hero they are stored on the storage card, on the Incredible they are located on the on-board 6GB partition, http://www.androidcentral.com/htc-browser-bookmark-images-scare explains it in greater detail

  5. Re:Huh. by caladine · · Score: 5, Informative

    The article is 100% incorrect. I have the Incredible and they're stored on the external SD card. The article is a load of FUD from Boy Genius.

  6. Re:Huh. by Saeed+al-Sahaf · · Score: 5, Insightful

    Why accept the obvious answer when you can assume the paranoid answer?

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
  7. Re:Sounds like a debug feature by aster_ken · · Score: 5, Informative

    That is because the cache file is stored on your SD card and not in the phone's internal flash memory. A factory reset does not format your SD card. The BGR article was not thoroughly researched.

  8. Re:Huh. by michaelhood · · Score: 5, Insightful

    It’s not the SD card, and people stating otherwise are lying. That is part of my point.

    I really wish you and that commodore64 kid would leave the Slashdot I know and love with your paranoid delusional trolling.

    C:\android-sdk-windows\tools>adb shell
    # find . -name *.jpg | grep -v -e customize -e contacts -e wallpaper -e DCIM | more ./sdcard/.footprints/thumbnails/1272099190529.jpg ./sdcard/.bookmark_thumb1/mcd0bb890.jpg ./sdcard/.bookmark_thumb1/scd0bb890.jpg ./sdcard/.bookmark_thumb1/m46bb1b3c.jpg ./sdcard/.bookmark_thumb1/s46bb1b3c.jpg ./sdcard/.bookmark_thumb1/mdabb3bb3.jpg ./sdcard/.bookmark_thumb1/sdabb3bb3.jpg ./sdcard/.bookmark_thumb1/m66c70c76.jpg ./sdcard/.bookmark_thumb1/s66c70c76.jpg

    [snipped for brevity, more of the same follows]

    the /emmc/ folder that's present on some Android devices (including the incredible) is a mount point for the internal eMMC storage. it's a bus for a type of embedded flash memory (like SDHC for removable cards).

    when there's no SD card, the phone might choose to use this embedded storage (or might choose to use it for other reasons).. it's not really the same as the "internal storage" (which is wiped in a factory reset).

    this is a simple oversight on the part of HTC and/or the Android team - not making it more obvious, on devices that have eMMC (very few models of which exist yet), that this is another persistent area of storage that needs to be treated like the SD card when it comes to privacy concerns.

    there is no conspiracy here, just innocent mistakes in a massive contribution-driven software project.