Skip to content
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

Long time to retrieve CellInfo #76

Open
jozefvodicka opened this issue Apr 28, 2023 · 3 comments
Open

Long time to retrieve CellInfo #76

jozefvodicka opened this issue Apr 28, 2023 · 3 comments

Comments

@jozefvodicka
Copy link

On Samsung S53 it takes 5+ seconds to retrieve cellInfo. On some devices we received info in 100ms. Is this a hardware issue or algorithm related?

@mroczis
Copy link
Owner

mroczis commented Apr 29, 2023

NetMonster internally uses TelephonyManager#requestCellInfoUpdate which is asynchronous. I'd bet that such delay is caused there, hence this should be hardware issue.

I'll have a look if I can get my hand on S53 and keep you updated.

@jozefvodicka
Copy link
Author

It looks like, the whole UI freezes during the retrieval time. It makes no sense as it should be async. Maybe there is some bug connected to hardware which "occupies" CPU and GPU.

@jozefvodicka
Copy link
Author

Does anybody tested this scenario on given samsung device?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants