Android-IMSI-Catcher-Detector icon indicating copy to clipboard operation
Android-IMSI-Catcher-Detector copied to clipboard

Celltype changes to a 10 digit number

Open Nordlenning opened this issue 8 years ago • 4 comments

Thank you for your feedback! Please add below details so that we can help you a bit faster.


Agreements

Please check these boxes to ensure you've actually read and understood these important rules!

  • [x] I have reviewed and accepted the guidelines for contributing to this project.
  • [x] I have searched the open Issues and made sure I am not filing a duplicate.
  • [x] I have read the notes on debugging and will properly maintain this Issue.

Overview

Please add a short and easy to understand description of the Issue you've experienced here.

  • AIMSICD version (see the About screen):
  • Phone and ROM running current release:
  • Link to logfile without identifyable data:

---AIMSICD WIP v0.1.41-alpha , Sony Experia V lt25i Lollipop Cy.

So I did some more testing yesterday. If you drag your'e finger down the main screen, U get: "Failed to refresh Cellid. Check network connection". (screenshot1)

Didn't Know of this feature, so I had to see what happend if I connected to my Wifi, so I did.

Then I got "Updating/refresh Screen" & my Celltype (LTE) changed to a 10 digit number.(screenshot2) My CID & LAC stays the same as the usual LTE Cell, after this 10 digit number appears.

Uploaded 1 pic containing 2 screenshots. 1'st without Wifi & 2 With Wifi Connected. Uploaded 2 corresponding logs refering to theese 2 screenshots. 1'st log without wifi, 2 log with Wifi connected. Logs https://defuse.ca/b/gtfwJQFW

Reproduction

Please tell us the detailed steps on how to reproduce your Issue here.

--- Same as above

References

If your Issue is related to any other existing Issues or pull requests, please link them here.


Screenshots

If you experienced visual glitches, please add a screenshot without metadata here. aimscid

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Nordlenning avatar Mar 15 '16 05:03 Nordlenning

This number that is displayed is 2147483647 Same number in the log. This number shows up in several logs here & is not unique to my phone or network.

Nordlenning avatar Mar 30 '16 21:03 Nordlenning

This is Integer.MAX_NUMBER leaking out to the UI. It means the value is not known or null.

Not all cell networks have PSC, for example, so it defaults to that value... Ints don't support null so max number is used.

It's definitely a bug to fix.

A getFriendly___ method that returns a string could check and return "unknown" or "NA" if max number is reached

f3ndot avatar Mar 30 '16 22:03 f3ndot

A getFriendly___ method that returns a string could check and return "unknown" or "NA" if max number is reached

We already have a string resource for N/A, so we should use this

larsgrefer avatar Mar 30 '16 23:03 larsgrefer

This number is still in several places, This is from v0.1.43-alfa db-view screenshot_2016-05-05-02-11-26edit

Nordlenning avatar May 07 '16 01:05 Nordlenning