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

LineageOS 20 with mircog not responsive #70

Open
delmocro opened this issue Nov 5, 2023 · 21 comments
Open

LineageOS 20 with mircog not responsive #70

delmocro opened this issue Nov 5, 2023 · 21 comments
Labels
bug Something isn't working

Comments

@delmocro
Copy link

delmocro commented Nov 5, 2023

[

screen-20231112-193812.mp4

](url)

Hello, thanks for making Torque available on AA. Ik have installed everything the right way and AA Torque shows up as on the headunit. The problem i have is that the AA Torque application on the phone is unresponsive. None of the buttons react to input. I tried doing this multiple times while also having Torque pro working in the background. Just doesnt respond to input. I also uninstalled and installed multiple times with kinginstaller and just cant get is to respond. Does this have anything to do with MicroG? 3 dots also not responding.

@delmocro
Copy link
Author

Hello, thanks for making Torque available on AA. Ik have installed everything the right way and AA Torque shows up as on the headunit. The problem i have is that the AA Torque application on the phone is unresponsive. None of the buttons react to input. I tried doing this multiple times while also having Torque pro working in the background. Just doesnt respond to input. I also uninstalled and installed multiple times with kinginstaller and just cant get is to respond. Does this have anything to do with MicroG? 3 dots also not responding.

Nobody have the same problem?

@agronick
Copy link
Owner

That is strange. I don't know how I could reproduce it though. It is like it is blocking but I don't know what it would be blocking on. Do you know how to hook up a debugger?

@agronick agronick added the bug Something isn't working label Nov 19, 2023
@delmocro
Copy link
Author

That is strange. I don't know how I could reproduce it though. It is like it is blocking but I don't know what it would be blocking on. Do you know how to hook up a debugger?

Unfortunatly i dont. I have tried on another phone samsung s8 also with lineageos microg and same thing. Altough on that phone if you keep tapping the dialog appears but its intermittent (you really have to catch it) so i dont know whats blocking it. I have AFwall+ ant allowed internet connection to the app.
The app shows as installed from microG Companion. So not from Google play store but should be the same i guess.

@agronick
Copy link
Owner

The dialog for Android Auto permissions?

@delmocro
Copy link
Author

The dialog for Android Auto permissions?

No i mean when you press on the 3 dots in aa torque.

I wil try to hook up a debugger. Yesterday i tried on android studio but couldnt get my phone attached to the debugger so as soon as i get that to work i will try to catch the problem :)

@delmocro
Copy link
Author

That is strange. I don't know how I could reproduce it though. It is like it is blocking but I don't know what it would be blocking on. Do you know how to hook up a debugger?

Here is the logcat

Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7e028850e8 in tid 10837 (JDWP Transport ), pid 10819 (.aatorque.stats)
FORTIFY: pthread_mutex_lock called on a destroyed mutex (0x7ddeb8a148)
FORTIFY: pthread_mutex_lock called on a destroyed mutex (0x7e01831cd8)
FORTIFY: pthread_mutex_lock called on a destroyed mutex (0x7e01831cd8)
Debugger has connected
waiting for debugger to settle...

debugger has settled (1392)
Unable to open '/data/app/~~6541ar3Rcw0Jc7Ptsqb2Qw==/com.aatorque.stats-_FK_msE1lhz2sSyWgJuoog==/base.dm': No such file or directory
Unable to open '/data/app/~~6541ar3Rcw0Jc7Ptsqb2Qw==/com.aatorque.stats-_FK_msE1lhz2sSyWgJuoog==/base.dm': No such file or directory
ANGLE Developer option for 'com.aatorque.stats' set to: 'default'
ANGLE GameManagerService for com.aatorque.stats: false
Neither updatable production driver nor prerelease driver is supported.
No Network Security Config specified, using platform default
No Network Security Config specified, using platform default
ACRA is enabled for com.aatorque.stats, initializing...
Verification of boolean com.aatorque.prefs.SettingsActivity.onOptionsItemSelected(android.view.MenuItem) took 121.743ms (1010.32 bytecodes/s) (4504B approximate peak alloc)
Checking for metadata for AppLocalesMetadataHolderService : Service not found
Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
Compat change id reported: 210923482; UID 10282; state: ENABLED
Checking for update
Compat change id reported: 237531167; UID 10282; state: DISABLED
Expecting binder but got null!
Skipped 35 frames! The application may be doing too much work on its main thread.
tagSocket(89) with statsTag=0xffffffff, statsUid=-1
Build Date : 07/26/21
OpenGL ES Shader Compiler Version: EV031.35.01.09
Local Branch :
Remote Branch :
Remote Branch :
Reconstruct Branch :
Build Config : S P 10.0.7 AArch64
PFP: 0x016dc094, ME: 0x00000000
Unable to match the desired swap behavior.
Adding additional valid usage bits: 0x8202000
Compat change id reported: 78294732; UID 10282; state: ENABLED
Installing profile for com.aatorque.stats
A resource failed to call close.

@agronick
Copy link
Owner

Nothing really stands out. Try setting a breakpoint in the onCreate method of SettingsActivity and step through it to see where it gets stuck. Do you have some kind of firewall? It checks for updates on github but it happens off the main thread.

@delmocro
Copy link
Author

Nothing really stands out. Try setting a breakpoint in the onCreate method of SettingsActivity and step through it to see where it gets stuck. Do you have some kind of firewall? It checks for updates on github but it happens off the main thread.

I did that and i couldnt find the issue. I also removed the line that checks for updates checkupdate() and ran the app and still the same issue.

I am using Afwall+ but i disabled it to see if the app works but stil same thing.

I will try to find where the problem is, but i really dont know where to look.

@agronick
Copy link
Owner

Hit the pause button when the settings screen freezes. It should tell you where it is stuck. If it is somewhere deep inside the Android SDK go up the call graph until you see something in SettingsActivity or SettingsFragment. Or you can make a breakpoint and step line by line til it freezes.

@zovallo
Copy link

zovallo commented Dec 18, 2023

I have the same issue. Aa torque settings screen freezes.

@zovallo
Copy link

zovallo commented Dec 20, 2023

Hello, thanks for making Torque available on AA. Ik have installed everything the right way and AA Torque shows up as on the headunit. The problem i have is that the AA Torque application on the phone is unresponsive. None of the buttons react to input. I tried doing this multiple times while also having Torque pro working in the background. Just doesnt respond to input. I also uninstalled and installed multiple times with kinginstaller and just cant get is to respond. Does this have anything to do with MicroG? 3 dots also not responding.

Nobody have the same problem?

I have your samw exact problem on my lineage os pixel 7pro phone

@agronick
Copy link
Owner

If one of you can set up Android studio I would be willing to do a remote access session. Or someone could ship me a phone to test on.

@zovallo
Copy link

zovallo commented Dec 21, 2023 via email

@agronick
Copy link
Owner

agronick commented Jan 6, 2024

I spent a lot of time on this. I tried to compile it from source but it is massive and couldn't get it to compile right. I found a VM but it was too old. If you want to set up a Zoom call and see if we can fix it let me know. They don't make a rom for my phone and there doesn't seem to be any easy way to get the latest version in a virtual device.

@zovallo
Copy link

zovallo commented Jan 6, 2024 via email

@agronick
Copy link
Owner

agronick commented Jan 6, 2024

Look me up on facebook. We can schedule something there. I am in Eastern Standard Time.

@zovallo
Copy link

zovallo commented Jan 7, 2024 via email

@agronick
Copy link
Owner

agronick commented Jan 7, 2024

I just didn't want to put my email out in the open and github removed direct messaging. I'll just post the link here. Does 18:00 UTC+1 work for you?

@zovallo
Copy link

zovallo commented Jan 7, 2024 via email

@agronick
Copy link
Owner

agronick commented Jan 8, 2024

Yeah I didn't hear back from you in time. We can schedule something this week.

@zovallo
Copy link

zovallo commented Feb 6, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants