Samsung's SGH-D900 all complete with diagram

Introduction:

Samsung's SGH-D900 offers the latest in multimedia technology with premium slide-up design for business professionals. The 13mm slide-up is the thinnest slider ever designed.It is a stylish phone for all people.The handset comes in a anthracite coloured casing which has a stylish slide opening mechanism which reveals the phones easy to use keypad. The handset comes with a colourful TFT screen which measures 32 x 42 mm & can be viewed when the handset is in its closed or open position. The screen provides the user with a 240 x 320 pixel screen resolution & provides a bright & colourful display.

Hand set preview:



Features:
The Samsung D900 is a slide opening camera phone which comes with high quality user friendly features.See its main features.
General:
2G Network:GSM 900 / 1800 / 1900,Announced:2004, 4Q.Status:Available

Size:
Dimensions:93.5 x 45.7 x 23.5 mm,Weight:99 g

Display:
Type:TFT, 256K colors,Size:176 x 220 pixels

Ringtones:
Type:Polyphonic (64 channels), MP3.Amount:45 preset,Customization:Download, order now.Vibration:Yes
Memory:
Phonebook:1000 x 12 fields, Photo call.Call records:20 dialed, 20 received, 20 missed calls,Card slot:No.96 MB shared memory for photos, video, MMS, MP3 files,4 MB for Java,200 short messages,400 calendar events

Data:
GPRS:Class 10 (4+1/3+2 slots), 32 - 48 kbps,HSCSD:No,EDGE:Yes (in D500E version only),3G:No,WLAN:No,Bluetooth:Yes, v1.1,Infrared port:Yes,USB:Yes
Main Features:
Messaging:SMS, EMS, MMS, Email,Browser:WAP 2.0/xHTML,Games:3 + downloadable,Colors:Silver, Black.Camera:1.3 MP, 1280x1024 pixels, video, flash.
Other features:Java MIDP 2.0,MP3/MP4/AAC player,T9,SyncML,Organizer,Voice memo,Built-in handsfree.
Battery:
Standard battery:Li-Ion 800 mAh,Stand-by:Up to 300 h,Talk time:Up to 6 h 30 min,Standard battery, Li-Ion 1000 mAh,Stand-by:Up to 380 h,Talk time:Up to 8 h.

Featuring Video:



Problem:
1. JAMESGARRY:my screen is completely gone, i dnt want a new phone i just want this one to come on long enough to get all my info off, the buttons light up n i think the screens back light comes on so if i repair the screen will it work?

2.John:HOW DO I FIT A SCREEN TO THE SAMSUNG D900

3.JAMESRICHARD:pin lock on powering up forgot it help please
Solve:
Ans 1: try www.excelldirect.com see how complex it is or give it a try

Ans 2:to fit a screen on the samsung d900 is pretty difficult so i would reccomend going to a service centre or repair shop that will do it all for you. also replacing a screen at home will void your warranty where as if you take it to a store to do it will be covered by the stores warranty.

Ans 3:After 3 consecutive PIN input failures, will the phone prompt you for a PUK code. After imputing the PUK code wrong 10 times, will your SIM be COMPLETELY locked. It is advised that when your phone asks for the PUK code, you contact your carrier's Technical Support Department IMMEDIATELY.

###More Problem & solve: problems with bluetooth and pairing (Samsung E900 and MDA Vario )
Guest:
I am having some problems with pairing my mobile devices. I saw the btproximity monitor on the gentoo wiki and here on th forums and i thought it would be nice to install it on my machine to but i run into some problems.

First of all let me explain what i am using:

* Ubuntu Fiesty Fawn
* Samsung SGH-E900
* T-mobile MDA Vario
* Bluetooth USB dongle
The script didn't work so i tried the step by hand to see where things go wrong. Didn't take long to see that there was no connection being made. I first tried it on the samsung but didn't work at all. Then i tried it with the MDA (which gives responce) but this would also not work.

So let me explain what i did:

First i checked if my bluetooth was up and running:

Coding:
avdongen@Masahiro:~$ hciconfig
hci0: Type: USB
BD Address: 00:10:60:A9:10:28 ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN ISCAN
RX bytes:2841 acl:34 sco:0 events:105 errors:0
TX bytes:1226 acl:33 sco:0 commands:40 errors:0
When i try to search for my devices via hidd i get nothing..
Code:
avdongen@Masahiro:~$ sudo hidd --search
Password:
Searching ...
but when i search with the hcitool i find both my phones
Code:
avdongen@Masahiro:~$ sudo hcitool scan
Scanning ...
00:12:37:A7:C8:93 Avdongen
00:17:D5:59:F0:16 Sugoi
So my first guess is, there is something wrong when i use hidd so i continue to use hcitool. So next i try to connect to the one of the devices:
Code:
avdongen@Masahiro:~$ sudo hcitool cc 00:17:D5:59:F0:16
avdongen@Masahiro:~$ sudo hcitool cc 00:12:37:A7:C8:93
nothing.. no error, no warning on the either of the phones... so i try hidd to connect:
Code:
avdongen@Masahiro:~$ sudo hidd --connect 00:17:D5:59:F0:16
avdongen@Masahiro:~$ sudo hidd --connect 00:12:37:A7:C8:93
Can't connect: Connection reset by peer (104)
Finally some reaction, the Samsung doesn't do anything but the MDA asks me if my machine is allowed to connect and then asks me for a pin. I enter 1234 (this also the default in in my bluetooth config) but then i get the connection reset by peer error.
Some searching here on the forum and google suggest that this has something todo with the error:
Code:
avdongen@Masahiro:~$ hcid -n
hcid[5592]: Bluetooth HCI daemon
hcid[5592]: Could not become the primary owner of org.bluez
hcid[5592]: Unable to get on D-Bus
avdongen@Masahiro:~$
but there is no real solution to be found anywhere as far as i can see.
Does anyone have a clue whats wrong and how to fix this ?
Regards,
Adrian.
PS this is my hcid.conf
/etc/bluetooth/hcid.conf
Code:
#
# HCI daemon configuration file.
#

# HCId options
options {
# Automatically initialize new devices
autoinit yes;

# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;

# Pairing mode
# none - Pairing disabled
# multi - Allow pairing with already paired devices
# once - Pair once and deny successive attempts
pairing multi;

# Default PIN code for incoming connections
passkey "1234";

}

# Default settings for HCI devices
device {
# Local device name
# %d - device id
# %h - host name
name "%h-%d";

# Local device class
class 0x3e0100;

# Default packet type
#pkt_type DH1,DM1,HV1;

# Inquiry and Page scan
iscan enable; pscan enable;
discovto 0;

# Default link mode
# none - no specific policy
# accept - always accept incoming connections
# master - become master on incoming connections,
# deny role switch on outgoing connections
lm accept;

# Default link policy
# none - no specific policy
# rswitch - allow role switch
# hold - allow hold mode
# sniff - allow sniff mode
# park - allow park mode
lp rswitch,hold,sniff,park;
}

Unlock code video tutorial:

Coding:Samsung D900

Follow these steps to setup MXit on your Samsung D900

I: Get correct GPRS settings for your phone:

* CellC users: Dial *147#
* MTN users: Dial *123*13#
* Virgin Mobile users: Go to the Virgin Mobile menu on your phone and select "Virgin Settings". When prompted to download the settings, reply "YES".
* Vodacom users: Dial *111# (select option 4 or 5)
* International users: go to www.samsungmobile.com, select your country and follow the steps on the site on how to obtain your GPRS settings.

Once you receive the settings, save them and set them as your phone's default GPRS internet settings.

II: Make a change to your phone's default internet profile:

1. On your phone, go to "Menu" - "Browser" - "Profile settings"
2. Scroll to your default GPRS profile
3. Press "Options"
4. Select "Edit"
5. Scroll down to the "Proxy" setting
6. Select "Disable"
7. Save the GPRS profile
OR THIS MIGHT BE THE FOLLOWING ON YOUR PHONE:

1. On your phone, go to "Menu" - "Settings" - "Connection settings"
2. Scroll down to your phone's default internet profile
3. Press "Options"
4. Select "Edit"
5. Scroll down to the "Proxy" setting
6. Select "Disable"
7. Save the GPRS profile.

III: Download MXit:
1. On your phone, go to "Menu" - "Browser" - "Go to URL" (or this could be "Menu" - "Funbox" - "WAP Browser" - "Go to URL" on your phone)
2. Enter the following URL: http://www.mxit.com/wap
3. Press "OK"
4. Follow the on-screen steps to download the version of MXit for the Samsung D900

IV: Start using MXit:

1. On your phone, go to "Menu" - "Applications" - "Java World" (or this could be "Menu" - "Funbox" on your phone)
2. Select MXit (you will then see the MXit welcome screen)
3. "Register":" or "Login":
* If you have never registered on MXit using your current number, select the "Register" option.
* If you have already registered on MXit using your current number, select the "Login" option.

4. Enter your personal details (please ensure that you enter a completely numerical PIN in the PIN field)
5. Select "Accept"

Diagram:




0 comments:

Post a Comment

 
Mobile Phones Blog | Features,Concepts,Applications and Prices © 2012 | Designed by Cheap TVS, in collaboration with Vegan Breakfast, Royalty Free Images and Live Cricket Score