Connect to a cellular network GSM/3G with custom parameters - Windows Mobile Development and Hacking General

Hi everyone,
My phone HTC HD is using WM6. Generaly a phone can capture the signal of 7 surrounding cells (GSM/3G). Is it possible to connect to a cell's network by giving some parameters (as frequency band, cell ID ...) of the cell ?
Any suggestion about an existed Windows tool/program, a C/C++ code bloc ... will all be great.
Thanks,

capture the signal of 7 surrounding cells
Hi, vietsuper,
I am sorry for offtopic, but how did you manage to capture the signal of 7 surrounding cells on WM6?
I am now making an LBS application and I was only able to read info about one cell tower. A code example will be very appreciated.
Thanks.

chinsa said:
Hi, vietsuper,
I am sorry for offtopic, but how did you manage to capture the signal of 7 surrounding cells on WM6?
I am now making an LBS application and I was only able to read info about one cell tower. A code example will be very appreciated.
Thanks.
Click to expand...
Click to collapse
You can use RIL_DevSpecific with command 0x84.
You can see it in my thread:
forum.xda-developers.com/showthread.php?t=655076&page=2
or the initial thread of binary64 that i mentionned inside.

Related

CellID and RxLev

Hi,
I need to read CellID and RxLev by my program. I have no idea how to do this. Could anyone to help me? Thanks
Unfortunately it's not been implemented by HTC, so the simple answer is no. You could try and use the SMS system directly through RIL, although because Cell based positioning is quite a hot topic and nobody has yet done it, I'd guess it't not possible.
Anybody know if XDAII has a working API for this?
Just use tracelogger, pwd is htc, choose MMI + Event then run the tracelogviewer provided by the XDA developers site you'll get your CID and rx Level
andyclap said:
Unfortunately it's not been implemented by HTC, so the simple answer is no.
Click to expand...
Click to collapse
This is I would guess why RIL_GetCellTowerInfo always returns 0x80004001, which I belive means not implemented. (XDA I) But I might be using the wrong call... ??
If this information is available on the XDA II, then there must be programmatically a way through RIL, so either I am using the wrong call, or RIL has been fixed, or something else I haven't thought of... Any ideas?
Ben.
Yeah, it would be great if the XDAII supported this (Cell based min-GPS!), so does anybody know for definite the scope of the new RIL on the XDAII?
andyclap said:
Cell based min-GPS
Click to expand...
Click to collapse
You read my mind!
I think this might be why this information is so hard to find. This data, once calibrated (which using, say, TomTom, would not be hard) is a considerable asset, to which the various phone companies are trying to protect. Which sounds like a challange to me...
Ben
Yeah - O2 at least are marketing this info as a developer program, with a lookup charge "from 5p per lookup". What a bargain, considering the device already has the information (though it really applies to mobile phones that don't have SDK access).
Don't they realise that if they helped us create an app for them to do this and, say, link to multimap.com, it'd be a killer app and they'd sell hundreds more XDAs.
Good idea. They would get the GPRS service charge for the multimap lookup as well. Although I think the cell id is too course. But some part of the phone knows far more accuratelly where it is, so that it knows when to change cell. Although this is not yet an area I know much about.
I belive, if you jump through enough hoops, O2 gives grants for programms which enhance the XDA, there's a project for somebody.... If anybody can work out how to get the s***ding cell id out of the XDA
ben
Yeah - O2 at least are marketing this info as a developer program, with a lookup charge "from 5p per lookup". What a bargain, considering the device already has the information (though it really applies to mobile phones that don't have SDK access).
Don't they realise that if they helped us create an app for them to do this and, say, link to multimap.com, it'd be a killer app and they'd sell hundreds more XDAs.
Click to expand...
Click to collapse
The idea of the Location APi is not as good as what we want. The idea is that an office queries O2 servers for the cell location of the target unit, for which they charge the office (end-user). O2 are looking for software solutions that draw on this to provide added content so that some poor sap carries on paying 5p a hit to get back the rough cell based location of a unit. Bloody expensive as a tracker or SatNav. Might as well just stick a GPS unit on the back & send that data back via GPRS - cheaper!
O2 actually have a website with the info on their cell sites on it BUT they have 8500 of them at least, so getting all that info out is a hard task.
Site is Here
We need to crack getting Cell ID, Signal Strength, Nearest Other Towers, Nearest OT Signal Strength + I daresay a few more before applying that to a database, after which we could probably have a device that told us our position to within 100m, which we could then send back via GPRS, thus not allowing the network to charge 5p a hit.
That's why the Cell Location database is not available - they stand to make/lose too much revenue.
Wonder how much the database is worth?
It wouldn't be too difficult to scrape the site - while it gives no true positional information, it can return a list of cell towers within a radius (upto 5km ish) of a known tower, with their distance: we could triangulate three sets of this information to get the real locations of towers. Once these locations are known, we can recursively triangulate from them to eventually get all the data for the UK at least.
But, the main thing to do, as you say, is to find a programmatic way of getting the current cellId, signal strength, and preferably as much information about other local towers too to further refine the result.
Hmmm, just thought - as the XDA developers here are "jolly nice and clever people", they have supplied the source to tracelogview. It wouldn't be too difficult to modify this to scan for tower information messages and do the appropriate things. It just means that the users have to enable tracelog manually, though perhaps we could send some keyboard messages to start it up and enter the password. It's hacky, but it just might work!
Might have a go at this tomorrow!
Overview of Location APi as offered by O2 - taken from Source02 website
The first of our APIs to be delivered is the Location API which has been developed by our partner Redknee.
The service enables you to create and sell innovative new applications and services based on a mobile phone user's location.
The O2 service is charged from 5p a lookup and provides the longitude and latitude co-ordinates of the centre of the cell site sector the phone is located within. Cell sites are typically split into three sectors and range in size from several hundred metres in urban areas up to 15 kilometres in more remote regions.
Third parties are able to develop location-enabled applications utilising real time location data from the O2 UK network. Application owners will have the opportunity to validate their applications in a test environment prior to connecting to the live O2 UK network. Location information will only be passed to third parties who have a contract with O2 and have the consent of the end user to determine his/her location.
Click to expand...
Click to collapse
I may be wrong, but...
I belive the telco and the phone have a different idea of where the device is, as they plot the position of the device using different mechanisms and for different uses. They use this when they have to contact a phone to send an incomming call. This application is making use of the telco's permanent database of the location of all their devices. This is easy money for the telco.
We do not have access to this data, and the positional information we can get will be in a different format, accept for the Cell ID. We will have to infer the position of the XDA from RIL, TAPI, AT, using the data listed in previous postings. As was suggested, getting an idea of the strength of local transmitters, and calculating a position. Which in it's self may be a real challange, as there is not likelly to be a linear relationship between the strength of the transmitter and the distance to it.
It may be likelly that the cell size (~200m, -> ~15km) is the nearest we'll ever get. I note that people in Dover very often get routed through transmitters in France due to the cliffs on the coast of England. In this case, any meaningful positional data is getting more unlikelly.
PS, can any kind person with an XDAII tell me whether the RILL call:
HRESULT RIL_GetCellTowerInfo(HRIL hRil);
Returns something other than 80004001?
Ben
PS, can any kind person with an XDAII tell me whether the RILL call:
HRESULT RIL_GetCellTowerInfo(HRIL hRil);
Returns something other than 80004001?
Click to expand...
Click to collapse
Unfortunatelly this still returns '80004001 Unsupported' on XDA II.
But the RIL_GetSignalQuality does return valid data when connected to GPRS, unlike XDA I, so some things are getting better...
Ben
Hi all,
i just saw a programm that uses the cell ID and convert this one °, but it just works with received data from any handy via Irda or cable.
So if u want to take a look visit (german site):
http://www.wolfgang-back.com/navigauss.php
That works but it would be the first way, to use the XDA cellID instead of external data...perhaps any idea on this?
With greetings from germany
Harry
Cell ID
Guys u can get the cell id using java.
The cell ID is memorized in the sim card and the mobile phone compares always whether the CID he is receiving from the signal, is the same one memorized in the sim card.
If yes the mobile does nothing. If not the mobile phone updates the CID in the sim card. this is done almost every 5 seconds.
Now we need the API !!! and maybe the AID of the sim applet. :roll:
Once more,
could the following be a walkable way?:
1. cell-Id could be shown (tracelog and traceview says how)
2. If that is fact, then it is with calculating gauss-to- longitude/latidude (visit www.nobbi.com) makable to view the actually position.
3. The last step it would be, to bring Information like longitude/latidude in ° to the standard gps-format (it is known or free i think) and send it via comm1 to all navigation-software.
4. So if this all is nonsens tell me because i am not really a programmer ( my code would be as fine as my english is :-((
bye Harry
Hiwi said:
1. cell-Id could be shown (tracelog and traceview says how)
Click to expand...
Click to collapse
That's right, but cell id says nothing about position.
2. If that is fact, then it is with calculating gauss-to- longitude/latidude (visit www.nobbi.com) makable to view the actually position.
Click to expand...
Click to collapse
see comment 1. Only O2 Germany transmits GK/coordinates over Cell Broadcast....
3. The last step it would be, to bring Information like longitude/latidude in ° to the standard gps-format (it is known or free i think) and send it via comm1 to all navigation-software.
Click to expand...
Click to collapse
If 1. and 2. would be possible this is still a problem since most (all) GPS-Software only accept input from COM-Port (you have to emulate a COM-Port ... not trivial)
4. So if this all is nonsens tell me because i am not really a programmer ( my code would be as fine as my english is :-((
Click to expand...
Click to collapse
:wink:
John
Having written a DLL to get the CellID from the XDA, and then comparing the result with the O2 cell tower map info as described by 'Puff the Magic Wagon' on Nov 4, I find there is a discrepancy of 10000
e.g. in a clients office in Blackburn
Cell ID returned = 3AAF( Hex) = 15023 (Dec)
From www.webmap.o2.co.uk Higher Audley Cell = 5023
This seems to be the case for all cells I have tried.
There also seems to be some Cell ID's which I cannot reconcile with the o2 map results.
mjgermain
The problem you've encountered arrises from the fact that there are more than 9999 CSR (Cell Site References) that are registered with the RA.
O2 identify cells in the following way.
AXXXX
Where A = the direction the transmitter is facing (directional transmitters)
(roughly)
1=North
2=South East
3=West
then 4, 5, 6 & sometimes 7, 8, 9 depending on how many transmitters on the aerial - always in 3s
So in your example 1XXXX, the transmitter is facing north (so should be to the south of you) but depending on that aerial (yours only has 3)
We then get to the XXXX
I believe that CSRs are allocated by the government and are a 5 figure number. Therefore CSRs upto 9999 are able to be placed quite simply.
15023 is correct.
However, what happens when transmitter number 10001 comes along? According to O2 numbering system, that 0001 number is already allocated. So they have to use another method of identifying cells.
Somewhere else in the country there might be transmitter that IDs as 15023 :shock: :?
So having a database of CellIDs and transmitter numbers is not all that is needed, the additional "identifier" is required and together that gives the CSR which has a lat/long applied to it.
The identifier is the LAC or Local Area Code
So AXXXX + LAC = CSR
There are still a few anomolies in this as well it would seem. Fill-in transmitters and "private" or "mini" transmitters the likely cause.
I had access to the O2 CellID db when I was last working & we were able to create a basic Cell tracking system, but the company went titsup.com before we were able to factor in LAC and signal strength etc.
Does your program work on XDA2?

GSM/GPRS and Roam

Hi,
I've been having problems getting some cellular info for my program. In both cases I open a tapi line to the "Cellular Line" device...
Problem 1:
I am trying to use lineGetCurrentSystemType() in extapi to get information about the current connection type. In other words I want to know if the phone currently has GPRS or GSM capability. I can successfully open the line, but everytime I call lineGetCurrentSystemType() I get LINEERR_OPERATIONFAILED. Can anyone help with this, or offer a better solution?
Problem 2:
I want to know if the phone is roaming, or on its home network. I've been using lineGetLineDevStatus() from TAPI, but dwRoamMode is always LINEROAMMODE_UNAVAIL. Can anyone tell me how to get the roaming status?
Thanx,
Blair.
PS. For those that have been asking, lineGetLineDevStatus() also has a dwSignalLevel property that I've been using to get the signal strength / signal level of the "Cellular Line" device.
Just a quick question
Hope you don't mind me asking but....
Reading your P.S. I was wondering how difficult it would be to use the Get Signal Strength Call to provide an alert when Mobile Signal is lost, just a load beep/beeps would do. I rely entirely on my mobile for work. I have to be contactable at all times. On my old Motorola V66 I could set an alert tone to inform me when I have no signal, but there does not seem to be any way to do this with the XDAII!
Any info (or a working app) would be greatly appreciated!!
Thanks

Fieldtest Manual

Cellid is coming soon ina new release
Enjoy and Merry Xmas
Thanks so much for that austin_boy!!!
Thanks!!!
Dan
austin_boy said:
Cellid is coming soon ina new release
Click to expand...
Click to collapse
It would be useful f it'd show CellIDs for neighbour towers as well!
it will show the cell ids in the next release
Austin_Boy - GOOD JOB
I am T-Mobile user in USA and there is some discripences in user manual and real values.
Item 36 and 37 in User Manual (RLC: Uplink coding Scheme and RLC: Downlink coding Scheme) I have read-outs like this
0 - CS1 - same
8 - MCS4 - different - supposed to be MCS5
9 - MCS5 - different - supposed to be MCS6
12 - MCS8 - different - supposed to be MCS9
This is in EDGE network in NYC area. I use FieldTest_157.
May you check it out? Thank you.
Pawlisko said:
Austin_Boy - GOOD JOB
I am T-Mobile user in USA and there is some discripences in user manual and real values.
Item 36 and 37 in User Manual (RLC: Uplink coding Scheme and RLC: Downlink coding Scheme) I have read-outs like this
0 - CS1 - same
8 - MCS4 - different - supposed to be MCS5
9 - MCS5 - different - supposed to be MCS6
12 - MCS8 - different - supposed to be MCS9
This is in EDGE network in NYC area. I use FieldTest_157.
May you check it out? Thank you.
Click to expand...
Click to collapse
Can we monitor the handover process via this field test? If yes, what's the parameter for WCDMA and GSM? Pof, thank you very much for the SuperCID thingy...
tr4657 - What do you mean handover in WCDMA? It does not work this way.
In CDMA as long as WCDMA you may might be served by few NodeB's. In FieldTest in WCDMA group you have field Num3GServing which will tell you how many NodeB are serving you. From 1 to 3 at the same time. Items 154-157. Item 146 shows if handset are communicating with NodeB.
In GSM you will be able to see handover when Cell-ID field will be introduced. But only on the time of handover.
Hope that answer you question
Pawlisko said:
tr4657 - What do you mean handover in WCDMA? It does not work this way.
In CDMA as long as WCDMA you may might be served by few NodeB's. In FieldTest in WCDMA group you have field Num3GServing which will tell you how many NodeB are serving you. From 1 to 3 at the same time. Items 154-157. Item 146 shows if handset are communicating with NodeB.
In GSM you will be able to see handover when Cell-ID field will be introduced. But only on the time of handover.
Hope that answer you question
Click to expand...
Click to collapse
OK. Half of my question was answered. Thanks. But I was searching for handover timing and occurences when travelling from point A to point B... I guess I need Nokia Net Monitor to do it.... Huhuhuhi... Sad...
tr4657 - In Nokia Net Monitor you mean Display 41 and 42? If yes - you have to speak with austin_boy thou I think it is not possible that way.
Field test is live program, and you probably need that program to be resident to constantly monitor network parameters and save them.
Nokia NetMon is good, thou to beter monitor networks you need commercial programs, PCMCIA card and laptop to save your findings. Problem with software because it is very expensive (ca. 10k USD).
CDMA and WCDMA work in very different way than GSM. GSM is constant checking due to its nature (TDMA - uses Time, Slots in Cells, Coverage is fixed, only connected to one Slot in BTS, than handoff[handover] to different Slot etc). CDMA is very different (CDMA - uses Code, Cells does not have Slots, Coverage is changing due to workload) that is why it is event driven.
Back to your question - you need better software, for most of us Field_Test is enough - Nokia NetMon is good but also not good enough. If you need more - 10k USD and professional software will give you everything. Almost everything - you need somebody in NMC to cooperate with you for all data.
Thanks for the info. By saying I need a special program; does the program then needs it's own monitoring hardware? I sometimes came across several sites offering the specific hardware to measure all the parameters of Cellular Network including UMTS/CDMA... BTW, what is the name of the software?
tr4657 - I do not have answer for you about software name. I have it somewhere in my private newsgrups but will take time to find it.
I know that there is special software installed in SonyEricsson's, Nokia's and Motorola's handset. This software is very rare, part of selled network infrastructure. Other software is PC based. Usualy you have to have PCMCIA card with special drivers, which allows direct hardware monitoring.
Never heard of software for PPC thou probably it is developed.
Data logging
Can anyone think of a way to log the data from field test at regular intervals eg for mapping reception of an area?
Cell ID Vaule
I have installed this app on my Hermes device. Looks to be working largely OK, but No Cell ID in the AMR section. Any idea ??
Other Devices
Next question - will the application work on any other devices (namely the HTC Artemis). Many Thanks
ace10 said:
I have installed this app on my Hermes device. Looks to be working largely OK, but No Cell ID in the AMR section. Any idea ??
Click to expand...
Click to collapse
You need to pick up 2g signal, if your signal is 3g AMR will not work. Force 2g in band selection.
ace10 said:
Next question - will the application work on any other devices (namely the HTC Artemis). Many Thanks
Click to expand...
Click to collapse
Is for hermes only.
Cell ID's
vijovame said:
You need to pick up 2g signal, if your signal is 3g AMR will not work. Force 2g in band selection.
Click to expand...
Click to collapse
I definately have no 3G signal here - but cell id field was missing from that section..
I'm trying to create a program similar to fieldtest for network diagnostics and troubleshooting for customers on the NextG network which uses 850MHz HSDPA technology. The program must read signal strength and local/neighbouring cell id and then log the data along with some gps info. I'm using an imate jasjam. I guess that the values given in field test are accessed via the RIL? It would be nice to get a copy of the source code for this program so I could see what is happening...
gunrum44 said:
I'm trying to create a program similar to fieldtest for network diagnostics and troubleshooting for customers on the NextG network which uses 850MHz HSDPA technology. The program must read signal strength and local/neighbouring cell id and then log the data along with some gps info. I'm using an imate jasjam. I guess that the values given in field test are accessed via the RIL? It would be nice to get a copy of the source code for this program so I could see what is happening...
Click to expand...
Click to collapse
Will be great. Where is NextG?

How to force refresh intervall to connect on a new cell-id

Hi,
I would like to know if there are any registry value to change or modify interval time to refresh the cell-id searching procedure more often.
I need to grab cell-id with my HTC and when I travel in a big town with a hight density of BTS antenna I can found some cell id but I think there are missing a lot of BTS because numbers of Cell-id is low.
For example in France on a highway, coverage is one BTS every 2-3 kilometers and in a big town I think it is more depending of the GSM traffic (maybe between 800meters and 2000meters)
Regards
Richard
Richard, your mobile checks a certain number of cells (towers not handset) in the millisecond internal range (GSM Standard); this is true for when your phone is idle as well as in dedicated mode (during call/data transfer). Number of cells it looks for it decided by the operator and depends on the cell plan. you cannot control how often this happens no matter what, you can however control what frequencies to check but you need special software and hardware for this.
I hope this explains it sufficiently as if tried to not be too technical in the details.

HERMES WORST NIGHTMARE - "the cell phone death trap"

I recently moved into a new ‘cell phone death trap’ apartment (apt).
I’ve seen my phone connect, I’m guessing; connect to four different cell towers from my apt. I’ve sat and watched it go from 2 bar E, disconnect, to 1 bar G, disconnect, to no bars 3G, disconnect, and so on….
But here’s the clincher…
Sometimes it will also connect to a full strength edge network, but it indicates it’s roaming by the Triangle icon. Now if I’m on that ‘Triangle” network, my phone works great, meaning I actually can make and receive calls!
But, I’m guessing again, because it shows it is roaming; it also does not like to stay connected to this network. Actually it prefers to switch itself back onto a weak edge network without any signal.
My phone battery doesn’t last more than five hours, NOT TALKING, just in standby because it is constantly switching towers.
At this point I want to throw my Hermes out a window! But I know that wont do any good, because anyone else who come to my apt and has AT&T/Cingular gets the same results.
So here’s my question:
“Can I force my phone to stay on a particular cell tower?”
If so, I love you….
you should re-post over in this thread Daniel's software might be able to solve your problem (or Daniel might have other ideas).
thank you for the suggestion. i tried that and he said, "Sorry nop. It isnt the pourpose of cmp or bs...."
I don't think you can force to a specific tower but you can force to a particular provider:
START/SETTINGS/PHONE/NETWORK/MANUAL
and also select whether you want to force GSM/WCDMA and the GSM/UNTS band:
START/SETTINGS/PHONE/BAND
Maybe by going this route you can lock onto a reasonable signal.
2 other alternatives... Sell the appartment... Buy a landline and donate the Hermes to me
taze said:
I recently moved into a new ‘cell phone death trap’ apartment (apt).
I’ve seen my phone connect, I’m guessing; connect to four different cell towers from my apt. I’ve sat and watched it go from 2 bar E, disconnect, to 1 bar G, disconnect, to no bars 3G, disconnect, and so on….
But here’s the clincher…
Sometimes it will also connect to a full strength edge network, but it indicates it’s roaming by the Triangle icon. Now if I’m on that ‘Triangle” network, my phone works great, meaning I actually can make and receive calls!
But, I’m guessing again, because it shows it is roaming; it also does not like to stay connected to this network. Actually it prefers to switch itself back onto a weak edge network without any signal.
My phone battery doesn’t last more than five hours, NOT TALKING, just in standby because it is constantly switching towers.
At this point I want to throw my Hermes out a window! But I know that wont do any good, because anyone else who come to my apt and has AT&T/Cingular gets the same results.
So here’s my question:
“Can I force my phone to stay on a particular cell tower?”
If so, I love you….
Click to expand...
Click to collapse
Are you able to change networks?
Are you able to ask your service provider the location of the towers and if they're planning either any upgrades or any more in the area?
If not you may wish to consider the first point, changing service providers.
I know what a pain it can be to have little or no service when needed. Personally, here in the UK, I'm on Orange. Where I lived in Wales it was either Orange or Vodafone that has a decent signal. When I'm out and about with work those are the two popular towers with o2 creeping up and some others too, but for the most part those are the strongest.
I don't, I'm sorry, have any better advice for you. Apart from leave your Hermes on charge when you're home near a window (safely) and carry a bluetooth earpeice around instead Good Luck with your Valiant Quest
ach2 said:
I don't think you can force to a specific tower but you can force to a particular provider:
START/SETTINGS/PHONE/NETWORK/MANUAL
Click to expand...
Click to collapse
i went to that tab and all i have is a Find Network button, which does nothing...no manual option
ach2 said:
and also select whether you want to force GSM/WCDMA and the GSM/UNTS band:
START/SETTINGS/PHONE/BAND
Maybe by going this route you can lock onto a reasonable signal.
Click to expand...
Click to collapse
I've tried this method as well and it does not help. apparently both the good and the band networks all fall under GSM(900+1800)+UMTS(2100). The other two band options never find a network.
ach2 said:
2 other alternatives... Sell the apartment... Buy a landline and donate the Hermes to me
Click to expand...
Click to collapse
I'll consider it....thank you for your suggestions, I REALLY APPERCIATE ANYONES (constructive) FEEDBACK.
Elwyn M3100 said:
Are you able to change networks?
Are you able to ask your service provider the location of the towers and if they're planning either any upgrades or any more in the area?
If not you may wish to consider the first point, changing service providers.
I know what a pain it can be to have little or no service when needed. Personally, here in the UK, I'm on Orange. Where I lived in Wales it was either Orange or Vodafone that has a decent signal. When I'm out and about with work those are the two popular towers with o2 creeping up and some others too, but for the most part those are the strongest.
I don't, I'm sorry, have any better advice for you. Apart from leave your Hermes on charge when you're home near a window (safely) and carry a bluetooth earpeice around instead. Good Luck with your Valiant Quest
Click to expand...
Click to collapse
Thank you for your suggestions. Unfortuantly im locked in a 2yr contract, thats how ****ty american cell phone companies do things. Plus, the better providers in the area dont use SIM cards (ie. Sprint/Verizon), so that would mean bye bye Hermes.
Ill will go by the Cingular store and ask about the possible service upgrade, but those fools dont really know whats what, thats why im on xda-dev!
I like the bluetooth idea, ill try find a "sweet spot" in the apt and try that method. Thanks again!
"I have dream..."
My idea just seems possible, however i cant program so who am i too.....
The idea of having blocked cell id numbers. If i could FieldTest or somehow extract the cell ids from the towers i dont want, then create a file that the phone checks against before joining a tower.....
I dont know, just a dream i suppose...
In both cases (roaming and not) are you registered in same operator?
If you're having a difficult time maintaining solid cellular reception, you might want to consider buying an external antenna. Refer to my post here regarding an antenna that can be purchased from Radio Shack. The antenna is now on clearance for $20 and the pigtail is $10. This may or may not help depending upon your location in relation to the towers, but if you try it out, let me know how it works.
Cheers
Yeah, I'm on an 18 month contract... But I'm about 8 months in now
You might even be able to get bluetooth repeaters once you find your, ahem, sweet spot
danielherrero said:
In both cases (roaming and not) are you registered in same operator?
Click to expand...
Click to collapse
i believe so. the only reason i think it's roaming is because of the Triangle icon. But my SIM is only authorized for one operator, Cingular.
is there a better way to check?
Thank you very much Daniel!
Lancealot said:
If you're having a difficult time maintaining solid cellular reception, you might want to consider buying an external antenna. Refer to my post here regarding an antenna that can be purchased from Radio Shack. The antenna is now on clearance for $20 and the pigtail is $10. This may or may not help depending upon your location in relation to the towers, but if you try it out, let me know how it works.
Cheers
Click to expand...
Click to collapse
i would be willing to try those products but i believe they're now fully discontinued. Either of those item numbers from your post no longer exsist.
No problem
taze said:
i would be willing to try those products but i believe they're now fully discontinued. Either of those item numbers from your post no longer exsist.
Click to expand...
Click to collapse
Call your closest Radio Shack and ask if they have either of those catalog numbers in stock. Worst case scenario is that they won't, however they can check the districts perpetual stock and see how many are available, and if you ask nicely, they can have the antenna and pigtail shipped to their store so you don't have to run all over creation just to get it.
...An even worst case scenario would be if you didn't live in the US or didn't have any Radio Shacks close by.. however I might know of someone who could use their employee discount to cover shipping costs Let me know if you have any questions.
weinson said:
you should re-post over in this thread Daniel's software might be able to solve your problem (or Daniel might have other ideas).
Click to expand...
Click to collapse
Taze,
I would also recommend that you try one of Daniel's applications - he is working on Comm Manager Pro but I think that Bandswitch will probably help you. I find similar problems to those you describe at work here in the UK with T-Mobile and my battery would often run low even during a day at work. The problem appears to have been caused by the Vario II (Hermes) spending all day jumping back and forward between networks whilst hunting for the best signal. Although the Bandswitch application (very small footprint) will not increase the signal you may find that forcing the phone to operate in a particular band helps - this is very easily achieved via the Bandswitch interface rather than going into settings each time. I now regularly switch to GSM each day when I get to work and it has solved my battery run-down issue completely!
Comm Manager Pro does much the same and more. It allows you to define a location (according to Cell ID and LAC Code) from which you can set the CMP application to (amongst other functions) switch to a particular band - or even turn the phone off).
Given what you have said this may not help but I would certainly give it a go. Good luck.
Regards
tony.wheeler said:
Taze,
I would also recommend that you try one of Daniel's applications - he is working on Comm Manager Pro but I think that Bandswitch will probably help you. I find similar problems to those you describe at work here in the UK with T-Mobile and my battery would often run low even during a day at work. The problem appears to have been caused by the Vario II (Hermes) spending all day jumping back and forward between networks whilst hunting for the best signal. Although the Bandswitch application (very small footprint) will not increase the signal you may find that forcing the phone to operate in a particular band helps - this is very easily achieved via the Bandswitch interface rather than going into settings each time. I now regularly switch to GSM each day when I get to work and it has solved my battery run-down issue completely!
Comm Manager Pro does much the same and more. It allows you to define a location (according to Cell ID and LAC Code) from which you can set the CMP application to (amongst other functions) switch to a particular band - or even turn the phone off).
Given what you have said this may not help but I would certainly give it a go. Good luck.
Regards
Click to expand...
Click to collapse
im going to try bandswitch today and see how it works. thank you for the suggestion!
i wish daniel could add the feature of blocked, preferred, of locked Cell ID's. that would be worth a good amount of money to me....
Hi.
I would like to help you.... I can detect cells and lac but I cant force radio hardware to attach on a particular cell. This a task for Radio ROM. The only posibility (maybe) would be if the operator names are diferent. Could you go to settings a search for operators? Maybe your operator has different name in roaming than non roaming. In that case It would be easy to help you....
Oooo if FieldTest were a controllable application....
Ok what I’ve discovered so far after watching FieldTest for about an hour.
The Good Connection -
LAC 0020
MNC/MCC 31017
NCELL INFO1 700-80 dbm <---- (at least four out of six NCELL maintain a steady 700-80dbm, often all six NCELL)
NCELL INFO2 700-80 dbm
NCELL INFO3 700-80 dbm
NCELL INFO4 700-80 dbm
NCELL INFO5 700-80 dbm
NCELL INFO6 700-80 dbm
BAND 2CS
CHANNEL 1:CCCH (stays, doesn’t change)
The Bad Connection
LAC d6ef
MNC/MCC 31380
NCELL INFO1 140-100 dbm
NCELL INFO2 140-100 dbm <---- (i get two NCELL at the most 140 each, rarely four NCELL, never more)
NCELL INFO3 0
NCELL INFO4 0
NCELL INFO5 0
NCELL INFO6 0
BAND 3:850 (once I saw it switch to PCS on this same MNC)
CHANNEL 1:CCCH/0:BCCH/255<UNKNOWN> (switches between these quite frequently)
So what I’ve interpreted from all that is.
Well I’ve confirmed my ****ty connection. Even though the phone often shows two bars, I can’t make or receive calls. Based on the NCELL db numbers and the constant channel changing, that **** just don’t work.
Most importantly, the phone is always trying to switch to the highest possible band. Because PCS is a lower band than GSM 850, my phone won’t stay on the PCS connection.
O yes, another discovery is, in WM6, if you are connected to a PCS band network, it displays the Triangle icon as if you are roaming but in fact it is not roaming.
So Daniel since you seem to be the best chance for a better life [for my Hermes]:
I need a way to force band selection beyond just GSM and UMTS.
I tried BandSwitch and it does not work for me because all my available connections fall under GSM.
And even beyond that I’d like to be able to force MNC’s, as I believe they are the specific network number.
Or can I block a LAC?
In settings, I only have one operator, Cingular, “Home of the most dropped calls.”
Hi.
I undestand perfectly your frustration and I will try to do what I can althought It doesnt seem easy thing because there isnt any(known) api to manage Radio Rom. Fieldtest is OEM dependent and I imagine It only works for only one manufacturer of radio hardware chip.
Ok, first try. If you start radio phone 10 times....
1) how many times your phone register to roaming (and wished) network?
2) If registed to roaming network, how much time (aprox) stays on it before register to bad cells?.
Why? well ,CMP executes actions when you enter on some place (compound by cells and lacs). You could create a place with your hated cells and then associate the action "reset radio" when registed to those cells (or lacs). In this way if your device falls into bad cells it would be resetted (only radio, not phone) until registed to good cells...
Only an idea....
Dani
If you can determine the direction of the "bad" towers, try lining your walls with lead sheets to block their signals and letting you connect to a prefered tower.

Categories

Resources