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 1: Line 1:
-
{{ambox
+
This is a quick outline of a page, as I'm filling it in.
-
|type=warning
+
The [[Nokia N950|N950]] is the second [[Maemo]] device which can be used as a phone.  
-
|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]].
+
-
 
+
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|Nokia N950]]
 +
 
 +
==Features==
 +
 
 +
===Accelerometer===
 +
 
 +
===Compass===
 +
 
 +
===Battery===
 +
 
 +
===Camera Stills===
 +
Some features are only available with the [[Maemo 5/Latest Version|latest firmware]].
-
=Hardware=
+
{| class="wikitable"
-
==N9/950 differences==
+
|+ Still camera functionality
-
{|
+
-
|Feature
+
-
|N950
+
-
|N9
+
|-
|-
-
|Size
+
! Feature
-
|Larger, Aluminium case.
+
! Capability
-
124 x 60 x 14 mm
+
-
|Smaller, Polycarbonate one-part case.
+
-
116.5 x 61.2 x 12.1 mm
+
|-
|-
-
|Input devices
+
|Capture Resolutions
-
|Slide-out keyboard
+
|?
-
|Touchscreen only
+
|-
|-
-
|Display (854*480)
+
|Flash
-
|4" TFT, AU Optronics, (864x480 limited by software to 854x480)
+
|Dual LED
-
|3.9" AMOLED, Samsung or LG
+
|-
|-
-
|Camera
+
|Lens
-
|12MP (Toshiba HES7 Series)
+
|
-
|8MP Carl Zeiss
+
|-
|-
-
|Front Camera (identical)
+
|Physical Features
-
|Top right
+
|
-
|Bottom Right
+
|-
|-
-
|Bluetooth
+
|Sensor
-
|2.1+EDR
+
|
-
|2.1+EDR
+
|-
|-
-
|NFC
+
|Zoom
-
|No
+
|
-
|Yes
+
|-
|-
-
|Compass and Accelerometer
+
|
-
|Less Sensitive
+
-
|More Sensitive
+
-
|-
+
-
|Battery
+
-
|1200mAh, 1320mAh or 1400mAh
+
-
|1450mAh
+
|}
|}
 +
Sample pictures are available from the [http://www.flickr.com/groups/1184299@N24/ Flickr N900 Group].
 +
====Camera Application====
-
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]
+
This application only works in Landscape
-
==Display==
+
{| class="wikitable"
-
N950 has 4" (480 x 864, limited by software to 480x854) TFT display created by AU Optronics.
+
|+ Camera application functionality
-
More data:
+
-
 
+
-
{|
+
-
|Model
+
-
|H397VN01
+
|-
|-
-
|Size
+
! Feature
-
|3.97"
+
! Capability
-
|-
+
-
|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
+
|Capture Modes
-
|16.7M
+
|Automatic, Night, Macro, Landscape, Portrait, Action
|-
|-
-
|Brightness (cd / m²)
+
|Edit Options
-
|400
+
|Crop, Rotate
|-
|-
-
|Contrast Ratio
+
|Exposure Options
-
|800 : 1
+
|Automatic, ISO 100, 200, 400
|-
|-
-
|Interface
+
|Flash Mode
-
|MIPI DSI
+
|Automatic, Red Eye reduction, Always Off, Always On
|-
|-
 +
|White Balance
 +
|Automatic, Sunny, Cloudy, Tungsten, Fluorescent
|}
|}
-
 
+
===Camera Video===
-
==Features==
+
-
 
+
-
===Accelerometer: LIS3LV02DL===
+
-
 
+
-
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===
+
-
 
+
-
 
+
-
===Battery===
+
-
N950 has BL-4D (1200mAh) or BV-4D (1320 or 1400 mAh) battery.
+
-
 
+
-
===Front Camera===
+
-
The N950 has a front-facing camera in the top right corner (portrait mode) of the display.
+
-
 
+
-
===Main camera===
+
{| class="wikitable"
{| class="wikitable"
-
|+ Still camera functionality
+
|+ Video camera functionality
|-
|-
! Feature
! Feature
! Capability
! Capability
|-
|-
-
|Capture Resolutions
+
|Features
-
|12MP (reduced by Camera application to 8MP)
+
|4X digital video zoom, autofocus, enable/disable microphone
|-
|-
-
|Flash
+
|Video Formats
-
|dual LED
+
|MPEG-4 Video
|-
|-
-
|Lens
+
|Video Modes
-
|non-Zeiss f/2.2, 2.8mm focal length, 10cm to inf. focus
+
|Automatic Video, Night Video
|-
|-
-
|Physical Features
+
|Video Resolutions
-
|Resolution 4016 x 3016 px still, 1280 x 720 px 30fps video
+
|WVGA: 848x480 (16:9) @ 25 fps, VGA: 640x480 (4:3) @ 25 fps, QVGA: 320x240 (4:3) @ 25 fps
|-
|-
-
|Sensor
+
|White Balance
-
|CMOS
+
|Automatic, Sunny, Cloudy, Tungsten, Fluorescent
-
|-
+
-
|Zoom
+
-
|4x digital
+
-
|-
+
-
|
+
|}
|}
-
 
-
===Video Camera===
 
-
 
-
 
===Connectivity===
===Connectivity===
Line 229: Line 104:
! 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
|-
|-
-
|WCDMA
+
|GPS
-
|penta-band WCDMA 850/900/1700/1900/2100 MHz
+
|A-GPS, GPS receiver, Network Positioning
|-
|-
-
|GPS (Broadcom BCM4751)
+
|[http://www.flickr.com/photos/rafeblandford/4035032557/ Infra Red Port]
-
|A-GPS; GPS, SBAS and QZSS satellites at L1 frequency band; Network Positioning
+
|Community support of [[:wikipedia:Consumer_IR|CIR]] from [http://irreco.garage.maemo.org/ Irrecco project]
 +
|-
 +
|WCDMA
 +
|900/1700/2100 MHz, Tmobile 2100 Mhz, U.S only
|-
|-
|[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 127:
|-
|-
|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"
|+ Memory specification
|+ Memory specification
 +
|-
 +
! Feature
 +
! Capability
 +
|-
 +
|Application memory
 +
|1.93 GB see the page on [[Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing/Installing_under_opt_and_MyDocs|using /opt for applications]]
 +
|-
 +
|Expandable memory
 +
|[http://www.flickr.com/photos/rafeblandford/4035762146/sizes/m/ Micro SD slot] for up-to 16 GB additional
 +
|-
 +
|Internal storage
 +
|Maximum built in user storage 32 GB
|-
|-
|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: