-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
neighbouringCellInfo empty in debug logs #208
Comments
@Ueland, I very much enjoy that you're such an enthusiastic user of our App and seem to enjoy testing it. Also, thank you very much for the logfiles (@E3V3A, @tobykurien, @He3556 and @andr3jx, please have a close look at those)! As you can see, I had to edit your Issue a little to shorten the headline. Generally speaking, we currently lack contributions on our App, that is why we are still in ALPHA stage. @Ueland, is your Issue here possibly a duplicate of #137, or is this really a separate one? If you really want to help us pushing forward, please make some pull requests to squash as many bugs as possible and maybe even continue work on implementing more detection measures. Thank you! |
I see some logs there that I need to remove (power/sensor logs), to make the log output smaller. As for the neighbouring cells info, if we get back nothing from the API, there's nothing we can do in the app. |
Just FYI: I just added a flow-chart to #100 to help resolve NC issues. @Ueland I'm really curious to know what's preventing your phone from showing NC, also in the SM (as you showed above.) Who makes the N5 ? (Was it LG? I forgot.) Since your device is Qualcomm, you should have a _/dev/smd0_, do you? Please send me an email... |
Yup, the N5 is from LG. Gonna check if i have the mentioned device |
@E3V3A: |
@Ueland That's funny. It's a MSM8974 so it should have an smd device somewhere. Can you dump the output of |
i tried a ls on /dev yesterday but got a permission denied error, guess that's caused by not having root. |
Yes, you need root. But you shouldn't lose any data. No need to flash anything. Try manual installation of Kingroot. Put the |
The Nexus 5 does not have an external SD Card, that might make it worse? ;) |
Yes, we usually don't make that distinction anymore. So we usually just refer to the separate /media/sdcardX partition as "SD card". So just find whichever way to transfer files to your phone and find it (and run/install) with ES File Explorer, for example. |
Can you send me your e-mail again and i will send you the output you wanted. |
Thanks for the reminder, sent! |
Hi @Ueland it seems that your device do output the NC, but are using the getAllCellInfo() function to do that. If you check your radio logcat for these:
Regarding the AT interface. Yes, it seems that they have (re)moved your /dev/smd0, so we have to # cat /proc/devices
Character devices:
...
10 misc
...
250 smdpkt
251 smd <== Look for this!
...
# alias ls='busybox ls -al --color=always'
# ls -al /dev/smd0
crw-rw---- 1 1000 1000 251, 0 Mar 17 2013 /dev/smd0
# \ls -al /dev/smd0
crw-rw---- system system 251, 0 2013-03-17 08:37 smd0
# \ls -Z /dev/smd{0,22}
crw-rw---- system system u:object_r:smd_device:s0 smd0
crw------- root root u:object_r:smd_device:s0 smd22 Then we can try to recreate the node with: # mkdev -m 666 /dev/smd0 c <smd> 0
# chown system.system /dev/smd0
# chcon u:object_r:smd_device:s0 /dev/smd0 Where you have to substitute
|
@Ueland Did you get rooted etc? |
Yes, i am rooted, but have not had a chance to play more with this yet. |
Here is the output of /proc/devices: https://defuse.ca/b/dBrkObPHY0sFCGXiMFBXz6 I do not see "smd", but can i be 250 smbpkt? I checked all filenames available on the device and found this with the name smb in it, but nothing else of interest:
|
No, unfortunately none of those are it. I'll try to find the schematic for your phone, when i get back. Perhaps that will tell me something... |
@Ueland Actually your neighboring cells are not completely "empty", just a bit crippled, but nonetheless useful. Looking at your logs:
We see that you are probably running in LTE mode. Thus:
|
BTW. HERE is the Service Manual for your phone (LG D821). Looking at it, there is nothing obvious. All communication is done internally on the MSM8974 SoC. So any interface available will be full dependent on the Kernel... QMI is the best and probably only chance to get access to modem interface on this device, unless we recompile a kernel. |
Confirming per request that this issue still exist in latest version. |
I think we understand the lack of this info as lacking the correct modem diagnostics filters to allow this info into the AP realm. I'm not sure how this can be changed persistently, but I think grabbing a su
cd /
find / -iname "Diag.cfg" |
@Ueland, would you please be so kind and test again if it still persists? It should be gone now. |
So this morning i decided to take a walk around my office as i am smack middle in Oslo,Norway where a spy scandal is starting to grow now, after signals from multiple IMSI-catchers have been detected. All these are all around my office. The app did not trigger any alarms, but not too surprising giving that:
a: Alpha version for the App
b: The IMSI-Catcher may have been taken down as they have been revealed
Specs:
AIMSICD version "WIP-Internal v0.1.25-alpha-build-3"
Stock Google Nexus 5 (not rooted, working on it now), on Android 5
Getprop: http://pastebin.com/RrUtuxeq
🍒 Logcat dump on way to known catcher area: https://defuse.ca/b/L2geviNNaWSKZuVbakI4Og
🍒 Logcat dump from known catcher area: https://defuse.ca/b/jwnXkIl4xuy2CSfGzLo3FQ
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: