pairing code required for headset - General Accessories

Hi All
can anybody please tell me the standard pairing code fore a Nokia HDW2 headset
all the other sets ive had used 0000 but this one appears different.
TIA
The Pilgrim

Mine came with it's own code in the box. Have a look in there...

Some headsets just wont work, I have a sony ericcson, the code is 0000 but the xda 2 insists it isnt correct, there is an incompatability issue. I dont know if others have got your particular headset working with the xda 2. There is also a procedure to reset the headset to the default code, this will be in the manual somewhere.

Thanks for the replys everyone
unfortunatley the headset was given to me without a box or manual.
i have tried 0000 without sucess. if there is an individual code for each headset as NinjaDonkey suggests i think im stuffed.
thanks again
Regards
The Pilgrim

Maybe ninjadonkey will let you know the code that came with his unit.

found this on another forum
goto google
type in "Nokia HDW2 headset"
press search
try using 0000 , if this doesnt do it , remove the battery cover , and lift up the battery , under the battery it should be a 4 digit number thats your code . . . but first try 0000 , hope this helps . . . cheers !!!
Click to expand...
Click to collapse

Related

How to determine which cell you're in?

Hi,
I'm new to the forum but have been watching the progress of the XDA Developers for quite some time now with great interest.
I saw something last night which I would like on my XDA. A friend of mine showed me his new Nokia 7xxx. He had a little java app called miniGPRS. Basically, it tells you which cell you're currently in and alerts you when you change cells. You can also setup events depending on leaving/entering a cell. For example, switch phone to vibrate when entering your local cinema. Or as he said, getting the phone to welcome you home with a message or WAV, just in case you forgot where you are
Does anone know how to read the cell id using eVB?
I'm also looking at mapping the Cell_ID's to locations in Ireland as O2 don't like giving this information out.
Any info would be appreciated
Regards
Keith Burke 8)
Ireland
Cell ID
Dear all,
The cell id can be found easely. i'll post a VB.NET code that enables u to find out which cell u r using and the location area code ...
I'll try to post the code as soon as possible maybe this weekend ...
Nice one Hady
Regards
Keith Burke
Ireland
Re: Cell ID
Hady said:
The cell id can be found easely. i'll post a VB.NET code that enables u to find out which cell u r using and the location area code ...
I'll try to post the code as soon as possible maybe this weekend ...
Click to expand...
Click to collapse
Alright!
How? Through RIL? Talking directly to the modem? I thought the transmission of location area code wasn't standardized between providers (It's a cell-broadcast in some places).
Anyway: good news: please post as soon as you find the time!
I think I found out how:
at+creg=2 -> set gsm to report location + cellid
at+creg? -> answers "+CREG: 2, 1, 00CB, 3F5F"
where 3f5f is the hex cell id.
XDA developer Itsme said:
I think I found out how:
Click to expand...
Click to collapse
YES!
Now the questions is how do we get this info without turning off TAPI and disabling the phone all the time? Is there a way to keep this reporting going, just like it gets the battery and signal status all the time?
Hady: did you use the same method, or something else?
in the ril patent, I see that 'RIL_GetRegistrationStatus' calls at+creg.
and so should 'RIL_GetCellTowerInfo' but looking at rilgsm.dll, it is
not implemented.
I have also tried to find a generic cmd-request function in the ril api,
( and rilgsm.dll - which implements all the ioctls, called by ril.dll )
but cannot find one.
XDA developer Itsme said:
I think I found out how:
at+creg=2 -> set gsm to report location + cellid
at+creg? -> answers "+CREG: 2, 1, 00CB, 3F5F"
where 3f5f is the hex cell id.
Click to expand...
Click to collapse
I'm using [trying] eVB and the Comm Control to try the same but to no avail. Itsme, could you let me know how you are sending the AT commands to the modem?
Regards
Keith Burke
Ireland
XDA developer Itsme wrote:
I think I found out how:
at+creg=2 -> set gsm to report location + cellid
at+creg? -> answers "+CREG: 2, 1, 00CB, 3F5F"
where 3f5f is the hex cell id.
Click to expand...
Click to collapse
What ROM would that be using please?
Thanks
You can use either wmodem + serial cable, or 'dualser' from the bootloader.
If you take a look at xdaunlock you'll see how to send AT commands to the GSM programatically
with wmodem, and the xdaunlock method you will need the qtek 3.17, or xdadev SER.
I tried it on both radio 4.06 and 4.16.
Re: Cell ID
Hady said:
Dear all,
The cell id can be found easely. i'll post a VB.NET code that enables u to find out which cell u r using and the location area code ...
I'll try to post the code as soon as possible maybe this weekend ...
Click to expand...
Click to collapse
Hady,
Any sign of that vb.net code? Not really puching you, but I'd really like to get a start on my little app.
Regards
Keith Burke
Ireland
cell id
sorry guys for the delay but i had no time to publish the code.
anyways justy dop the following rather than waiting:
start TraceLogger (\windows\tracelogger)
the password is: htc
then go to G23
select MMI + event and click start
now use tracelogviewer provided by the xda devbelopers
u should get the +CSQ something.
well don't get depressed just keep looking at the output and u'll see the cell id and the location area code whenever your mobile changes cells ...
if u don't see any, just drive a few blocks and u'll notice the cell id and location area code pupping on your screen whenever your mobile uses a different cell.
i can tell you another trick to find out your current cell id, just do the following:
1- turn off your GSM
2- run TraceLogger with thye same commands as above but don't click strat
3- turn on your gsm, wait 3 seconds and then click start on TraceLogger
4- go to tracelogviewer and u'll see your current cell id with all checkings and notifications of the GSM modem ...
Best Regards guys
Fill me with updates
Hady
Lebanon
Hi,every one
I meet a problem,please help me:
I have a PDA which is installed inside a radio module, called ET180 with
pocket PC 2002 OS, I do not know how to send AT command to radio module in program, I am using EVB or EVC for coding.
If outside radio module is connect to PC by serial port, I can send command to serial port. but on ET180, I do not know how the radio module is connected.
Do you know is there a RIL(radio interface layer) function that can send command, and How? or any other way?
Thanks
XDA developer Itsme said:
I think I found out how:
at+creg=2 -> set gsm to report location + cellid
at+creg? -> answers "+CREG: 2, 1, 00CB, 3F5F"
where 3f5f is the hex cell id.
Click to expand...
Click to collapse
In fact, there's one thing I don't really get.
You see sometimes you have to setup the phone (e.g. with my XDA) to listen for cell broadcast channel 050 in order to get cell/station id. How does this relate to the +CREG command?
pigeon said:
In fact, there's one thing I don't really get.
You see sometimes you have to setup the phone (e.g. with my XDA) to listen for cell broadcast channel 050 in order to get cell/station id. How does this relate to the +CREG command?
Click to expand...
Click to collapse
This only works if you cellular provider sticks the cell info in a broadcast message, which some providers do. There's no standard for this. In Germany, VIAG Interkom (now O2-DE) even used to broadcast the geographical coordinates of the cell in a channel. (Using their local geocoordinate system Gauss-Krueger, I think it was called).
No clue if this still happens (I would guess not: they'd rather sell that information than give it away...)
XDA developer Peter Poelman said:
... In Germany, VIAG Interkom (now O2-DE) even used to broadcast the geographical coordinates of the cell in a channel. (Using their local geocoordinate system Gauss-Krueger, I think it was called).
No clue if this still happens (I would guess not: they'd rather sell that information than give it away...)
Click to expand...
Click to collapse
Yes it still happens that they transmit the coordinates. But it is anoying that you are geting them as SMS.
:wink: Greetings,
Kaputter
Kaputter said:
Yes it still happens that they transmit the coordinates. But it is anoying that you are geting them as SMS.
Click to expand...
Click to collapse
You could use tstril and get the messages from the RIL layer, I guess.
XDA developer Peter Poelman said:
This only works if you cellular provider sticks the cell info in a broadcast message, which some providers do. There's no standard for this.
Click to expand...
Click to collapse
I see... so for the channel broadcast, do I have to explicitly tell tell the network to broadcast messages to me (with AT commands or something)?
Right, here's something I might ask on this thread as well then.
My friend told me with his old nokia mobile phone, you can switch it into some sort of internal debugging or engineering mode, called NetMon.
http://nokia.crazy.cz/monitore.php
The phone will give you a lot of details like signal shown in dB, a list of nearest stations, also distance from the stations/cells, etc.
Now except the signal strength which is pretty common, do these all sound like phone specific? Or it would be another non-standard information that the provider somehow provide using cell broadcast messages? I've checked roughly in the GSM AT command specs and I don't think there's anything close.
Thanks.
pigeon said:
[Nokia monitor mode...]
Now except the signal strength which is pretty common, do these all sound like phone specific? Or it would be another non-standard information that the provider somehow provide using cell broadcast messages? I've checked roughly in the GSM AT command specs and I don't think there's anything close.
Click to expand...
Click to collapse
Oh my, as soon as we'd have lots of spare time, we'd know what to do. Get our own code to run on the phone while it's in operation, and start dumping the RAM of a running phone. This would probably almost immediately yield all sorts of interesting information. CellIDs, signal strengths of loudest neighbour cells. Timing advances (i.e. speed-of-light measurement of distance to current serving tower), crypto algorithm (and possibly even keys) and (with some more work...) the activity on the control channel, the paging of other phones and whatever else all goes through there. Fun, fun, fun...
Hehe...
So what you mean is, in theory any mobile phone should have information about all those things? (Sorry if I'm not really only talking about XDA here)

Jabra BT800 fix, MAYBE

Try this???? Came with my new I-Mate PDA2 extended rom.
This may only work on the Alpine and it may mess up your Himalaya or any other device...
USE AT YOUR OWN RISK AND DO NOT COME *****IN TO ME IF YOU BREAK YOUR PHONE! :twisted: :evil: :shock:
I installed this thinking that maybe it would show the NAMES on the Caller ID display.
Instead, now it doesn't show ANYTHING - Not even the number.
I have a Blue Angel device, if that helps.
Thanks,
IceCream
bt800
If you are geting caller ID only on your device, consider your self lucky. You need no fix.
On the Himalaya, you need 2.20 and Hands Free mode just to make it work a little! :twisted:
Names will never be displayed unless Jabra updates the firmware.
I tested it out all day and found one nice thing..
When you press the button to answer a call, it ACTUALLY DOES.
Only had to press it one time, as well.
Now I am torn between having the number display, or having the answer "feature" work. ;-)
-IceCream
On the Blue Angle, is it a MS stack or Broadcomm?
If MS, the update fix will not work. If Broadcomm, it may.. The I-mate pda2 uses Broadcomm.
If you have MS stack, you need to pair in Hands Free mode. Headset mode will not work, it will give you a LONG delay befor it answers and NO caller ID.
On the Himalaya, the BT800 only works under the 2.20 Translated ROM.. NOT 2.02 or 2.06. On the 2005, it works fine.
However, I have not tried the "fix" from I-mate for the PDA2 on the 2.20 or 2.06 or 2.02. The 2.02 or 2.06 will never work because the Hands Free Profile does not work right. The mic does not work with 2.02 or 2.06 and it has a stero affect from the speaker and mic still working on the phone.. (only sound on the device of the BT800 or any other device)
icecreamguys said:
I tested it out all day and found one nice thing..
When you press the button to answer a call, it ACTUALLY DOES.
Only had to press it one time, as well.
Now I am torn between having the number display, or having the answer "feature" work. ;-)
-IceCream
Click to expand...
Click to collapse
BTW, you are deleting it from both the device and the phone, and rebooting BOTH, and then re-pairing it, right?
BTW, you are deleting it from both the device and the phone, and rebooting BOTH, and then re-pairing it, right?
Click to expand...
Click to collapse
Yes, I did.
Thanks,
IceCream
Hi guys!
As wrote before in many other threads....caller id function in my Jabra 800 works as you described (only number but not name). Truthfully I can live without it....but the main problem is that it takes about 4 or 5 times to press answering button before I can hear my opponent. Also it takes about 2 seconds to conect.
That's really my biggest problem.
So, I wonder if this fix file can help me.
I have Qtek 9090 with Dangard rom 1.40.147 and 1.12 radio (bt 3900).
Please help, cause don't want to litter my PDA with unnecessary fix cabs.
Many thanks.
Leo.
As with all testing, use sprite back up or sunnysoft back up before you try anything. If it does not work, REWIND!!! :lol: :lol: :lol: 8)
Same situation here.
Repeat: use Qtek 9090 with Dangaard ROM 1.40.157
BT 3900, Jabra BT 800. Used this cab. Nothing broked. :lol:
But, now answering option works fine, exept - I can't here number on the BT device :lol:
Really cool :lol:
So, best way to wait for new cab fix, which will help to see number on the Jabra's screen.
:lol:
Anyway thanks.
You are MAN!
Sorry, tested little bit more and found out that Fix cab didn't help.
Now also I can't here numbers. :evil:
Anyway, today I'm going to reflash PDA with new ROM.
Hope that Jabra customer service will actually help us.
:?

dual sim for uni?

hi guys
i'm loking for a dual sim that works with the usim "3" ,i have just try to find some thing in ebay ,but nothing ,can any one help me please?
www.multimobile.nl
regards,..
A.
adonker said:
www.multimobile.nl
regards,..
A.
Click to expand...
Click to collapse
thank for your replay but your link is maby wrong (404 no found)
oh,...excuse me:
http://www.multi-mobile.eu/
this one should work...
a have just sent a mail asking them if that works fine for jasjar ,but any replay untile now
Got any reply?
re:
babak said:
a have just sent a mail asking them if that works fine for jasjar ,but any replay untile now
Click to expand...
Click to collapse
As per my knowledge, ther is two types of "multi sim"
1- the one that holds both of your sims into some smal circut, and there is a third sim connected to the circut, which you insert into the back of your phone, and keep the rest of the circut into the cover back.
2- there is another type, that you cut a small peice of your two sims , and re-attach it to a new SIM, and insert it into the sim hole into the phone.
the difference is if have a place in the back of your phone for the first type, use it, cause it keeps your sims in a good condition and can be used in any other phone, if you don't have a space for the circut, so you have to use the second type, but you can't use any of the sims separte, because you have already cut it.
now, the important part of that all, that you can't use both SIMs at the same time, none of the above solutions can make you online on both SIMs, because your phone of course dosn't support it, the phone is disigned to deal with one network only at the time, the above solutions only makes you to switch your phone off, then re-switch it on, to find your self on the other SIM, and you can do re-switching your phone to back to the first SIM.
hope that I was clear, and hope there is a program some day that can deal with both SIMs at the same time
mehegazy said:
As per my knowledge, ther is two types of "multi sim"
1- the one that holds both of your sims into some smal circut, and there is a third sim connected to the circut, which you insert into the back of your phone, and keep the rest of the circut into the cover back.
2- there is another type, that you cut a small peice of your two sims , and re-attach it to a new SIM, and insert it into the sim hole into the phone.
the difference is if have a place in the back of your phone for the first type, use it, cause it keeps your sims in a good condition and can be used in any other phone, if you don't have a space for the circut, so you have to use the second type, but you can't use any of the sims separte, because you have already cut it.
now, the important part of that all, that you can't use both SIMs at the same time, none of the above solutions can make you online on both SIMs, because your phone of course dosn't support it, the phone is disigned to deal with one network only at the time, the above solutions only makes you to switch your phone off, then re-switch it on, to find your self on the other SIM, and you can do re-switching your phone to back to the first SIM.
hope that I was clear, and hope there is a program some day that can deal with both SIMs at the same time
Click to expand...
Click to collapse
thank for your generous replay ,but not all of the second tipe are compatible with our device and just for this reason, i send mail to them but i don't think that their dual sim works for jasjar ,this is the reason because they dosen't replay me nothing .
Did you find a solution to your problem? i have the same problem & can't find any solution
carger1115 said:
Did you find a solution to your problem? i have the same problem & can't find any solution
Click to expand...
Click to collapse
no,unfortunately and it seems so strang than nobody is interested in it
I did sent an email and I did get a reply (in dutch )
Apparently the dual sim sollution should be usable in our universal, u cut your sim card to pieces (cut the chip out) and put it in a specialy made simcard, that fits exactly in the universal like a normal simcard would.
In a special sim menu u can choose which one of the sim cards is used, BUT they cant be used at the same time if u wanted that u have to buy a dual dim phone, which probably has two radio circuits....
Bonusbartus said:
I did sent an email and I did get a reply (in dutch )
Apparently the dual sim sollution should be usable in our universal, u cut your sim card to pieces (cut the chip out) and put it in a specialy made simcard, that fits exactly in the universal like a normal simcard would.
In a special sim menu u can choose which one of the sim cards is used, BUT they cant be used at the same time if u wanted that u have to buy a dual dim phone, which probably has two radio circuits....
Click to expand...
Click to collapse
thank for your replay, but unfortunatly if it has a menu ,it's certainly not compatible for jasjar ,just tested this kind of dualsim.
Hi,
there is a third type of multi sim, it is the SuperSIM 16 in 1.
Phisically it is just like a normal SIM, but it can contain up to 16 virtual SIMs.
see: http://www.duosim.com
You need a special SIM and a hardware reader/writer (to be connected to a usb port), then you read your original SIMs and copy them to the SuperSIM with the progam delivered in the kit.
I bought one, I can read my SIMs, but when I try to write to the SuperSIM I receive an error (write failed!)
I wrote many times to the seller via web, e-mail and normal mail, but I had no reply, so I wasted my money and I still need a dual SIM.
I don't like to cut my SIMs, I previously bought a "type 1" (as described by mehegazy) but I cannot close the SIM holder on my Qtek9000.
Bye.
Ermanno
ik1aor said:
Hi,
there is a third type of multi sim, it is the SuperSIM 16 in 1.
Phisically it is just like a normal SIM, but it can contain up to 16 virtual SIMs.
see: http://www.duosim.com
You need a special SIM and a hardware reader/writer (to be connected to a usb port), then you read your original SIMs and copy them to the SuperSIM with the progam delivered in the kit.
I bought one, I can read my SIMs, but when I try to write to the SuperSIM I receive an error (write failed!)
I wrote many times to the seller via web, e-mail and normal mail, but I had no reply, so I wasted my money and I still need a dual SIM.
I don't like to cut my SIMs, I previously bought a "type 1" (as described by mehegazy) but I cannot close the SIM holder on my Qtek9000.
Bye.
Ermanno
Click to expand...
Click to collapse
Hi,
I had exactly the same problem like you, and I started searching about.
I figured out with a lot of testing, that using the program "SuperSIM LY-600" from the link "http://www.duosim.com/download.html", totaly solved my problem, so now I have the supersim 16in1 loaded in my qtek9000 using up to 5 different numbers.
I hope that helps you.
Beware using the 16 in one sim cloning system.
Cloning your sim is in contradiction of you terms with the service provider, and can be illegal in some countries. IN brief: If yer caught yer busted!
Oh dont bother if you have a Vodafone UK sim as they use a Triple DES encryption on the card that simply will take you a year to break before you can brute force the IMSI and KA. Oh and yes I have played with this in the past.
Psi
jolas said:
Hi,
I had exactly the same problem like you, and I started searching about.
I figured out with a lot of testing, that using the program "SuperSIM LY-600" from the link "http://www.duosim.com/download.html", totaly solved my problem, so now I have the supersim 16in1 loaded in my qtek9000 using up to 5 different numbers.
I hope that helps you.
Click to expand...
Click to collapse
Hi Jolas,
I used LY-600 as you suggested and now I can write to the supersim - GREAT!
Thank you very much.
But how can I switch between my two numbers on my Qtek900?
Is there a new menu? Where?
Switching the phone on and off doesn't switch the numbers.
Thank you again.
Ermanno
ik1aor said:
Hi Jolas,
I used LY-600 as you suggested and now I can write to the supersim - GREAT!
Thank you very much.
But how can I switch between my two numbers on my Qtek900?
Is there a new menu? Where?
Switching the phone on and off doesn't switch the numbers.
Thank you again.
Ermanno
Click to expand...
Click to collapse
I'm happy this hepled you.
In the programs menu, you will find a shortcut names "STK". Just use it and you will find the menu 'switch number'.
In case you don't have the STK service, then probably you'll need a new ROM which is suppotring this service.
jolas said:
I'm happy this hepled you.
In the programs menu, you will find a shortcut names "STK". Just use it and you will find the menu 'switch number'.
In case you don't have the STK service, then probably you'll need a new ROM which is suppotring this service.
Click to expand...
Click to collapse
Hi Jolas,
you are very kind.
I cannot find an icon STK under Programs folder, maybe my ROM does not support this service, as you said.
I tested the supersim on other cellphone and it works, so the SIM seems to be OK.
I'll will further investigate.
Anyway thanks a lot !
Best wishes.
Ermanno
Does the original sim card still works after the cloning?
weenween said:
Does the original sim card still works after the cloning?
Click to expand...
Click to collapse
Yes, it does, but be aware you can't use the same time the same number through two different sims because your phone provider is going to lock your sim .

X02HT Unlock.

I purchased unlock code,
but now i cant enter in it, it is always at
"Sim Lock. You can still make emergency calls if your service provider supports it"
And showing Emergency only,
is there any way to skip this or put code in it ?
please.
dzipk said:
I purchased unlock code,
but now i cant enter in it, it is always at
"Sim Lock. You can still make emergency calls if your service provider supports it"
And showing Emergency only,
is there any way to skip this or put code in it ?
please.
Click to expand...
Click to collapse
Put a sim card from from another provider to your phone. Than it will ask you to put the unlock code.
Cheers
ibeqa said:
Put a sim card from from another provider to your phone. Than it will ask you to put the unlock code.
Cheers
Click to expand...
Click to collapse
I tried Almost all Netowk Sim, but same, even without sim it is on emergency,
any other idea plz ?
or flashing will help ?
You better e-mail to : support @ x02ht-unlock.com , and they have check your imei and give the Japanese Rom to you.
khlhenry said:
You better e-mail to : support @ x02ht-unlock.com , and they have check your imei and give the Japanese Rom to you.
Click to expand...
Click to collapse
Is there no other way ?
PLS help me x02ht
pls guys. have unlocked my phone but can't make call i can only receive call becaurse the phone keeps asking for some kind of code which i can't read becaurse is in chines. please help me out what can i do?
philips2008
dzipk said:
I purchased unlock code,
but now i cant enter in it, it is always at
"Sim Lock. You can still make emergency calls if your service provider supports it"
And showing Emergency only,
is there any way to skip this or put code in it ?
please.
Click to expand...
Click to collapse
hi DID u solved ur problem
Hey Guys
Did somebody fixed this problem
I got code but no way to confirm it
Thanks
Jack
x02ht
yes i got the same problem. unlocking done but i got this msg : sim lock. you can still make emergency calls if your service provider supports it.
how to remove this msg?
thanks.
hi i have same problem is there any way out
boldlink2
It seems that people say to upgrade the rom and it should work.
Some older threads discussed this. The new rom is available at XDA-Wiki
Good luck!
I'm sitting here with my locked cavalier waiting for the unlock code to come to me!
big ach said:
It seems that people say to upgrade the rom and it should work.
Some older threads discussed this. The new rom is available at XDA-Wiki
Good luck!
I'm sitting here with my locked cavalier waiting for the unlock code to come to me!
Click to expand...
Click to collapse
I'll definitely consider ROM's upgrading. Thank you for the advice.
However, I'd like to post some feed-back about people behind http://www.x02ht-unlock.com/
( Dear forum admins, PLEASE do not remove this message. It's quite emotional, but I'm posting it to achieve one of two possible results. And every one of them is positive enough:
- people behind x02ht-unlock.com would hear me finally, and help to solve my problem (and, probably, I'm not the only one who has the same problem, but couldn't get any feedback via the support form);
=OR=
- someone wouldn't spend $50.00 for no result. )
Their support was more than terrible: they replied to all my questions promptly, but only until I finally sent them money for an unlock code ($50.00).
The current state: my phone is still not locked, and no one at support @ x02ht-unlock.com is willing to even talk to me on this problem.
I've done everything according to the instructions, but still get "SIM locked" message. I've sent them my problem's description (and even attached a screenshot), and no one replied to me. I sent problem description via email and using their "Send a question" form. Both both were left without _any_ reply.
It now seems to me, that they're cheating and the program never worked for anybody (someone on the internet can say it works, but who can be sure that he's not the person who receives money for that program?)
Even if the program is working, in fact, but they simply don't know how to solve my problem -- they could tell me about that and offer to return my money (because the program didn't its function). So, it's cheating anyway.
The worst thing is that PayPal won't cancel this transaction under any condition. Here's what they say:
We have completed our investigation of this case. No further action is
required by you at this time. We have denied this claim. As stated in
our User Agreement, PayPal?s Buyer Complaint Policy only applies to
the shipment of goods, not to disputes about the attributes or quality
of the goods received. We have noted your claim in the seller's
record. The seller's account privileges will be limited if excessive
complaints are received.
Click to expand...
Click to collapse
buy a universal unlock sim--costs about $10 in ebay.
X02HT unlock
hi i got the code but i don't know where to place the code, still the screen says
"sim locked. but you can still make emergency calls if the provider supports it"
please help.
thanks.
code will be not work
only unl file...but now x02ht-unlock.com site down....
where we can unlock x02ht i have 3 pcs
Can't enter SIM unlock code
I got the same problem.
Neither can enter the unlock code or do anything.
The message "sim locked. but you can still make emergency calls if the provider supports it" doesn't disappear
dzipk said:
I tried Almost all Netowk Sim, but same, even without sim it is on emergency,
any other idea plz ?
or flashing will help ?
Click to expand...
Click to collapse
I found some information and just trying
Please try and send ur feedback!
1. Power on phone with a non-original SIM card inserted
2. When prompted, enter unlock code you received from us
Attention! Use the onscreen keyboard and make sure that wireless mode is OFF.
3. Your cell phone is now unlocked
If you see a message Sim lock.. You can still make emergency calls your phone has a blocked counter due to several previous incorrectly entered unlock codes. Plug your phone in charger and wait about few minutes to few days until it allow you enter unlock ...
if tried 1 times = 30 minutes
if tried 2 times = 1 hours
if tried 3 times = 2 hours
if tried 4 times = 4 hours
if tried 5 times = 8 hours
if tried 6 times = 12 hours
if tried 7 times = 24 hours
........15 times = 4 days
jar.of.god said:
Attention! Use the onscreen keyboard and make sure that wireless mode is OFF.
Click to expand...
Click to collapse
What onscreen keyboard? This is a non touchscreen phone, with a hardware keyboard.
yukster said:
What onscreen keyboard? This is a non touchscreen phone, with a hardware keyboard.
Click to expand...
Click to collapse
Sorry, it means the keyboard.
Anyway, have you tried this way?
any news
same problem ..........as my o2xht .....guys pls help

SocBlue A810 Dual-Sim adapter

Hi All !
I just got my hands on SocBlue A810 Dual Sim bluetooth adapter. http://www.dhgate.com/product/updated-socblue-a810-dual-sim-converter-for/150134924.html The thing looks very cute and sounds like should work on any Android-IOS devices.
The problem is that i cannot get it pared to my HTC One. I can see it clearly in BT neighbourhood, but cannot pair it.
Anybody has the experience working with it ?
Any help will be highly appreciated.
Bluetooth connection
I have a same problem with my Samsung Galaxy S3 LTE, GT- i90305
Android 4.1.2
I9305XXBMA2
Is this okay for me.
You must cancel the PIN code of your SIM card.
Satanas said:
Is this okay for me.
You must cancel the PIN code of your SIM card.
Click to expand...
Click to collapse
Indeed i made it. The SIM card has no PIN. But still cannot connect my SocBlue. HTC One asks to enter the pairing PIN code on SocBlue, but it does not exist there !
If the only issue is the Bluetooth pin, try clicking enter without the pin, 1234, or 0000. If neither of those work, a pin is probably given to you in the manual or something.
Sent from my HTC One
Kraize said:
If the only issue is the Bluetooth pin, try clicking enter without the pin, 1234, or 0000. If neither of those work, a pin is probably given to you in the manual or something.
Sent from my HTC One
Click to expand...
Click to collapse
This is not a problem to enter the correct PIN, SoCBlue does not have any screen/keyboard. When I try to pair it with my HTCOne it just does not do it. HTC tries to force SocBlue to enter the PIN which i cannot enter. It is impossible for HTC One to use a pre-defined PIN to connect to any BT device.
baudy2 said:
This is not a problem to enter the correct PIN, SoCBlue does not have any screen/keyboard. When I try to pair it with my HTCOne it just does not do it. HTC tries to force SocBlue to enter the PIN which i cannot enter. It is impossible for HTC One to use a pre-defined PIN to connect to any BT device.
Click to expand...
Click to collapse
Care to provide some screenshots of the "HTC tries to force SocBlue to enter the PIN" part? Hold the power button and volume down button simultaneously to take a screenshot.
By the way, is the HTC One rooted? SocBlue will not work on non-rooted phones.
cccy said:
Care to provide some screenshots of the "HTC tries to force SocBlue to enter the PIN" part? Hold the power button and volume down button simultaneously to take a screenshot.
By the way, is the HTC One rooted? SocBlue will not work on non-rooted phones.
Click to expand...
Click to collapse
Answering your questions - yes, my HTC One is rooted (you can easily understand it from my signature).
When i try to connect the phone to it, i see the following (see the screenshots).
The strange thing is -
1. It asks for PIN
2. It says "The device has been connected, please, select others" - this is completely out of my understanding of English language.
I tried to connect it to different phones (my wife's SGS III mini, my friend's iPhone, etc) and never succeeded.
Any bright ideas ?
baudy2 said:
Answering your questions - yes, my HTC One is rooted (you can easily understand it from my signature).
When i try to connect the phone to it, i see the following (see the screenshots).
The strange thing is -
1. It asks for PIN
2. It says "The device has been connected, please, select others" - this is completely out of my understanding of English language.
I tried to connect it to different phones (my wife's SGS III mini, my friend's iPhone, etc) and never succeeded.
Any bright ideas ?
Click to expand...
Click to collapse
Have you tried following the user guide here? http://www.2-phones-in-1.com/files/quickstart_guide_en_v103_socblue_a810_a830 By the way, if you can get a screenshot of the "The device has been connected, please, select others" in Chinese it might help, SocBlue's manufacturer is from China and has the usual half-hearted English translations.
cccy said:
Have you tried following the user guide here? http://www.2-phones-in-1.com/files/quickstart_guide_en_v103_socblue_a810_a830 By the way, if you can get a screenshot of the "The device has been connected, please, select others" in Chinese it might help, SocBlue's manufacturer is from China and has the usual half-hearted English translations.
Click to expand...
Click to collapse
Of course, i saw this document and followed it precisely. Still the same results (see my screenshots from the message above).
Socblue unable to pair due to previous paired & Binded device!
You have to unbind and unpair from the previous paired device. Also unbind from the previous paired device. Then a restart of the socblue device should do the pairing with the new device.
Cheers!!!
Old thread but going to reply anyway.
Having the same problem with my A820, but as the previous post say it might be cause it is bound to a previous device and this is a security feature.
I found this small guide on myce
socblue-factory-reset-334468
i can't post links so here is what it says
Well, turns out there IS an official app to unbind the socblue A860. It's only mentioned in the Chinese version of their website URLREMOVED and in some forum posts by their support staff.
It's the one I mentioned in the original post, it's still there. The link looks dead because there's no direct download to an Android app, it's and iOS download repository and the app seems to exist only for iphone/ipad.
So for reference, if you need to unbind a socblue A860 and have lost the original phone is was bind to. You have to:
* Have a jailbroken iphone/ipad that has Cydia installed on it
* Make sure the normal socblue app is not installed
* Add "apt.fise.com.cn/db" as a source to Cydia
* Install the socblue app from that source
* Use the app to Search, connect and unbind your socblue A860
Using this official app I've been able to get the device back to work with a new phone.

Categories

Resources