Archive:Pivos XIOS DS: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 50: Line 50:
{{large|''Feel free to place various notes, tips, and links here. As this section of the wiki gets more organized, those notes will be properly sorted. Consider this like a dumping ground for when you're not sure where to put something.''}}
{{large|''Feel free to place various notes, tips, and links here. As this section of the wiki gets more organized, those notes will be properly sorted. Consider this like a dumping ground for when you're not sure where to put something.''}}


*  
* User notes:
I have an M3 model, Firmware: ICS-110913-M3, currently on Gotham stable.
 
I found Extending your app space to your mSD card and moving XBMC there actually slower (might just be my Sandisk card). Then again i hardly have other apps installed. Same with swap files/partitions on mSD, personally found it of no benefit or worth the trouble. Best results with XBMC on the internal memory and using a clean (no partitions, factory formatted) SD card for userdata.
 
So far only found one android FTP app that doesn't shut down the wireless: WellFTP Server.
Updating XBMC: Been using "XBMC updater" app for Alpha and Betas. Replaces and removes old version (First use download, then use install button). And "Rescan Media" to turn off Android's media scanner.
 
Hardware acceleration: Amcodec + libstagefright turned on seems to play the most. If you have better info plz add.
 
Been using the below advancedsettings.xml file on Gotham. Anyone have improvements plz share.
 
<syntaxhighlight lang="XML" enclose="div">
<advancedsettings>
<loglevel>-1</loglevel>
<skiploopfilter>8</skiploopfilter>
<fanartres>720</fanartres>
<imageres>720</imageres>
<sleepbeforeflip>0.85</sleepbeforeflip>
<network>
<buffermode>0</buffermode>
<cachemembuffersize>33554432</cachemembuffersize>
<readbufferfactor>1.8</readbufferfactor>
</network>
<window>
        <width>1280</width>
        <height>720</height>
</window>
<pvr>
<minvideocachelevel>30</minvideocachelevel>
<minaudiocachelevel>50</minaudiocachelevel>
</pvr>
<gui>
<algorithmdirtyregions>1</algorithmdirtyregions>
<nofliptimeout>1</nofliptimeout>
</gui>
</advancedsettings>
</syntaxhighlight>


==Links==
==Links==

Revision as of 18:34, 5 May 2014

Pivos XIOS.png
Home icon grey.png   ▶ Devices ▶ Android ▶ Pivos XIOS DS
Attention talk.png Read this page and still need help? Check out these forums: Pivosforums.com (Android & Linux) and XBMC.org: Android & Linux.

Pivos XIOS DS is an ARM-based media player set-top box that can run XBMC on either Android or Linux.

This Pivos XIOS DS was the original reference hardware target for the XBMC for Android port development. Pivos XIOS DS performs roughly at the level as a jailbroken ATV2, but also comes with USB ports, micro-SD card, and doesn't need to be jailbroken.


Installing XBMC

Android

Linux

Remote control

Pivos XIOX remote.png

Note: For a slightly improved keymap layout for the Pivos XIOS DS remote, see Alternative keymaps for Pivos XIOS DS remote.

Global
  1. Contextual menu
  2. Power/sleep
  3. Directional pad: Up, Down, Right, Left
  4. Select/Play
  5. Volume (on side)
  6. Back
  7. Info
Playback
  1. Nothing
  2. Power/sleep
  3. Directional pad:
    1. Up: +10 minutes or next chapter
    2. Down: -10 minutes or previous chapter
    3. Right: +30 seconds
    4. Left: -30 seconds
  4. On-screen-display controls
  5. Volume (on side)
  6. Goes back into the video listing (won't stop playback, so you must return to fullscreen using the lefthand sidebar menu. See here for an alternative.)
  7. Video info


Random notes

Feel free to place various notes, tips, and links here. As this section of the wiki gets more organized, those notes will be properly sorted. Consider this like a dumping ground for when you're not sure where to put something.

  • User notes:

I have an M3 model, Firmware: ICS-110913-M3, currently on Gotham stable.

I found Extending your app space to your mSD card and moving XBMC there actually slower (might just be my Sandisk card). Then again i hardly have other apps installed. Same with swap files/partitions on mSD, personally found it of no benefit or worth the trouble. Best results with XBMC on the internal memory and using a clean (no partitions, factory formatted) SD card for userdata.

So far only found one android FTP app that doesn't shut down the wireless: WellFTP Server. Updating XBMC: Been using "XBMC updater" app for Alpha and Betas. Replaces and removes old version (First use download, then use install button). And "Rescan Media" to turn off Android's media scanner.

Hardware acceleration: Amcodec + libstagefright turned on seems to play the most. If you have better info plz add.

Been using the below advancedsettings.xml file on Gotham. Anyone have improvements plz share.

<advancedsettings>
	<loglevel>-1</loglevel>
	<skiploopfilter>8</skiploopfilter>
	<fanartres>720</fanartres>
	<imageres>720</imageres>
	<sleepbeforeflip>0.85</sleepbeforeflip>
	<network>
		<buffermode>0</buffermode>
		<cachemembuffersize>33554432</cachemembuffersize>
		<readbufferfactor>1.8</readbufferfactor>
	</network>
	<window>
        	<width>1280</width>
        	<height>720</height>
	</window>
	<pvr>
		<minvideocachelevel>30</minvideocachelevel>
		<minaudiocachelevel>50</minaudiocachelevel>
	</pvr>
	<gui>
		<algorithmdirtyregions>1</algorithmdirtyregions>
		<nofliptimeout>1</nofliptimeout>
	</gui>
</advancedsettings>

Links