On Mon, 4 Feb 2002, Svetoslav wrote:
>
> this relates to my previous question. The URL below shows the screen
> resolutions and the number of characters and lines that can be
> displayed on LCD displays of phones before the 503i series came out.
> http://discuss.mobilemediajapan.com/imodefaq/q5/index
> Anything similar to this but concerning the 503i, FOMA and above
Taken from:
http://www.appelsiini.net/keitai-l/code/iua/Imode_User_Agent.phps
should be pretty self explanatory.
"F503i" => array (
"imagewidth" => 120, "imageheight" => 130,
"textwidth" => 10, "textheight" => 10,
"colour" => IMODE_COLOUR_256,
"imageformats"=> array("gif")
),
"F503iS" => array (
"imagewidth" => 120, "imageheight" => 130,
"textwidth" => 12, "textheight" => 12,
"colour" => IMODE_COLOUR_4096,
"imageformats"=> array("gif")
),
"P503i" => array (
"imagewidth" => 120, "imageheight" => 130,
"textwidth" => 12, "textheight" => 10,
"colour" => IMODE_COLOUR_256,
"imageformats"=> array("gif")
),
"P503iS" => array (
"imagewidth" => 120, "imageheight" => 130,
"textwidth" => 12, "textheight" => 10,
"colour" => IMODE_COLOUR_256,
"imageformats"=> array("gif")
),
"SO503i" => array (
"imagewidth" => 120, "imageheight" => 113,
"textwidth" => 8.5, "textheight" => 7,
"colour" => IMODE_COLOUR_65536,
"imageformats"=> array("gif")
),
"D503i" => array (
"imagewidth" => 132, "imageheight" => 126,
"textwidth" => 8, "textheight" => 7,
"colour" => IMODE_COLOUR_4096,
"imageformats"=> array("gif")
),
"N503i" => array (
"imagewidth" => 118, "imageheight" => 128,
"textwidth" => 10, "textheight" => 10,
"colour" => IMODE_COLOUR_4096,
"imageformats"=> array("gif", "jpg")
),
"N503iS" => array (
"imagewidth" => 118, "imageheight" => 128,
"textwidth" => 10, "textheight" => 10,
"colour" => IMODE_COLOUR_4096,
"imageformats"=> array("gif", "jpg")
),
--
Mika Tuupola http://www.appelsiini.net/~tuupola/
Received on Mon Feb 4 21:14:56 2002