I am using Terminal Termux, kindly instruct me how should I do this with Termux. Like to try this out.
Just type su and hit enter. Then you should see #. Then type the command provided.I am using Terminal Termux, kindly instruct me how should I do this with Termux. Like to try this out.
chown -R root:root
/data/data/com.google.android.projection.gearhead/files/phenotype/shared
touch /data/data/com.google.android.projection.gearhead/files/phenotype/shared/com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb
chmod -R 400 /data/data/com.google.android.projection.gearhead/files/phenotype/shared/*
chmod 600 /data/data/com.google.android.projection.gearhead/files/phenotype/shared
drwx------ 2 root root 3.4K 2022-04-16 20:56 shared
# ls -ltrah
total 9.0K
drwx------ 3 u0_a176 u0_a176 3.4K 2022-04-16 20:23 ..
-r-------- 1 root root 1.8K 2022-04-16 20:24 com.google.android.gms.maps#com.google.android.projection.gearhead.pb
-r-------- 1 root root 0 2022-04-16 20:51 gh.phenotype.pb.lock
-r-------- 1 root root 4 2022-04-16 20:52 gh.phenotype.pb.version
-r-------- 1 root root 1 2022-04-16 20:56 com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb
-r-------- 1 root root 1.0K 2022-04-16 20:56 com.google.android.libraries.surveys#com.google.android.projection.gearhead.pb
drwx------ 2 root root 3.4K 2022-04-16 20:56 .
You are on the right track, mate.Hi guys!
Doing more tests... it seemed that only working with shared_prefs eventually did not work. I made further changes and so far (~ 3 days and multiple force closes/reboots) everything still working fine.
1. I noticed some files being created under phenotype/shared dir. This one specifically, com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb, is not present right after clear data but gets downloaded later on.
I emptied it with "echo "" > com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb" - if it does not exist you can use touch to create an empty file - and also changed ownership of the entire shared/ dir to root and set permissions to 400 (only root user can read them). So far everything working.
I also saw that on the shared_prefs when I made them read only AA created new files. Maybe we can let them with default permissions and settings can be changed - I left them since I set it up the way I like it and don't think will need to change anything later.
My AA release is 7.5.121304, a beta from APKmirror.
Commands to test, right after clear data:
chown -R root:root /data/data/com.google.android.projection.gearhead/files/phenotype/shared touch /data/data/com.google.android.projection.gearhead/files/phenotype/shared/com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb chmod -R 400 /data/data/com.google.android.projection.gearhead/files/phenotype/shared/* chmod 600 /data/data/com.google.android.projection.gearhead/files/phenotype/shared
Let me know how it goes for you, I think I might be on the right track here!
Thanks,
Marcos
Sounds really nice!I wanted to change the applications order and add some speed dial entries so I reversed the ownership and permissions of the shared_prefs dir, maintaining the changes to phenotype/shared.
So far everything still working fine! Maybe only the phenotype changes are required.
Sounds really nice!
Let us know in a couple of days again, please. I still have no time to check myself these days...
Thank you again.
I feel it's going to stick working. Thanks for the idea and reporting here.It's been a couple days and seems that changing permissions/ownership for /phenotype/shared directory is sufficient, everything still working fine (in my case it is basically Fermata and the coolwalk interface).
Hope it keeps working on future releases, but for now I'll stick with this one![]()
Thanks for this. I feel it is interesting and in the right direction.It's been a couple days and seems that changing permissions/ownership for /phenotype/shared directory is sufficient, everything still working fine (in my case it is basically Fermata and the coolwalk interface).
Hope it keeps working on future releases, but for now I'll stick with this one![]()
Kindly request,a guide step by step how to do this. Like to try this out.It's been a couple days and seems that changing permissions/ownership for /phenotype/shared directory is sufficient, everything still working fine (in my case it is basically Fermata and the coolwalk interface).
Hope it keeps working on future releases, but for now I'll stick with this one![]()
I also have a car without touchscreen, it would be ideal if we could somehow to "send" and control the videos (play, pause, control the progress bar) from the phone. Maybe an option when the phone is connected to android auto all the selections to be used to control the player on the car's screenGuys I have android auto on a car withou touchescreen.
If I chose a video from the camera album on the phone, the video is displayed on Android Auto. However if I select a video from Youtube it only gets displayed on the phone.
Can I control or "send" youtube videos from the app on the phone to the car?
Still waiting for a step by step guide.Kindly request,a guide step by step how to do this. Like to try this out.
It seems that there is a Realme general incompatibility since Fermata was working fine with samsung A21 but recently i changed to realme 8 5G and same APK's with same installation process shows only fermata control on AA screen.Hello I have Realme gt master edition, i have your problem. Is impossible appear custom apk in AA because i not encounter the reason of this problem, i use all metod you describ not have result the only final chosee is flash another rom stock more old please wend you have solution for this problem. Writeme
Hi guys!
Doing more tests... it seemed that only working with shared_prefs eventually did not work. I made further changes and so far (~ 3 days and multiple force closes/reboots) everything still working fine.
1. I noticed some files being created under phenotype/shared dir. This one specifically, com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb, is not present right after clear data but gets downloaded later on.
I emptied it with "echo "" > com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb" - if it does not exist you can use touch to create an empty file - and also changed ownership of the entire shared/ dir to root and set permissions to 400 (only root user can read them). So far everything working.
I also saw that on the shared_prefs when I made them read only AA created new files. Maybe we can let them with default permissions and settings can be changed - I left them since I set it up the way I like it and don't think will need to change anything later.
My AA release is 7.5.121304, a beta from APKmirror.
Commands to test, right after clear data:
chown -R root:root /data/data/com.google.android.projection.gearhead/files/phenotype/shared touch /data/data/com.google.android.projection.gearhead/files/phenotype/shared/com.google.android.libraries.consentverifier#com.google.android.projection.gearhead.pb chmod -R 400 /data/data/com.google.android.projection.gearhead/files/phenotype/shared/* chmod 600 /data/data/com.google.android.projection.gearhead/files/phenotype/shared
Let me know how it goes for you, I think I might be on the right track here!
Thanks,
Marcos
Seems like thatFermata stop working on 7.0 too were I use few day ago. I think Google blacklisted it, maybe try to rename package name can be a workaround
I'll update webkit in the next version. Perhaps, it will help.Unfortunately, for both situations (checked or not) netflix gives only sound no picture![]()