-
Notifications
You must be signed in to change notification settings - Fork 968
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
Add support for uploading exact BTS GPS locations draft #645
Conversation
Unchaining WIP-Release v0.1.36-alpha-build-00
So I can manually change location of cells and mess up their database? Most people will use it for that purpose. We know that, right? |
Thanks for your PR @ziem, please investigate the conflicts? Did you update your fork prior crafting this? |
Fork synced. Is there anything else I need to do? |
Do you see the commands when pressing |
I updated my PR. Above you can see my last commit:
|
@SecUpwN Since it's draft, how do you want to merge it? Because either we are interested in the feature allowing users to spoil the OCID database, we heavily rely on, and in that case we can use the feature branch to test it and merge it when it's complete feature (not a draft), or we don't want this feature, and I see no point in merging it. @ziem sorry, you have to rebase your feature commits on top of current development branch state, not include all the changes between your development and current state within PR. And my personal insight is that you could go with Maybe most easy, non-git, way to do it correctly, would be for you to copy&paste your code from https://github.com/ziem/Android-IMSI-Catcher-Detector/commit/b47589acdc779098127cec5f95d77cbe36fda4fa having opened latest development branch and create this PR again when your changes will be on top in |
I don't know if this is off topic but you could put a filter to only log a BTS if the signal equal MAX rssi/dbm value this way you know its at least close to the BTS, or before upload parse the data to make sure the rssi is max value and only add to the csv file if value is max. We keep logging the BTS as normal but if the rssi > than the rssi stored in the database then update previous record with new gps coors & new rssi level if they are valid. You won't need to use this option then for adding personal markers which is not a good idea as @AglioB has said and would only take one person maybe an IMSIC group to mess up the OCID database. |
@smarek or create new branch from current origin/master and |
#590 This pull request contains:
I also created empty methods:
loadUserDefinedCoordinates
,saveUserDefinedCoordinates
andupdateUserDefinedCoordinates
. Second and third method is invoked in right place so you can fill them with database operations and everything should work.