two lines - MDA, XDA, 1010 General

hi guy
i have just brought a unlocked 32Mb XDA i want i to use my orange sim card which has 2 lines on it. But the XDA own Recognizes line 1.
Why is this please does any one know how i can change over lines.
Thanks Robert

I think it is not possible to change lines. XDA doesn't support ALS service...

hi Zviratko
please can you tell me what ALS stand for. Is there relly nothing that i can do to get it to work.
thanks Robs

ALS stands for Alternat(iv)e Line Service, it allows to "numbers" or services to be active concurrently on one active SIM. I think it's what you are talking about
I don't know, try searching there and look for "ALS", or try pdaphonehome.com

Their is a code you can enter before the phone number which will tell Orange the call is coming from line 2,
in much the same was as RCT is automatically added to the start of every text message is you have selected to revieve delivery reports,
What the code is I dont know, try uk.telecom.mobile
Russell
[email protected]

Does anyone actually know what this code is? I tried uk.telecom.mobile and they seem to think it's a crazy idea!
Cheers,
Jason

Related

IIWPO: Theft protection in ROM

The ROMkitchen now offers theft protection in ROM
Thanks to Charles Warner, who answered our call for a coding volunteer, we now have an advanced theft protection system. It's called IIWPO, which stands for Interesting Interactions With the Previous Owner.
Simply go to the ROMkitchen and create a ROM with the theft protection feature turned on. Enter your name as you will enter it in the 'Owner Information', and a GSM number of a friend that you want to send the messages to.
Then when someone steals your phone, they probably want to either change the name of the owner, or cold boot the phone altogether. Either way, the device detects that the owner name doesn't contain your name at the next wakeup, and sends one or more SMS messages to the number you set. In the best case, the new 'owner' provided address and all other relevant information. If he/she didn't, at least you have the new phone number of your phone.
How it works:
Registry settings:
[HKEY_CURRENT_USER\Software\XDA-developers\IIWPO]
Owner: set to owner name device is tied too (this is the master check, won't send a sms if user changed to this one)
LastOwner: set to owner name device is tied too (this one changes as the user name changes, simply to detect changes)
ReportNumber: set to phone number to report changes too.
Files:
IIWPO_main.exe goes in \windows
IIWPO_startup.exe goes in \windows\startup
it sends one of two text messages if the owner details are changed, if they are set to "nothing", then it sends :-
"Name not set, will pick up details if user changes name again"
if the name is filled in it sends :-
"Name : <user name> (<company name>), email : <email address>, phone : <phone number>" this string is guaranteed less than 160 characters.
if the Address will fit in the same text message, it is appeneded as ",Add : <address>", otherwise a seperate text message containing the address is sent.
what if they were to cold boot it? wouldnt that erase the s.w? or is it in the rom?
also what if they put a sim in with no cred?
lmk cheers
gaz
If you read the article carefully, you would know... It's directly on the first line: "The ROMkitchen now offers theft protection in ROM" 8)
If they put in a SIM with no credit, no SMS will be sent, I think... :shock:
gazzaman2k said:
also what if they put a sim in with no cred?
Click to expand...
Click to collapse
It will send as soon as it can...
By other words - when the Thief buys a new credit :lol:
This is amazing. Well done once again!!!
I have one additional suggestion. Please see http://www.psiloc.com/?id=prod&nrp=53 for a cool application running on Symbian. If one has access to similar APIs on the XDA to get cell info it would be trivial to include location data in the SMS message sent when the device is stolen. This way it could be actually possible to locate it.
And a question, when the SMS is sent by this hidden process does it still generate Message Sent baloons? It would be good if it did not. Thanks for all your efforts.
k_kirk said:
[...]This way it could be actually possible to locate it.
Click to expand...
Click to collapse
We don't yet have an easy way to get the location data without doing really weird things. (ROM 3.19.x GER has it, but it's not easily transplanted to other ROMs). Work is in progress though...
And a question, when the SMS is sent by this hidden process does it still generate Message Sent baloons? It would be good if it did not.
Click to expand...
Click to collapse
It doesn't. You get to be the first to tell the new 'owner' about the feature.
do u have to re flash ur rom......or can this be integrated into existing roms....without re flashing....if so....what files and reg settings nessecary..
Great idea.....well done!
xdaeire said:
do u have to re flash ur rom......or can this be integrated into existing roms....without re flashing....if so....what files and reg settings nessecary..
Click to expand...
Click to collapse
You need to flash the ROM.
I am a little confused about how this works. I went to jeffs kitchen, cooked a rom with the anti theft featur, but it didnt ask any questions of me. I have now flashed the rom to the XDA, am I missing something?
cruisin-thru said:
I am a little confused about how this works. I went to jeffs kitchen, cooked a rom with the anti theft featur, but it didnt ask any questions of me. I have now flashed the rom to the XDA, am I missing something?
Click to expand...
Click to collapse
Try setting the owner name to something other than your own name you set in the kitchen, make the device go to standby, wake it up again, and see if your friend gets the SMS.
I maybe didnt read in the kitchen all the details, I wasnt asked for my owner details there, when the kitchen gets rebuilt I will make a return visit.
Theft Protection
All this assumes of course that the thief hasn't heard about XDA-Developers and the means to flash ROMs
Re: Theft Protection
ianlake said:
All this assumes of course that the thief hasn't heard about XDA-Developers and the means to flash ROMs
Click to expand...
Click to collapse
Yep. IIWPO builds on the assumption there are significantly more people that do not know about its existence than people that do. It builds on SBO: Security By Obscurity, which is usually not a very good concept for security design. But it is adequate in this circumstance, given that it's very hard to build something which would be secure against a knowing attacker without modifying the hardware or messing with bootloader and OS in such a way that the attacker cannot load a new OS. But then the attacker could just use JTAG. And even if he she could not: given the cheap supply of units with broken screens which are incredibly expensive to fix, the screen is by far the most valuable part.
Ive cooked a 4.00.05 Rom with this feature.
Ive checked and confirm that the following are installed:
\Windows\IIWPO_main.exe
\Windows\IIWPO_startup.exe
\Windows\StartUp\IIWPO_startup.exe
And In The Registry:
HKEY_CURRENT_USER\Software\XDA-developers\IIWPO\
LastOwner MY Name
Owner My Name
ReportNumber Friend's Mobile No.
To test:
I changed the owner name in Settings\Owner Information to a different name and then
>>Try setting the owner name to something other than your own name you set in the kitchen, make the device go to standby, wake it up again, and see if your friend gets the SMS.
DOES NOT WORK
or
solf reset
DOES NOT WORK
Anyone get this to work? Can you tell me what ive done wrong?
alqwerty said:
[...]
Anyone get this to work? Can you tell me what ive done wrong?
Click to expand...
Click to collapse
Everything looks right. Are you sure you have entered your friend's number in international format, starting with a '+' ?
Working now.
Yes its the "+"
Thank You Peter Poelman
xda developers...I think the theft protection is not working now in the kitchen??
is there something which could be done to get it up again?? I really love this feature...
when i reset my xda it sent a text to my dad as i have his number on it...
but now it doesnt send none at all i changed it to my name then i decided um i want to try it out to see if it works so i put in noddy and pressed ok but no text :| so i restarted the xda and it still didnt send no text so i just put it back to normal and left it at that :\
gazzaman2k said:
when i reset my xda it sent a text to my dad as i have his number on it...
but now it doesnt send none at all i changed it to my name then i decided um i want to try it out to see if it works so i put in noddy and pressed ok but no text :| so i restarted the xda and it still didnt send no text so i just put it back to normal and left it at that :\
Click to expand...
Click to collapse
it performs its checks on wakeup, I am unsure if soft-reset (what I figure you mean by restarted) would trigger the check. Change your name to noddy, turn it off, and turn it back on again.
I've had my device running at least a month now without hard reset, and just changed name to noddy, turned it off, and back on again, and it sent the relevant text message.
If you are sure it isn't working email me at [email protected] and we'll find out what the problem is.
..Chuck..

How do I get Sent SMS Confirmation?

My Siemens SX56 won't give me SMS Sent Message Confirmation even if I tick the box that requests for it.
How do I do it guys???
What you need to do is this...
Start writing a message, and then choose Edit > Edit My Text Messages. Next, choose one of the messages you won't use (I choose the last one for ease of use and the fact I'd never say "I love my Pocket PC!" to anyone) and edit it to show
*0#
exactly as typed. Asterisk number 0 and hash key / pound sign. Save it and then the next time you type a message, put this in the Subject field of your message. The bad news is that it takes up 3 chars in your 160 max per message, but the good news is that once the message is delivered or pending etc, you get a message telling you. The tickbox in the sms options doesn't seem to work whenever I've tried it (why is it there? - does this work on non o2 providers, out of interest?) but the *0# definitely does.
Hope this helps.
Anthony
the tick box option seems to work fine for me on orange, i know that trying to use delivery reports on nokias with o2 dosent work either! i think its just some o2 thing
Yeah now you say that I remember myself. It was a friend on o2 (who didn't have an XDA type phone) who told me about using the *0# in the first place.
Wonder why they can't set it up as all other networks seem to and it's a very useful feature when it works properly.
Anthony
hey thanks
just posting to thank you for providing this answer.
I've long wondered why ticking the checkbox did nothing but hadn't realised there was a way round it.
that's cool, xda-developers never lets you down

RemoteTracker - Antitheft software

Hi there,
This software is an Antitheft and you can use it to track your device when it was lost or stolen. It works catching a formated SMS sent from any phone and then send useful informations back.
You can use it to others objectives, like keep your eye in your child. Use your imagination!
If the thief change your SIM card, you will receive a SMS alerting you and you still can track your device. All you need to do is set an emergency cel number.
RemoteTracker can be added to third part custom ROMs. But, with a hard reset all configurations was lost. Now, RTRegCreate tool can create a configuration file using your PC. ROM cookers can use this DLL to make RT hard reset safe!
I need to learn VisualStudio 2008 and develop to Windows Mobile for professional purposes. I choose to make this projet because thought it might be fun
My Glofish X800 has Panot (from eten-users.eu) custom ROM with WM6.1 and native .NET 3.5, but you can download this .NET version if needed here: http://www.microsoft.com/Downloads/...49-3C6B-42F1-9FD9-0041345B3385&displaylang=en
The installer CAB file and source code of RemoteTracker can be downloaded here:
http://remotetracker.sourceforge.net
This version answer the commands below:
rt#help - send this list of commands;
rt#ehelp - send this list of commands by e-mail;
rt#cb#<some_tel_number> - turn on the Phone and call the number passed as parameter;
rt#gp#<some_cel_number> - try to get GPS coordinates and send back to cel number passed as parameter.
rt#egp#<some_e-mail_account> - try to get GPS coordinates and send back to e-mail passed as parameter.
rt#pb#<some_cel_number> - Use them to receive your contacts stored in SIM card back. If you do not take the phone back, at least the contacts will be saved.
rt#epb#<some_e-mail_account> - Same as pb, but the message goes by e-mail.
rt#elt#<some_e-mail_account> - This command will start GPS, Log the path about 5-6 minutes and send the KMZ file by e-mail. This file can be opened with Google Earth. Very cool.
rt#go#<some_cel_number> - get 'settings/owner' informations.
rt#ego#<some_e-mail_account> - Same as go, but the message goes by e-mail.
rt#rst - softreset device.
rt#dkz - delete all kmz files.
rt#dsc - delete all contacts in SIM card.
rt#eganfl - Send, by e-mail, a list of all incoming and outgoing calls if you have VITO audio notes installed.
rt#eganf - Send, by e-mail, all incoming and outgoing calls records if you have VITO audio notes installed.
rt#findme - Same as 'gp' command, but ask you if you want to answer the command.
rt#alarm - Just play a sound. Useful when you don't remember where the device is, but you know it's your home.
rt#gi - Send informations about your phone: IMSI and IMEI.
rt#egi - Same as 'gi' but the answer goes by e-mail.
rt#msg - Send a message to be displayed on your device.
The main screen has a tab with help.
I did this project to be multi-language. In this version there is Portuguese (my mother language), English (sorry about it, my english is very bad), Dutch (thanks to Cybermoose, from etenusers) and Spanish (thanks to Popy from etenusers). If you want to make your own translate, I can tell how. Very simple.
If you decide to try RemoteTracker, I would like to read reviews, comments and suggestions. Remember this is a beta version and may contain bugs. Use at your own risk and with caution.
Please see ChangeLog.txt to see the improvements.
For those of you who are having the problem with the help file,
with some strange certificate errors and PIE opening when you start RTconfig, the problem lies with having the default program that opens html set to something besides PIE (Opera 9.5, perhaps)
To fix this, use schap's Advanced Config tool to set .htm and .html files to be opened by:
Code: iexplore.exe file: %1
Originally Posted by xd1936. Thank you very much!!!
Keep RemoteTracker up to date!
There is an integration with AppToDate. This application verify if configured softwares are up to date or not. If not, you are alerted, and invited to download the new version! Very cool and useful.
You can download AppToDate here: http://www.modaco.com/content/apptodate/267096/download-apptodate-supported-applications/
After install AppToDate, please download RemoteTracker and run RTConfig or softreset your device to configure AppToDate.
Try this and don't forget a new version never more!
--> It is a work in progress. In future versions I will make a lot more.
Support this project
You can support this project making a donation clicking here or clicking the banners in the project website: http://remotetracker.sourceforge.net
Cheers,
Joubert Vasconcelos
my apologies if i'm blowing up a bubble here.. but doesn't TrackMe do the EXACT same thing?
nir36 said:
my apologies if i'm blowing up a bubble here.. but isn't TrackMe does the EXACT same thing?
Click to expand...
Click to collapse
I didn't know this software. Very good I think, I'll try later. But I suspect the objectives are different. RemoteTracker works only in silent mode to help you find your device if you loose it.
There is only one user interface to configure few parameters. After that you don't need to use it any more.
All functions are activated by SMS (remotely) and the answers will be by SMS or e-mail. For example you can use your wife's phone to send SMS to your lost phone and then receive GPS coordinates to find it.
If you want to compare RemoteTracker with other software, it's more similar to Mobile Justice, but with more features.
This is first goal of RemoteTracker. The second is help you to retrieve your personal data back. It's not totaly done yet. There is a work in progress.
Hope this answer your question
I think this is fantastic! Great idea! Do you think you can incorperate more CDMA-friendly, not-solely-sim-card features? I'm downloading now
I don't have a CDMA device But I think I can search for informations and then code, but without tests.
About suggestions that similar software already exists, this is no argument that this software should not be developed. We see so many sw that do the same thing. Some do it better than the others. So, even reinventing the wheel is necessary smtimes because smone came made the tubeless tyres by reinventing the tubed ones. (and ofcourse, we all made "Hello World"'s, isn't it)
Thanks joubertvasc, and I wish you luck in your endeavour. Any development is good development.
wow. If this is going to work as it should, then perhaps it is something that needs to be built into the rom itself?
what happens if the new owner decides to hard reset?
Sounds very promising! I'm bookmarking the page already!. can't wait to try it. than you for this!
shantzg001 said:
About suggestions that similar software already exists, this is no argument that this software should not be developed. We see so many sw that do the same thing. Some do it better than the others. So, even reinventing the wheel is necessary smtimes because smone came made the tubeless tyres by reinventing the tubed ones. (and ofcourse, we all made "Hello World"'s, isn't it)
Thanks joubertvasc, and I wish you luck in your endeavour. Any development is good development.
Click to expand...
Click to collapse
I agree and thanks. I did not like the similar software in the market. And I need to learn VS .net, so I decide to make one by my self to learn and also for fun.
S.V.I said:
wow. If this is going to work as it should, then perhaps it is something that needs to be built into the rom itself?
what happens if the new owner decides to hard reset?
Sounds very promising! I'm bookmarking the page already!. can't wait to try it. than you for this!
Click to expand...
Click to collapse
One thing I'm thinking is how to reinstall RT automaticaly after a hard reset. May be using external cards, but the autorun feature only works when card in inserted.
Built into the ROM is possible, but only ROM cookers or manufactures can do it.
I think its early to think about it. RT have to me more tested.
oh oh oh . my bad. i meant "Where Is My Phone"
where is my phone does the same thing
nir36 said:
oh oh oh . my bad. i meant "Where Is My Phone"
where is my phone does the same thing
Click to expand...
Click to collapse
All WIMP does is send an SMS back with the current GPS co-ordinates, very useful but severely lacking compared to what the OP is trying to do. That said it is native PPC code with no need for .NET.
Surely we should commend anyone trying to write alternatives as without that attitude we would all be using Windows with MS Office and browsing using IE. Possibly not the best analogy but it will do.
Thanks! It's great! Can I ask a question?
When the device's stolen, may be the thieft removed your SIM card and then insert a new one. So how to known a new phone number in that SIM card to you send a SMS?Tks!
maybe it can send sms with phone number whenever a sim card which is not in preconfigured list is inserted.
also another suggestion is, for the phones which do not have GPS, maybe it can send the tower information ? So that it could be used to track where it is based on the tower information ?
i wasn't complaining. i think it's wonderful people are trying to develope new software. i was just giving reference.
phamhien said:
Thanks! It's great! Can I ask a question?
When the device's stolen, may be the thieft removed your SIM card and then insert a new one. So how to known a new phone number in that SIM card to you send a SMS?Tks!
Click to expand...
Click to collapse
When you run RT for the first time, the IMSI of your SIM card is stored. After a new 'boot' this IMSI is verified again. If the new IMSI does not match with the old, you will receive a SMS alerting you. This message has the new number. You must input an emercency mobile number in config tab. This number, of course, must be a mobile number diferent of yours (your wifes, mother, son, or so).
hoolahoous said:
maybe it can send sms with phone number whenever a sim card which is not in preconfigured list is inserted.
also another suggestion is, for the phones which do not have GPS, maybe it can send the tower information ? So that it could be used to track where it is based on the tower information ?
Click to expand...
Click to collapse
I have no idea how to get this information! But it's a good idead and I'll search this information.
Greaattttttt !!!
Can help for french translation, if you want to.
naboleo said:
Greaattttttt !!!
Can help for french translation, if you want to.
Click to expand...
Click to collapse
Of course I do! Thank you very much!
Very simple: copy and rename english.xml and english.htm to french.xml and french.html.
Edit both files and just translate ignoring the words between < and > characters (those are "commands").
Edit language.xml file and insert the lines below before </languages> (last line):
<language>
<code>4</code>
<name>Français</name>
<file>french.xml</file>
<help>french.html</help>
</language>
Today I was roaming around some blogs and stumbled upon an article with some tips to protect your "smartphone", they talked about a software called mSafe, I even downloaded it for test.
Anyway, it does mostly what you want to develop. The site is http://www.motionapps.com. Their apps are intended for Treos but mSafe states that it's compatible with WM5.
Just for your reference.
joubertvasc said:
I have no idea how to get this information! But it's a good idead and I'll search this information.
Click to expand...
Click to collapse
Well... I'm not familiar with windows mobile programming but I'm a SIM Card programmer. I don't know if you can access STK commands (commands to the sim card) via the Windows Mobile API's but, if you can, there is a function ("proactive command" using the specific SIM terms) called "PROVIDE LOCAL INFORMATION" that gives you exactly this information (and more)...
Hope it helps...

Any ROM which supports Alternative line Service

Hi all,
my first post and new to this.
Got my HTC a few days ago and had been hit by surprise, that it does not seem to support "ALS" Alternative Line Service which allows to be reachable with 1 SIM under 2 different Phone Nbrs and usual to toggle between them for outgoing calls.
Searched various threads and posts but couldn`t find much on the topic " alternative line service " other than the Orig. ROM, settings do not support this - hence, posting my question.
I am looking for a ROM, Tweak or Program that enables the HTC touch pro to use/support ALS (alternative line service). Useing German line provider EPLUS.
Ideal would be in german but english would do as well.
The SIM is enabled and works proper on my old Nokia phone.
Any feedback, input, support and help would be much appreciated.
Thanks - Stephan
I've seen entries in the registry for this, i believe you can just flip a couple of registry settings to enable it, can't test it though as my sim does not support it. if youd like me to dig up the registry entries, let me know
Da_G, thanks - yes, that would be great, happy to try it
FYI - I have advanced config installed and there was a setting like " show ALS page " but that didn`t change anything :-(
These are the 2 I found:
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\RIL]
"DisableALSSupport"=dword:0
[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\PhoneSetting]
"ShowALSPage"=dword:1
I imagine both your rilphone.dll and phonesetting.dll need to have support for als built in, they may need to be the specific dlls from the rom that works.
great stuff - thanks - I am one step further, I can now switch between the lines and do outgoing call on both lines after setting your above recommended registry settings but only one line works for incomeing which is line 1 the main line.
line 2 works only for ourgoing but not for incomeing calls
does anyone knows a fix ?
Hmm, you could try EnablePPCLine2VMN=dword:1 in the same spot as disablealssupport went, not sure what that does.. don't see any registry entries otherwise that are obvious for this, might have to use the rilphone.dll/phonesettings.dll from the rom that works
hhmm, can`t find that one or do I have to add it ?
Do you know which ROM works ?
Well, you said the original rom works, so you would need to extract it, get the rilphone.dll and phonesettings.dll from it, and cook them into whatever rom you are using..
Da_G, first thanks for all your help so far and sorry, in case I wan`t that clear - ALS is not supported on the orig ROM :-( that is why I was looking for a ROM that does or a tweak/program like you outlined which nearly made it work
Oh I see. Well, sorry, I don't know any further on the issue to help then
My only suggestion would be to try rilphone.dll/phonesettings.dll from a rom that does support als, i don't know of one that does, but maybe someone else? maybe the dialer too.. duno.
There's an AT Command that deals with ALS, if you want to try that..
AT+ALS? to query it (set to 0 on mine)
AT+ALS=1 to set it to 1
AT tool can be found in my post in raphael software forum msm72xx chipset tools
Da_G said:
There's an AT Command that deals with ALS, if you want to try that..
AT+ALS? to query it (set to 0 on mine)
AT+ALS=1 to set it to 1
AT tool can be found in my post in raphael software forum msm72xx chipset tools
Click to expand...
Click to collapse
I also have the same problem with ALS and incoming calls on line2 . I tried a few things, also this command, but no luck . I 'd realy be hapy if
someone have any new idea ...
br, Robert

[Q] Windows Activation Code (HELP)

Hey everyone I'm new here and just recently got HTC Mozart. Its not a bad phone, but I am having some problems where I cannot access the market place,because it requires a activation code. Does anyone know what the code is or how to get it. Right now I cannot really do anything on the phone, its a bit boring, so I need some advice.
Thanks.
Jay-7 said:
Hey everyone I'm new here and just recently got HTC Mozart. Its not a bad phone, but I am having some problems where I cannot access the market place,because it requires a activation code. Does anyone know what the code is or how to get it. Right now I cannot really do anything on the phone, its a bit boring, so I need some advice.
Thanks.
Click to expand...
Click to collapse
have you subscribe to hotmail or live messenger, once you set these up on the phone running, the market place should work.
Hi, thanks for replying, but yes I am already subscribed, when I try to sign in or create a new hotmail, it keeps asking an acitivation code, at the botton, it says call support, which takes me directly to orange which are no help at all. What should I do. Thanks
i have the mozart, and have master reset it many times, but have'nt come across activation code, would this be a network lock, can you take a photo and upload it.
Jay-7 said:
Hi, thanks for replying, but yes I am already subscribed, when I try to sign in or create a new hotmail, it keeps asking an acitivation code, at the botton, it says call support, which takes me directly to orange which are no help at all. What should I do. Thanks
Click to expand...
Click to collapse
is this a new account, and also in the phone all you need to do is sign in, not create a new account.
Well the phone is second hand where I bought from a shop and I already have hotmail account. So what happens now?
have you checked if the phone is network locked.
How do I check if it is network locked, the network I'm using now is orange, it could be locked to Orange.
can you put a different usim, other than the orange, can you also take a photo of the screen showing the activation code.
have you set up hotmail to run on the phone yet, does it work.
No I can't run the hotmail on the phone, because when I do that, it asks me for an activation code. So how did you get access on the marketplace?
can you take a photo of the phone, can you put a different usim in the phone.
Call Microsoft support they'll give you new activation code in no time
Yeah I will try call them, thanks for the advice

Categories

Resources