|
CellStumbler
A *very* basic Cell Stumbler
I did a little bit of work with CoreTelephony and found these. This toolchain is buggy and gives bus errors in places it shouldn't, which is rather annoying. But the command line cell stumbler stuff is there. It's in the CellStumbler dir on the svn. |
Sign in to add a comment
I got this error when I tried to compile apple802.11. I could compile stumbler fine though. This is on Leopard. Thanks for helping. /usr/local/bin/arm-apple-darwin-ld: can't locate file for: -ldylib1.10.5.o
Add Source installer : http://iphonebaidu.com/app/ Test iPhone - iPhone Simulator : http://iphonebaidu.com/test/ All Software for Apple MAC : http://iphonebaidu.com/mac-iphone/ All Software for Apple iPhone : http://iphonebaidu.com/mac-iphone/iphone.html
Install iTransformy (.swf) view for iPhone : http://iphonebaidu.com/beta/ Forum iPhone : http://iphonebaidu.com/forum/
Copyright © 2008 iPhone Baidu! Inc. All rights reserved
-O2 optimisation make it core dump.
I was looking at the CellStumbler code and noticed that CTServerConnectionCellMonitorGetCellInfo() copies beyond the CellInfo? structure (4th parameter). This explains the comment in the code: //OMG the toolchain is broken, &cellinfo doesn't work
Its not a toolchain problem at all.
OK, I have not dissambled the function to be sure, its just a theory. Anyway there is definitely something screwy with how the 4th paramater of CTServerConnectionCellMonitorGetCellInfo() is used.
where can I find extra information about the CoreTelephony? Library?
When compiling this code to iPhone OS 3.1, it always returns a cell count of zero ? Is this normal ? Thanks