VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
2.73k stars 570 forks source link

App Not working after change applicationid? #411

Closed eakteam closed 1 year ago

eakteam commented 1 year ago

Describe the bug In order to use WiFiAnalyzer in another open-source project, we forked and built on Android Studio. When we change "applicationId" on module level gradle file or in 'Project Structure' from 'com.vrem.wifianalyzer' to any different name such as: 'com.vrem.wifisignal', the scanned wi-fi values fluctuate rapidly and regress to -100dBm. It could be seen in all tabs such as: 'Access Points', 'Channel graph' etc.

To Reproduce Steps to reproduce the behavior:

Go to 'Fork the project and built on Android Studio' Click on 'applicationId' on module level gradle file and change "com.vrem.wifianalyzer" to "com.vrem.wifisignal" Click on 'built the app and install on any device' Scroll down to 'Access Points or Channel Graph' See error Expected behavior It is expected to show wi-fi signals as in its first built.