Git Product home page Git Product logo

Comments (25)

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

Hi @AoiGhost thanks for your crash report and log it really helps sort these issues out. I have just published a new release which I am hoping will address the problems you reported would you mind testing the latest release to see if everything has been corrected?

I will leave this issue open so you can let me know how it goes.

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

Still does it with the latest version:
https://gist.github.com/aoighost/7d53be5dadaa379f499d

Strangely, I notice in logs a reference to a samsung related class, could that be causing issues given that I'm running a motorola device?

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

@AoiGhost Thanks for testing and providing the log, slightly different issue this time regarding the CDMA location updating methods which I have unfortunately not been able to test as I do not own a CDMA device. I am hoping the changes I have made will address this issue for you and allow you to test the app correctly.

I do not want to release a new version as yet because this is really the only change so if you would like to test this again you can download the new version from My dev host and let me know how it goes.

Regarding the Samsung message you have seen in the logcat that is just testing your device to see if it will allow access to the Samsung MultiRil port it should not cause any issues as once it fails to open the required port no further code from these methods will be run.

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

Now it doesn't even get to the disclaimer. note that it crashes twice on one open attempt, once immediately after the window opens, which closes the window, and then another one a few seconds later after the window closes, all from trying to run the app once.

https://gist.github.com/aoighost/dd31a98b8becdcbd65d7

from android-imsi-catcher-detector.

SecUpwN avatar SecUpwN commented on September 24, 2024

@AoiGhost, you seem to be the first person having such tremendous problems with our App. Would you please do me the favour and make a NANDROID to try our App on a fresh reflash of your ROM?

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

@AoiGhost @SecUpwN No need to backup and do a clean install, although acting a little different the faulting method is the same from the new log posted.

I will disable the method causing issues and post a new version for you to test later tonight when I get home, this won't remove any functionality as it is an additional method to retrieve location information from CDMA devices which actually only operates when location services are active so really does not add any additional value.

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

@AoiGhost Thanks again for your persistence and patience whilst I get this sorted for you I have removed the calls the method causing problems and it can be found again at my dev host

Please let me know how it goes now this has been removed I believe you are the first with a CDMA device to test and provide feedback so I really appreciate your assistance.

from android-imsi-catcher-detector.

E3V3A avatar E3V3A commented on September 24, 2024

@AoiGhost Yes, it's funny it crashes twice! Most likely because because in it's settings, it is set to stay alive, by default, and thus (probably) restarting as soon as it crashes.
@xLaMbChOpSx I wonder if this is related to my other issue with app refusing to close down, regardless of the "persistence" setting?

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

Now it boots, but the GUI usually crashes when trying to download the OpenCellID data. It also does not seem to detect neighbouring cells.

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

@AoiGhost Would you be able to provide a log of the OpenCellID crash so I can look into that as well.

Regarding the neighbouring cell info both of the framework methods fail on my i9100 and return null but that is mainly due to my phones age. I will look into this tonight as well as looking for anything specific to CDMA devices that I might have overlooked.

from android-imsi-catcher-detector.

E3V3A avatar E3V3A commented on September 24, 2024

@xLaMbChOpSx Neighboring cells info works on my i9100, so it must be another problem. So I think it could be a modem FW (ServiceMode) issue, since we have the same AOS (SlimKAt) and close to same model otherwise. You did mention previously that you have a later modem firmware...and I haven't updated mine yet, since it works.

from android-imsi-catcher-detector.

AlexHarrowell avatar AlexHarrowell commented on September 24, 2024

I'm not getting neighbouring cells on my GT-i9195 with Android
4.2.2/Baseband i9195XXUBML4 either.

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

I just downloaded the latest release and it crashes on disclaimer again.

from android-imsi-catcher-detector.

SecUpwN avatar SecUpwN commented on September 24, 2024

Could you please try to remove all data created by AIMSICD and do a complete fresh install of it, then capture a logcat for us please, @AoiGhost? Thank your for helping us nuking this Issue!

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

@xLaMbChOpSx: https://gist.github.com/aoighost/75d0bf4d1d5419828a13

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

@AoiGhost Hi, I just checked out the log are you sure you are using the latest version because the error is being caused by the CDMA location method that I disabled. I just checked the code to make sure it had not been accidentally re-enabled and it is still commented out.

from android-imsi-catcher-detector.

SecUpwN avatar SecUpwN commented on September 24, 2024

Hi, I just checked out the log are you sure you are using the latest version because the error is being caused by the CDMA location method that I disabled. I just checked the code to make sure it had not been accidentally re-enabled and it is still commented out.

@xLaMbChOpSx, maybe you should add some code that writes the version of our App into any logcat being created while running AIMSICD? Certainly this would circumvent us walking in the dark..

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

It's on v0.1.18-alpha, I just downloaded it, and this is a clean ROM install.

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

Hi @AoiGhost sorry I don't know what I did but somehow a call to the method causing the issue was still present, any reference to and the method itself have now been totally removed.

Thanks again for your patience with this and posting of logcats if you would not mind trying the latest release and letting me know how you go that would be awesome.

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

No worries, it's all good. The app starts now, still no neighboring cells, but at least it runs. Thanks dude.

from android-imsi-catcher-detector.

xLaMbChOpSx avatar xLaMbChOpSx commented on September 24, 2024

Ok thanks for that I will spend some time over the weekend looking into the neighbouring cell info for CDMA devices, sorry you are having so much trouble it is just difficult for me as I don't have a CDMA device. I might keep my eye out for a cheap one and pick up one of possible so I can test on that type of device as well.

from android-imsi-catcher-detector.

SecUpwN avatar SecUpwN commented on September 24, 2024

@AoiGhost, is your Issue still valid with WIP-Release 0.1.23-alpha or can I close this?

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

Still doing it, I'll get a log up.

from android-imsi-catcher-detector.

SecUpwN avatar SecUpwN commented on September 24, 2024

@AoiGhost and @AlexHarrowell, would you please compile the current code for yourself and see if this Issue can be closed? If not, please submit the link of a full logcat on PIE BIN here. Thank you.

from android-imsi-catcher-detector.

peterclemenko avatar peterclemenko commented on September 24, 2024

Confirmed that it works now, even picked up someone doing some strange stuff in Maryland.

from android-imsi-catcher-detector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.