<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cube48</id>
	<title>Pandora Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://pandorawiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cube48"/>
	<link rel="alternate" type="text/html" href="https://pandorawiki.org/Special:Contributions/Cube48"/>
	<updated>2026-05-03T04:53:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0-alpha</generator>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=8650</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=8650"/>
		<updated>2011-06-15T20:40:54Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====ConBTGPS====&lt;br /&gt;
If you don't want to bother with connecting your BT GPS from command line everytime, you can use [http://repo.openpandora.org/?page=detail&amp;amp;app=ConBTGPS ConBTGPS].&lt;br /&gt;
&lt;br /&gt;
'''Prerequisities'''&lt;br /&gt;
&lt;br /&gt;
To use ConBTGPS successfully you need to:&lt;br /&gt;
&lt;br /&gt;
a) have gpsd installed (see below)&lt;br /&gt;
&lt;br /&gt;
b) have your BT GPS paired with OP&lt;br /&gt;
&lt;br /&gt;
c) have the GPS address and channel specified in rfcomm.conf (see above)&lt;br /&gt;
&lt;br /&gt;
ConBTGPS was tested with [http://www.nokia.co.uk/support/product-support/nokia-wireless-gps-module-ld-3w/ Nokia LD-3W] BT GPS.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
=== modRana ===&lt;br /&gt;
[[Image:ModRana.png|thumb|right|200px|modRana running on a Pandora]]&lt;br /&gt;
[http://modrana.org/ modRana] is flexible GPS navigation with finger friendly on-screen buttons (keyboard controll is planned in future versions, currently only zooming is mapped to gaming Y and X buttons). PND version of it stores all data on memory card into /media/CARD_NAME/pandora/appdata/modrana/cache. It stores all cached map tiles at default but app also provides clever way of downloading map tiles for offline use. In the menu &amp;gt; download you can decide between several options:&lt;br /&gt;
* around here&lt;br /&gt;
* around route&lt;br /&gt;
* around view&lt;br /&gt;
In all choices you can set the diameter in KM and zoom levels of downloaded tiles. Download runs then in app background and you can continue using modRana in the meanwhile. To see the download progress just go to menu &amp;gt; download again.&lt;br /&gt;
&lt;br /&gt;
modRana also provides online routing (offline routing is planned in future versions) and other features like POIs, tracklogging etc.&lt;br /&gt;
&lt;br /&gt;
If you install [http://espeak.sourceforge.net/ eSpeak] (text to speech synth) on your Pandora, modRana is then able to navigate you with voice.    &lt;br /&gt;
&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Just go to repos and [http://repo.openpandora.org/?page=detail&amp;amp;app=modRana download modRana].&lt;br /&gt;
&lt;br /&gt;
eSpeak installation (optional)&lt;br /&gt;
&lt;br /&gt;
Since eSpeak is already available in Angstrom repository, it can be easily installed from there. It's small, no need to worry that it will eat much of your NAND. Startup terminal and type:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg update&amp;lt;/source&amp;gt;&lt;br /&gt;
(optional, just to make sure that you have the latest list of available packages)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install espeak&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=File:ModRana.png&amp;diff=8649</id>
		<title>File:ModRana.png</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=File:ModRana.png&amp;diff=8649"/>
		<updated>2011-06-15T20:35:42Z</updated>

		<summary type="html">&lt;p&gt;Cube48: modRana running on OpenPandora&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;modRana running on OpenPandora&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=8648</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=8648"/>
		<updated>2011-06-15T20:30:20Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====ConBTGPS====&lt;br /&gt;
If you don't want to bother with connecting your BT GPS from command line everytime, you can use [http://repo.openpandora.org/?page=detail&amp;amp;app=ConBTGPS ConBTGPS].&lt;br /&gt;
&lt;br /&gt;
'''Prerequisities'''&lt;br /&gt;
&lt;br /&gt;
To use ConBTGPS successfully you need to:&lt;br /&gt;
&lt;br /&gt;
a) have gpsd installed (see below)&lt;br /&gt;
&lt;br /&gt;
b) have your BT GPS paired with OP&lt;br /&gt;
&lt;br /&gt;
c) have the GPS address and channel specified in rfcomm.conf (see above)&lt;br /&gt;
&lt;br /&gt;
ConBTGPS was tested with [http://www.nokia.co.uk/support/product-support/nokia-wireless-gps-module-ld-3w/ Nokia LD-3W] BT GPS.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
=== modRana ===&lt;br /&gt;
[http://modrana.org/ modRana] is flexible GPS navigation with finger friendly on-screen buttons (keyboard controll is planned in future versions, currently only zooming is mapped to gaming Y and X buttons). PND version of it stores all data on memory card into /media/CARD_NAME/pandora/appdata/modrana/cache. It stores all cached map tiles at default but app also provides clever way of downloading map tiles for offline use. In the menu &amp;gt; download you can decide between several options:&lt;br /&gt;
* around here&lt;br /&gt;
* around route&lt;br /&gt;
* around view&lt;br /&gt;
In all choices you can set the diameter in KM and zoom levels of downloaded tiles. Download runs then in app background and you can continue using modRana in the meanwhile. To see the download progress just go to menu &amp;gt; download again.&lt;br /&gt;
&lt;br /&gt;
modRana also provides online routing (offline routing is planned in future versions) and other features like POIs, tracklogging etc.&lt;br /&gt;
&lt;br /&gt;
If you install [http://espeak.sourceforge.net/ eSpeak] (text to speech synth) on your Pandora, modRana is then able to navigate you with voice.    &lt;br /&gt;
&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Just go to repos and [http://repo.openpandora.org/?page=detail&amp;amp;app=modRana download modRana].&lt;br /&gt;
&lt;br /&gt;
eSpeak installation (optional)&lt;br /&gt;
&lt;br /&gt;
Since eSpeak is already available in Angstrom repository, it can be easily installed from there. It's small, no need to worry that it will eat much of your NAND. Startup terminal and type:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg update&amp;lt;/source&amp;gt;&lt;br /&gt;
(optional, just to make sure that you have the latest list of available packages)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install espeak&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=8647</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=8647"/>
		<updated>2011-06-15T19:21:27Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* ConBTGPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====ConBTGPS====&lt;br /&gt;
If you don't want to bother with connecting your BT GPS from command line everytime, you can use [http://repo.openpandora.org/?page=detail&amp;amp;app=ConBTGPS ConBTGPS].&lt;br /&gt;
&lt;br /&gt;
'''Prerequisities'''&lt;br /&gt;
&lt;br /&gt;
To use ConBTGPS successfully you need to:&lt;br /&gt;
&lt;br /&gt;
a) have gpsd installed (see below)&lt;br /&gt;
&lt;br /&gt;
b) have your BT GPS paired with OP&lt;br /&gt;
&lt;br /&gt;
c) have the GPS address and channel specified in rfcomm.conf (see above)&lt;br /&gt;
&lt;br /&gt;
ConBTGPS was tested with [http://www.nokia.co.uk/support/product-support/nokia-wireless-gps-module-ld-3w/ Nokia LD-3W] BT GPS.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=8646</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=8646"/>
		<updated>2011-06-15T19:17:36Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* ConBTGPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====ConBTGPS====&lt;br /&gt;
If you don't want to bother with connecting your BT GPS from command line everytime, you can use [http://repo.openpandora.org/?page=detail&amp;amp;app=ConBTGPS ConBTGPS].&lt;br /&gt;
&lt;br /&gt;
'''Prerequisities'''&lt;br /&gt;
&lt;br /&gt;
To use ConBTGPS successfully you need to:&lt;br /&gt;
&lt;br /&gt;
a) have gpsd installed (see below)&lt;br /&gt;
&lt;br /&gt;
b) have your BT GPS paired with OP (see above)&lt;br /&gt;
&lt;br /&gt;
c) have the GPS address and channel specified in rfcomm.conf (see above)&lt;br /&gt;
&lt;br /&gt;
ConBTGPS was tested with [http://www.nokia.co.uk/support/product-support/nokia-wireless-gps-module-ld-3w/ Nokia LD-3W] BT GPS.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=8645</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=8645"/>
		<updated>2011-06-15T15:43:30Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* Bluetooth GPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====ConBTGPS====&lt;br /&gt;
If you don't want to bother with connecting your BT GPS from command line everytime, you can use [http://boards.openpandora.org/index.php?/topic/4006-conbtgps/ ConBTGPS].&lt;br /&gt;
&lt;br /&gt;
'''Prerequisities'''&lt;br /&gt;
&lt;br /&gt;
To use ConBTGPS successfully you need to:&lt;br /&gt;
&lt;br /&gt;
a) have gpsd installed&lt;br /&gt;
&lt;br /&gt;
b) have your BT GPS paired with OP&lt;br /&gt;
&lt;br /&gt;
c) have the GPS address and channel specified in rfcomm.conf&lt;br /&gt;
&lt;br /&gt;
ConBTGPS was tested with [http://www.nokia.co.uk/support/product-support/nokia-wireless-gps-module-ld-3w/ Nokia LD-3W] BT GPS.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=GPS&amp;diff=8644</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=GPS&amp;diff=8644"/>
		<updated>2011-06-15T15:31:42Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* Bluetooth GPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Setting up your GPS ==&lt;br /&gt;
=== Bluetooth GPS ===&lt;br /&gt;
First, turn on [[Bluetooth]] on your Pandora. &lt;br /&gt;
&lt;br /&gt;
Open up terminal and do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;hcitool scan&amp;lt;/source&amp;gt;&lt;br /&gt;
This scans for bluetooth devices. Find your GPS device on the list and make a note of its MAC address (it is in the form xx:xx:xx:xx:xx:xx). &lt;br /&gt;
&lt;br /&gt;
Now you want to find the channel for your bluetooth GPS, run the command (replacing the example MAC address with your own):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sdptool browse xx:xx:xx:xx:xx:xx&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you need to edit ''/etc/bluetooth/rfcomm.conf''. In this example I use nano, but you can use whatever editor you like. Do:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo nano /etc/bluetooth/rfcomm.conf&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fill in ''rfcomm.conf'' using the following template and the information you found using the steps listed above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
rfcomm0 {&lt;br /&gt;
bind no;&lt;br /&gt;
device xx:xx:xx:xx:xx:xx;&lt;br /&gt;
channel 1;&lt;br /&gt;
comment “GPS”;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now connecting to your GPS is as simple as running the command:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo rfcomm connect 0&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or, assuming you've successfully connected your BT GPS and inserted the MAC address into rfcomm.conf, you can download [http://boards.openpandora.org/index.php?/topic/4006-conbtgps/ ConBTGPS] and use it to automate the connection process.&lt;br /&gt;
&lt;br /&gt;
=== USB GPS ===&lt;br /&gt;
Someone with a USB GPS will need to fill in this section&lt;br /&gt;
&lt;br /&gt;
A usb gps will use '/dev/ttyUSB0' or '/dev/ttyACM0' instead of '/dev/rfcomm0', apart from that it's the same.&lt;br /&gt;
&lt;br /&gt;
The Linux kernel shipped with the pandora dosn't properly recognize some bluetooth/usb gps's that have buggy usb descriptors, if you see something like this in dmesg:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cdc_acm: Zero length descriptor references&lt;br /&gt;
cdc_acm: probe of 2-1:1.0 failed with error -22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and you do not get a /dev/ttyACM0, then you have a buggy gps. There is a kernel patch to work around this, which can be found [http://www.mail-archive.com/debian-kernel@lists.debian.org/msg44773.html here].&lt;br /&gt;
&lt;br /&gt;
*[http://www.i-store.com.au/product/?CategoryID=34&amp;amp;productid=8758 POLARES GPS RECEIVER]&lt;br /&gt;
*[http://www.buygpsnow.com/Canmore-GT-730F-USB-GPS-Dongle-with-A-GPS-Support__1037.aspx Canmore GT-730F USB GPS Stick Dongle (WAAS, A-GPS, 54 channels, Windows, Mac, Linux Compatible)]&lt;br /&gt;
&lt;br /&gt;
=== Verify that you are receiving data ===&lt;br /&gt;
You can check this by opening up the terminal and running (for example):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
cat /dev/rfcomm0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
=== gpsd ===&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Installing gpsd is a requirement for using many GPS related programs. It can be installed through opkg, however the version currently in the Angstrom repos is too new for some applications (specifically tangoGPS). However if you want to install it this way you can by running:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install gpsd&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now if you do want the older version which does work with tangoGPS, you must download it from [http://www.angstrom-distribution.org/feeds/2008/ipk/glibc/armv7a/base/gpsd_2.38-r0.1_armv7a.ipk here]. Put that file somewhere convenient, like the root of an SD card. You can still use opkg to install it, for example if you have it on the root of the right hand side SD card:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install /media/mmcblk1p1/gpsd_2.38-r0.1_armv7a.ipk&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TangoGPS ===&lt;br /&gt;
[[Image:Tangogps.png|thumb|right|200px|tangoGPS running on a Pandora]]&lt;br /&gt;
Be aware that by default data for the maps are stored into your home directory (on the NAND if you're not [[Running_Linux_from_an_SD_card | running off an SD card]]).&lt;br /&gt;
===== Installation =====&lt;br /&gt;
Until someone makes a PND, you can use opkg:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;sudo opkg install tangogps&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should now find TangoGPS in the &amp;quot;other&amp;quot; category of the menu.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bluetooth]]&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1049</id>
		<title>Special:Badtitle/NS122:FAQ</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1049"/>
		<updated>2009-01-04T21:55:21Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* What if there's something wrong with it? Does it have a warranty? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nejdříve si přečtěte!==&lt;br /&gt;
Máte-li otázku, která zde není ještě zahrnuta, prosím navštivte nejprve [http://www.gp32x.com/board/index.php?showforum=61 fórum].&lt;br /&gt;
&lt;br /&gt;
==Obecně==&lt;br /&gt;
===Co je to Pandora===&lt;br /&gt;
Pandora je kapesní herní počítač.  Stejně tak se dá označit za herní systém, UMPC, PMP, MID, apod.&lt;br /&gt;
&lt;br /&gt;
===Co to umí?===&lt;br /&gt;
Momentálně nic.  Zatím není hotová.  Tady je seznam věcí, které by měla umět až bude hotová:&lt;br /&gt;
* Spustit plno open source her převedených z jiných výpočetních systémů&lt;br /&gt;
* Spustit podomácku naprogramované hry, tvz. homebrew, vytvořené přímo pro Pandoru.&lt;br /&gt;
* Spustit [[emulatory]]&lt;br /&gt;
* Prohlížet internet&lt;br /&gt;
* Provozovat chat / IM klienty&lt;br /&gt;
* Přehrávat hudební a video soubory&lt;br /&gt;
* Prohlížet obrázky&lt;br /&gt;
* Zobrazit a upravotat textové dokumenty&lt;br /&gt;
* V určité míře bude možné dělat většinu věcí jako na obyčejném PC&lt;br /&gt;
&lt;br /&gt;
===Kdo ji vyrábí?===&lt;br /&gt;
Hlavními tvůrci jsou Craig &amp;quot;[http://www.gp32x.com/board/index.php?showuser=116 Cragix]&amp;quot; Rothwell, Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=9395 MWeston]&amp;quot; Weston, and Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=205 EvilDragon]&amp;quot; Mrozek.  Dál jsou to desítky dalších lidí z komunity GP32X, kteří se na projektu podílí jak po stránce hardware, tak softwarové.&lt;br /&gt;
&lt;br /&gt;
===Jsou tito lidé součástí firmy Game Park nebo GamePark Holdings?===&lt;br /&gt;
[[http://en.wikipedia.org/wiki/GamePark Game Park]] (korejská firma která vyráběla [[http://en.wikipedia.org/wiki/Gp32 GP32]]) a [[http://en.wikipedia.org/wiki/GamePark_Holdings GamePark Holdings]] (korejská firma, která stojí za [[http://en.wikipedia.org/wiki/GP2X GP2X]]) nemají nic společného s projektem Pandora  Několik hlavních vývojářů jsou regionální distributoři handheldů GP32 a GP2X, ale  nejedná se o zaměstnance těchto výrobců.  Projekt Pandora částečně vychází z předhozích open source handheldů GP32 a GP2X, ale povyšuje hardware a software na novou úroveň.  Komunity vývojářů a uživatelů Pandory, GP32 a GP2x se částečně prolínají (oficiální fórum Pandory je v současnosti na fóru GP32X).&lt;br /&gt;
&lt;br /&gt;
===Jaké jsou rozdíly mezi Pandorou a GP2X?===&lt;br /&gt;
Stručně, je lepší.  Podle hrubých odhadů je CPU Pandory asi 3x výkonnější než u GP2X.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39958&amp;amp;view=findpost&amp;amp;p=578750]  Je tu i pár dalších věcí, které Pandora oproti GP2X vylepšila:&lt;br /&gt;
* Více RAM, interní paměti, lepší možnosti ukládání na vyměnitelná média&lt;br /&gt;
* Šance na emulaci pokročilejších konzolí (N64, NDS)&lt;br /&gt;
* Lepší emulace již podporovaných konzolí (SNES, PS1)&lt;br /&gt;
* Mnohem lepší hardware podpora 3D a software&lt;br /&gt;
* Větší displej s vyšším rozlišením&lt;br /&gt;
* 2-3x delší výdrž zabudované nabíjecí baterie[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=603481]&lt;br /&gt;
* Wifi&lt;br /&gt;
* Bluetooth&lt;br /&gt;
* QWERTY klávesnice s analogovými páčkami&lt;br /&gt;
&lt;br /&gt;
===Opravdu očekáváte soupeření s PSP / DS / eeePC / atd.?===&lt;br /&gt;
Ne, neočekáváme.  Pandora se velmi liší od čehokoliv v současnosti dostupného.  Je navržena k vyplnění mezery na trhu nadšeneckých, retro či nezávislých her a tvorby.  Uvědomujeme si, že většina široké veřejnosti Pandořiny hlavní funkce nepotřebuje nebo neocení.  Pandora je lépe přenosná než UMPC či eeePC a má daleko lepší ovládání her.  Je mnohem výkonnější, než PSP či DS, a se svoji obrazovkou s vysokým rozlišením a qwerty klávesnicí je mnohem způsobilejší pro obecné počítačové činnosti.  Tyto vlastnosti jsou na úkor vyšší ceny oproti komerčním kapesním herním konzolím a strmější křivky učení než u tradičního ultra mobilního PC.  Ne každý bude ochotný toto podstoupit a zkusit něco nového.&lt;br /&gt;
&lt;br /&gt;
===Kde mohu Pandoru koupit?  Jsou předobjednávky už vyprodány?===&lt;br /&gt;
&lt;br /&gt;
Předobjednávka první série Pandory probíhala od 30. září do 5. října 2008 a celá série byla kompletně vyprodána. Expedice této první série se očekává v únoru 2009 ''(údaj z přelomu roků 2008 a 2009)''.&lt;br /&gt;
&lt;br /&gt;
Původně byl objem první série plánován v rozsahu 3000 kusů, ale později byl rozšířen o další počty těch, kteří provedli předobjednávku do 5. října.&lt;br /&gt;
&lt;br /&gt;
Produkce druhé série se očekává v roce 2009. Detaily o předobjednávkách a lokálních distributorech sledujte [http://openpandora.org/worldmap.html zde].&lt;br /&gt;
&lt;br /&gt;
===Jen 3000?!  A co když už jsou vyprodané?===&lt;br /&gt;
&lt;br /&gt;
První série, čítající téměř 4000 kusů, už je [http://forum.openpandora.org/viewtopic.php?p=4417#p4417 vyprodaná]. Druhá série je očekávána během roku 2009.&lt;br /&gt;
&lt;br /&gt;
===V jakých barvách bude dostupná?===&lt;br /&gt;
Pandora bude dostupná jen a pouze v černé barvě. Případné budoucí edice se ''mohou'' objevit i v jiných barvách.&lt;br /&gt;
&lt;br /&gt;
===Jaké příslušenství bude dostupné?===&lt;br /&gt;
[http://openpandora.org/worldmap.html Oficiální distributoři] nabízejí pouzdro s logem Pandora, kabel pro výstup do televize a náhradní ~4000MaH baterii.&lt;br /&gt;
&lt;br /&gt;
===Co když se něco pokazí? Bude mít Pandora záruku?===&lt;br /&gt;
Ze zákona platí jeden rok záruka a vývojáři prohlásili, že vadný hardware vymění. [http://www.gp32x.com/board/index.php?showtopic=43984&amp;amp;st=0&amp;amp;p=645110&amp;amp;#entry645110] [http://www.gp32x.com/board/index.php?showtopic=43628&amp;amp;st=15&amp;amp;p=637425&amp;amp;#entry637425] [http://www.gp32x.com/board/index.php?showtopic=42289&amp;amp;st=0&amp;amp;p=612864&amp;amp;#entry612864] LCD s viditelně vadnými pixely budou také vyměněny.&lt;br /&gt;
&lt;br /&gt;
==Hardware Questions==&lt;br /&gt;
===Why does the system look like it does?===&lt;br /&gt;
The Pandora project has been a group effort from the beginning.  The hardware development team designed Pandora based on specifications requested by potential users.  The main physical features - qwerty keyboard, dual analog pads, clamshell design, pocketable size - were considered important by most of the community.  The physical appearance of Pandora is a result of getting all the necessary hardware into a pocket sized device while keeping the cost reasonable.  Many other layouts were considered, but the final design is the best possible solution.&lt;br /&gt;
&lt;br /&gt;
===What kind of touch screen does it have? Is it multi-touch?===&lt;br /&gt;
The Pandora touchscreen is resistive. Resistive touchscreens cannot do multitouch, but they can do simplistic pressure sensing. Resistive touchscreens use a stylus for input, which is included.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't the LCD touchscreen flip / rotate for a &amp;quot;tablet&amp;quot; mode?===&lt;br /&gt;
This is actually a patented idea.  Pandora could not have a hinge which either flipped all the way back or rotated without substantially increasing the cost (licensing fees) or risking a patent infringement lawsuit.&lt;br /&gt;
&lt;br /&gt;
===Why don't you use a slide out keyboard like the Nokia N810?===&lt;br /&gt;
This is also patented.  A lot of the good ideas are.&lt;br /&gt;
&lt;br /&gt;
===Why does it have a keyboard at all?===&lt;br /&gt;
Many people think Pandora is a gaming / emulation device only, but this is not true.  It was designed from early on to be a multifunction palmtop computer / UMPC as well as a gaming handheld.  Many desirable applications require a keyboard and the general consensus was that an on-screen keyboard wasn't good enough.&lt;br /&gt;
&lt;br /&gt;
===Where does the stylus fit?===&lt;br /&gt;
The stylus provided with the Pandora fits in a slot on the side, sliding in to fit parallel to the battery.&lt;br /&gt;
&lt;br /&gt;
===Why does Pandora only have 128MB of RAM?  Is that enough?===&lt;br /&gt;
The OMAP3530 SoC which powers the Pandora is currently only available with 128MB of RAM.  This is built into the chip.  It is not replaceable or expandable.  All of the major software developers have stated that 128MB will be more than enough for all tasks for which Pandora is suitable.  The PSP only has 32MB RAM and it certainly doesn't have any problem with high-end games.  Other handheld computing platforms like the Nokia N8x0 tablets and the iPhone also have only 128MB RAM, and it has certainly not limited them in any way.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't it have WiMax / GPS / accelerometers / etc?===&lt;br /&gt;
We had to draw the line somewhere.  Adding any more features would have increased the price.  Luckily Pandora has a fully functional USB host port, bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want.  Solder pads were designed into the PCB for &amp;quot;hacking&amp;quot; in extra internal hardware.&lt;br /&gt;
&lt;br /&gt;
===What kind of battery will it have?===&lt;br /&gt;
Pandora will have a 4000mAh Lithium Polymer battery.  Batteries will be user-replaceable and spares will be sold by Pandora retailers.  5000mAh extended batteries may also be available.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=602568].&lt;br /&gt;
&lt;br /&gt;
A replacement 4000mAh battery costs £14.99/€21.99/$29.99&lt;br /&gt;
&lt;br /&gt;
===How long will the battery last?===&lt;br /&gt;
Current estimates are around 10 hours for basic applications.[http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336]  Actual battery runtime will vary based on the the software being run and peripherals in use. &lt;br /&gt;
&lt;br /&gt;
===What about the power supply?===&lt;br /&gt;
The Pandora is expected to come with a switching power supply with a standard cord socket which should function on 110V and 240V systems.  It is not known if there is a plan to supply localized power plug cables.&lt;br /&gt;
&lt;br /&gt;
Craig has also stated that a PSP power supply will work fine with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will it be able to run from the AC Adaptor alone, without a battery connected===&lt;br /&gt;
No, due to the design of the OMAP chipset it requires a battery to be connected. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=600811]&lt;br /&gt;
&lt;br /&gt;
===Will I be able to use USB and SDIO accessories with my Pandora?===&lt;br /&gt;
There would not be much point to having a USB host port if you couldn't.  Any USB or SDIO device should work with Pandora, as long as drivers are available.  Standard mass storage devices (USB memory sticks, keyboards, gamepads, external hard drives, etc.) should work fine out of the box.  Many devices like GPS receivers, EVDO modems and cameras should be compatible, but not necessarily all makes and models.  There will be a list of known-working devices on this wiki as soon as there are Pandoras to test them on.&lt;br /&gt;
&lt;br /&gt;
===Will my old USB 1.1 device work on the Pandora?===&lt;br /&gt;
You can't connect it to the main USB port, but you can to the OTG (On The Go) port with the appropriate adapter, active USB extension cable, or hub.&lt;br /&gt;
&lt;br /&gt;
===Will there be any special accessories for Pandora?===&lt;br /&gt;
Currently a Pandora branded case, a TV out cable and replacement batteries are available.  The lead developers are currently entertaining other possibilities.[http://www.gp32x.com/board/index.php?showtopic=41686]&lt;br /&gt;
&lt;br /&gt;
A page in this wiki has been started to list potential generic [[Accessories|accessories and peripherals]] that will work with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will there be RTC, IrDA, RS-232?===&lt;br /&gt;
There will be RTC and RS-232 (CMOS level), but no IrDA.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have 'sleep' or 'hibernate' modes?===&lt;br /&gt;
Yes.  Pandora will support both suspend-to-RAM (sleep) and suspend-to-disk (hibernate) modes.  Entering these power saving modes will be controlled by software can can be configured to happen when you press the power switch, close the lid, or only on command.&lt;br /&gt;
&lt;br /&gt;
===Can I return my Pandora if I have dead pixels?===&lt;br /&gt;
It has been stated[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44169&amp;amp;view=findpost&amp;amp;p=648776] that if the LCD contains noticeable dead pixels, they would replace the device.&lt;br /&gt;
&lt;br /&gt;
===Will any changes be made to the Pandora hardware after the initial batch of 3000?===&lt;br /&gt;
There is no ''intention'' to change anything between batches. Any changes made will be small and only out of necessity.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44163&amp;amp;view=findpost&amp;amp;p=648612]&lt;br /&gt;
&lt;br /&gt;
===How many keypresses can it detect at once?===&lt;br /&gt;
It can detect two &amp;quot;regular&amp;quot; keys being pressed at once[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44326&amp;amp;view=findpost&amp;amp;p=651104].  However, this restriction does not apply to the game controls, or the central &amp;quot;Menu&amp;quot; keys.&lt;br /&gt;
&lt;br /&gt;
===Does it have a microphone?  Where is it placed?===&lt;br /&gt;
Yes it does.  The microphone is up in the right hinge hump in between the 9 and 0 buttons. It can be used with the lid open or closed since it has the hole facing up and slightly in toward the user (somewhat like the power LED).[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44133&amp;amp;view=findpost&amp;amp;p=647343]&lt;br /&gt;
&lt;br /&gt;
===What do the different board revisions mean?===&lt;br /&gt;
* MK0 - the original devkit board.  Didn't have the Wifi module attached&lt;br /&gt;
* MK1 - internal prototyping (???) [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44470&amp;amp;view=findpost&amp;amp;p=653753]&lt;br /&gt;
* MK2 - the first batch of production models&lt;br /&gt;
&lt;br /&gt;
==Emulation Questions==&lt;br /&gt;
===Which consoles and computer systems will Pandora emulate?===&lt;br /&gt;
Pandora has the technical capability to emulate nearly any video game console up to and including the PSX.  The system should also have no trouble with most 8 and 16 bit home computer systems.  Please be aware that while the Pandora has the capability to emulate dozens of game and computer systems, the necessary emulation software will need to be ported to the Pandora platform for each system.  See the [[Emulators|emulators page]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Nintendo64?===&lt;br /&gt;
Maybe.  The N64 is a difficult system to emulate.  It is ''possible'', with much effort, that a N64 emulator could be ported well enough to run some games at playable speed.  This will probably not happen any time soon and may not happen at all.&lt;br /&gt;
&lt;br /&gt;
===What about the Nintendo DS?===&lt;br /&gt;
Definitely not in the near term.  It is possible that there will ''eventually'' be a DS emulator for Pandora, but there are major obstacles to overcome.  DS emulation is still in early development on x86 (PC), and the most advanced projects are highly optimized for that platform.  Even in cases where the source is available, it would take a lot of work and optimization to get something running on Pandora.  In other words, '''don't hold your breath'''.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Sega Dreamcast / Anything recent?===&lt;br /&gt;
No.  Anything newer / more advanced than the Playstation that is not otherwise mentioned here is '''not likely''' to ever be emulated on Pandora in a useful manner. However, some developers believe it will be posible to emulate Dreamcast with dynamic recompilation at decent speed. [http://www.emudev.org/drkIIRaziel/?p=17]&lt;br /&gt;
&lt;br /&gt;
===What sort of PC games will Pandora be able to play under emulation?===&lt;br /&gt;
We won't know for sure until there is an actual DOSBox port to try out.  Current guestimates put Pandora's DOS capabilities in the low to mid 386 range.[http://www.gp32x.com/board/index.php?showtopic=41268&amp;amp;hl=]&lt;br /&gt;
&lt;br /&gt;
===Can't I use Wine and run Windows games?===&lt;br /&gt;
Wine is not an Emulator, it's a wrapper for the Windows system libraries - it requires an x86 processor to actually run.&lt;br /&gt;
&lt;br /&gt;
===Wouldn't this result in legal action because of the emulation?===&lt;br /&gt;
No more than an ordinary PC, UMPC, laptop, or GP2X would.&lt;br /&gt;
&lt;br /&gt;
==Software Questions==&lt;br /&gt;
===What OS will Pandora use?===&lt;br /&gt;
Pandora will run a customized build of Linux.  It ''may'' be based on the Debian ARMEL flavor, but it will definitely be highly optimized.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41453&amp;amp;view=findpost&amp;amp;p=599472]&lt;br /&gt;
&lt;br /&gt;
The filesystem is derived from [http://www.angstrom-distribution.org/ Ångström], and the build system uses [http://wiki.openembedded.net/index.php/Main_Page OpenEmbedded], which both evolved from OpenZaurus.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44171&amp;amp;view=findpost&amp;amp;p=648859]&lt;br /&gt;
&lt;br /&gt;
===In the videos it looks like DOS...===&lt;br /&gt;
That's a Linux command line - the original MK0 devboards were released to the developers before a GUI was available.&lt;br /&gt;
&lt;br /&gt;
===What will the GUI be like?===&lt;br /&gt;
The UI has not been decided on yet, but a basic UI is expected to be an updated version of [http://gmenu2x.sourceforge.net/page/GMenu2X GMenu].  Whatever UI ships with Pandora, you can be sure that alternatives (including full windowed desktop GUIs) will be made available.&lt;br /&gt;
&lt;br /&gt;
===What software will run on Pandora out of the box?===&lt;br /&gt;
That depends on what has been written / ported when you buy one.  It is assumed (though not confirmed) that Pandora will ship with basic apps like a web browser, text editor, and media player.  Check the [http://www.gp32x.com/board/index.php?showtopic=40233 Planned Projects thread] on the forums for an idea of what else you might be able to expect.&lt;br /&gt;
&lt;br /&gt;
===Will there be some sort of package manager?===&lt;br /&gt;
Yes.  The specifics are not yet finalized, but there will be an easy package-based software installation system.[http://www.gp32x.com/board/index.php?act=ST&amp;amp;f=62&amp;amp;t=41719]&lt;br /&gt;
&lt;br /&gt;
===Will Firefox work on the Pandora?  What about extensions?===&lt;br /&gt;
Firefox 3 should be easy to port. Extensions (such as AdBlock) should &amp;quot;just work&amp;quot; automatically, since they don't actually contain compiled code (they're a mix of javascript and xml data) - of course this is assuming the plugin developer hasn't been naughty and made major assumptions...&lt;br /&gt;
&lt;br /&gt;
===Will Pandora support Flash streaming video or applications?===&lt;br /&gt;
The Official Flash player is not open source, but Adobe has opened up the Flash standards and dropped licensing fees for developers[http://blog.wired.com/monkeybites/2008/04/adobe-drops-lic.html], there is a very good chance that Pandora will have Flash support eventually, probably through a port of [http://www.gnu.org/software/gnash/ Gnash]&lt;br /&gt;
&lt;br /&gt;
Also, there are scripts for Firefox (such as VLCtube) which replaces flash video players with regular video plugins or exposes the actual video URL to download. Such scripts can be easily modified to use any native video player.&lt;br /&gt;
&lt;br /&gt;
===Will I be able to access files shared on my PC from the Pandora?===&lt;br /&gt;
It might not be included &amp;quot;out of the box&amp;quot;, but [http://www.samba.org/ Samba] (an application that &amp;quot;emulates&amp;quot; the Windows file sharing system) should be easy to port to the Pandora, which would allow you to browse your Windows shares as if your machine is just another windows PC (it works both ways, so you could create a shared &amp;quot;drop&amp;quot; folder on the Pandora too)&lt;br /&gt;
&lt;br /&gt;
===Will I be able to connect to the internet over my cell phone with the Pandora?===&lt;br /&gt;
The process of connecting a cellular phone to another device to be used as a cellular modem is called [http://en.wikipedia.org/wiki/Tethering tethering]. The Pandora will be capable of tethering over USB or over Bluetooth. You must have a phone that is capable of tethering, and you must have a service plan that allows internet access. Note that the act of tethering will probably violate your service agreement unless you're paying extra for a tethering plan. If your provider discovers you are tethering your phone without paying for the plan, you could get hit with extra charges.  The method for enabling tethering on any given phone varies by model. Instructions for most models can be found on [http://www.howardforums.com/ Howard Forums].&lt;br /&gt;
&lt;br /&gt;
===Can I write software for Pandora?===&lt;br /&gt;
I don't know, can you?  Pandora will definitely be compatible with [http://www.libsdl.org/ SDL] and [http://en.wikipedia.org/wiki/OpenGL_ES OpenGL 2.0 ES] libraries.  There will likely be libraries for [http://www.python.org/ Python] and other languages as well.&lt;br /&gt;
&lt;br /&gt;
===Will it be possible to write software directly on the Pandora itself?===&lt;br /&gt;
&lt;br /&gt;
There is no reason why not.  Certainly it will be easy to get GCC running directly for writing C/C++ code.  Python doesn't need a compiler, so should just run, assuming the interpreter has been ported.&lt;br /&gt;
&lt;br /&gt;
A fully blown IDE would take more work, but plenty of open source IDEs exist, so could in theory be ported.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have XXXX application?===&lt;br /&gt;
Maybe.  I suggest you [http://www.gp32x.com/board/index.php?act=Search&amp;amp;f= search the official forums] to see if anybody is working on the application you want.&lt;br /&gt;
&lt;br /&gt;
===Nobody is working on XXXX application!  What do I do?===&lt;br /&gt;
The first thing you should do is make sure it ''can'' be ported.  Use the [http://www.gliffy.com/publish/1448256/ portability flowchart] to determine if a port of the software is possible.  Next, check to see if a similar application is under development.  If it looks like the program is portable, just be patient.  There are literally hundreds of games and applications that would be desireable on the Pandora, and only so many people who are capable of making them happen.  Most devs already have plans for their first projects, so just sit tight and wait for somebody to pick it up.&lt;br /&gt;
&lt;br /&gt;
==Logo Questions==&lt;br /&gt;
&lt;br /&gt;
===I want to make cool fan art! Where can I get the logo?===&lt;br /&gt;
A fan-made version of the [[logo]] is available for non-commercial use.&lt;br /&gt;
&lt;br /&gt;
===What font is &amp;quot;Pandora&amp;quot; written in?===&lt;br /&gt;
No one knows. [[Craigix]] has stated on the forums that he believes it is drawn.&lt;br /&gt;
&lt;br /&gt;
[http://www.myfonts.com/WhatTheFont/ WhatTheFont] certainly doesn't recognise it, and is usually pretty accurate at font recognition.&lt;br /&gt;
&lt;br /&gt;
===Doesn't that look a lot like the SGI logo?===&lt;br /&gt;
The old box logo previously used by SiliconGraphics before their redesign does bear a resemblance. However, their old logo was always 3D, showing the back edges of the box, and the lines folded in a different manner than the ones used in the Pandora logo.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1048</id>
		<title>Special:Badtitle/NS122:FAQ</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1048"/>
		<updated>2009-01-04T21:51:52Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* What accessories are available? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nejdříve si přečtěte!==&lt;br /&gt;
Máte-li otázku, která zde není ještě zahrnuta, prosím navštivte nejprve [http://www.gp32x.com/board/index.php?showforum=61 fórum].&lt;br /&gt;
&lt;br /&gt;
==Obecně==&lt;br /&gt;
===Co je to Pandora===&lt;br /&gt;
Pandora je kapesní herní počítač.  Stejně tak se dá označit za herní systém, UMPC, PMP, MID, apod.&lt;br /&gt;
&lt;br /&gt;
===Co to umí?===&lt;br /&gt;
Momentálně nic.  Zatím není hotová.  Tady je seznam věcí, které by měla umět až bude hotová:&lt;br /&gt;
* Spustit plno open source her převedených z jiných výpočetních systémů&lt;br /&gt;
* Spustit podomácku naprogramované hry, tvz. homebrew, vytvořené přímo pro Pandoru.&lt;br /&gt;
* Spustit [[emulatory]]&lt;br /&gt;
* Prohlížet internet&lt;br /&gt;
* Provozovat chat / IM klienty&lt;br /&gt;
* Přehrávat hudební a video soubory&lt;br /&gt;
* Prohlížet obrázky&lt;br /&gt;
* Zobrazit a upravotat textové dokumenty&lt;br /&gt;
* V určité míře bude možné dělat většinu věcí jako na obyčejném PC&lt;br /&gt;
&lt;br /&gt;
===Kdo ji vyrábí?===&lt;br /&gt;
Hlavními tvůrci jsou Craig &amp;quot;[http://www.gp32x.com/board/index.php?showuser=116 Cragix]&amp;quot; Rothwell, Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=9395 MWeston]&amp;quot; Weston, and Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=205 EvilDragon]&amp;quot; Mrozek.  Dál jsou to desítky dalších lidí z komunity GP32X, kteří se na projektu podílí jak po stránce hardware, tak softwarové.&lt;br /&gt;
&lt;br /&gt;
===Jsou tito lidé součástí firmy Game Park nebo GamePark Holdings?===&lt;br /&gt;
[[http://en.wikipedia.org/wiki/GamePark Game Park]] (korejská firma která vyráběla [[http://en.wikipedia.org/wiki/Gp32 GP32]]) a [[http://en.wikipedia.org/wiki/GamePark_Holdings GamePark Holdings]] (korejská firma, která stojí za [[http://en.wikipedia.org/wiki/GP2X GP2X]]) nemají nic společného s projektem Pandora  Několik hlavních vývojářů jsou regionální distributoři handheldů GP32 a GP2X, ale  nejedná se o zaměstnance těchto výrobců.  Projekt Pandora částečně vychází z předhozích open source handheldů GP32 a GP2X, ale povyšuje hardware a software na novou úroveň.  Komunity vývojářů a uživatelů Pandory, GP32 a GP2x se částečně prolínají (oficiální fórum Pandory je v současnosti na fóru GP32X).&lt;br /&gt;
&lt;br /&gt;
===Jaké jsou rozdíly mezi Pandorou a GP2X?===&lt;br /&gt;
Stručně, je lepší.  Podle hrubých odhadů je CPU Pandory asi 3x výkonnější než u GP2X.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39958&amp;amp;view=findpost&amp;amp;p=578750]  Je tu i pár dalších věcí, které Pandora oproti GP2X vylepšila:&lt;br /&gt;
* Více RAM, interní paměti, lepší možnosti ukládání na vyměnitelná média&lt;br /&gt;
* Šance na emulaci pokročilejších konzolí (N64, NDS)&lt;br /&gt;
* Lepší emulace již podporovaných konzolí (SNES, PS1)&lt;br /&gt;
* Mnohem lepší hardware podpora 3D a software&lt;br /&gt;
* Větší displej s vyšším rozlišením&lt;br /&gt;
* 2-3x delší výdrž zabudované nabíjecí baterie[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=603481]&lt;br /&gt;
* Wifi&lt;br /&gt;
* Bluetooth&lt;br /&gt;
* QWERTY klávesnice s analogovými páčkami&lt;br /&gt;
&lt;br /&gt;
===Opravdu očekáváte soupeření s PSP / DS / eeePC / atd.?===&lt;br /&gt;
Ne, neočekáváme.  Pandora se velmi liší od čehokoliv v současnosti dostupného.  Je navržena k vyplnění mezery na trhu nadšeneckých, retro či nezávislých her a tvorby.  Uvědomujeme si, že většina široké veřejnosti Pandořiny hlavní funkce nepotřebuje nebo neocení.  Pandora je lépe přenosná než UMPC či eeePC a má daleko lepší ovládání her.  Je mnohem výkonnější, než PSP či DS, a se svoji obrazovkou s vysokým rozlišením a qwerty klávesnicí je mnohem způsobilejší pro obecné počítačové činnosti.  Tyto vlastnosti jsou na úkor vyšší ceny oproti komerčním kapesním herním konzolím a strmější křivky učení než u tradičního ultra mobilního PC.  Ne každý bude ochotný toto podstoupit a zkusit něco nového.&lt;br /&gt;
&lt;br /&gt;
===Kde mohu Pandoru koupit?  Jsou předobjednávky už vyprodány?===&lt;br /&gt;
&lt;br /&gt;
Předobjednávka první série Pandory probíhala od 30. září do 5. října 2008 a celá série byla kompletně vyprodána. Expedice této první série se očekává v únoru 2009 ''(údaj z přelomu roků 2008 a 2009)''.&lt;br /&gt;
&lt;br /&gt;
Původně byl objem první série plánován v rozsahu 3000 kusů, ale později byl rozšířen o další počty těch, kteří provedli předobjednávku do 5. října.&lt;br /&gt;
&lt;br /&gt;
Produkce druhé série se očekává v roce 2009. Detaily o předobjednávkách a lokálních distributorech sledujte [http://openpandora.org/worldmap.html zde].&lt;br /&gt;
&lt;br /&gt;
===Jen 3000?!  A co když už jsou vyprodané?===&lt;br /&gt;
&lt;br /&gt;
První série, čítající téměř 4000 kusů, už je [http://forum.openpandora.org/viewtopic.php?p=4417#p4417 vyprodaná]. Druhá série je očekávána během roku 2009.&lt;br /&gt;
&lt;br /&gt;
===V jakých barvách bude dostupná?===&lt;br /&gt;
Pandora bude dostupná jen a pouze v černé barvě. Případné budoucí edice se ''mohou'' objevit i v jiných barvách.&lt;br /&gt;
&lt;br /&gt;
===Jaké příslušenství bude dostupné?===&lt;br /&gt;
[http://openpandora.org/worldmap.html Oficiální distributoři] nabízejí pouzdro s logem Pandora, kabel pro výstup do televize a náhradní ~4000MaH baterii.&lt;br /&gt;
&lt;br /&gt;
===What if there's something wrong with it? Does it have a warranty?===&lt;br /&gt;
By law there is a one year warranty, and the developers have stated they will replace faulty hardware. [http://www.gp32x.com/board/index.php?showtopic=43984&amp;amp;st=0&amp;amp;p=645110&amp;amp;#entry645110] [http://www.gp32x.com/board/index.php?showtopic=43628&amp;amp;st=15&amp;amp;p=637425&amp;amp;#entry637425] [http://www.gp32x.com/board/index.php?showtopic=42289&amp;amp;st=0&amp;amp;p=612864&amp;amp;#entry612864] LCDs with noticeable dead pixels will also be replaced.&lt;br /&gt;
&lt;br /&gt;
==Hardware Questions==&lt;br /&gt;
===Why does the system look like it does?===&lt;br /&gt;
The Pandora project has been a group effort from the beginning.  The hardware development team designed Pandora based on specifications requested by potential users.  The main physical features - qwerty keyboard, dual analog pads, clamshell design, pocketable size - were considered important by most of the community.  The physical appearance of Pandora is a result of getting all the necessary hardware into a pocket sized device while keeping the cost reasonable.  Many other layouts were considered, but the final design is the best possible solution.&lt;br /&gt;
&lt;br /&gt;
===What kind of touch screen does it have? Is it multi-touch?===&lt;br /&gt;
The Pandora touchscreen is resistive. Resistive touchscreens cannot do multitouch, but they can do simplistic pressure sensing. Resistive touchscreens use a stylus for input, which is included.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't the LCD touchscreen flip / rotate for a &amp;quot;tablet&amp;quot; mode?===&lt;br /&gt;
This is actually a patented idea.  Pandora could not have a hinge which either flipped all the way back or rotated without substantially increasing the cost (licensing fees) or risking a patent infringement lawsuit.&lt;br /&gt;
&lt;br /&gt;
===Why don't you use a slide out keyboard like the Nokia N810?===&lt;br /&gt;
This is also patented.  A lot of the good ideas are.&lt;br /&gt;
&lt;br /&gt;
===Why does it have a keyboard at all?===&lt;br /&gt;
Many people think Pandora is a gaming / emulation device only, but this is not true.  It was designed from early on to be a multifunction palmtop computer / UMPC as well as a gaming handheld.  Many desirable applications require a keyboard and the general consensus was that an on-screen keyboard wasn't good enough.&lt;br /&gt;
&lt;br /&gt;
===Where does the stylus fit?===&lt;br /&gt;
The stylus provided with the Pandora fits in a slot on the side, sliding in to fit parallel to the battery.&lt;br /&gt;
&lt;br /&gt;
===Why does Pandora only have 128MB of RAM?  Is that enough?===&lt;br /&gt;
The OMAP3530 SoC which powers the Pandora is currently only available with 128MB of RAM.  This is built into the chip.  It is not replaceable or expandable.  All of the major software developers have stated that 128MB will be more than enough for all tasks for which Pandora is suitable.  The PSP only has 32MB RAM and it certainly doesn't have any problem with high-end games.  Other handheld computing platforms like the Nokia N8x0 tablets and the iPhone also have only 128MB RAM, and it has certainly not limited them in any way.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't it have WiMax / GPS / accelerometers / etc?===&lt;br /&gt;
We had to draw the line somewhere.  Adding any more features would have increased the price.  Luckily Pandora has a fully functional USB host port, bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want.  Solder pads were designed into the PCB for &amp;quot;hacking&amp;quot; in extra internal hardware.&lt;br /&gt;
&lt;br /&gt;
===What kind of battery will it have?===&lt;br /&gt;
Pandora will have a 4000mAh Lithium Polymer battery.  Batteries will be user-replaceable and spares will be sold by Pandora retailers.  5000mAh extended batteries may also be available.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=602568].&lt;br /&gt;
&lt;br /&gt;
A replacement 4000mAh battery costs £14.99/€21.99/$29.99&lt;br /&gt;
&lt;br /&gt;
===How long will the battery last?===&lt;br /&gt;
Current estimates are around 10 hours for basic applications.[http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336]  Actual battery runtime will vary based on the the software being run and peripherals in use. &lt;br /&gt;
&lt;br /&gt;
===What about the power supply?===&lt;br /&gt;
The Pandora is expected to come with a switching power supply with a standard cord socket which should function on 110V and 240V systems.  It is not known if there is a plan to supply localized power plug cables.&lt;br /&gt;
&lt;br /&gt;
Craig has also stated that a PSP power supply will work fine with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will it be able to run from the AC Adaptor alone, without a battery connected===&lt;br /&gt;
No, due to the design of the OMAP chipset it requires a battery to be connected. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=600811]&lt;br /&gt;
&lt;br /&gt;
===Will I be able to use USB and SDIO accessories with my Pandora?===&lt;br /&gt;
There would not be much point to having a USB host port if you couldn't.  Any USB or SDIO device should work with Pandora, as long as drivers are available.  Standard mass storage devices (USB memory sticks, keyboards, gamepads, external hard drives, etc.) should work fine out of the box.  Many devices like GPS receivers, EVDO modems and cameras should be compatible, but not necessarily all makes and models.  There will be a list of known-working devices on this wiki as soon as there are Pandoras to test them on.&lt;br /&gt;
&lt;br /&gt;
===Will my old USB 1.1 device work on the Pandora?===&lt;br /&gt;
You can't connect it to the main USB port, but you can to the OTG (On The Go) port with the appropriate adapter, active USB extension cable, or hub.&lt;br /&gt;
&lt;br /&gt;
===Will there be any special accessories for Pandora?===&lt;br /&gt;
Currently a Pandora branded case, a TV out cable and replacement batteries are available.  The lead developers are currently entertaining other possibilities.[http://www.gp32x.com/board/index.php?showtopic=41686]&lt;br /&gt;
&lt;br /&gt;
A page in this wiki has been started to list potential generic [[Accessories|accessories and peripherals]] that will work with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will there be RTC, IrDA, RS-232?===&lt;br /&gt;
There will be RTC and RS-232 (CMOS level), but no IrDA.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have 'sleep' or 'hibernate' modes?===&lt;br /&gt;
Yes.  Pandora will support both suspend-to-RAM (sleep) and suspend-to-disk (hibernate) modes.  Entering these power saving modes will be controlled by software can can be configured to happen when you press the power switch, close the lid, or only on command.&lt;br /&gt;
&lt;br /&gt;
===Can I return my Pandora if I have dead pixels?===&lt;br /&gt;
It has been stated[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44169&amp;amp;view=findpost&amp;amp;p=648776] that if the LCD contains noticeable dead pixels, they would replace the device.&lt;br /&gt;
&lt;br /&gt;
===Will any changes be made to the Pandora hardware after the initial batch of 3000?===&lt;br /&gt;
There is no ''intention'' to change anything between batches. Any changes made will be small and only out of necessity.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44163&amp;amp;view=findpost&amp;amp;p=648612]&lt;br /&gt;
&lt;br /&gt;
===How many keypresses can it detect at once?===&lt;br /&gt;
It can detect two &amp;quot;regular&amp;quot; keys being pressed at once[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44326&amp;amp;view=findpost&amp;amp;p=651104].  However, this restriction does not apply to the game controls, or the central &amp;quot;Menu&amp;quot; keys.&lt;br /&gt;
&lt;br /&gt;
===Does it have a microphone?  Where is it placed?===&lt;br /&gt;
Yes it does.  The microphone is up in the right hinge hump in between the 9 and 0 buttons. It can be used with the lid open or closed since it has the hole facing up and slightly in toward the user (somewhat like the power LED).[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44133&amp;amp;view=findpost&amp;amp;p=647343]&lt;br /&gt;
&lt;br /&gt;
===What do the different board revisions mean?===&lt;br /&gt;
* MK0 - the original devkit board.  Didn't have the Wifi module attached&lt;br /&gt;
* MK1 - internal prototyping (???) [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44470&amp;amp;view=findpost&amp;amp;p=653753]&lt;br /&gt;
* MK2 - the first batch of production models&lt;br /&gt;
&lt;br /&gt;
==Emulation Questions==&lt;br /&gt;
===Which consoles and computer systems will Pandora emulate?===&lt;br /&gt;
Pandora has the technical capability to emulate nearly any video game console up to and including the PSX.  The system should also have no trouble with most 8 and 16 bit home computer systems.  Please be aware that while the Pandora has the capability to emulate dozens of game and computer systems, the necessary emulation software will need to be ported to the Pandora platform for each system.  See the [[Emulators|emulators page]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Nintendo64?===&lt;br /&gt;
Maybe.  The N64 is a difficult system to emulate.  It is ''possible'', with much effort, that a N64 emulator could be ported well enough to run some games at playable speed.  This will probably not happen any time soon and may not happen at all.&lt;br /&gt;
&lt;br /&gt;
===What about the Nintendo DS?===&lt;br /&gt;
Definitely not in the near term.  It is possible that there will ''eventually'' be a DS emulator for Pandora, but there are major obstacles to overcome.  DS emulation is still in early development on x86 (PC), and the most advanced projects are highly optimized for that platform.  Even in cases where the source is available, it would take a lot of work and optimization to get something running on Pandora.  In other words, '''don't hold your breath'''.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Sega Dreamcast / Anything recent?===&lt;br /&gt;
No.  Anything newer / more advanced than the Playstation that is not otherwise mentioned here is '''not likely''' to ever be emulated on Pandora in a useful manner. However, some developers believe it will be posible to emulate Dreamcast with dynamic recompilation at decent speed. [http://www.emudev.org/drkIIRaziel/?p=17]&lt;br /&gt;
&lt;br /&gt;
===What sort of PC games will Pandora be able to play under emulation?===&lt;br /&gt;
We won't know for sure until there is an actual DOSBox port to try out.  Current guestimates put Pandora's DOS capabilities in the low to mid 386 range.[http://www.gp32x.com/board/index.php?showtopic=41268&amp;amp;hl=]&lt;br /&gt;
&lt;br /&gt;
===Can't I use Wine and run Windows games?===&lt;br /&gt;
Wine is not an Emulator, it's a wrapper for the Windows system libraries - it requires an x86 processor to actually run.&lt;br /&gt;
&lt;br /&gt;
===Wouldn't this result in legal action because of the emulation?===&lt;br /&gt;
No more than an ordinary PC, UMPC, laptop, or GP2X would.&lt;br /&gt;
&lt;br /&gt;
==Software Questions==&lt;br /&gt;
===What OS will Pandora use?===&lt;br /&gt;
Pandora will run a customized build of Linux.  It ''may'' be based on the Debian ARMEL flavor, but it will definitely be highly optimized.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41453&amp;amp;view=findpost&amp;amp;p=599472]&lt;br /&gt;
&lt;br /&gt;
The filesystem is derived from [http://www.angstrom-distribution.org/ Ångström], and the build system uses [http://wiki.openembedded.net/index.php/Main_Page OpenEmbedded], which both evolved from OpenZaurus.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44171&amp;amp;view=findpost&amp;amp;p=648859]&lt;br /&gt;
&lt;br /&gt;
===In the videos it looks like DOS...===&lt;br /&gt;
That's a Linux command line - the original MK0 devboards were released to the developers before a GUI was available.&lt;br /&gt;
&lt;br /&gt;
===What will the GUI be like?===&lt;br /&gt;
The UI has not been decided on yet, but a basic UI is expected to be an updated version of [http://gmenu2x.sourceforge.net/page/GMenu2X GMenu].  Whatever UI ships with Pandora, you can be sure that alternatives (including full windowed desktop GUIs) will be made available.&lt;br /&gt;
&lt;br /&gt;
===What software will run on Pandora out of the box?===&lt;br /&gt;
That depends on what has been written / ported when you buy one.  It is assumed (though not confirmed) that Pandora will ship with basic apps like a web browser, text editor, and media player.  Check the [http://www.gp32x.com/board/index.php?showtopic=40233 Planned Projects thread] on the forums for an idea of what else you might be able to expect.&lt;br /&gt;
&lt;br /&gt;
===Will there be some sort of package manager?===&lt;br /&gt;
Yes.  The specifics are not yet finalized, but there will be an easy package-based software installation system.[http://www.gp32x.com/board/index.php?act=ST&amp;amp;f=62&amp;amp;t=41719]&lt;br /&gt;
&lt;br /&gt;
===Will Firefox work on the Pandora?  What about extensions?===&lt;br /&gt;
Firefox 3 should be easy to port. Extensions (such as AdBlock) should &amp;quot;just work&amp;quot; automatically, since they don't actually contain compiled code (they're a mix of javascript and xml data) - of course this is assuming the plugin developer hasn't been naughty and made major assumptions...&lt;br /&gt;
&lt;br /&gt;
===Will Pandora support Flash streaming video or applications?===&lt;br /&gt;
The Official Flash player is not open source, but Adobe has opened up the Flash standards and dropped licensing fees for developers[http://blog.wired.com/monkeybites/2008/04/adobe-drops-lic.html], there is a very good chance that Pandora will have Flash support eventually, probably through a port of [http://www.gnu.org/software/gnash/ Gnash]&lt;br /&gt;
&lt;br /&gt;
Also, there are scripts for Firefox (such as VLCtube) which replaces flash video players with regular video plugins or exposes the actual video URL to download. Such scripts can be easily modified to use any native video player.&lt;br /&gt;
&lt;br /&gt;
===Will I be able to access files shared on my PC from the Pandora?===&lt;br /&gt;
It might not be included &amp;quot;out of the box&amp;quot;, but [http://www.samba.org/ Samba] (an application that &amp;quot;emulates&amp;quot; the Windows file sharing system) should be easy to port to the Pandora, which would allow you to browse your Windows shares as if your machine is just another windows PC (it works both ways, so you could create a shared &amp;quot;drop&amp;quot; folder on the Pandora too)&lt;br /&gt;
&lt;br /&gt;
===Will I be able to connect to the internet over my cell phone with the Pandora?===&lt;br /&gt;
The process of connecting a cellular phone to another device to be used as a cellular modem is called [http://en.wikipedia.org/wiki/Tethering tethering]. The Pandora will be capable of tethering over USB or over Bluetooth. You must have a phone that is capable of tethering, and you must have a service plan that allows internet access. Note that the act of tethering will probably violate your service agreement unless you're paying extra for a tethering plan. If your provider discovers you are tethering your phone without paying for the plan, you could get hit with extra charges.  The method for enabling tethering on any given phone varies by model. Instructions for most models can be found on [http://www.howardforums.com/ Howard Forums].&lt;br /&gt;
&lt;br /&gt;
===Can I write software for Pandora?===&lt;br /&gt;
I don't know, can you?  Pandora will definitely be compatible with [http://www.libsdl.org/ SDL] and [http://en.wikipedia.org/wiki/OpenGL_ES OpenGL 2.0 ES] libraries.  There will likely be libraries for [http://www.python.org/ Python] and other languages as well.&lt;br /&gt;
&lt;br /&gt;
===Will it be possible to write software directly on the Pandora itself?===&lt;br /&gt;
&lt;br /&gt;
There is no reason why not.  Certainly it will be easy to get GCC running directly for writing C/C++ code.  Python doesn't need a compiler, so should just run, assuming the interpreter has been ported.&lt;br /&gt;
&lt;br /&gt;
A fully blown IDE would take more work, but plenty of open source IDEs exist, so could in theory be ported.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have XXXX application?===&lt;br /&gt;
Maybe.  I suggest you [http://www.gp32x.com/board/index.php?act=Search&amp;amp;f= search the official forums] to see if anybody is working on the application you want.&lt;br /&gt;
&lt;br /&gt;
===Nobody is working on XXXX application!  What do I do?===&lt;br /&gt;
The first thing you should do is make sure it ''can'' be ported.  Use the [http://www.gliffy.com/publish/1448256/ portability flowchart] to determine if a port of the software is possible.  Next, check to see if a similar application is under development.  If it looks like the program is portable, just be patient.  There are literally hundreds of games and applications that would be desireable on the Pandora, and only so many people who are capable of making them happen.  Most devs already have plans for their first projects, so just sit tight and wait for somebody to pick it up.&lt;br /&gt;
&lt;br /&gt;
==Logo Questions==&lt;br /&gt;
&lt;br /&gt;
===I want to make cool fan art! Where can I get the logo?===&lt;br /&gt;
A fan-made version of the [[logo]] is available for non-commercial use.&lt;br /&gt;
&lt;br /&gt;
===What font is &amp;quot;Pandora&amp;quot; written in?===&lt;br /&gt;
No one knows. [[Craigix]] has stated on the forums that he believes it is drawn.&lt;br /&gt;
&lt;br /&gt;
[http://www.myfonts.com/WhatTheFont/ WhatTheFont] certainly doesn't recognise it, and is usually pretty accurate at font recognition.&lt;br /&gt;
&lt;br /&gt;
===Doesn't that look a lot like the SGI logo?===&lt;br /&gt;
The old box logo previously used by SiliconGraphics before their redesign does bear a resemblance. However, their old logo was always 3D, showing the back edges of the box, and the lines folded in a different manner than the ones used in the Pandora logo.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1047</id>
		<title>Special:Badtitle/NS122:FAQ</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1047"/>
		<updated>2009-01-04T21:48:35Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* What Colors will be available? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nejdříve si přečtěte!==&lt;br /&gt;
Máte-li otázku, která zde není ještě zahrnuta, prosím navštivte nejprve [http://www.gp32x.com/board/index.php?showforum=61 fórum].&lt;br /&gt;
&lt;br /&gt;
==Obecně==&lt;br /&gt;
===Co je to Pandora===&lt;br /&gt;
Pandora je kapesní herní počítač.  Stejně tak se dá označit za herní systém, UMPC, PMP, MID, apod.&lt;br /&gt;
&lt;br /&gt;
===Co to umí?===&lt;br /&gt;
Momentálně nic.  Zatím není hotová.  Tady je seznam věcí, které by měla umět až bude hotová:&lt;br /&gt;
* Spustit plno open source her převedených z jiných výpočetních systémů&lt;br /&gt;
* Spustit podomácku naprogramované hry, tvz. homebrew, vytvořené přímo pro Pandoru.&lt;br /&gt;
* Spustit [[emulatory]]&lt;br /&gt;
* Prohlížet internet&lt;br /&gt;
* Provozovat chat / IM klienty&lt;br /&gt;
* Přehrávat hudební a video soubory&lt;br /&gt;
* Prohlížet obrázky&lt;br /&gt;
* Zobrazit a upravotat textové dokumenty&lt;br /&gt;
* V určité míře bude možné dělat většinu věcí jako na obyčejném PC&lt;br /&gt;
&lt;br /&gt;
===Kdo ji vyrábí?===&lt;br /&gt;
Hlavními tvůrci jsou Craig &amp;quot;[http://www.gp32x.com/board/index.php?showuser=116 Cragix]&amp;quot; Rothwell, Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=9395 MWeston]&amp;quot; Weston, and Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=205 EvilDragon]&amp;quot; Mrozek.  Dál jsou to desítky dalších lidí z komunity GP32X, kteří se na projektu podílí jak po stránce hardware, tak softwarové.&lt;br /&gt;
&lt;br /&gt;
===Jsou tito lidé součástí firmy Game Park nebo GamePark Holdings?===&lt;br /&gt;
[[http://en.wikipedia.org/wiki/GamePark Game Park]] (korejská firma která vyráběla [[http://en.wikipedia.org/wiki/Gp32 GP32]]) a [[http://en.wikipedia.org/wiki/GamePark_Holdings GamePark Holdings]] (korejská firma, která stojí za [[http://en.wikipedia.org/wiki/GP2X GP2X]]) nemají nic společného s projektem Pandora  Několik hlavních vývojářů jsou regionální distributoři handheldů GP32 a GP2X, ale  nejedná se o zaměstnance těchto výrobců.  Projekt Pandora částečně vychází z předhozích open source handheldů GP32 a GP2X, ale povyšuje hardware a software na novou úroveň.  Komunity vývojářů a uživatelů Pandory, GP32 a GP2x se částečně prolínají (oficiální fórum Pandory je v současnosti na fóru GP32X).&lt;br /&gt;
&lt;br /&gt;
===Jaké jsou rozdíly mezi Pandorou a GP2X?===&lt;br /&gt;
Stručně, je lepší.  Podle hrubých odhadů je CPU Pandory asi 3x výkonnější než u GP2X.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39958&amp;amp;view=findpost&amp;amp;p=578750]  Je tu i pár dalších věcí, které Pandora oproti GP2X vylepšila:&lt;br /&gt;
* Více RAM, interní paměti, lepší možnosti ukládání na vyměnitelná média&lt;br /&gt;
* Šance na emulaci pokročilejších konzolí (N64, NDS)&lt;br /&gt;
* Lepší emulace již podporovaných konzolí (SNES, PS1)&lt;br /&gt;
* Mnohem lepší hardware podpora 3D a software&lt;br /&gt;
* Větší displej s vyšším rozlišením&lt;br /&gt;
* 2-3x delší výdrž zabudované nabíjecí baterie[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=603481]&lt;br /&gt;
* Wifi&lt;br /&gt;
* Bluetooth&lt;br /&gt;
* QWERTY klávesnice s analogovými páčkami&lt;br /&gt;
&lt;br /&gt;
===Opravdu očekáváte soupeření s PSP / DS / eeePC / atd.?===&lt;br /&gt;
Ne, neočekáváme.  Pandora se velmi liší od čehokoliv v současnosti dostupného.  Je navržena k vyplnění mezery na trhu nadšeneckých, retro či nezávislých her a tvorby.  Uvědomujeme si, že většina široké veřejnosti Pandořiny hlavní funkce nepotřebuje nebo neocení.  Pandora je lépe přenosná než UMPC či eeePC a má daleko lepší ovládání her.  Je mnohem výkonnější, než PSP či DS, a se svoji obrazovkou s vysokým rozlišením a qwerty klávesnicí je mnohem způsobilejší pro obecné počítačové činnosti.  Tyto vlastnosti jsou na úkor vyšší ceny oproti komerčním kapesním herním konzolím a strmější křivky učení než u tradičního ultra mobilního PC.  Ne každý bude ochotný toto podstoupit a zkusit něco nového.&lt;br /&gt;
&lt;br /&gt;
===Kde mohu Pandoru koupit?  Jsou předobjednávky už vyprodány?===&lt;br /&gt;
&lt;br /&gt;
Předobjednávka první série Pandory probíhala od 30. září do 5. října 2008 a celá série byla kompletně vyprodána. Expedice této první série se očekává v únoru 2009 ''(údaj z přelomu roků 2008 a 2009)''.&lt;br /&gt;
&lt;br /&gt;
Původně byl objem první série plánován v rozsahu 3000 kusů, ale později byl rozšířen o další počty těch, kteří provedli předobjednávku do 5. října.&lt;br /&gt;
&lt;br /&gt;
Produkce druhé série se očekává v roce 2009. Detaily o předobjednávkách a lokálních distributorech sledujte [http://openpandora.org/worldmap.html zde].&lt;br /&gt;
&lt;br /&gt;
===Jen 3000?!  A co když už jsou vyprodané?===&lt;br /&gt;
&lt;br /&gt;
První série, čítající téměř 4000 kusů, už je [http://forum.openpandora.org/viewtopic.php?p=4417#p4417 vyprodaná]. Druhá série je očekávána během roku 2009.&lt;br /&gt;
&lt;br /&gt;
===V jakých barvách bude dostupná?===&lt;br /&gt;
Pandora bude dostupná jen a pouze v černé barvě. Případné budoucí edice se ''mohou'' objevit i v jiných barvách.&lt;br /&gt;
&lt;br /&gt;
===What accessories are available?===&lt;br /&gt;
The [http://openpandora.org/worldmap.html official distributors] offer a Pandora branded carry case, a TV out cable, and a Spare ~4000MaH battery.&lt;br /&gt;
&lt;br /&gt;
===What if there's something wrong with it? Does it have a warranty?===&lt;br /&gt;
By law there is a one year warranty, and the developers have stated they will replace faulty hardware. [http://www.gp32x.com/board/index.php?showtopic=43984&amp;amp;st=0&amp;amp;p=645110&amp;amp;#entry645110] [http://www.gp32x.com/board/index.php?showtopic=43628&amp;amp;st=15&amp;amp;p=637425&amp;amp;#entry637425] [http://www.gp32x.com/board/index.php?showtopic=42289&amp;amp;st=0&amp;amp;p=612864&amp;amp;#entry612864] LCDs with noticeable dead pixels will also be replaced.&lt;br /&gt;
&lt;br /&gt;
==Hardware Questions==&lt;br /&gt;
===Why does the system look like it does?===&lt;br /&gt;
The Pandora project has been a group effort from the beginning.  The hardware development team designed Pandora based on specifications requested by potential users.  The main physical features - qwerty keyboard, dual analog pads, clamshell design, pocketable size - were considered important by most of the community.  The physical appearance of Pandora is a result of getting all the necessary hardware into a pocket sized device while keeping the cost reasonable.  Many other layouts were considered, but the final design is the best possible solution.&lt;br /&gt;
&lt;br /&gt;
===What kind of touch screen does it have? Is it multi-touch?===&lt;br /&gt;
The Pandora touchscreen is resistive. Resistive touchscreens cannot do multitouch, but they can do simplistic pressure sensing. Resistive touchscreens use a stylus for input, which is included.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't the LCD touchscreen flip / rotate for a &amp;quot;tablet&amp;quot; mode?===&lt;br /&gt;
This is actually a patented idea.  Pandora could not have a hinge which either flipped all the way back or rotated without substantially increasing the cost (licensing fees) or risking a patent infringement lawsuit.&lt;br /&gt;
&lt;br /&gt;
===Why don't you use a slide out keyboard like the Nokia N810?===&lt;br /&gt;
This is also patented.  A lot of the good ideas are.&lt;br /&gt;
&lt;br /&gt;
===Why does it have a keyboard at all?===&lt;br /&gt;
Many people think Pandora is a gaming / emulation device only, but this is not true.  It was designed from early on to be a multifunction palmtop computer / UMPC as well as a gaming handheld.  Many desirable applications require a keyboard and the general consensus was that an on-screen keyboard wasn't good enough.&lt;br /&gt;
&lt;br /&gt;
===Where does the stylus fit?===&lt;br /&gt;
The stylus provided with the Pandora fits in a slot on the side, sliding in to fit parallel to the battery.&lt;br /&gt;
&lt;br /&gt;
===Why does Pandora only have 128MB of RAM?  Is that enough?===&lt;br /&gt;
The OMAP3530 SoC which powers the Pandora is currently only available with 128MB of RAM.  This is built into the chip.  It is not replaceable or expandable.  All of the major software developers have stated that 128MB will be more than enough for all tasks for which Pandora is suitable.  The PSP only has 32MB RAM and it certainly doesn't have any problem with high-end games.  Other handheld computing platforms like the Nokia N8x0 tablets and the iPhone also have only 128MB RAM, and it has certainly not limited them in any way.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't it have WiMax / GPS / accelerometers / etc?===&lt;br /&gt;
We had to draw the line somewhere.  Adding any more features would have increased the price.  Luckily Pandora has a fully functional USB host port, bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want.  Solder pads were designed into the PCB for &amp;quot;hacking&amp;quot; in extra internal hardware.&lt;br /&gt;
&lt;br /&gt;
===What kind of battery will it have?===&lt;br /&gt;
Pandora will have a 4000mAh Lithium Polymer battery.  Batteries will be user-replaceable and spares will be sold by Pandora retailers.  5000mAh extended batteries may also be available.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=602568].&lt;br /&gt;
&lt;br /&gt;
A replacement 4000mAh battery costs £14.99/€21.99/$29.99&lt;br /&gt;
&lt;br /&gt;
===How long will the battery last?===&lt;br /&gt;
Current estimates are around 10 hours for basic applications.[http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336]  Actual battery runtime will vary based on the the software being run and peripherals in use. &lt;br /&gt;
&lt;br /&gt;
===What about the power supply?===&lt;br /&gt;
The Pandora is expected to come with a switching power supply with a standard cord socket which should function on 110V and 240V systems.  It is not known if there is a plan to supply localized power plug cables.&lt;br /&gt;
&lt;br /&gt;
Craig has also stated that a PSP power supply will work fine with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will it be able to run from the AC Adaptor alone, without a battery connected===&lt;br /&gt;
No, due to the design of the OMAP chipset it requires a battery to be connected. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=600811]&lt;br /&gt;
&lt;br /&gt;
===Will I be able to use USB and SDIO accessories with my Pandora?===&lt;br /&gt;
There would not be much point to having a USB host port if you couldn't.  Any USB or SDIO device should work with Pandora, as long as drivers are available.  Standard mass storage devices (USB memory sticks, keyboards, gamepads, external hard drives, etc.) should work fine out of the box.  Many devices like GPS receivers, EVDO modems and cameras should be compatible, but not necessarily all makes and models.  There will be a list of known-working devices on this wiki as soon as there are Pandoras to test them on.&lt;br /&gt;
&lt;br /&gt;
===Will my old USB 1.1 device work on the Pandora?===&lt;br /&gt;
You can't connect it to the main USB port, but you can to the OTG (On The Go) port with the appropriate adapter, active USB extension cable, or hub.&lt;br /&gt;
&lt;br /&gt;
===Will there be any special accessories for Pandora?===&lt;br /&gt;
Currently a Pandora branded case, a TV out cable and replacement batteries are available.  The lead developers are currently entertaining other possibilities.[http://www.gp32x.com/board/index.php?showtopic=41686]&lt;br /&gt;
&lt;br /&gt;
A page in this wiki has been started to list potential generic [[Accessories|accessories and peripherals]] that will work with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will there be RTC, IrDA, RS-232?===&lt;br /&gt;
There will be RTC and RS-232 (CMOS level), but no IrDA.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have 'sleep' or 'hibernate' modes?===&lt;br /&gt;
Yes.  Pandora will support both suspend-to-RAM (sleep) and suspend-to-disk (hibernate) modes.  Entering these power saving modes will be controlled by software can can be configured to happen when you press the power switch, close the lid, or only on command.&lt;br /&gt;
&lt;br /&gt;
===Can I return my Pandora if I have dead pixels?===&lt;br /&gt;
It has been stated[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44169&amp;amp;view=findpost&amp;amp;p=648776] that if the LCD contains noticeable dead pixels, they would replace the device.&lt;br /&gt;
&lt;br /&gt;
===Will any changes be made to the Pandora hardware after the initial batch of 3000?===&lt;br /&gt;
There is no ''intention'' to change anything between batches. Any changes made will be small and only out of necessity.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44163&amp;amp;view=findpost&amp;amp;p=648612]&lt;br /&gt;
&lt;br /&gt;
===How many keypresses can it detect at once?===&lt;br /&gt;
It can detect two &amp;quot;regular&amp;quot; keys being pressed at once[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44326&amp;amp;view=findpost&amp;amp;p=651104].  However, this restriction does not apply to the game controls, or the central &amp;quot;Menu&amp;quot; keys.&lt;br /&gt;
&lt;br /&gt;
===Does it have a microphone?  Where is it placed?===&lt;br /&gt;
Yes it does.  The microphone is up in the right hinge hump in between the 9 and 0 buttons. It can be used with the lid open or closed since it has the hole facing up and slightly in toward the user (somewhat like the power LED).[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44133&amp;amp;view=findpost&amp;amp;p=647343]&lt;br /&gt;
&lt;br /&gt;
===What do the different board revisions mean?===&lt;br /&gt;
* MK0 - the original devkit board.  Didn't have the Wifi module attached&lt;br /&gt;
* MK1 - internal prototyping (???) [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44470&amp;amp;view=findpost&amp;amp;p=653753]&lt;br /&gt;
* MK2 - the first batch of production models&lt;br /&gt;
&lt;br /&gt;
==Emulation Questions==&lt;br /&gt;
===Which consoles and computer systems will Pandora emulate?===&lt;br /&gt;
Pandora has the technical capability to emulate nearly any video game console up to and including the PSX.  The system should also have no trouble with most 8 and 16 bit home computer systems.  Please be aware that while the Pandora has the capability to emulate dozens of game and computer systems, the necessary emulation software will need to be ported to the Pandora platform for each system.  See the [[Emulators|emulators page]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Nintendo64?===&lt;br /&gt;
Maybe.  The N64 is a difficult system to emulate.  It is ''possible'', with much effort, that a N64 emulator could be ported well enough to run some games at playable speed.  This will probably not happen any time soon and may not happen at all.&lt;br /&gt;
&lt;br /&gt;
===What about the Nintendo DS?===&lt;br /&gt;
Definitely not in the near term.  It is possible that there will ''eventually'' be a DS emulator for Pandora, but there are major obstacles to overcome.  DS emulation is still in early development on x86 (PC), and the most advanced projects are highly optimized for that platform.  Even in cases where the source is available, it would take a lot of work and optimization to get something running on Pandora.  In other words, '''don't hold your breath'''.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Sega Dreamcast / Anything recent?===&lt;br /&gt;
No.  Anything newer / more advanced than the Playstation that is not otherwise mentioned here is '''not likely''' to ever be emulated on Pandora in a useful manner. However, some developers believe it will be posible to emulate Dreamcast with dynamic recompilation at decent speed. [http://www.emudev.org/drkIIRaziel/?p=17]&lt;br /&gt;
&lt;br /&gt;
===What sort of PC games will Pandora be able to play under emulation?===&lt;br /&gt;
We won't know for sure until there is an actual DOSBox port to try out.  Current guestimates put Pandora's DOS capabilities in the low to mid 386 range.[http://www.gp32x.com/board/index.php?showtopic=41268&amp;amp;hl=]&lt;br /&gt;
&lt;br /&gt;
===Can't I use Wine and run Windows games?===&lt;br /&gt;
Wine is not an Emulator, it's a wrapper for the Windows system libraries - it requires an x86 processor to actually run.&lt;br /&gt;
&lt;br /&gt;
===Wouldn't this result in legal action because of the emulation?===&lt;br /&gt;
No more than an ordinary PC, UMPC, laptop, or GP2X would.&lt;br /&gt;
&lt;br /&gt;
==Software Questions==&lt;br /&gt;
===What OS will Pandora use?===&lt;br /&gt;
Pandora will run a customized build of Linux.  It ''may'' be based on the Debian ARMEL flavor, but it will definitely be highly optimized.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41453&amp;amp;view=findpost&amp;amp;p=599472]&lt;br /&gt;
&lt;br /&gt;
The filesystem is derived from [http://www.angstrom-distribution.org/ Ångström], and the build system uses [http://wiki.openembedded.net/index.php/Main_Page OpenEmbedded], which both evolved from OpenZaurus.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44171&amp;amp;view=findpost&amp;amp;p=648859]&lt;br /&gt;
&lt;br /&gt;
===In the videos it looks like DOS...===&lt;br /&gt;
That's a Linux command line - the original MK0 devboards were released to the developers before a GUI was available.&lt;br /&gt;
&lt;br /&gt;
===What will the GUI be like?===&lt;br /&gt;
The UI has not been decided on yet, but a basic UI is expected to be an updated version of [http://gmenu2x.sourceforge.net/page/GMenu2X GMenu].  Whatever UI ships with Pandora, you can be sure that alternatives (including full windowed desktop GUIs) will be made available.&lt;br /&gt;
&lt;br /&gt;
===What software will run on Pandora out of the box?===&lt;br /&gt;
That depends on what has been written / ported when you buy one.  It is assumed (though not confirmed) that Pandora will ship with basic apps like a web browser, text editor, and media player.  Check the [http://www.gp32x.com/board/index.php?showtopic=40233 Planned Projects thread] on the forums for an idea of what else you might be able to expect.&lt;br /&gt;
&lt;br /&gt;
===Will there be some sort of package manager?===&lt;br /&gt;
Yes.  The specifics are not yet finalized, but there will be an easy package-based software installation system.[http://www.gp32x.com/board/index.php?act=ST&amp;amp;f=62&amp;amp;t=41719]&lt;br /&gt;
&lt;br /&gt;
===Will Firefox work on the Pandora?  What about extensions?===&lt;br /&gt;
Firefox 3 should be easy to port. Extensions (such as AdBlock) should &amp;quot;just work&amp;quot; automatically, since they don't actually contain compiled code (they're a mix of javascript and xml data) - of course this is assuming the plugin developer hasn't been naughty and made major assumptions...&lt;br /&gt;
&lt;br /&gt;
===Will Pandora support Flash streaming video or applications?===&lt;br /&gt;
The Official Flash player is not open source, but Adobe has opened up the Flash standards and dropped licensing fees for developers[http://blog.wired.com/monkeybites/2008/04/adobe-drops-lic.html], there is a very good chance that Pandora will have Flash support eventually, probably through a port of [http://www.gnu.org/software/gnash/ Gnash]&lt;br /&gt;
&lt;br /&gt;
Also, there are scripts for Firefox (such as VLCtube) which replaces flash video players with regular video plugins or exposes the actual video URL to download. Such scripts can be easily modified to use any native video player.&lt;br /&gt;
&lt;br /&gt;
===Will I be able to access files shared on my PC from the Pandora?===&lt;br /&gt;
It might not be included &amp;quot;out of the box&amp;quot;, but [http://www.samba.org/ Samba] (an application that &amp;quot;emulates&amp;quot; the Windows file sharing system) should be easy to port to the Pandora, which would allow you to browse your Windows shares as if your machine is just another windows PC (it works both ways, so you could create a shared &amp;quot;drop&amp;quot; folder on the Pandora too)&lt;br /&gt;
&lt;br /&gt;
===Will I be able to connect to the internet over my cell phone with the Pandora?===&lt;br /&gt;
The process of connecting a cellular phone to another device to be used as a cellular modem is called [http://en.wikipedia.org/wiki/Tethering tethering]. The Pandora will be capable of tethering over USB or over Bluetooth. You must have a phone that is capable of tethering, and you must have a service plan that allows internet access. Note that the act of tethering will probably violate your service agreement unless you're paying extra for a tethering plan. If your provider discovers you are tethering your phone without paying for the plan, you could get hit with extra charges.  The method for enabling tethering on any given phone varies by model. Instructions for most models can be found on [http://www.howardforums.com/ Howard Forums].&lt;br /&gt;
&lt;br /&gt;
===Can I write software for Pandora?===&lt;br /&gt;
I don't know, can you?  Pandora will definitely be compatible with [http://www.libsdl.org/ SDL] and [http://en.wikipedia.org/wiki/OpenGL_ES OpenGL 2.0 ES] libraries.  There will likely be libraries for [http://www.python.org/ Python] and other languages as well.&lt;br /&gt;
&lt;br /&gt;
===Will it be possible to write software directly on the Pandora itself?===&lt;br /&gt;
&lt;br /&gt;
There is no reason why not.  Certainly it will be easy to get GCC running directly for writing C/C++ code.  Python doesn't need a compiler, so should just run, assuming the interpreter has been ported.&lt;br /&gt;
&lt;br /&gt;
A fully blown IDE would take more work, but plenty of open source IDEs exist, so could in theory be ported.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have XXXX application?===&lt;br /&gt;
Maybe.  I suggest you [http://www.gp32x.com/board/index.php?act=Search&amp;amp;f= search the official forums] to see if anybody is working on the application you want.&lt;br /&gt;
&lt;br /&gt;
===Nobody is working on XXXX application!  What do I do?===&lt;br /&gt;
The first thing you should do is make sure it ''can'' be ported.  Use the [http://www.gliffy.com/publish/1448256/ portability flowchart] to determine if a port of the software is possible.  Next, check to see if a similar application is under development.  If it looks like the program is portable, just be patient.  There are literally hundreds of games and applications that would be desireable on the Pandora, and only so many people who are capable of making them happen.  Most devs already have plans for their first projects, so just sit tight and wait for somebody to pick it up.&lt;br /&gt;
&lt;br /&gt;
==Logo Questions==&lt;br /&gt;
&lt;br /&gt;
===I want to make cool fan art! Where can I get the logo?===&lt;br /&gt;
A fan-made version of the [[logo]] is available for non-commercial use.&lt;br /&gt;
&lt;br /&gt;
===What font is &amp;quot;Pandora&amp;quot; written in?===&lt;br /&gt;
No one knows. [[Craigix]] has stated on the forums that he believes it is drawn.&lt;br /&gt;
&lt;br /&gt;
[http://www.myfonts.com/WhatTheFont/ WhatTheFont] certainly doesn't recognise it, and is usually pretty accurate at font recognition.&lt;br /&gt;
&lt;br /&gt;
===Doesn't that look a lot like the SGI logo?===&lt;br /&gt;
The old box logo previously used by SiliconGraphics before their redesign does bear a resemblance. However, their old logo was always 3D, showing the back edges of the box, and the lines folded in a different manner than the ones used in the Pandora logo.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1046</id>
		<title>Special:Badtitle/NS122:FAQ</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1046"/>
		<updated>2009-01-04T21:45:04Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* Only 3000?!  What if they sell out? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nejdříve si přečtěte!==&lt;br /&gt;
Máte-li otázku, která zde není ještě zahrnuta, prosím navštivte nejprve [http://www.gp32x.com/board/index.php?showforum=61 fórum].&lt;br /&gt;
&lt;br /&gt;
==Obecně==&lt;br /&gt;
===Co je to Pandora===&lt;br /&gt;
Pandora je kapesní herní počítač.  Stejně tak se dá označit za herní systém, UMPC, PMP, MID, apod.&lt;br /&gt;
&lt;br /&gt;
===Co to umí?===&lt;br /&gt;
Momentálně nic.  Zatím není hotová.  Tady je seznam věcí, které by měla umět až bude hotová:&lt;br /&gt;
* Spustit plno open source her převedených z jiných výpočetních systémů&lt;br /&gt;
* Spustit podomácku naprogramované hry, tvz. homebrew, vytvořené přímo pro Pandoru.&lt;br /&gt;
* Spustit [[emulatory]]&lt;br /&gt;
* Prohlížet internet&lt;br /&gt;
* Provozovat chat / IM klienty&lt;br /&gt;
* Přehrávat hudební a video soubory&lt;br /&gt;
* Prohlížet obrázky&lt;br /&gt;
* Zobrazit a upravotat textové dokumenty&lt;br /&gt;
* V určité míře bude možné dělat většinu věcí jako na obyčejném PC&lt;br /&gt;
&lt;br /&gt;
===Kdo ji vyrábí?===&lt;br /&gt;
Hlavními tvůrci jsou Craig &amp;quot;[http://www.gp32x.com/board/index.php?showuser=116 Cragix]&amp;quot; Rothwell, Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=9395 MWeston]&amp;quot; Weston, and Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=205 EvilDragon]&amp;quot; Mrozek.  Dál jsou to desítky dalších lidí z komunity GP32X, kteří se na projektu podílí jak po stránce hardware, tak softwarové.&lt;br /&gt;
&lt;br /&gt;
===Jsou tito lidé součástí firmy Game Park nebo GamePark Holdings?===&lt;br /&gt;
[[http://en.wikipedia.org/wiki/GamePark Game Park]] (korejská firma která vyráběla [[http://en.wikipedia.org/wiki/Gp32 GP32]]) a [[http://en.wikipedia.org/wiki/GamePark_Holdings GamePark Holdings]] (korejská firma, která stojí za [[http://en.wikipedia.org/wiki/GP2X GP2X]]) nemají nic společného s projektem Pandora  Několik hlavních vývojářů jsou regionální distributoři handheldů GP32 a GP2X, ale  nejedná se o zaměstnance těchto výrobců.  Projekt Pandora částečně vychází z předhozích open source handheldů GP32 a GP2X, ale povyšuje hardware a software na novou úroveň.  Komunity vývojářů a uživatelů Pandory, GP32 a GP2x se částečně prolínají (oficiální fórum Pandory je v současnosti na fóru GP32X).&lt;br /&gt;
&lt;br /&gt;
===Jaké jsou rozdíly mezi Pandorou a GP2X?===&lt;br /&gt;
Stručně, je lepší.  Podle hrubých odhadů je CPU Pandory asi 3x výkonnější než u GP2X.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39958&amp;amp;view=findpost&amp;amp;p=578750]  Je tu i pár dalších věcí, které Pandora oproti GP2X vylepšila:&lt;br /&gt;
* Více RAM, interní paměti, lepší možnosti ukládání na vyměnitelná média&lt;br /&gt;
* Šance na emulaci pokročilejších konzolí (N64, NDS)&lt;br /&gt;
* Lepší emulace již podporovaných konzolí (SNES, PS1)&lt;br /&gt;
* Mnohem lepší hardware podpora 3D a software&lt;br /&gt;
* Větší displej s vyšším rozlišením&lt;br /&gt;
* 2-3x delší výdrž zabudované nabíjecí baterie[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=603481]&lt;br /&gt;
* Wifi&lt;br /&gt;
* Bluetooth&lt;br /&gt;
* QWERTY klávesnice s analogovými páčkami&lt;br /&gt;
&lt;br /&gt;
===Opravdu očekáváte soupeření s PSP / DS / eeePC / atd.?===&lt;br /&gt;
Ne, neočekáváme.  Pandora se velmi liší od čehokoliv v současnosti dostupného.  Je navržena k vyplnění mezery na trhu nadšeneckých, retro či nezávislých her a tvorby.  Uvědomujeme si, že většina široké veřejnosti Pandořiny hlavní funkce nepotřebuje nebo neocení.  Pandora je lépe přenosná než UMPC či eeePC a má daleko lepší ovládání her.  Je mnohem výkonnější, než PSP či DS, a se svoji obrazovkou s vysokým rozlišením a qwerty klávesnicí je mnohem způsobilejší pro obecné počítačové činnosti.  Tyto vlastnosti jsou na úkor vyšší ceny oproti komerčním kapesním herním konzolím a strmější křivky učení než u tradičního ultra mobilního PC.  Ne každý bude ochotný toto podstoupit a zkusit něco nového.&lt;br /&gt;
&lt;br /&gt;
===Kde mohu Pandoru koupit?  Jsou předobjednávky už vyprodány?===&lt;br /&gt;
&lt;br /&gt;
Předobjednávka první série Pandory probíhala od 30. září do 5. října 2008 a celá série byla kompletně vyprodána. Expedice této první série se očekává v únoru 2009 ''(údaj z přelomu roků 2008 a 2009)''.&lt;br /&gt;
&lt;br /&gt;
Původně byl objem první série plánován v rozsahu 3000 kusů, ale později byl rozšířen o další počty těch, kteří provedli předobjednávku do 5. října.&lt;br /&gt;
&lt;br /&gt;
Produkce druhé série se očekává v roce 2009. Detaily o předobjednávkách a lokálních distributorech sledujte [http://openpandora.org/worldmap.html zde].&lt;br /&gt;
&lt;br /&gt;
===Jen 3000?!  A co když už jsou vyprodané?===&lt;br /&gt;
&lt;br /&gt;
První série, čítající téměř 4000 kusů, už je [http://forum.openpandora.org/viewtopic.php?p=4417#p4417 vyprodaná]. Druhá série je očekávána během roku 2009.&lt;br /&gt;
&lt;br /&gt;
===What Colors will be available?===&lt;br /&gt;
Pandora will only be available in black for now.  Future editions, if they exist, ''may'' be available in different colors.&lt;br /&gt;
&lt;br /&gt;
===What accessories are available?===&lt;br /&gt;
The [http://openpandora.org/worldmap.html official distributors] offer a Pandora branded carry case, a TV out cable, and a Spare ~4000MaH battery.&lt;br /&gt;
&lt;br /&gt;
===What if there's something wrong with it? Does it have a warranty?===&lt;br /&gt;
By law there is a one year warranty, and the developers have stated they will replace faulty hardware. [http://www.gp32x.com/board/index.php?showtopic=43984&amp;amp;st=0&amp;amp;p=645110&amp;amp;#entry645110] [http://www.gp32x.com/board/index.php?showtopic=43628&amp;amp;st=15&amp;amp;p=637425&amp;amp;#entry637425] [http://www.gp32x.com/board/index.php?showtopic=42289&amp;amp;st=0&amp;amp;p=612864&amp;amp;#entry612864] LCDs with noticeable dead pixels will also be replaced.&lt;br /&gt;
&lt;br /&gt;
==Hardware Questions==&lt;br /&gt;
===Why does the system look like it does?===&lt;br /&gt;
The Pandora project has been a group effort from the beginning.  The hardware development team designed Pandora based on specifications requested by potential users.  The main physical features - qwerty keyboard, dual analog pads, clamshell design, pocketable size - were considered important by most of the community.  The physical appearance of Pandora is a result of getting all the necessary hardware into a pocket sized device while keeping the cost reasonable.  Many other layouts were considered, but the final design is the best possible solution.&lt;br /&gt;
&lt;br /&gt;
===What kind of touch screen does it have? Is it multi-touch?===&lt;br /&gt;
The Pandora touchscreen is resistive. Resistive touchscreens cannot do multitouch, but they can do simplistic pressure sensing. Resistive touchscreens use a stylus for input, which is included.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't the LCD touchscreen flip / rotate for a &amp;quot;tablet&amp;quot; mode?===&lt;br /&gt;
This is actually a patented idea.  Pandora could not have a hinge which either flipped all the way back or rotated without substantially increasing the cost (licensing fees) or risking a patent infringement lawsuit.&lt;br /&gt;
&lt;br /&gt;
===Why don't you use a slide out keyboard like the Nokia N810?===&lt;br /&gt;
This is also patented.  A lot of the good ideas are.&lt;br /&gt;
&lt;br /&gt;
===Why does it have a keyboard at all?===&lt;br /&gt;
Many people think Pandora is a gaming / emulation device only, but this is not true.  It was designed from early on to be a multifunction palmtop computer / UMPC as well as a gaming handheld.  Many desirable applications require a keyboard and the general consensus was that an on-screen keyboard wasn't good enough.&lt;br /&gt;
&lt;br /&gt;
===Where does the stylus fit?===&lt;br /&gt;
The stylus provided with the Pandora fits in a slot on the side, sliding in to fit parallel to the battery.&lt;br /&gt;
&lt;br /&gt;
===Why does Pandora only have 128MB of RAM?  Is that enough?===&lt;br /&gt;
The OMAP3530 SoC which powers the Pandora is currently only available with 128MB of RAM.  This is built into the chip.  It is not replaceable or expandable.  All of the major software developers have stated that 128MB will be more than enough for all tasks for which Pandora is suitable.  The PSP only has 32MB RAM and it certainly doesn't have any problem with high-end games.  Other handheld computing platforms like the Nokia N8x0 tablets and the iPhone also have only 128MB RAM, and it has certainly not limited them in any way.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't it have WiMax / GPS / accelerometers / etc?===&lt;br /&gt;
We had to draw the line somewhere.  Adding any more features would have increased the price.  Luckily Pandora has a fully functional USB host port, bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want.  Solder pads were designed into the PCB for &amp;quot;hacking&amp;quot; in extra internal hardware.&lt;br /&gt;
&lt;br /&gt;
===What kind of battery will it have?===&lt;br /&gt;
Pandora will have a 4000mAh Lithium Polymer battery.  Batteries will be user-replaceable and spares will be sold by Pandora retailers.  5000mAh extended batteries may also be available.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=602568].&lt;br /&gt;
&lt;br /&gt;
A replacement 4000mAh battery costs £14.99/€21.99/$29.99&lt;br /&gt;
&lt;br /&gt;
===How long will the battery last?===&lt;br /&gt;
Current estimates are around 10 hours for basic applications.[http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336]  Actual battery runtime will vary based on the the software being run and peripherals in use. &lt;br /&gt;
&lt;br /&gt;
===What about the power supply?===&lt;br /&gt;
The Pandora is expected to come with a switching power supply with a standard cord socket which should function on 110V and 240V systems.  It is not known if there is a plan to supply localized power plug cables.&lt;br /&gt;
&lt;br /&gt;
Craig has also stated that a PSP power supply will work fine with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will it be able to run from the AC Adaptor alone, without a battery connected===&lt;br /&gt;
No, due to the design of the OMAP chipset it requires a battery to be connected. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=600811]&lt;br /&gt;
&lt;br /&gt;
===Will I be able to use USB and SDIO accessories with my Pandora?===&lt;br /&gt;
There would not be much point to having a USB host port if you couldn't.  Any USB or SDIO device should work with Pandora, as long as drivers are available.  Standard mass storage devices (USB memory sticks, keyboards, gamepads, external hard drives, etc.) should work fine out of the box.  Many devices like GPS receivers, EVDO modems and cameras should be compatible, but not necessarily all makes and models.  There will be a list of known-working devices on this wiki as soon as there are Pandoras to test them on.&lt;br /&gt;
&lt;br /&gt;
===Will my old USB 1.1 device work on the Pandora?===&lt;br /&gt;
You can't connect it to the main USB port, but you can to the OTG (On The Go) port with the appropriate adapter, active USB extension cable, or hub.&lt;br /&gt;
&lt;br /&gt;
===Will there be any special accessories for Pandora?===&lt;br /&gt;
Currently a Pandora branded case, a TV out cable and replacement batteries are available.  The lead developers are currently entertaining other possibilities.[http://www.gp32x.com/board/index.php?showtopic=41686]&lt;br /&gt;
&lt;br /&gt;
A page in this wiki has been started to list potential generic [[Accessories|accessories and peripherals]] that will work with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will there be RTC, IrDA, RS-232?===&lt;br /&gt;
There will be RTC and RS-232 (CMOS level), but no IrDA.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have 'sleep' or 'hibernate' modes?===&lt;br /&gt;
Yes.  Pandora will support both suspend-to-RAM (sleep) and suspend-to-disk (hibernate) modes.  Entering these power saving modes will be controlled by software can can be configured to happen when you press the power switch, close the lid, or only on command.&lt;br /&gt;
&lt;br /&gt;
===Can I return my Pandora if I have dead pixels?===&lt;br /&gt;
It has been stated[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44169&amp;amp;view=findpost&amp;amp;p=648776] that if the LCD contains noticeable dead pixels, they would replace the device.&lt;br /&gt;
&lt;br /&gt;
===Will any changes be made to the Pandora hardware after the initial batch of 3000?===&lt;br /&gt;
There is no ''intention'' to change anything between batches. Any changes made will be small and only out of necessity.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44163&amp;amp;view=findpost&amp;amp;p=648612]&lt;br /&gt;
&lt;br /&gt;
===How many keypresses can it detect at once?===&lt;br /&gt;
It can detect two &amp;quot;regular&amp;quot; keys being pressed at once[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44326&amp;amp;view=findpost&amp;amp;p=651104].  However, this restriction does not apply to the game controls, or the central &amp;quot;Menu&amp;quot; keys.&lt;br /&gt;
&lt;br /&gt;
===Does it have a microphone?  Where is it placed?===&lt;br /&gt;
Yes it does.  The microphone is up in the right hinge hump in between the 9 and 0 buttons. It can be used with the lid open or closed since it has the hole facing up and slightly in toward the user (somewhat like the power LED).[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44133&amp;amp;view=findpost&amp;amp;p=647343]&lt;br /&gt;
&lt;br /&gt;
===What do the different board revisions mean?===&lt;br /&gt;
* MK0 - the original devkit board.  Didn't have the Wifi module attached&lt;br /&gt;
* MK1 - internal prototyping (???) [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44470&amp;amp;view=findpost&amp;amp;p=653753]&lt;br /&gt;
* MK2 - the first batch of production models&lt;br /&gt;
&lt;br /&gt;
==Emulation Questions==&lt;br /&gt;
===Which consoles and computer systems will Pandora emulate?===&lt;br /&gt;
Pandora has the technical capability to emulate nearly any video game console up to and including the PSX.  The system should also have no trouble with most 8 and 16 bit home computer systems.  Please be aware that while the Pandora has the capability to emulate dozens of game and computer systems, the necessary emulation software will need to be ported to the Pandora platform for each system.  See the [[Emulators|emulators page]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Nintendo64?===&lt;br /&gt;
Maybe.  The N64 is a difficult system to emulate.  It is ''possible'', with much effort, that a N64 emulator could be ported well enough to run some games at playable speed.  This will probably not happen any time soon and may not happen at all.&lt;br /&gt;
&lt;br /&gt;
===What about the Nintendo DS?===&lt;br /&gt;
Definitely not in the near term.  It is possible that there will ''eventually'' be a DS emulator for Pandora, but there are major obstacles to overcome.  DS emulation is still in early development on x86 (PC), and the most advanced projects are highly optimized for that platform.  Even in cases where the source is available, it would take a lot of work and optimization to get something running on Pandora.  In other words, '''don't hold your breath'''.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Sega Dreamcast / Anything recent?===&lt;br /&gt;
No.  Anything newer / more advanced than the Playstation that is not otherwise mentioned here is '''not likely''' to ever be emulated on Pandora in a useful manner. However, some developers believe it will be posible to emulate Dreamcast with dynamic recompilation at decent speed. [http://www.emudev.org/drkIIRaziel/?p=17]&lt;br /&gt;
&lt;br /&gt;
===What sort of PC games will Pandora be able to play under emulation?===&lt;br /&gt;
We won't know for sure until there is an actual DOSBox port to try out.  Current guestimates put Pandora's DOS capabilities in the low to mid 386 range.[http://www.gp32x.com/board/index.php?showtopic=41268&amp;amp;hl=]&lt;br /&gt;
&lt;br /&gt;
===Can't I use Wine and run Windows games?===&lt;br /&gt;
Wine is not an Emulator, it's a wrapper for the Windows system libraries - it requires an x86 processor to actually run.&lt;br /&gt;
&lt;br /&gt;
===Wouldn't this result in legal action because of the emulation?===&lt;br /&gt;
No more than an ordinary PC, UMPC, laptop, or GP2X would.&lt;br /&gt;
&lt;br /&gt;
==Software Questions==&lt;br /&gt;
===What OS will Pandora use?===&lt;br /&gt;
Pandora will run a customized build of Linux.  It ''may'' be based on the Debian ARMEL flavor, but it will definitely be highly optimized.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41453&amp;amp;view=findpost&amp;amp;p=599472]&lt;br /&gt;
&lt;br /&gt;
The filesystem is derived from [http://www.angstrom-distribution.org/ Ångström], and the build system uses [http://wiki.openembedded.net/index.php/Main_Page OpenEmbedded], which both evolved from OpenZaurus.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44171&amp;amp;view=findpost&amp;amp;p=648859]&lt;br /&gt;
&lt;br /&gt;
===In the videos it looks like DOS...===&lt;br /&gt;
That's a Linux command line - the original MK0 devboards were released to the developers before a GUI was available.&lt;br /&gt;
&lt;br /&gt;
===What will the GUI be like?===&lt;br /&gt;
The UI has not been decided on yet, but a basic UI is expected to be an updated version of [http://gmenu2x.sourceforge.net/page/GMenu2X GMenu].  Whatever UI ships with Pandora, you can be sure that alternatives (including full windowed desktop GUIs) will be made available.&lt;br /&gt;
&lt;br /&gt;
===What software will run on Pandora out of the box?===&lt;br /&gt;
That depends on what has been written / ported when you buy one.  It is assumed (though not confirmed) that Pandora will ship with basic apps like a web browser, text editor, and media player.  Check the [http://www.gp32x.com/board/index.php?showtopic=40233 Planned Projects thread] on the forums for an idea of what else you might be able to expect.&lt;br /&gt;
&lt;br /&gt;
===Will there be some sort of package manager?===&lt;br /&gt;
Yes.  The specifics are not yet finalized, but there will be an easy package-based software installation system.[http://www.gp32x.com/board/index.php?act=ST&amp;amp;f=62&amp;amp;t=41719]&lt;br /&gt;
&lt;br /&gt;
===Will Firefox work on the Pandora?  What about extensions?===&lt;br /&gt;
Firefox 3 should be easy to port. Extensions (such as AdBlock) should &amp;quot;just work&amp;quot; automatically, since they don't actually contain compiled code (they're a mix of javascript and xml data) - of course this is assuming the plugin developer hasn't been naughty and made major assumptions...&lt;br /&gt;
&lt;br /&gt;
===Will Pandora support Flash streaming video or applications?===&lt;br /&gt;
The Official Flash player is not open source, but Adobe has opened up the Flash standards and dropped licensing fees for developers[http://blog.wired.com/monkeybites/2008/04/adobe-drops-lic.html], there is a very good chance that Pandora will have Flash support eventually, probably through a port of [http://www.gnu.org/software/gnash/ Gnash]&lt;br /&gt;
&lt;br /&gt;
Also, there are scripts for Firefox (such as VLCtube) which replaces flash video players with regular video plugins or exposes the actual video URL to download. Such scripts can be easily modified to use any native video player.&lt;br /&gt;
&lt;br /&gt;
===Will I be able to access files shared on my PC from the Pandora?===&lt;br /&gt;
It might not be included &amp;quot;out of the box&amp;quot;, but [http://www.samba.org/ Samba] (an application that &amp;quot;emulates&amp;quot; the Windows file sharing system) should be easy to port to the Pandora, which would allow you to browse your Windows shares as if your machine is just another windows PC (it works both ways, so you could create a shared &amp;quot;drop&amp;quot; folder on the Pandora too)&lt;br /&gt;
&lt;br /&gt;
===Will I be able to connect to the internet over my cell phone with the Pandora?===&lt;br /&gt;
The process of connecting a cellular phone to another device to be used as a cellular modem is called [http://en.wikipedia.org/wiki/Tethering tethering]. The Pandora will be capable of tethering over USB or over Bluetooth. You must have a phone that is capable of tethering, and you must have a service plan that allows internet access. Note that the act of tethering will probably violate your service agreement unless you're paying extra for a tethering plan. If your provider discovers you are tethering your phone without paying for the plan, you could get hit with extra charges.  The method for enabling tethering on any given phone varies by model. Instructions for most models can be found on [http://www.howardforums.com/ Howard Forums].&lt;br /&gt;
&lt;br /&gt;
===Can I write software for Pandora?===&lt;br /&gt;
I don't know, can you?  Pandora will definitely be compatible with [http://www.libsdl.org/ SDL] and [http://en.wikipedia.org/wiki/OpenGL_ES OpenGL 2.0 ES] libraries.  There will likely be libraries for [http://www.python.org/ Python] and other languages as well.&lt;br /&gt;
&lt;br /&gt;
===Will it be possible to write software directly on the Pandora itself?===&lt;br /&gt;
&lt;br /&gt;
There is no reason why not.  Certainly it will be easy to get GCC running directly for writing C/C++ code.  Python doesn't need a compiler, so should just run, assuming the interpreter has been ported.&lt;br /&gt;
&lt;br /&gt;
A fully blown IDE would take more work, but plenty of open source IDEs exist, so could in theory be ported.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have XXXX application?===&lt;br /&gt;
Maybe.  I suggest you [http://www.gp32x.com/board/index.php?act=Search&amp;amp;f= search the official forums] to see if anybody is working on the application you want.&lt;br /&gt;
&lt;br /&gt;
===Nobody is working on XXXX application!  What do I do?===&lt;br /&gt;
The first thing you should do is make sure it ''can'' be ported.  Use the [http://www.gliffy.com/publish/1448256/ portability flowchart] to determine if a port of the software is possible.  Next, check to see if a similar application is under development.  If it looks like the program is portable, just be patient.  There are literally hundreds of games and applications that would be desireable on the Pandora, and only so many people who are capable of making them happen.  Most devs already have plans for their first projects, so just sit tight and wait for somebody to pick it up.&lt;br /&gt;
&lt;br /&gt;
==Logo Questions==&lt;br /&gt;
&lt;br /&gt;
===I want to make cool fan art! Where can I get the logo?===&lt;br /&gt;
A fan-made version of the [[logo]] is available for non-commercial use.&lt;br /&gt;
&lt;br /&gt;
===What font is &amp;quot;Pandora&amp;quot; written in?===&lt;br /&gt;
No one knows. [[Craigix]] has stated on the forums that he believes it is drawn.&lt;br /&gt;
&lt;br /&gt;
[http://www.myfonts.com/WhatTheFont/ WhatTheFont] certainly doesn't recognise it, and is usually pretty accurate at font recognition.&lt;br /&gt;
&lt;br /&gt;
===Doesn't that look a lot like the SGI logo?===&lt;br /&gt;
The old box logo previously used by SiliconGraphics before their redesign does bear a resemblance. However, their old logo was always 3D, showing the back edges of the box, and the lines folded in a different manner than the ones used in the Pandora logo.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
	<entry>
		<id>https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1045</id>
		<title>Special:Badtitle/NS122:FAQ</title>
		<link rel="alternate" type="text/html" href="https://pandorawiki.org/index.php?title=Special:Badtitle/NS122:FAQ&amp;diff=1045"/>
		<updated>2009-01-04T21:41:52Z</updated>

		<summary type="html">&lt;p&gt;Cube48: /* Where can I buy a Pandora?  Have the pre-orders sold out? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nejdříve si přečtěte!==&lt;br /&gt;
Máte-li otázku, která zde není ještě zahrnuta, prosím navštivte nejprve [http://www.gp32x.com/board/index.php?showforum=61 fórum].&lt;br /&gt;
&lt;br /&gt;
==Obecně==&lt;br /&gt;
===Co je to Pandora===&lt;br /&gt;
Pandora je kapesní herní počítač.  Stejně tak se dá označit za herní systém, UMPC, PMP, MID, apod.&lt;br /&gt;
&lt;br /&gt;
===Co to umí?===&lt;br /&gt;
Momentálně nic.  Zatím není hotová.  Tady je seznam věcí, které by měla umět až bude hotová:&lt;br /&gt;
* Spustit plno open source her převedených z jiných výpočetních systémů&lt;br /&gt;
* Spustit podomácku naprogramované hry, tvz. homebrew, vytvořené přímo pro Pandoru.&lt;br /&gt;
* Spustit [[emulatory]]&lt;br /&gt;
* Prohlížet internet&lt;br /&gt;
* Provozovat chat / IM klienty&lt;br /&gt;
* Přehrávat hudební a video soubory&lt;br /&gt;
* Prohlížet obrázky&lt;br /&gt;
* Zobrazit a upravotat textové dokumenty&lt;br /&gt;
* V určité míře bude možné dělat většinu věcí jako na obyčejném PC&lt;br /&gt;
&lt;br /&gt;
===Kdo ji vyrábí?===&lt;br /&gt;
Hlavními tvůrci jsou Craig &amp;quot;[http://www.gp32x.com/board/index.php?showuser=116 Cragix]&amp;quot; Rothwell, Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=9395 MWeston]&amp;quot; Weston, and Michael &amp;quot;[http://www.gp32x.com/board/index.php?showuser=205 EvilDragon]&amp;quot; Mrozek.  Dál jsou to desítky dalších lidí z komunity GP32X, kteří se na projektu podílí jak po stránce hardware, tak softwarové.&lt;br /&gt;
&lt;br /&gt;
===Jsou tito lidé součástí firmy Game Park nebo GamePark Holdings?===&lt;br /&gt;
[[http://en.wikipedia.org/wiki/GamePark Game Park]] (korejská firma která vyráběla [[http://en.wikipedia.org/wiki/Gp32 GP32]]) a [[http://en.wikipedia.org/wiki/GamePark_Holdings GamePark Holdings]] (korejská firma, která stojí za [[http://en.wikipedia.org/wiki/GP2X GP2X]]) nemají nic společného s projektem Pandora  Několik hlavních vývojářů jsou regionální distributoři handheldů GP32 a GP2X, ale  nejedná se o zaměstnance těchto výrobců.  Projekt Pandora částečně vychází z předhozích open source handheldů GP32 a GP2X, ale povyšuje hardware a software na novou úroveň.  Komunity vývojářů a uživatelů Pandory, GP32 a GP2x se částečně prolínají (oficiální fórum Pandory je v současnosti na fóru GP32X).&lt;br /&gt;
&lt;br /&gt;
===Jaké jsou rozdíly mezi Pandorou a GP2X?===&lt;br /&gt;
Stručně, je lepší.  Podle hrubých odhadů je CPU Pandory asi 3x výkonnější než u GP2X.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=39958&amp;amp;view=findpost&amp;amp;p=578750]  Je tu i pár dalších věcí, které Pandora oproti GP2X vylepšila:&lt;br /&gt;
* Více RAM, interní paměti, lepší možnosti ukládání na vyměnitelná média&lt;br /&gt;
* Šance na emulaci pokročilejších konzolí (N64, NDS)&lt;br /&gt;
* Lepší emulace již podporovaných konzolí (SNES, PS1)&lt;br /&gt;
* Mnohem lepší hardware podpora 3D a software&lt;br /&gt;
* Větší displej s vyšším rozlišením&lt;br /&gt;
* 2-3x delší výdrž zabudované nabíjecí baterie[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=603481]&lt;br /&gt;
* Wifi&lt;br /&gt;
* Bluetooth&lt;br /&gt;
* QWERTY klávesnice s analogovými páčkami&lt;br /&gt;
&lt;br /&gt;
===Opravdu očekáváte soupeření s PSP / DS / eeePC / atd.?===&lt;br /&gt;
Ne, neočekáváme.  Pandora se velmi liší od čehokoliv v současnosti dostupného.  Je navržena k vyplnění mezery na trhu nadšeneckých, retro či nezávislých her a tvorby.  Uvědomujeme si, že většina široké veřejnosti Pandořiny hlavní funkce nepotřebuje nebo neocení.  Pandora je lépe přenosná než UMPC či eeePC a má daleko lepší ovládání her.  Je mnohem výkonnější, než PSP či DS, a se svoji obrazovkou s vysokým rozlišením a qwerty klávesnicí je mnohem způsobilejší pro obecné počítačové činnosti.  Tyto vlastnosti jsou na úkor vyšší ceny oproti komerčním kapesním herním konzolím a strmější křivky učení než u tradičního ultra mobilního PC.  Ne každý bude ochotný toto podstoupit a zkusit něco nového.&lt;br /&gt;
&lt;br /&gt;
===Kde mohu Pandoru koupit?  Jsou předobjednávky už vyprodány?===&lt;br /&gt;
&lt;br /&gt;
Předobjednávka první série Pandory probíhala od 30. září do 5. října 2008 a celá série byla kompletně vyprodána. Expedice této první série se očekává v únoru 2009 ''(údaj z přelomu roků 2008 a 2009)''.&lt;br /&gt;
&lt;br /&gt;
Původně byl objem první série plánován v rozsahu 3000 kusů, ale později byl rozšířen o další počty těch, kteří provedli předobjednávku do 5. října.&lt;br /&gt;
&lt;br /&gt;
Produkce druhé série se očekává v roce 2009. Detaily o předobjednávkách a lokálních distributorech sledujte [http://openpandora.org/worldmap.html zde].&lt;br /&gt;
&lt;br /&gt;
===Only 3000?!  What if they sell out?===&lt;br /&gt;
&lt;br /&gt;
The first batch has sold out, and sold almost 4000 units[http://forum.openpandora.org/viewtopic.php?p=4417#p4417].  A Second batch is expected in 2009, with preorders at the end of December.&lt;br /&gt;
&lt;br /&gt;
===What Colors will be available?===&lt;br /&gt;
Pandora will only be available in black for now.  Future editions, if they exist, ''may'' be available in different colors.&lt;br /&gt;
&lt;br /&gt;
===What accessories are available?===&lt;br /&gt;
The [http://openpandora.org/worldmap.html official distributors] offer a Pandora branded carry case, a TV out cable, and a Spare ~4000MaH battery.&lt;br /&gt;
&lt;br /&gt;
===What if there's something wrong with it? Does it have a warranty?===&lt;br /&gt;
By law there is a one year warranty, and the developers have stated they will replace faulty hardware. [http://www.gp32x.com/board/index.php?showtopic=43984&amp;amp;st=0&amp;amp;p=645110&amp;amp;#entry645110] [http://www.gp32x.com/board/index.php?showtopic=43628&amp;amp;st=15&amp;amp;p=637425&amp;amp;#entry637425] [http://www.gp32x.com/board/index.php?showtopic=42289&amp;amp;st=0&amp;amp;p=612864&amp;amp;#entry612864] LCDs with noticeable dead pixels will also be replaced.&lt;br /&gt;
&lt;br /&gt;
==Hardware Questions==&lt;br /&gt;
===Why does the system look like it does?===&lt;br /&gt;
The Pandora project has been a group effort from the beginning.  The hardware development team designed Pandora based on specifications requested by potential users.  The main physical features - qwerty keyboard, dual analog pads, clamshell design, pocketable size - were considered important by most of the community.  The physical appearance of Pandora is a result of getting all the necessary hardware into a pocket sized device while keeping the cost reasonable.  Many other layouts were considered, but the final design is the best possible solution.&lt;br /&gt;
&lt;br /&gt;
===What kind of touch screen does it have? Is it multi-touch?===&lt;br /&gt;
The Pandora touchscreen is resistive. Resistive touchscreens cannot do multitouch, but they can do simplistic pressure sensing. Resistive touchscreens use a stylus for input, which is included.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't the LCD touchscreen flip / rotate for a &amp;quot;tablet&amp;quot; mode?===&lt;br /&gt;
This is actually a patented idea.  Pandora could not have a hinge which either flipped all the way back or rotated without substantially increasing the cost (licensing fees) or risking a patent infringement lawsuit.&lt;br /&gt;
&lt;br /&gt;
===Why don't you use a slide out keyboard like the Nokia N810?===&lt;br /&gt;
This is also patented.  A lot of the good ideas are.&lt;br /&gt;
&lt;br /&gt;
===Why does it have a keyboard at all?===&lt;br /&gt;
Many people think Pandora is a gaming / emulation device only, but this is not true.  It was designed from early on to be a multifunction palmtop computer / UMPC as well as a gaming handheld.  Many desirable applications require a keyboard and the general consensus was that an on-screen keyboard wasn't good enough.&lt;br /&gt;
&lt;br /&gt;
===Where does the stylus fit?===&lt;br /&gt;
The stylus provided with the Pandora fits in a slot on the side, sliding in to fit parallel to the battery.&lt;br /&gt;
&lt;br /&gt;
===Why does Pandora only have 128MB of RAM?  Is that enough?===&lt;br /&gt;
The OMAP3530 SoC which powers the Pandora is currently only available with 128MB of RAM.  This is built into the chip.  It is not replaceable or expandable.  All of the major software developers have stated that 128MB will be more than enough for all tasks for which Pandora is suitable.  The PSP only has 32MB RAM and it certainly doesn't have any problem with high-end games.  Other handheld computing platforms like the Nokia N8x0 tablets and the iPhone also have only 128MB RAM, and it has certainly not limited them in any way.&lt;br /&gt;
&lt;br /&gt;
===Why doesn't it have WiMax / GPS / accelerometers / etc?===&lt;br /&gt;
We had to draw the line somewhere.  Adding any more features would have increased the price.  Luckily Pandora has a fully functional USB host port, bluetooth, two SD slots with SDIO capability, and a serial UART for adding whatever additional widgets you want.  Solder pads were designed into the PCB for &amp;quot;hacking&amp;quot; in extra internal hardware.&lt;br /&gt;
&lt;br /&gt;
===What kind of battery will it have?===&lt;br /&gt;
Pandora will have a 4000mAh Lithium Polymer battery.  Batteries will be user-replaceable and spares will be sold by Pandora retailers.  5000mAh extended batteries may also be available.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=602568].&lt;br /&gt;
&lt;br /&gt;
A replacement 4000mAh battery costs £14.99/€21.99/$29.99&lt;br /&gt;
&lt;br /&gt;
===How long will the battery last?===&lt;br /&gt;
Current estimates are around 10 hours for basic applications.[http://www.gp32x.com/board/index.php?showtopic=40823&amp;amp;st=80&amp;amp;p=595336&amp;amp;#entry595336]  Actual battery runtime will vary based on the the software being run and peripherals in use. &lt;br /&gt;
&lt;br /&gt;
===What about the power supply?===&lt;br /&gt;
The Pandora is expected to come with a switching power supply with a standard cord socket which should function on 110V and 240V systems.  It is not known if there is a plan to supply localized power plug cables.&lt;br /&gt;
&lt;br /&gt;
Craig has also stated that a PSP power supply will work fine with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will it be able to run from the AC Adaptor alone, without a battery connected===&lt;br /&gt;
No, due to the design of the OMAP chipset it requires a battery to be connected. [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41548&amp;amp;view=findpost&amp;amp;p=600811]&lt;br /&gt;
&lt;br /&gt;
===Will I be able to use USB and SDIO accessories with my Pandora?===&lt;br /&gt;
There would not be much point to having a USB host port if you couldn't.  Any USB or SDIO device should work with Pandora, as long as drivers are available.  Standard mass storage devices (USB memory sticks, keyboards, gamepads, external hard drives, etc.) should work fine out of the box.  Many devices like GPS receivers, EVDO modems and cameras should be compatible, but not necessarily all makes and models.  There will be a list of known-working devices on this wiki as soon as there are Pandoras to test them on.&lt;br /&gt;
&lt;br /&gt;
===Will my old USB 1.1 device work on the Pandora?===&lt;br /&gt;
You can't connect it to the main USB port, but you can to the OTG (On The Go) port with the appropriate adapter, active USB extension cable, or hub.&lt;br /&gt;
&lt;br /&gt;
===Will there be any special accessories for Pandora?===&lt;br /&gt;
Currently a Pandora branded case, a TV out cable and replacement batteries are available.  The lead developers are currently entertaining other possibilities.[http://www.gp32x.com/board/index.php?showtopic=41686]&lt;br /&gt;
&lt;br /&gt;
A page in this wiki has been started to list potential generic [[Accessories|accessories and peripherals]] that will work with the Pandora.&lt;br /&gt;
&lt;br /&gt;
===Will there be RTC, IrDA, RS-232?===&lt;br /&gt;
There will be RTC and RS-232 (CMOS level), but no IrDA.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=38155&amp;amp;view=findpost&amp;amp;p=568882]&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have 'sleep' or 'hibernate' modes?===&lt;br /&gt;
Yes.  Pandora will support both suspend-to-RAM (sleep) and suspend-to-disk (hibernate) modes.  Entering these power saving modes will be controlled by software can can be configured to happen when you press the power switch, close the lid, or only on command.&lt;br /&gt;
&lt;br /&gt;
===Can I return my Pandora if I have dead pixels?===&lt;br /&gt;
It has been stated[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44169&amp;amp;view=findpost&amp;amp;p=648776] that if the LCD contains noticeable dead pixels, they would replace the device.&lt;br /&gt;
&lt;br /&gt;
===Will any changes be made to the Pandora hardware after the initial batch of 3000?===&lt;br /&gt;
There is no ''intention'' to change anything between batches. Any changes made will be small and only out of necessity.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44163&amp;amp;view=findpost&amp;amp;p=648612]&lt;br /&gt;
&lt;br /&gt;
===How many keypresses can it detect at once?===&lt;br /&gt;
It can detect two &amp;quot;regular&amp;quot; keys being pressed at once[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44326&amp;amp;view=findpost&amp;amp;p=651104].  However, this restriction does not apply to the game controls, or the central &amp;quot;Menu&amp;quot; keys.&lt;br /&gt;
&lt;br /&gt;
===Does it have a microphone?  Where is it placed?===&lt;br /&gt;
Yes it does.  The microphone is up in the right hinge hump in between the 9 and 0 buttons. It can be used with the lid open or closed since it has the hole facing up and slightly in toward the user (somewhat like the power LED).[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44133&amp;amp;view=findpost&amp;amp;p=647343]&lt;br /&gt;
&lt;br /&gt;
===What do the different board revisions mean?===&lt;br /&gt;
* MK0 - the original devkit board.  Didn't have the Wifi module attached&lt;br /&gt;
* MK1 - internal prototyping (???) [http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44470&amp;amp;view=findpost&amp;amp;p=653753]&lt;br /&gt;
* MK2 - the first batch of production models&lt;br /&gt;
&lt;br /&gt;
==Emulation Questions==&lt;br /&gt;
===Which consoles and computer systems will Pandora emulate?===&lt;br /&gt;
Pandora has the technical capability to emulate nearly any video game console up to and including the PSX.  The system should also have no trouble with most 8 and 16 bit home computer systems.  Please be aware that while the Pandora has the capability to emulate dozens of game and computer systems, the necessary emulation software will need to be ported to the Pandora platform for each system.  See the [[Emulators|emulators page]] for more details.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Nintendo64?===&lt;br /&gt;
Maybe.  The N64 is a difficult system to emulate.  It is ''possible'', with much effort, that a N64 emulator could be ported well enough to run some games at playable speed.  This will probably not happen any time soon and may not happen at all.&lt;br /&gt;
&lt;br /&gt;
===What about the Nintendo DS?===&lt;br /&gt;
Definitely not in the near term.  It is possible that there will ''eventually'' be a DS emulator for Pandora, but there are major obstacles to overcome.  DS emulation is still in early development on x86 (PC), and the most advanced projects are highly optimized for that platform.  Even in cases where the source is available, it would take a lot of work and optimization to get something running on Pandora.  In other words, '''don't hold your breath'''.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora be able to emulate the Sega Dreamcast / Anything recent?===&lt;br /&gt;
No.  Anything newer / more advanced than the Playstation that is not otherwise mentioned here is '''not likely''' to ever be emulated on Pandora in a useful manner. However, some developers believe it will be posible to emulate Dreamcast with dynamic recompilation at decent speed. [http://www.emudev.org/drkIIRaziel/?p=17]&lt;br /&gt;
&lt;br /&gt;
===What sort of PC games will Pandora be able to play under emulation?===&lt;br /&gt;
We won't know for sure until there is an actual DOSBox port to try out.  Current guestimates put Pandora's DOS capabilities in the low to mid 386 range.[http://www.gp32x.com/board/index.php?showtopic=41268&amp;amp;hl=]&lt;br /&gt;
&lt;br /&gt;
===Can't I use Wine and run Windows games?===&lt;br /&gt;
Wine is not an Emulator, it's a wrapper for the Windows system libraries - it requires an x86 processor to actually run.&lt;br /&gt;
&lt;br /&gt;
===Wouldn't this result in legal action because of the emulation?===&lt;br /&gt;
No more than an ordinary PC, UMPC, laptop, or GP2X would.&lt;br /&gt;
&lt;br /&gt;
==Software Questions==&lt;br /&gt;
===What OS will Pandora use?===&lt;br /&gt;
Pandora will run a customized build of Linux.  It ''may'' be based on the Debian ARMEL flavor, but it will definitely be highly optimized.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=41453&amp;amp;view=findpost&amp;amp;p=599472]&lt;br /&gt;
&lt;br /&gt;
The filesystem is derived from [http://www.angstrom-distribution.org/ Ångström], and the build system uses [http://wiki.openembedded.net/index.php/Main_Page OpenEmbedded], which both evolved from OpenZaurus.[http://www.gp32x.com/board/index.php?s=&amp;amp;showtopic=44171&amp;amp;view=findpost&amp;amp;p=648859]&lt;br /&gt;
&lt;br /&gt;
===In the videos it looks like DOS...===&lt;br /&gt;
That's a Linux command line - the original MK0 devboards were released to the developers before a GUI was available.&lt;br /&gt;
&lt;br /&gt;
===What will the GUI be like?===&lt;br /&gt;
The UI has not been decided on yet, but a basic UI is expected to be an updated version of [http://gmenu2x.sourceforge.net/page/GMenu2X GMenu].  Whatever UI ships with Pandora, you can be sure that alternatives (including full windowed desktop GUIs) will be made available.&lt;br /&gt;
&lt;br /&gt;
===What software will run on Pandora out of the box?===&lt;br /&gt;
That depends on what has been written / ported when you buy one.  It is assumed (though not confirmed) that Pandora will ship with basic apps like a web browser, text editor, and media player.  Check the [http://www.gp32x.com/board/index.php?showtopic=40233 Planned Projects thread] on the forums for an idea of what else you might be able to expect.&lt;br /&gt;
&lt;br /&gt;
===Will there be some sort of package manager?===&lt;br /&gt;
Yes.  The specifics are not yet finalized, but there will be an easy package-based software installation system.[http://www.gp32x.com/board/index.php?act=ST&amp;amp;f=62&amp;amp;t=41719]&lt;br /&gt;
&lt;br /&gt;
===Will Firefox work on the Pandora?  What about extensions?===&lt;br /&gt;
Firefox 3 should be easy to port. Extensions (such as AdBlock) should &amp;quot;just work&amp;quot; automatically, since they don't actually contain compiled code (they're a mix of javascript and xml data) - of course this is assuming the plugin developer hasn't been naughty and made major assumptions...&lt;br /&gt;
&lt;br /&gt;
===Will Pandora support Flash streaming video or applications?===&lt;br /&gt;
The Official Flash player is not open source, but Adobe has opened up the Flash standards and dropped licensing fees for developers[http://blog.wired.com/monkeybites/2008/04/adobe-drops-lic.html], there is a very good chance that Pandora will have Flash support eventually, probably through a port of [http://www.gnu.org/software/gnash/ Gnash]&lt;br /&gt;
&lt;br /&gt;
Also, there are scripts for Firefox (such as VLCtube) which replaces flash video players with regular video plugins or exposes the actual video URL to download. Such scripts can be easily modified to use any native video player.&lt;br /&gt;
&lt;br /&gt;
===Will I be able to access files shared on my PC from the Pandora?===&lt;br /&gt;
It might not be included &amp;quot;out of the box&amp;quot;, but [http://www.samba.org/ Samba] (an application that &amp;quot;emulates&amp;quot; the Windows file sharing system) should be easy to port to the Pandora, which would allow you to browse your Windows shares as if your machine is just another windows PC (it works both ways, so you could create a shared &amp;quot;drop&amp;quot; folder on the Pandora too)&lt;br /&gt;
&lt;br /&gt;
===Will I be able to connect to the internet over my cell phone with the Pandora?===&lt;br /&gt;
The process of connecting a cellular phone to another device to be used as a cellular modem is called [http://en.wikipedia.org/wiki/Tethering tethering]. The Pandora will be capable of tethering over USB or over Bluetooth. You must have a phone that is capable of tethering, and you must have a service plan that allows internet access. Note that the act of tethering will probably violate your service agreement unless you're paying extra for a tethering plan. If your provider discovers you are tethering your phone without paying for the plan, you could get hit with extra charges.  The method for enabling tethering on any given phone varies by model. Instructions for most models can be found on [http://www.howardforums.com/ Howard Forums].&lt;br /&gt;
&lt;br /&gt;
===Can I write software for Pandora?===&lt;br /&gt;
I don't know, can you?  Pandora will definitely be compatible with [http://www.libsdl.org/ SDL] and [http://en.wikipedia.org/wiki/OpenGL_ES OpenGL 2.0 ES] libraries.  There will likely be libraries for [http://www.python.org/ Python] and other languages as well.&lt;br /&gt;
&lt;br /&gt;
===Will it be possible to write software directly on the Pandora itself?===&lt;br /&gt;
&lt;br /&gt;
There is no reason why not.  Certainly it will be easy to get GCC running directly for writing C/C++ code.  Python doesn't need a compiler, so should just run, assuming the interpreter has been ported.&lt;br /&gt;
&lt;br /&gt;
A fully blown IDE would take more work, but plenty of open source IDEs exist, so could in theory be ported.&lt;br /&gt;
&lt;br /&gt;
===Will Pandora have XXXX application?===&lt;br /&gt;
Maybe.  I suggest you [http://www.gp32x.com/board/index.php?act=Search&amp;amp;f= search the official forums] to see if anybody is working on the application you want.&lt;br /&gt;
&lt;br /&gt;
===Nobody is working on XXXX application!  What do I do?===&lt;br /&gt;
The first thing you should do is make sure it ''can'' be ported.  Use the [http://www.gliffy.com/publish/1448256/ portability flowchart] to determine if a port of the software is possible.  Next, check to see if a similar application is under development.  If it looks like the program is portable, just be patient.  There are literally hundreds of games and applications that would be desireable on the Pandora, and only so many people who are capable of making them happen.  Most devs already have plans for their first projects, so just sit tight and wait for somebody to pick it up.&lt;br /&gt;
&lt;br /&gt;
==Logo Questions==&lt;br /&gt;
&lt;br /&gt;
===I want to make cool fan art! Where can I get the logo?===&lt;br /&gt;
A fan-made version of the [[logo]] is available for non-commercial use.&lt;br /&gt;
&lt;br /&gt;
===What font is &amp;quot;Pandora&amp;quot; written in?===&lt;br /&gt;
No one knows. [[Craigix]] has stated on the forums that he believes it is drawn.&lt;br /&gt;
&lt;br /&gt;
[http://www.myfonts.com/WhatTheFont/ WhatTheFont] certainly doesn't recognise it, and is usually pretty accurate at font recognition.&lt;br /&gt;
&lt;br /&gt;
===Doesn't that look a lot like the SGI logo?===&lt;br /&gt;
The old box logo previously used by SiliconGraphics before their redesign does bear a resemblance. However, their old logo was always 3D, showing the back edges of the box, and the lines folded in a different manner than the ones used in the Pandora logo.&lt;br /&gt;
&lt;br /&gt;
[[Category:FAQ]]&lt;/div&gt;</summary>
		<author><name>Cube48</name></author>
		
	</entry>
</feed>