<?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=Art+sjc</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=Art+sjc"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Art_sjc"/>
	<updated>2026-04-27T08:16:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Bugs&amp;diff=3789</id>
		<title>Bugs</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Bugs&amp;diff=3789"/>
		<updated>2009-08-04T21:44:35Z</updated>

		<summary type="html">&lt;p&gt;Art sjc: /* PreCentral Bug List */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is where we will place bugs found on the Pre so that maybe Palm (or us) can fix them. Please bullet below if you know a fix for the bug listed.&lt;br /&gt;
&lt;br /&gt;
= wikidot codebox issue in browser -- panning screen=&lt;br /&gt;
&lt;br /&gt;
* Can not scroll horizontally on the browser. This occurs both in portrait and landscape mode. &lt;br /&gt;
 * I noticed this because i could not view the entire width of the [code] boxes on the wiki.  - tictac&lt;br /&gt;
 * unconfirmed or not clearly defined. I am posting from my @pre while scrolling horizontally. &lt;br /&gt;
   -When at max zoom you are unable to scroll. Issue may be a wikidot codebox issue and not with the pre.&lt;br /&gt;
&lt;br /&gt;
= Browser Application issues=&lt;br /&gt;
* Infinite Loop on unknown filetypes&lt;br /&gt;
 *   found and fixed by user mdklein&lt;br /&gt;
opening unknown filetype in browser creates infinite cascade of windows.&lt;br /&gt;
change in page-assistant.js function PageAssistant.prototype._onWebViewResourceHandoff = function(event) {&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
function(response) { // onSuccess&lt;br /&gt;
  if (response.returnValue &amp;amp;&amp;amp; response.canStream) {&lt;br /&gt;
    this._streamResource(event.url, response.appIdByExtension, response.mimeByExtension);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
to&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
function(response) { // onSuccess&lt;br /&gt;
  if (response.returnValue &amp;amp;&amp;amp; response.canStream &amp;amp;&amp;amp; (response.mimeByExtenstion||response.mimeByExtension)) {&lt;br /&gt;
    this._streamResource(event.url, response.appIdByExtension, (response.mimeByExtenstion||response.mimeByExtenstion));&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
Basically adds a check to make sure mimeByExtenstion (yes, palm, getResourceInfo returns a typo) is known.&lt;br /&gt;
&lt;br /&gt;
= google calendar &amp;amp; palm calendar (synchronization)=&lt;br /&gt;
* possible bug: 'all day events' created in google calendar will not synchronize on palm pre 1.03 (webos doctored) -- eg, all day birthday events&lt;br /&gt;
&lt;br /&gt;
= Battery --not-- charging to 100%=&lt;br /&gt;
*Please see [[Patch webOS Show Actual Battery Percentage|Show Actual Battery Percentage]]&lt;br /&gt;
&lt;br /&gt;
= Clock issues=&lt;br /&gt;
* possible bug: After toying around with my new stereo bluetooth headset I could not get Alarms to play through the speaker, fixed by rebooting. Am currently trying to reproduce. Other sounds such as music played fine, confirmed volume was up, tried playing the sample sounds in Clock with no luck too.&lt;br /&gt;
* If an alarm goes off while the phone is booting up, it will play for a while with no way to silence, dismiss, or snooze.&lt;br /&gt;
&lt;br /&gt;
= Text Messaging=&lt;br /&gt;
* If the cursor is in an empty text field and the phone is closed, once you slide the phone open the first character is no longer automatically capitalized. I have only tried this in the text messaging fields, but I'm sure it applies to other text fields.&lt;br /&gt;
(This happens in PalmOS Classic too)&lt;br /&gt;
* &amp;lt;del&amp;gt;in highlight/caret mode (hold shift or opt), the up and down swipes do not work in the messaging input field, only left and right.&amp;lt;/del&amp;gt; (fixed in 1.1)&lt;br /&gt;
&lt;br /&gt;
=Dialer=&lt;br /&gt;
* Upon ending a call and not throwing away the card, after some sleep cycles, the card becomes blank. Just the background. Odd.&lt;br /&gt;
&lt;br /&gt;
=PreCentral Bug List=&lt;br /&gt;
* http://forums.precentral.net/palm-pre/182595-buglist-pre.html&lt;/div&gt;</summary>
		<author><name>Art sjc</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3788</id>
		<title>How To Recover</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3788"/>
		<updated>2009-08-04T21:38:55Z</updated>

		<summary type="html">&lt;p&gt;Art sjc: /* Pre not booting? webOS Doctor How-To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Pre not booting? webOS Doctor How-To =&lt;br /&gt;
&lt;br /&gt;
Fortunately, Palm has created a tool called webOS Doctor intended for users to easily restore their devices in the event that they cannot boot for one reason or another.&lt;br /&gt;
&lt;br /&gt;
Download webOS Doctor here: [http://www.palm.com/us/support/downloads/pre/recoverytool/index.html http://www.palm.com/us/support/downloads/pre/recoverytool/index.html]&lt;br /&gt;
&lt;br /&gt;
After the download is complete, launch webOS Doctor:&lt;br /&gt;
&lt;br /&gt;
# Select you language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to you PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If your PC does not recognize your Pre and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, power off the Pre&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;/div&gt;</summary>
		<author><name>Art sjc</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3787</id>
		<title>How To Recover</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3787"/>
		<updated>2009-08-04T21:38:16Z</updated>

		<summary type="html">&lt;p&gt;Art sjc: /* Pre not booting? webOS Doctor How-To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Pre not booting? webOS Doctor How-To =&lt;br /&gt;
&lt;br /&gt;
Fortunately, Palm has created a tool called webOS Doctor intended for users to easily restore their devices in the event that they cannot boot for one reason or another.&lt;br /&gt;
&lt;br /&gt;
Download webOS Doctor here: [http://www.palm.com/us/support/downloads/pre/recoverytool/index.html http://www.palm.com/us/support/downloads/pre/recoverytool/index.html]&lt;br /&gt;
&lt;br /&gt;
After the download is complete, launch webOS Doctor:&lt;br /&gt;
&lt;br /&gt;
# Select you language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to you PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
&lt;br /&gt;
If you find that your PC is not recognizing your Pre for some reason and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, power off the Pre&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;/div&gt;</summary>
		<author><name>Art sjc</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3786</id>
		<title>How To Recover</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3786"/>
		<updated>2009-08-04T21:37:45Z</updated>

		<summary type="html">&lt;p&gt;Art sjc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Pre not booting? webOS Doctor How-To =&lt;br /&gt;
&lt;br /&gt;
Fortunately, Palm has created a tool called webOS Doctor intended for users to easily restore their devices in the event that they cannot boot for one reason or another.&lt;br /&gt;
&lt;br /&gt;
Download webOS Doctor here: [http://www.palm.com/us/support/downloads/pre/recoverytool/index.html http://www.palm.com/us/support/downloads/pre/recoverytool/index.html]&lt;br /&gt;
&lt;br /&gt;
After the download is complete, launch webOS Doctor:&lt;br /&gt;
&lt;br /&gt;
# Select you language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to you PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up. If you find that your PC is not recognizing your Pre for some reason and you cannot go past step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# With the USB cable connected, power off the Pre&lt;br /&gt;
# Hold down the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, power on the Pre&lt;br /&gt;
# &amp;quot;Next&amp;quot; should now be enabled - proceed with the recovery&lt;br /&gt;
&lt;br /&gt;
The above steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore. In this mode the screen will display a giant USB logo instead of the usual Palm startup logo.&lt;/div&gt;</summary>
		<author><name>Art sjc</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3777</id>
		<title>How To Recover</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=How_To_Recover&amp;diff=3777"/>
		<updated>2009-08-04T20:12:03Z</updated>

		<summary type="html">&lt;p&gt;Art sjc: /* Pre not booting? webOS Doctor How-To */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Pre not booting? webOS Doctor How-To =&lt;br /&gt;
{{linux|Linux_With_Broken_Pre.png|float:right;}}&lt;br /&gt;
Fortunately, Palm has created a tool called webOS Doctor intended for users to easily restore their devices in the event that they do not want to boot for one reason or another.&lt;br /&gt;
&lt;br /&gt;
Download webOS Doctor here: [http://www.palm.com/us/support/downloads/pre/recoverytool/index.html http://www.palm.com/us/support/downloads/pre/recoverytool/index.html]&lt;br /&gt;
&lt;br /&gt;
After the download is complete, launch webOS Doctor:&lt;br /&gt;
&lt;br /&gt;
# Select you language&lt;br /&gt;
# Accept the license agreement&lt;br /&gt;
# Connect your Pre to you PC via USB and select &amp;quot;Next&amp;quot; when it becomes available&lt;br /&gt;
&lt;br /&gt;
After completion the device will reboot and present you with the activation set-up.&lt;br /&gt;
{{linux|Linux_With_Pre_Screwdriver.png|float:right;}}&lt;br /&gt;
If you find that your PC is not recognizing your Pre for some reason and connect complete step 3 above, try the following steps:&lt;br /&gt;
&lt;br /&gt;
# Disconnect the USB cable&lt;br /&gt;
# Remove the battery&lt;br /&gt;
# Hold the Up button on the volume rocker&lt;br /&gt;
# While holding the Up button, reconnect the USB cable&lt;br /&gt;
# Re-insert the battery.&lt;br /&gt;
# Retry step 3 from above&lt;br /&gt;
{{linux|Linux_With_Pre.png|float:right;}}&lt;br /&gt;
*The above four steps will put the Pre into bootloader recovery mode and should allow the PC to recognize your device and proceed with the restore.&lt;br /&gt;
&lt;br /&gt;
An alternative to the above method, if it does not work (and/or only prompts to install an OMAP3430 driver) is to simply hold the Volume Up button while powering on the Pre as normal. There is no need to remove the battery first. The screen should now display a giant USB logo and Windows should begin installing Palm and Novacomd devices.&lt;/div&gt;</summary>
		<author><name>Art sjc</name></author>
	</entry>
</feed>