Editing Nokia N950

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 3: Line 3:
|text=Attention, this page is UNDER CONSTRUCTION and still holds many incorrect facts copied over from N900 template. This warning will get removed once all those incorrect copies are corrected or cleaned out}}
|text=Attention, this page is UNDER CONSTRUCTION and still holds many incorrect facts copied over from N900 template. This warning will get removed once all those incorrect copies are corrected or cleaned out}}
-
The [[Nokia N950|N950]] is the second [[Maemo]] / [[Harmattan]] device which can be used as a phone. It is a development platform for the [[Nokia N9]].
+
This is a quick outline of a page, as I'm filling it in.
 +
The [[Nokia N950|N950]] is the second [[Maemo]] device which can be used as a phone. It is meant for development for [[Nokia N9|target platform N9]] under maemo-6 harmattan recently renamed to meego-harmattan, though the core OS still is maemo based and unrelated to http://www.meego.com aka meego-meego aka meego_proper, nevertheless several APIs and the UX try to approach the meego_proper appearance.
 +
 
 +
Nokia seems to refer to this device as N9-devkit: https://www.developer.nokia.com/Devices/MeeGo/#article2  http://www.engadget.com/photos/nokia-n950-press-shots/#4243171
It is only available to developers, and not as a consumer product.
It is only available to developers, and not as a consumer product.
It shares much hardware with the [[Nokia N9|N9]], with the notable differences that the display is TFT, not OLED, and there is a hardware keyboard.
It shares much hardware with the [[Nokia N9|N9]], with the notable differences that the display is TFT, not OLED, and there is a hardware keyboard.
 +
[[Image:N950.jpg|frame|center|alt=Photo of N950 with open keyboard. From http://twitpic.com/5enaym|Nokia N950]]
[[Image:N950.jpg|frame|center|alt=Photo of N950 with open keyboard. From http://twitpic.com/5enaym|Nokia N950]]
Line 13: Line 17:
=Hardware=
=Hardware=
==N9/950 differences==
==N9/950 differences==
 +
{{fixme:Make into nice table of differences}}
{|
{|
|Feature
|Feature
Line 19: Line 24:
|-
|-
|Size
|Size
-
|Larger, Aluminium case.  
+
|Larger, Aluminium case.
-
124 x 60 x 14 mm
+
|Smaller, Polycarbonate one-part case.
|Smaller, Polycarbonate one-part case.
-
116.5 x 61.2 x 12.1 mm
 
|-
|-
|Input devices
|Input devices
Line 29: Line 32:
|-
|-
|Display (854*480)
|Display (854*480)
-
|4" TFT, AU Optronics, (864x480 limited by software to 854x480)
+
|4" TFT
-
|3.9" AMOLED, Samsung or LG
+
|3.9" AMOLED  
|-
|-
|Camera
|Camera
-
|12MP (Toshiba HES7 Series)
+
|8MP
|8MP Carl Zeiss
|8MP Carl Zeiss
|-
|-
Line 42: Line 45:
|Bluetooth
|Bluetooth
|2.1+EDR
|2.1+EDR
-
|2.1+EDR
+
|4
|-
|-
|NFC
|NFC
Line 53: Line 56:
|-
|-
|Battery
|Battery
-
|1200mAh, 1320mAh or 1400mAh
+
|1320mAh
|1450mAh
|1450mAh
|}
|}
Line 60: Line 63:
Due to the use of different display technologies, on the N9, developers should avoid one pixel width fonts(?) and graphical objects with lines one pixel wide. Also avoid the extensive use of bright colors, especially white, when developing for OLED displays as this increases the power consumption (typical for OLED displays). See [http://en.wikipedia.org/wiki/PenTile_Matrix_Family this page on common OLED pixel arrangements for more info]
Due to the use of different display technologies, on the N9, developers should avoid one pixel width fonts(?) and graphical objects with lines one pixel wide. Also avoid the extensive use of bright colors, especially white, when developing for OLED displays as this increases the power consumption (typical for OLED displays). See [http://en.wikipedia.org/wiki/PenTile_Matrix_Family this page on common OLED pixel arrangements for more info]
-
 
-
==Display==
 
-
N950 has 4" (480 x 864, limited by software to 480x854) TFT display created by AU Optronics.
 
-
More data:
 
-
 
-
{|
 
-
|Model
 
-
|H397VN01
 
-
|-
 
-
|Size
 
-
|3.97"
 
-
|-
 
-
|Display Type
 
-
|Transmissive
 
-
|-
 
-
|Resolution (pixel)
 
-
|480 R.G.B x 864
 
-
|-
 
-
|Active Area (mm)
 
-
|88.128 x 48.96
 
-
|-
 
-
|Pixel Pitch (mm)
 
-
|0.120
 
-
|-
 
-
|Viewing Angle (U/D/L/R)(CR>10)
 
-
|80 / 80 / 80 / 80
 
-
|-
 
-
|Number of Colors
 
-
|16.7M
 
-
|-
 
-
|Brightness (cd / m²)
 
-
|400
 
-
|-
 
-
|Contrast Ratio
 
-
|800 : 1
 
-
|-
 
-
|Interface
 
-
|MIPI DSI
 
-
|-
 
-
|}
 
-
 
==Features==
==Features==
-
===Accelerometer: LIS3LV02DL===
+
===Accelerometer===
-
 
+
-
Sysfs attributes under /sys/devices/platform/lis3lv02d/:
+
-
 
+
-
* position - 3D position that the accelerometer reports. Format: "(x,y,z)"
+
-
* rate - read reports the sampling rate of the accelerometer device in HZ.
+
-
* write changes sampling rate of the accelerometer device.
+
-
Only values which are supported by HW are accepted.
+
-
 
+
-
* selftest - performs selftest for the chip as specified by chip manufacturer.
+
-
 
+
-
By default output values are scaled between -32768 .. 32767
+
-
 
+
-
===="freefall" device====
+
-
 
+
-
It supports blocking operations, poll/select and fasync operation modes.
+
-
 
+
-
You must read 1 bytes from the device.  The result is number of free-fall
+
-
interrupts since the last successful read (or 255 if number of interrupts would not fit).
+
-
 
+
-
====Readout====
+
-
 
+
-
Readout from /sys/devices/platform/lis3lv02d/:
+
-
 
+
-
platform:lis3lv02d
+
-
 
+
-
position: (-36,54,1044)
+
-
 
+
-
rate: 100
+
-
 
+
-
selftest: OK -23 23 22
+
-
 
+
-
thres1: 8
+
-
 
+
-
thres2: 10
+
-
 
+
-
uevent: MODALIAS=platform:lis3lv02d
+
-
 
+
-
Readout from /devices/platform/lis3lv02d/input/input7
+
-
 
+
-
max: 2000
+
-
 
+
-
min: 0
+
-
 
+
-
modalias: input:b0019v0000p0000e0000-e0,1,3,k133,134,135,ra0,1,2,mlsfw
+
-
 
+
-
name: ST LIS3LV02DL Accelerometer
+
-
 
+
-
phys: lis3lv02d/input0
+
-
 
+
-
poll: 200
+
-
 
+
-
uevent:
+
-
 
+
-
PRODUCT=19/0/0/0
+
-
 
+
-
NAME=”ST LIS3LV02DL Accelerometer”
+
-
 
+
-
PHYS=”lis3lv02d/input0″
+
-
 
+
-
EV==b
+
-
 
+
-
KEY==380000 0 0 0 0 0 0 0 0 0
+
-
 
+
-
ABS==7
+
-
 
+
-
MODALIAS=input:b0019v0000p0000e0000-e0,1,3,k133,134,135,ra0,1,2,mlsfw
+
-
+
-
Readout from /sys/devices/platform/lis3lv02d/input/input7/id
+
-
 
+
-
bustype: 0019
+
-
 
+
-
product: 0000
+
-
vendor: 0000
+
-
version: 0000
+
===Compass===
===Compass===
-
 
===Battery===
===Battery===
-
N950 has BL-4D (1200mAh) or BV-4D (1320 or 1400 mAh) battery.
 
===Front Camera===
===Front Camera===
-
The N950 has a front-facing camera in the top right corner (portrait mode) of the display.
+
The N950 has a front-facing camera in the top right corner of the display.
-
 
+
===Main camera===
===Main camera===
Line 198: Line 83:
|-
|-
|Capture Resolutions
|Capture Resolutions
-
|12MP (reduced by Camera application to 8MP)
+
|8MP
|-
|-
|Flash
|Flash
-
|dual LED
+
|
|-
|-
|Lens
|Lens
-
|non-Zeiss f/2.2, 2.8mm focal length, 10cm to inf. focus
+
|
|-
|-
|Physical Features
|Physical Features
-
|Resolution 4016 x 3016 px still, 1280 x 720 px 30fps video
+
|
|-
|-
|Sensor  
|Sensor  
-
|CMOS
+
|
|-
|-
|Zoom
|Zoom
-
|4x digital
+
|
|-
|-
|
|
|}
|}
-
===Video Camera===
 
 +
====Camera Application====
 +
 +
 +
{| class="wikitable"
 +
|+ Camera application functionality
 +
|-
 +
! Feature
 +
! Capability
 +
|-
 +
|Capture Modes
 +
|
 +
|-
 +
|
 +
|
 +
|-
 +
|Exposure Options
 +
|
 +
|-
 +
|Flash Mode
 +
|
 +
|-
 +
|
 +
|}
 +
 +
===Camera Video===
 +
 +
{| class="wikitable"
 +
|+ Video camera functionality
 +
|-
 +
! Feature
 +
! Capability
 +
|-
 +
|Features
 +
|4X digital video zoom, autofocus, enable/disable microphone
 +
|-
 +
|Video Formats
 +
|MPEG-4 Video
 +
|-
 +
|Video Modes
 +
|Automatic Video, Night Video
 +
|-
 +
|Video Resolutions
 +
|WVGA: 848x480 (16:9) @ 25 fps, VGA: 640x480 (4:3) @ 25 fps, QVGA: 320x240 (4:3) @ 25 fps
 +
|-
 +
|White Balance
 +
|Automatic, Sunny, Cloudy, Tungsten, Fluorescent
 +
|}
===Connectivity===
===Connectivity===
Line 229: Line 160:
! Feature
! Feature
! Capability
! Capability
-
 
+
|-
 +
|Audio/Video Out
 +
|Nokia AV 3.5 mm inc. TV Out (included cable [http://europe.nokia.com/find-products/accessories/all-accessories/memory-cards-and-cables/cables/nokia-cable-ca-75u CA-75U])
|-
|-
|Bluetooth
|Bluetooth
-
|Bluetooth version 2.1+EDR
+
|
|-
|-
|GSM  
|GSM  
-
|Quad-band <s>EDGE</s> 850/900/1800/1900
+
|Quad-band EDGE 850/900/1800/1900
 +
|-
 +
|GPS
 +
|A-GPS, GPS receiver, Network Positioning
 +
|-
 +
|[http://www.flickr.com/photos/rafeblandford/4035032557/ Infra Red Port]
 +
|Community support of [[:wikipedia:Consumer_IR|CIR]] from [http://irreco.garage.maemo.org/ Irrecco project]
|-
|-
|WCDMA
|WCDMA
-
|penta-band WCDMA 850/900/1700/1900/2100 MHz
+
|900/1700/2100 MHz, Tmobile 2100 Mhz, U.S only
-
|-
+
-
|GPS (Broadcom BCM4751)
+
-
|A-GPS; GPS, SBAS and QZSS satellites at L1 frequency band; Network Positioning
+
|-
|-
|[http://www.flickr.com/photos/rafeblandford/4035785032/in/photostream/ Micro USB]  
|[http://www.flickr.com/photos/rafeblandford/4035785032/in/photostream/ Micro USB]  
Line 247: Line 183:
|-
|-
|WiFi
|WiFi
-
|802.11 b/g/n (with flaws) :WEP, WPA, WPA2 (AES/TKIP), UPnP, DLNA Certification
+
|802.11 b/g :WEP, WPA, WPA2 (AES/TKIP), UPnP, DLNA Certification
|}
|}
===Memory===
===Memory===
 +
 +
{{main|N900 filesystem}}
{| class="wikitable"
{| class="wikitable"
Line 256: Line 194:
|-
|-
|System memory  
|System memory  
-
|1GB true RAM
+
|512MB
|}
|}
-
=Software=
+
===Detailed Hardware information===
-
 
+
-
The OS is maemo-6, codenamed Meego-[[Harmattan]]. The core OS still is maemo based and unrelated to http://www.meego.com/ though APIs and the UX are in some cases similar to meego_proper.
+
-
 
+
-
Nokia seems to refer to this device as N9-devkit: https://www.developer.nokia.com/Devices/MeeGo/#article2  http://www.engadget.com/photos/nokia-n950-press-shots/#4243171
+
-
Based on  https://www.developer.nokia.com/Devices/Device_specifications/N9/ and http://www.developer.nokia.com/dp?uri=http://sw.nokia.com/id/3744886f-69c1-4544-8ad3-72b352b4a832/Nokia_N950_OneClickFlashers_Release_Notes
+
{{main|N900 Hardware Subsystems}}
-
= More =
+
== Further reading ==
-
- http://wiki.maemo.org/Category:Harmattan
+
See also the following articles
-
- https://talk.maemo.org/showthread.php?p=1575975#post1575975
 
-
[[Category:Devices]]
 
[[Category:N950]]
[[Category:N950]]
[[Category:N950 Hardware]]
[[Category:N950 Hardware]]
-
[[Category:Harmattan]]
 
-
[[Category:N9]]
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: