-
Content Count
1,485 -
Joined
-
Last visited
-
Days Won
36
Everything posted by Slion
-
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
I can't reproduce that task-switcher bug anymore. I did a reboot earlier so I'm going to assume that fixed it... and as I was writing this I realised I did enable that Allow Home screen rotation in that Trebuchet Home app. Sure enough once you enable that option you can't reproduce the bug. Disable it and it is back. That makes it low priority bug then cause I guess most Pro1 users including myself will have this enabled. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
I'm assuming Gapps should survive LOS sideload update much like it survived my OTA update @EskeRahn should know. -
I don't think I'm no. I could fetch that android id after all, see above posts. Did not need root on the device, just adb root. However that GSF registration did not do anything. Maybe a wipe is needed, an also installing gapps before first boot which I did not do.
-
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Just reported that spellchecker issue too: https://gitlab.com/LineageOS/issues/android/-/issues/3878 -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Reproduced here: I'm interested to see if anyone in the LOS community is actually working on Pro1 specific bugs. They ought to surely, since they partnered with F(x)tec for Pro1X through XDA I guess. I'll have to try to a build LOS 18.1 myself I wonder if that's doable on Windows using WLS. -
Yeah the issue was the command format which was probably given for nix shell rather than Windows Power Shell or classic command prompt which is what I was trying to use.
-
Could extract that android ID for GSF registration after all, just needed to do: adb root adb shell sqlite3 /data/data/com.google.android.gsf/databases/gservices.db "select * from main where name = \"android_id\";" However after registration and Google Play storage reset it is still not reported as certified. Maybe it takes a bit of time to actually register? Maybe there are other storage I need to clear? I tried clearing data for both Google Play Store and Google Play services, no joy…
-
I needed to enable Rooted debugging in Developer settings. Still ain't working though for some reason. LATER: Somehow I need to install sqlite3 so that adb can use it…
-
Maybe it has something to do with MindTheGapps? GSF should be installed along Google Play right?
-
So far it fails saying: Error: unable to open database "/data/data/com.google.android.gsf/databases/gservices.db": unable to open database file
-
I see, I was hoping it would be easier if you have no root access. If having root access is in fact a requirement I don't mind really, other than the fact that it seems to be taking quite a few steps to get there.
-
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Full update I guess, the package was over 700MB. It was not exactly speedy to apply but since it does its stuff in the background it a no-brainer. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Yup that's what that bug I've opened is about. Hope they can get it fixed. I guess it would help if you post on GitLab too. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Worked well here too when applied OTA. -
What if I don't need root but want to have a certified device on LOS 18.1? I would need Netflix, Disney+, Bank apps and company login apps to work too.
-
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Maybe a video would help. To reproduce you need to use navigation gesture, not be on the home screen and use the gesture to bring the task switcher rather than alt+tab and have the keyboard open. Then once broken task switcher is open you can open and close your keyboard like I did in the video and see how it goes from broken to usual mode. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Yeah from Android 10 it got better. To me the main advantages of gesture navigation are: More screen real estate cause no navigation bar No need to reach for the bottom of the screen to go back There are apps that let you set it up though on Android 9 which is what I did on stock with my Pro1. Used an app called gesture control. We are somewhat off topic though. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Yeah in Android 10 with gesture navigation you don't have nav bar at all, well at leat there is an option to hide it completely. On Android 9 it's the back gesture that missing if I recall well then. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Also the task switcher bug can't be reproduced when using alt+tab, only with gesture from an app other than the home screen. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Interesting, but you still have the navigation bar displaying the buttons right? -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Are you using gesture navigation? How did you invoke the task switcher? From where did you invoke it from, home screen or other app? -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
Looks like both bugs are related to gesture navigation which is a feature that was introduced in Android 10 and therefore probably not available in LOS 16. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
That's how it looks, portrait task switcher while in landscape with keyboard opened: Actually if I bring up the task switcher from the home screen it works as it should. However if I bring it up from an app it is broken like that. Again using gesture navigation so if you are using button navigation it's possibly not issue then. -
LineageOS 18.1 Official Release for Pro1
Slion replied to Wheeljack's topic in Pro1 - Thoughts & questions
So I created two issues from what I reported above: https://gitlab.com/LineageOS/issues/android/-/issues/3873 https://gitlab.com/LineageOS/issues/android/-/issues/3874 Could any of you reproduce them?