<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jbeaird</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jbeaird"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Jbeaird"/>
	<updated>2026-04-08T01:22:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=ResetFileIndexer&amp;diff=6331</id>
		<title>ResetFileIndexer</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=ResetFileIndexer&amp;diff=6331"/>
		<updated>2009-10-07T17:28:59Z</updated>

		<summary type="html">&lt;p&gt;Jbeaird: sqlite3 pipe didn't work for me; updated instruction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What Happened ==&lt;br /&gt;
&lt;br /&gt;
I recently had a situation where several missing pictures were turning up in my &amp;quot;Photos&amp;quot; app.  They were images I had previously deleted, but somehow turned up again days after an update after a reboot.  I may never know why and I doubt it'll happen again.&lt;br /&gt;
&lt;br /&gt;
Deleting them in the usual way failed because they weren't actually there, and showing the image would show a silver box in place of the image.&lt;br /&gt;
&lt;br /&gt;
Irritating.&lt;br /&gt;
&lt;br /&gt;
(I am: jettero on irc://irc.freenode.net/webos-internals )&lt;br /&gt;
&lt;br /&gt;
== HOWTO: Reset the File Indexer ==&lt;br /&gt;
&lt;br /&gt;
It's really trivially easy to fix this.  However, if this breaks your phone, do not blame me, I don't have any idea what I'm doing.&lt;br /&gt;
&lt;br /&gt;
# cd /var/luna/data&lt;br /&gt;
# stop fileindexer&lt;br /&gt;
# rsync -vaP mediadb.db3 mediadb.oops.db3&lt;br /&gt;
# sqlite3 mediadb.db3 &amp;quot;delete from com_palm_media_image&amp;quot;&lt;br /&gt;
# start fileindexer&lt;br /&gt;
&lt;br /&gt;
That's it.  Fixed.&lt;/div&gt;</summary>
		<author><name>Jbeaird</name></author>
	</entry>
</feed>