<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.237.86.79</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.237.86.79"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/94.237.86.79"/>
	<updated>2026-04-22T01:46:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Nitdroid_easy_install_on_EMMC&amp;diff=29611</id>
		<title>Nitdroid easy install on EMMC</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Nitdroid_easy_install_on_EMMC&amp;diff=29611"/>
		<updated>2010-12-06T01:05:24Z</updated>

		<summary type="html">&lt;p&gt;94.237.86.79: /* Installing NITDroid 0.0.8 to EMMC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{danger}}&lt;br /&gt;
{{ambox|text=&#039;&#039;&#039;Under heavy construction&#039;&#039;&#039;}}&lt;br /&gt;
Original Talk Maemo thread:&lt;br /&gt;
&lt;br /&gt;
http://talk.maemo.org/showpost.php?p=887394&amp;amp;postcount=1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installing NITDroid 0.0.8 to EMMC==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*Enable all repositories from App manager ([[Extras-testing]], [[Extras-devel]], [[Extras]] and the default [[User:Jebba/Repositories#Nokia_Official|Nokia]]) &lt;br /&gt;
*Install [http://maemo.org/downloads/product/Maemo5/leafpad Leafpad] and [http://maemo.org/downloads/product/Maemo5/rootsh Rootsh] from App manager.&lt;br /&gt;
*Close App manager, open X Terminal and execute following commands:&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
root&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install nitdroid-installer&lt;br /&gt;
y&lt;br /&gt;
y again if it asks again.&amp;lt;/source&amp;gt;&lt;br /&gt;
*After the [http://maemo.org/packages/view/nitdroid-installer/ nitdroid-installer] package is installed close X Terminal&lt;br /&gt;
*Install the attached installer.&lt;br /&gt;
**Copy it to N900 and open it via App manager (for no formatting ext3 stuck hiccup) btw it will recognize it as a small update for ur installer that you just downloaded and installed at the second step.&lt;br /&gt;
*Open X Terminal&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
root&lt;br /&gt;
nitdroid&lt;br /&gt;
YES&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
*After NITDroid ends installation (20 minutes on 70 kb/s download speed) &#039;&#039;&#039;don&#039;t yet reboot your phone to NITDroid&#039;&#039;&#039;!&lt;br /&gt;
*Tap the drop down top menu in X Terminal and click new and close the one before (the one that said NITDroid was successfully installed)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you don&#039;t have a microSD:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;border: 1px dashed red; padding: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ambox|text=Important: These are for overclocked phones, if you don&#039;t have kernel-power installed then wait someone make this for stock kernels.}}&lt;br /&gt;
&lt;br /&gt;
Download these files:&lt;br /&gt;
&lt;br /&gt;
http://downloads.nitdroid.com/nitinstaller/Packages/nitdroid-kernel-2.6.28-06_final1_armel.deb&lt;br /&gt;
&lt;br /&gt;
http://downloads.nitdroid.com/nitinstaller/Packages/NitDroid-0.0.8-Popov.tar.bz2&lt;br /&gt;
&lt;br /&gt;
*Copy downloaded files to MyDocs.&lt;br /&gt;
*Open x-term and execute following commands:&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;&lt;br /&gt;
sudo gainroot&lt;br /&gt;
mkdir /and&lt;br /&gt;
mount /home /and&lt;br /&gt;
apt-get install multiboot multiboot-kernel-power bzip2&lt;br /&gt;
cd /home/user/MyDocs&lt;br /&gt;
bzip2 -d NitDroid-0.0.8-Popov.tar.bz2&lt;br /&gt;
cd /and&lt;br /&gt;
tar xvf /home/user/MyDocs/NitDroid-0.0.8-Popov.tar&lt;br /&gt;
dpkg -i /home/user/MyDocs/nitdroid-kernel-2.6.28-06_final1_armel.deb&lt;br /&gt;
umount /and&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Open X Terminal&lt;br /&gt;
*:&amp;lt;source lang=bash&amp;gt;root&amp;lt;/source&amp;gt;&lt;br /&gt;
**mount the partition&lt;br /&gt;
**:&amp;lt;source lang=bash&amp;gt;mount /dev/mmcblk1p2 /and&amp;lt;/source&amp;gt;&lt;br /&gt;
**Copy android system files over to /home&lt;br /&gt;
**:&amp;lt;source lang=bash&amp;gt;cp -rp /and/* /home&amp;lt;/source&amp;gt;&lt;br /&gt;
**edit the boot file&lt;br /&gt;
**:&amp;lt;source lang=bash&amp;gt;leafpad /etc/multiboot.d/11 &amp;lt;/source&amp;gt;&lt;br /&gt;
**:(then tap the tab button, .item file will show, hit enter to open it in Leafpad)&lt;br /&gt;
:*edit &#039;&#039;&#039;.item&#039;&#039;&#039; file to look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;ITEM_NAME=&amp;quot;NITdroid on MMCp2 - 2.6.28.NIT.05&amp;quot;&lt;br /&gt;
ITEM_KERNEL=2.6.28.NIT.05&lt;br /&gt;
ITEM_MODULES=ext3 fat vfat&lt;br /&gt;
ITEM_DEVICE=${[B]INT[/B]_CARD}p2&lt;br /&gt;
ITEM_FSTYPE=ext3&lt;br /&gt;
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3&lt;br /&gt;
EOF&amp;lt;/pre&amp;gt;&lt;br /&gt;
::&#039;&#039;&#039;If you followed the manual installation guide and u don&#039;t have a microSD then:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;border: 1px dashed red; padding: 10px;&amp;quot;&amp;gt;&lt;br /&gt;
:*change the &#039;&#039;&#039;.item&#039;&#039;&#039; file to:&lt;br /&gt;
&amp;lt;pre&amp;gt;ITEM_NAME=&amp;quot;NITdroid on MMCp2 - 2.6.28.NIT.05&amp;quot;&lt;br /&gt;
ITEM_KERNEL=2.6.28.NIT.05&lt;br /&gt;
ITEM_MODULES=ext3 fat vfat&lt;br /&gt;
ITEM_DEVICE=mmcblk0p5&lt;br /&gt;
ITEM_FSTYPE=ext3&lt;br /&gt;
ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,commit=3&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
*Once editing is complete click the drop down menu on Leafpad and save then close Leafpad.&lt;br /&gt;
*Close X Terminal, reboot N900 and type 2 for NITDroid&lt;br /&gt;
you&#039;ll notice that booting will take less time, and if u want u can remove back cover and microSD to check. BUT you can&#039;t boot without something in the microSD slot, any microSD will work even empty ones.&lt;br /&gt;
&lt;br /&gt;
==Frequent errors==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guru Meditation:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you have NITDroid that ends in .06 and you are facing this error, delete the words that are &amp;lt;u&amp;gt;underlined&amp;lt;/u&amp;gt; from your multiboot file.&lt;br /&gt;
&lt;br /&gt;
 Root filesystem mmcblk0p5 NOT available!&lt;br /&gt;
 Guru Meditation #000000025.62017712&lt;br /&gt;
 Hit any key to panic!&lt;br /&gt;
&lt;br /&gt;
 ITEM_NAME=&amp;quot;NITdroid on MMCp2 - 2.6.28.NIT.05&amp;quot;&lt;br /&gt;
 ITEM_KERNEL=2.6.28.NIT.05&lt;br /&gt;
 ITEM_MODULES=ext3 &amp;lt;u&amp;gt;fat vfat&amp;lt;/u&amp;gt;&lt;br /&gt;
 ITEM_DEVICE=${INT_CARD}p2&lt;br /&gt;
 ITEM_FSTYPE=ext3&lt;br /&gt;
 ITEM_FSOPTIONS=rw,noatime,errors=remount-ro,&amp;lt;u&amp;gt;commit=3&lt;br /&gt;
 EOF&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you didn&#039;t find maemo in multiboot:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Type 0 to boot stock kernel.&lt;br /&gt;
&lt;br /&gt;
== Some things you&#039;ll notice after installing it on the internal memory ==&lt;br /&gt;
----&lt;br /&gt;
#Runs much faster, even faster than a class 8 card.&lt;br /&gt;
#The battery doesn&#039;t drain as fast as with microsd. Had it off charger all day playing games and surfing the Internet and got it to only use 40% of the battery.&lt;br /&gt;
#Pretty good given now you can use it without it draining the battery!&lt;br /&gt;
&lt;br /&gt;
==Fixes==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===APP Market Fix===&lt;br /&gt;
&lt;br /&gt;
*Open the &#039;&#039;&#039;Market&#039;&#039;&#039; app (from the Home screen or app launcher) &lt;br /&gt;
*Leaving the Market app running, return to the Home screen and open the &#039;&#039;&#039;Settings&#039;&#039;&#039; app again &lt;br /&gt;
*Within Settings select &#039;&#039;&#039;Applications&#039;&#039;&#039; &amp;amp;rarr; &#039;&#039;&#039;Manage applications&#039;&#039;&#039; &amp;amp;rarr; &#039;&#039;&#039;Running&#039;&#039;&#039; (from Tab at top) &lt;br /&gt;
*Scroll to select the &#039;&#039;&#039;Market&#039;&#039;&#039; app &amp;amp;rarr; press the &#039;&#039;&#039;Clear Cache&#039;&#039;&#039; button &amp;amp;rarr; then press the &#039;&#039;&#039;Force Stop&#039;&#039;&#039; button (Do not press the &#039;&#039;&#039;Clear Data&#039;&#039;&#039; button) &lt;br /&gt;
*Press the back button (to go back to the list of running apps) &lt;br /&gt;
*Scroll to select &#039;&#039;&#039;Google Services Framework&#039;&#039;&#039; &amp;amp;rarr; press the &#039;&#039;&#039;Clear Data&#039;&#039;&#039; button &amp;amp;rarr; &#039;&#039;&#039;OK&#039;&#039;&#039; (to confirm) &amp;amp;rarr; then press the &#039;&#039;&#039;Force Stop&#039;&#039;&#039; button &lt;br /&gt;
*Return to the Home screen &lt;br /&gt;
*Launch the &#039;&#039;&#039;Market&#039;&#039;&#039; app again, which will give an error &amp;quot;Attention an error has occurred...&amp;quot; &amp;amp;rarr; &#039;&#039;&#039;OK&#039;&#039;&#039; button &lt;br /&gt;
*Shutdown by holding power button &amp;amp;rarr; &#039;&#039;&#039;Power Off&#039;&#039;&#039; &amp;amp;rarr; &#039;&#039;&#039;OK&#039;&#039;&#039; &lt;br /&gt;
*Restart, wait for wi-fi to reconnect, open &#039;&#039;&#039;Market&#039;&#039;&#039; again  (You may have to reboot several times and check &#039;&#039;&#039;Market&#039;&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
The opening &#039;&#039;&#039;Market&#039;&#039;&#039; screen should no longer be blank, and many more apps (free &amp;amp; paid) should now be available. (Although apps can be downloaded, some may still fail to install or run properly)&lt;br /&gt;
&lt;br /&gt;
===WIFI Fix(rare cases)===&lt;br /&gt;
&lt;br /&gt;
Change the encryption from WPA2 to WPA from your Wireless Access Point. This is a compatibility issue hopefully gonna be fixed in later releases.&lt;br /&gt;
&lt;br /&gt;
===Airplane Mode Fix===&lt;br /&gt;
&lt;br /&gt;
For people who enabled airplane mode, fixes that are in here were tried by me:&lt;br /&gt;
&lt;br /&gt;
*Enable the widget power control and turn airplane mode off&lt;br /&gt;
*If this didn&#039;t work disable pin code in maemo&lt;br /&gt;
*&#039;&#039;&#039;menu&#039;&#039;&#039;&amp;amp;rarr;&#039;&#039;&#039;devtools&#039;&#039;&#039;&amp;amp;rarr;&#039;&#039;&#039;terminal emulator&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt; su&lt;br /&gt;
 rr&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
*The technical solution:&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;cd /and/data&lt;br /&gt;
rm -rf *&lt;br /&gt;
mkdir logs&lt;br /&gt;
chmod 777 logs&lt;br /&gt;
cd /&lt;br /&gt;
umount /and&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Google account sign-in===&lt;br /&gt;
&lt;br /&gt;
Skip google sign-up in the first tutorial instead, sign up/in google once in NITDroid.&lt;br /&gt;
&lt;br /&gt;
==Overclocking==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
#You can download ready GUI&#039;s from the market for OCing&lt;br /&gt;
#Or use one of these profiles: http://forum.nitdroid.com/index.php?topic=116.0&lt;br /&gt;
&lt;br /&gt;
==Custom EMMC&#039;s==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Just in case you fear to run out of memory, here are custom EMMC&#039;s if you want to reflash with:&lt;br /&gt;
&lt;br /&gt;
5GB apps 24GB mydocs: http://www.mediafire.com/?j6srnaxwr3notaf&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
8GB apps 21GB mydocs: http://www.mediafire.com/?5o1hkuuwhn8hh1c&lt;br /&gt;
&lt;br /&gt;
== Uninstalling Nitdroid ==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Open x Terminal:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=bash&amp;gt;root&lt;br /&gt;
mount /dev/mmcblk1p2 /and -o noatime&lt;br /&gt;
nitdroid-uninstaller&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
After it completes, simply format your sd card, then using filebox delete nitdroid&#039;s installation folders and files that were copied to home:&lt;br /&gt;
bin, data, dev, etc (symlink), initrd, lib (symlink), mnt, proc, sbin, sdcard, sys, system, tmp, usr,default.prop, init, init.nokia.rc, init.rc&lt;br /&gt;
&lt;br /&gt;
==Videos of NITDroid running on EMMC==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
My video: http://www.youtube.com/watch?v=l_9kG81m-S4&lt;br /&gt;
&lt;br /&gt;
Mr.NokiaTecs&#039; video: http://www.youtube.com/watch?v=z7MIGu2POzY&lt;/div&gt;</summary>
		<author><name>94.237.86.79</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Video_encoding&amp;diff=42720</id>
		<title>Video encoding</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Video_encoding&amp;diff=42720"/>
		<updated>2010-11-29T14:33:31Z</updated>

		<summary type="html">&lt;p&gt;94.237.86.79: /* Handbrake */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The [[Nokia N900|N900]] is a huge step up from the previous Internet Tablets when it comes to playing video files. It is capable of playing full 480p (854x480 pixels) files encoded with a variety of codecs, particuarly H.263 (MPEG4 Part 2/Xvid) and H.264 (MPEG4 Part 10). However, it still has some limitations which you need to be aware of to successfully transcode files to play back on the N900.&lt;br /&gt;
&lt;br /&gt;
The native resolution of previous tablets is 800x480 pixels. Unfortunately, due to hardware limitations, tablets prior to the N900 cannot play videos at that native resolution. Because of this, most videos will need re-encoding for use on the tablets.&lt;br /&gt;
&lt;br /&gt;
== Encoding Software ==&lt;br /&gt;
These converters provide fairly simply interfaces to easily convert video to a NIT-friendly format for those who don&#039;t want to invest a lot of time or need a lot of customization options.&lt;br /&gt;
&lt;br /&gt;
=== Handbrake ===&lt;br /&gt;
{{main|Ripping DVDs with Handbrake}}&lt;br /&gt;
&lt;br /&gt;
[http://www.handbrake.fr Handbrake] is a free and open source multiplatform, multithreaded DVD to MPEG-4 converter, available for Linux, Mac OS X, and Windows. HandBrake is intended primarily to convert VOB files from DVDs. &lt;br /&gt;
&lt;br /&gt;
While Handbrake&#039;s &#039;Universal&#039; and &#039;iPhone&#039; profile will produce compatible files, it will do so at a lower quality level than the N900 supports, so it is worth using settings more closely tailored to the device&#039;s capabilities.&lt;br /&gt;
&lt;br /&gt;
* Handbrake Preset 1: [http://intr.overt.org/misc/Baseline@3.0.plist N900 Optimized HandBrake Preset]. (for Handbrake 0.9.4)&amp;lt;br&amp;gt;&lt;br /&gt;
 {{ambox&lt;br /&gt;
|type=notice&lt;br /&gt;
|text=Note for more recent builds of Handbrake you must disable &amp;quot;Weighted P-frames&amp;quot; or the output will be Main Profile.}}&lt;br /&gt;
&lt;br /&gt;
=== tablet-encode ===&lt;br /&gt;
&lt;br /&gt;
[http://mediautils.garage.maemo.org/tablet-encode.html tablet-encode] is a [http://www.mplayerhq.hu/ mencoder] wrapper that offers a number of presets designed for the tablets. Additional presets can be set by the user for greater quality, as the default set is generally optimized for streaming.&lt;br /&gt;
&lt;br /&gt;
=== Media Converter ===&lt;br /&gt;
&lt;br /&gt;
[http://garage.maemo.org/projects/mediaconverter/ MediaConverter] is a Java graphical application with several presets for transcoding video for the [[Nokia N800|N800]] or [[Nokia 770|770]]. Because it is a Java application it will run on many platforms, including Linux, Windows and Mac. You can select a batch of files, a preset encoding method and let it go. You can also have it produce 30 second samples for trying out different settings. Like [[#tablet-encode|tablet-encode]] it uses mencoder. On Windows, it comes with a setup.exe for easy install, and there are distributions for Linux and the Mac on the [http://garage.maemo.org/frs/?group_id=26 download page.]&lt;br /&gt;
&lt;br /&gt;
=== viDrop ===&lt;br /&gt;
&lt;br /&gt;
[http://mympxplayer.org/free-open-source-converter-for-rockchip-mpeg4-xvid-players-vt7071.html/ viDrop] is a free and open-source GUI frontend for mencoder originally designed for Rockchip MP4 players but is able to encode to a variety of custom resolutions and bitrates. Supports batch processing, profiles and embedding subtitles, among other features.&lt;br /&gt;
&lt;br /&gt;
=== Nokia Internet Tablet Video Converter ===&lt;br /&gt;
&lt;br /&gt;
{{main|ITVC architecture}}&lt;br /&gt;
&lt;br /&gt;
[http://www.nokia.com/A4688059 Internet Tablet Video Converter] is the official Nokia video conversion application for N800 and N810 devices, available for [http://nds1.nokia.com/NOKIA_COM_1/Microsites/BetaLabs/applications/apps/Internet_Tablet_Video_Converter-0.32.pkg.zip Mac OS X] and [http://nds1.nokia.com/NOKIA_COM_1/Microsites/BetaLabs/applications/apps/Internet_Tablet_Video_Converter-0.32.exe Windows].&lt;br /&gt;
&lt;br /&gt;
The application is designed to be a simple drag-n-drop bulk converter of videos, with minimal configuration option to be simple and fast to use. In addition, it provides a [http://maemo.org/community/wiki/internettabletvideoconverter/ developer API] for hooking into the conversion process so that 3rd party developers can modify what gets converted and how.&lt;br /&gt;
&lt;br /&gt;
The built in video player on the N8x0 devices should be used if videos were converted with this tool, versus mplayer.&lt;br /&gt;
&lt;br /&gt;
Development of the official Nokia Internet Tablet Video Converter has ceased as of 25 March 2008.&lt;br /&gt;
&lt;br /&gt;
== General Notes on Codec Usage ==&lt;br /&gt;
&lt;br /&gt;
Two of the most popular codecs are H.263/XVid and H.264. As the Xvid and AVI container formats have become deprecated, the latest version of Handbrake (0.9.4) has dropped support for these formats. DivX have also switched to H.264 since version 7. At a given file size, H.264 will result in better looking video, at a cost in increased encoding time. If you wish to encode in Xvid, you can still download the older Handbrake 0.9.3 or other Xvid encoding-software.&lt;br /&gt;
&lt;br /&gt;
=== Supported Codecs ===&lt;br /&gt;
&lt;br /&gt;
A full list of supported codecs can be found in the [[N900 Media Support]] page.&lt;br /&gt;
&lt;br /&gt;
==== H.264 ====&lt;br /&gt;
&lt;br /&gt;
H.264 video (MPEG4 Part 10) is supported natively by the N900. The format has a variety of profiles; the N900 supports the Baseline 3.0 profile, which is what Handbrake will encode at by default.&lt;br /&gt;
&lt;br /&gt;
More information on H.264 can be found on [[:wikipedia:H.264/MPEG-4_AVC|Wikipedia]]&lt;br /&gt;
&lt;br /&gt;
=== Anamorphic Video ===&lt;br /&gt;
&lt;br /&gt;
The native Media Player in the N900 does not support Anamorphic Video. DVDs are stored at a resolution of 720x480 (NTSC) or 720x576 (PAL) but displayed at either 640x480 (for 4:3 video) or 854x480 (for 16:9 video). This means that video frames are stored &#039;anamorphically&#039; - meaning that they are displayed at a different size from what they are stored at. Particularly, this means that the video frames have non-square pixels. Unfortunately, the media player doesn&#039;t understand this and will display the video at 720x480, resulting in squashed or stretched video. So, you must resize the video in Handbrake to ensure pixels are square, or you can disable Anamorphic encoding entirely.&lt;br /&gt;
&lt;br /&gt;
=== Streaming Video ===&lt;br /&gt;
&lt;br /&gt;
The media player supports streaming video from http URLs, but you must be aware of two things. First, in Handbrake you must ensure the &#039;Web Optimized&#039; checkbox is ticked for mp4 files. This is already in my preset. Without it, you cannot stream the files. Secondly, the buffering algorithm is not designed to handle high bitrate files that would play normally from local storage. This means that you will see a lot of pausing and buffering messages. It seems that the highest bitrate it will stream happily is about 1 MBit/s including audio. The preset is optimized for local storage - you can tweak it to produce smaller files if you need to stream.&lt;br /&gt;
&lt;br /&gt;
=== Resolution ===&lt;br /&gt;
&lt;br /&gt;
As mentioned above, you will have to resize all DVDs you try to transcode, and maybe other files too. So it&#039;s good to know what target resolutions to use.&lt;br /&gt;
&lt;br /&gt;
==== 4:3 DVDs (Aspect Ratio 1.33) ====&lt;br /&gt;
&lt;br /&gt;
4:3 DVD video is easy to handle. Just resize to 640x480.&lt;br /&gt;
&lt;br /&gt;
==== 16:9 DVDs (Aspect Ratio 1.78) ====&lt;br /&gt;
&lt;br /&gt;
For 16:9 DVDs, it is harder. 854x480 is a valid choice, but the N900 will have to scale it down to display, so a better choice is 800x448 - which exactly fits on the N900 display. This means you are throwing away vertical detail and bloating the file horizontally but it&#039;s the least worst choice without anamorphic support.  If you want smaller file sizes, you can choose to encode your video at other 16:9 compatible resolutions such as 720x416, 704x400 or 640x368 and the N900 will scale the display back up to 800x448, although there may be some loss of image quality.  Please note, these resolutions are not perfect 1.78 aspect ratio, but are the nearest to whilst maintaining widths and heights that are divisible by 16, which improves encoding efficiency.&lt;br /&gt;
&lt;br /&gt;
==== Letter box DVDs ====&lt;br /&gt;
&lt;br /&gt;
Occasionally, you will see a DVD with widescreen content inside a 4:3 frame - so the black borders are in the actual video. To make the video display nicely, you will need to use handbrake&#039;s crop feature to cut out the black bars. This is a pretty involved process because you are cropping the original anamorphic frame but need to store it with square pixels. So you might crop to 720x360 (16:9 inside 4:3) and then store it as 720x408 to get square pixels. For even wider movie content, the vertical resolution will be even lower (272 and 306 respectively for 2.35:1 content)&lt;br /&gt;
&lt;br /&gt;
==== SD sources ====&lt;br /&gt;
&lt;br /&gt;
SD sources will generally have square pixels and 480p or less. You can keep the source resolution unchanged or if you have a true 854x480 source, or shrink it to 800x448 as with DVDs.&lt;br /&gt;
&lt;br /&gt;
==== HD sources ====&lt;br /&gt;
&lt;br /&gt;
If you are scaling down an HD source, you will want to target 800x448 as well. If the file is a movie that is wider than 16:9, the vertical resolution will be lower than 448 pixels - just set the width to 800 and maintain the aspect ratio. Essentially all HD content has square pixels.&lt;br /&gt;
&lt;br /&gt;
=== N900 Notes ===&lt;br /&gt;
&lt;br /&gt;
The N900 supports a native resolution of 854x480 and does not support 1280x720. The actual limit is unknown, but using a resolution larger than the native resolution is not recommended as the resolution would be larger than the screen and therefore inefficient.&lt;br /&gt;
&lt;br /&gt;
=== N700, N800/810 Notes ===&lt;br /&gt;
&lt;br /&gt;
To encode video that will scale nicely to the screen aspect ratio, you can use either 240x144 (slightly larger than QCIF), 352x208 (slightly smaller than CIF) or 400x240 (N800/N810 only). Of course if your source video is in a 4:3 aspect ratio, then you should stick with CIF (352x288) or QCIF (176x144). The video player will letterbox or pillar box as needed.&lt;br /&gt;
&lt;br /&gt;
The demo video that comes with the N800 is encoded at 600 kbps, with a frame rate of 30 fps and a resolution of 400x240 pixels. To calculate the pixels per second, the equation is 400x240x30 = 2.88 Megapixels/second.&lt;br /&gt;
&lt;br /&gt;
[http://talk.maemo.org/showthread.php?p=287229#post287229 Some recent tests] have found that in some cases, higher resolutions can produce good results on the N800/N810. Specifically, 576x352 @ 24/25 fps or 480x288 @ 30 fps have been reported to work well if the bitrate is kept around 600 kbps.&lt;br /&gt;
&lt;br /&gt;
For the Nokia 770, 1.52 Megapixels/second is achievable, but again, this depends on the complexity of the action.&lt;br /&gt;
&lt;br /&gt;
The standard media player has some limitations:&lt;br /&gt;
&lt;br /&gt;
* Horizontal and vertical dimensions must be multiples of 16.&lt;br /&gt;
* Video data rate and resolution is limited to about 800 kbps and 400x240 pixels (352x288 on the 770).&lt;br /&gt;
* Audio must be at 44.1 kHz or lower (performance drops dramatically with 48 kHz audio).&lt;br /&gt;
* It does not support external subtitles, so they must be hardcoded.&lt;br /&gt;
* DivXs need a FOURCC of &amp;quot;DIVX&amp;quot; rather than &amp;quot;DX50&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Audio Encoding ==&lt;br /&gt;
&lt;br /&gt;
=== Standard Audio Codecs ===&lt;br /&gt;
&lt;br /&gt;
==== AAC ====&lt;br /&gt;
&lt;br /&gt;
AAC is supported natively by the Media Player in the N900. AAC is better than MP3 at the same bitrate, so you should generally choose AAC unless you require backwards-compatability to older devices.&lt;br /&gt;
&lt;br /&gt;
The N900 will playback without difficulty a 48 kHz, 160 kbit/sec Dolby Prologic II stream in AAC format (encoded from an AC3 5.1 source).&lt;br /&gt;
&lt;br /&gt;
==== MP3 ====&lt;br /&gt;
&lt;br /&gt;
MP3 is supported natively by the Media Player in the N900.&lt;br /&gt;
&lt;br /&gt;
=== Extra Audio Codecs ===&lt;br /&gt;
&lt;br /&gt;
It is possible to add extra audio codec support to the N900 by installing the   [http://maemo.org/downloads/product/Maemo5/decoders-support/ Decoders Support] package from Maemo Extras.&lt;br /&gt;
&lt;br /&gt;
==== AC3 ====&lt;br /&gt;
&lt;br /&gt;
The Decoders Support package adds AC3 audio support. AC3 audio is interesting because most DVD audio tracks are encoded in this format. This would allow you to copy the audio track without transcoding it. However, this is not necessarily ideal. Firstly, AC3 decoding will be done by the CPU, while AAC decoding is offloaded to a DSP which reduces power consumption. Secondly, you are not going to be able to take advantage of surround sound - meaning that storing a full 5.1 audio track wastes space.&lt;br /&gt;
&lt;br /&gt;
EIf8nx  &amp;lt;a href=&amp;quot;http://sdakyumyqfcz.com/&amp;quot;&amp;gt;sdakyumyqfcz&amp;lt;/a&amp;gt;, [url=http://ezgzqalajtdp.com/]ezgzqalajtdp[/url], [link=http://htvlhokvxlrp.com/]htvlhokvxlrp[/link], http://eqjmblbtkden.com/&lt;br /&gt;
&lt;br /&gt;
=== Older devices ===&lt;br /&gt;
&lt;br /&gt;
As for the audio subsystem, MP3 at 128 kbps works well with older tablets like the N700 and N800/810. You can reduce the bitrate if you want to limit the file size and if you plan to play the file with the internal speaker only.&lt;br /&gt;
&lt;br /&gt;
== Container Formats ==&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;container&amp;quot; is what holds the video and audio together and instructs the playing software what to do with them. Different types of audio and video formats exist in one container package, which you will see as for example &amp;quot;.avi&amp;quot; for the Audio-Video Interleave container.&lt;br /&gt;
&lt;br /&gt;
=== Supported Container Formats ===&lt;br /&gt;
&lt;br /&gt;
==== MP4 ====&lt;br /&gt;
&lt;br /&gt;
Supported out of the box in the N900 and is the preference for video container formats. MP4 files can be played natively using the built-in Media Player. MP4 also supports chapters which are encoded by default in Handbrake. &lt;br /&gt;
&lt;br /&gt;
While Media Player does not support seeking through an MP4 video file by chapter, it has no problem playing MP4s that contain them. It is better therefore to leave them in, as Chapter support may be included in future updates to Media Player.&lt;br /&gt;
&lt;br /&gt;
==== AVI ====&lt;br /&gt;
&lt;br /&gt;
AVI is supported out of the box on the N900; however, MP4 is superior in many ways and should be your preference unless you require backwards compatability. AVI is deprecated as a container and support has been dropped by Handbrake since version 0.9.4. DivX also switched to using the MKV container since 2008. AVI files can be played natively using the built-in Media Player.&lt;br /&gt;
&lt;br /&gt;
==== MKV ====&lt;br /&gt;
&lt;br /&gt;
MKV is a superior format to both AVI and MP4, but is not fully supported as yet by the native Media Player in the N900. It supports multiple audio tracks, multiple subtitle tracks along with chapter support and more features. &lt;br /&gt;
&lt;br /&gt;
Support can be added by [http://maemo.org/downloads/product/Maemo5/decoders-support/ downloading the Decoders Support package] from Maemo Extras. However, MKV files will only play with mplayer which is still in development for Maemo 5/ N900. As such, it is not recommended at this time and there are significant performance costs when not using the built-in Media Player.&lt;br /&gt;
&lt;br /&gt;
== Subtitles ==&lt;br /&gt;
&lt;br /&gt;
Subtitle support is one area where options are severely limited - the tablet&#039;s media player does not handle them. So, the only choice available is &#039;burned&#039; subtitles - where Handbrake renders them into the video stream.&lt;br /&gt;
&lt;br /&gt;
== Media Players ==&lt;br /&gt;
&lt;br /&gt;
=== Media Player ===&lt;br /&gt;
&lt;br /&gt;
Media Player is the native N900 media player and has the primary advantage of being integrated into the UI and have DSP hardware acceleration. If you choose one of the alternatives, you lose this advantage and have to deal with increased battery usage and other problems. It is preferential for your video file to be playable on the native Media Player.&lt;br /&gt;
&lt;br /&gt;
=== mplayer ===&lt;br /&gt;
&lt;br /&gt;
mplayer is currently in development for the N900. It supports MKV playback and subtitles, but must be used from either the command-line or using a front-end like SiB or KMPlayer. However, despite its support for MKV, there is a significant increase in CPU usage due to the lack of hardware acceleration compared to the native player at this time.&lt;br /&gt;
&lt;br /&gt;
== Manual conversion instructions ==&lt;br /&gt;
&lt;br /&gt;
{{main|Manual video encoding}}&lt;br /&gt;
These tools offer manual conversion for those who need lots of customization options or just like getting down to the nitty-gritty.&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
&lt;br /&gt;
* [[N900 Media Support|List of codecs supported on the N900]]&lt;br /&gt;
* [[Manual video encoding]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Media]]&lt;br /&gt;
[[Category:Wiki page of the day]]&lt;br /&gt;
[[Category:Power users]]&lt;/div&gt;</summary>
		<author><name>94.237.86.79</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=User:Henkka/MMS&amp;diff=47990</id>
		<title>User:Henkka/MMS</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=User:Henkka/MMS&amp;diff=47990"/>
		<updated>2010-11-20T09:54:42Z</updated>

		<summary type="html">&lt;p&gt;94.237.86.79: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====[[fMMS]] ICS (Implementation Conformance Specifications)====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;450&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 350px;&amp;quot; align=&amp;quot;center&amp;quot;| Feature &lt;br /&gt;
! [[fMMS]]&lt;br /&gt;
|-&lt;br /&gt;
!SMIL &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Portrait layout &lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
!Landscape layout &lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
!In-loop deblocking filter &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can set different page timings in SMIL presentation &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can set different page timings when media as video or audio is added to a page &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!UTF-8 encoding of Subject field  &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!US-ACII for text input &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!UTF-8 charset encoding sending/receiving &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!CAVLC entropy coding &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!UTF-16 encoding &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Text &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Image Basic &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class image Rich &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Video Basic &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Video Rich &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Megapixel &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Content Basic &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Content Rich &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Client supports Postcard service &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Client supports Hyperlinks &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!AMR audio &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!video /3gpp &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!13k Audio &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!MPEG4 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!H.263 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Client support Huffmann code in JPEG &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!vCard &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!vCalendar &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Delivery report request &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Read reports request &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Display of Delivery Report &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can send/receive Read Reports as PDU &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can send Read-Reply reports &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!dur attribute is set according to media length in a slide &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!dur attribute can be set manually by the user &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Immediate retrieval mode &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Deferred Retrieval mode &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Rejected Retrieval mode &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Setting (relative) Expiry Time of a Forwarded message &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Forwarding without prior retrieval &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Interpreting Message-ID field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!DRM Forward Lock &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!DRM combined right delivery &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!DRM separate right delivery &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Date field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Generation of “Auto” class MM &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Relative expiry time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Absolute expiry time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Relative delivery time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Absolute delivery time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Priority can be set to low &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Priority can be set to normal &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Priority can be set to high &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Subject field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!To field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Cc field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Cc field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Supports the Cancel transaction &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Continues functioning normally when unsupported or corrupt content is received &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Resubmission mode Free &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Resubmission mode Warning &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Resubmission mode Restricted &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Has access to a photo camera to take pictures and attach them in a MM &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Is able to resize a picture taken with a built in camera to fit to Core domain &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Supports MMS Templates &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Supports a wizard for templates &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Validates Template Documents &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can set the X-Adaptation-Field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!supports EXIF in JPEG files &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Support restricted MMS creation &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====[[fMMS]] IXIT (protocol implementation extra information)====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;450&amp;quot; &lt;br /&gt;
! style=&amp;quot;width: 350px;&amp;quot; scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot;| Feature&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot;| [[fMMS]]&lt;br /&gt;
|-&lt;br /&gt;
!10 or maximum number of pages allowed by the client if less than 10.(1-10) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!100ms or minimum page timing allowed by the client if greater than 100ms.(100ms-8000ms) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!20secs or maximum page timing allowed by the client if less than 20s. (1ms-20ms) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!40 or maximum subject field length allowed by the client if less than 40. (1-40) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Maximum message size (sending) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Maximum message size (receiving) &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====External Links====&lt;br /&gt;
* [http://www.openmobilealliance.org/Technical/release_program/mms_v1_3.aspx Multimedia Messaging Service 1.3] Open Mobile Alliance&lt;br /&gt;
*[http://www.openmobilealliance.org/Technical/release_program/docs/CopyrightClick.aspx?pck=ETS&amp;amp;file=OMA-ETS-MMS_CON-V1_3-20090518-C.pdf Enabler Test Specification for (Conformance) for MMS] &#039;&#039;Candidate Version 1.3 – 18 May 2009&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
**Mandatory test cases on page 232&amp;lt;br&amp;gt;&lt;br /&gt;
**ICS on page 232-235&amp;lt;br&amp;gt;&lt;br /&gt;
**IXIT on page 235-236&amp;lt;br&amp;gt;&lt;br /&gt;
**ICS/IXIT test cases on pages 236-243&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>94.237.86.79</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=User:Henkka/MMS&amp;diff=47991</id>
		<title>User:Henkka/MMS</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=User:Henkka/MMS&amp;diff=47991"/>
		<updated>2010-11-20T09:54:18Z</updated>

		<summary type="html">&lt;p&gt;94.237.86.79: /* fMMS IXIT (protocol implementation extra information) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====[[fMMS]] ICS (Implementation Conformance Specifications)====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;450&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 350px;&amp;quot; align=&amp;quot;center&amp;quot;| Feature &lt;br /&gt;
! [[fMMS]]&lt;br /&gt;
|-&lt;br /&gt;
!SMIL &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Portrait layout &lt;br /&gt;
|{{No}}&lt;br /&gt;
|-&lt;br /&gt;
!Landscape layout &lt;br /&gt;
|{{Yes}}&lt;br /&gt;
|-&lt;br /&gt;
!In-loop deblocking filter &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can set different page timings in SMIL presentation &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can set different page timings when media as video or audio is added to a page &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!UTF-8 encoding of Subject field  &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!US-ACII for text input &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!UTF-8 charset encoding sending/receiving &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!CAVLC entropy coding &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!UTF-16 encoding &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Text &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Image Basic &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class image Rich &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Video Basic &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Video Rich &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Megapixel &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Content Basic &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Content class Content Rich &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Client supports Postcard service &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Client supports Hyperlinks &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!AMR audio &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!video /3gpp &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!13k Audio &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!MPEG4 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!H.263 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Client support Huffmann code in JPEG &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!vCard &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!vCalendar &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Delivery report request &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Read reports request &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Display of Delivery Report &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can send/receive Read Reports as PDU &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can send Read-Reply reports &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!dur attribute is set according to media length in a slide &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!dur attribute can be set manually by the user &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Immediate retrieval mode &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Deferred Retrieval mode &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Rejected Retrieval mode &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Setting (relative) Expiry Time of a Forwarded message &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Forwarding without prior retrieval &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Interpreting Message-ID field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!DRM Forward Lock &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!DRM combined right delivery &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!DRM separate right delivery &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Date field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Generation of “Auto” class MM &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Relative expiry time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Absolute expiry time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Relative delivery time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Absolute delivery time &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Priority can be set to low &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Priority can be set to normal &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Priority can be set to high &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Subject field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!To field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Cc field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Cc field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Supports the Cancel transaction &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Continues functioning normally when unsupported or corrupt content is received &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Resubmission mode Free &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Resubmission mode Warning &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Resubmission mode Restricted &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Has access to a photo camera to take pictures and attach them in a MM &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Is able to resize a picture taken with a built in camera to fit to Core domain &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Supports MMS Templates &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Supports a wizard for templates &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Validates Template Documents &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Can set the X-Adaptation-Field &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!supports EXIF in JPEG files &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Support restricted MMS creation &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====[[fMMS]] IXIT (protocol implementation extra information)====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;450&amp;quot; &lt;br /&gt;
! style=&amp;quot;width: 350px;&amp;quot; scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot;| Feature&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; align=&amp;quot;center&amp;quot;| [[fMMS]]&lt;br /&gt;
|-&lt;br /&gt;
!10 or maximum number of pages allowed by the client if less than 10.(1-10) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!100ms or minimum page timing allowed by the client if greater than 100ms.(100ms-8000ms) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!20secs or maximum page timing allowed by the client if less than 20s. (1ms-20ms) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!40 or maximum subject field length allowed by the client if less than 40. (1-40) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Maximum message size (sending) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
!Maximum message size (receiving) &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====External Links====&lt;br /&gt;
*[http://www.openmobilealliance.org/Technical/release_program/docs/CopyrightClick.aspx?pck=ETS&amp;amp;file=OMA-ETS-MMS_CON-V1_3-20090518-C.pdf Enabler Test Specification for (Conformance) for MMS] &#039;&#039;Candidate Version 1.3 – 18 May 2009&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
**Mandatory test cases on page 232&amp;lt;br&amp;gt;&lt;br /&gt;
**ICS on page 232-235&amp;lt;br&amp;gt;&lt;br /&gt;
**IXIT on page 235-236&amp;lt;br&amp;gt;&lt;br /&gt;
**ICS/IXIT test cases on pages 236-243&amp;lt;br&amp;gt;&lt;br /&gt;
* [http://www.openmobilealliance.org/Technical/release_program/mms_v1_3.aspx Multimedia Messaging Service 1.3] Open Mobile Alliance&lt;/div&gt;</summary>
		<author><name>94.237.86.79</name></author>
	</entry>
</feed>