Clean flashed rom,pushed newest .92 version to priv-app,no issues at all until some app prompts me to add G-account or if I try it to add it from Settings.
Core launches,shows me prompt screen,when I try to choose "Sign-in" or "Cancel" it does not recognize touch and im unable to sign-in nor exit .
Im on pac-4.4.
If you need a logcat Ill deliver it!
**Update
Ive pushed .81 to system,logged in,updated it to .92 all is working now.
I have same problem on stock firmware Samsung GT-I9301I GALAXY S3 Neo
I try to use mouse over OTG - it is not help.
The same for me — "Sign-in" and "Cancel" buttons don't respond to touches. Probably this happens after db7b721b1aff934601b246dfc5e838d88f7ffa53 commit.
| | |
|------------------|--------------------|
| Phone model | Lenovo K900 |
| GmsCore version | 0.2.4-103-gd9e86d9 |
| Firmware version | CyanogenMod 11 |
| Android version | 4.4.4 |
Still not working. Build .105
Seems to be a KitKat specific webview issue.
On kitkat devices, sign-in & cancel option are not working again with version 105-gf289a13, though downgrading it solves the issue.
108 build here
Not just KitKat, I've this on JB CM 10.1
I think it happens on all Android < 5
Should be marked as Regression
0.2.4-108-g464d45d, Android 4.4.4. Buttons not working just as described above. Is there at least any workaround?
UPDATE: Connect USB keyboard via OTG cable and use it to select Google account with arrows and then select the non-working button (also with arrows).
@mar-v-in: Is it possible as temporary workaround to disable the courtesy page dynamically on all Android < 5?
Any progress? Not being able to sign into google is an issue. Do I have to downgrade, and if so to what version?
Just went to 2.4 stable and it works. I'll look and see if I can put some time into a version check like @ale5000-git suggested?
The login is working on Android < 5 with microG GmsCore 0.2.4-81.
Is that a recent update or an old version? (Or at least semi-recent, not sure what version NanoDroid has built-in off the top of my head)
Edit: Nevermind, just checked. How do I download that version?
Edit 2: Nevermind again, found it in NanoMod version 7.0.20170425.
Guys, hardware keyboard is the great way to login. Tested it today. But we need a simpler way for mere people. Ideas?
I modify latest microG using apktool.
I add one line smali code to Login activity onCreate methods to directly go to onNextButonClick method.
It work properly in KitKat ROM.
No need to tap SIGN IN button using otg mouse.
@karedox can you please post a link on your modified version? Im trying to put microG core in htc wildfire S Kitkat rom 4.4.4, but it doesnt support OTG and downgraded version (0.2.4-81) also dont work, it showed up incorectly and i can only click on "Learn more" or "Forgot password", cannot click into textfield to write something.
@karedox can you possibly publish the changes, preferably as a PR?
I guess there's a big chance for it to be accepted
Running init() from here?:
LoginActivity.java
I can't test, but I think adding a version check around where @MaferCJ linked should work. If I make a PR or something, can someone with a KK device test it?
@PorygonZRocks i can definitely test it. I think it helps a lot of people there.
@Georgo42 Here you go. I can't build it (doing this from my phone), but I'm pretty sure it should work fine.
Would it be better for me to call onNextButtonClicked() rather than init() in case something gets added into the former before it calls the latter?
@PorygonZRocks I have problems with creating apk in android studio (problems with gradle), can someone create it for me?
It should be fixed in the latest code (it isn't yet released).
Ref: https://github.com/microg/android_packages_apps_GmsCore/commit/ceb7e721b1882b21814cb4333f77f93c0c13ed51
@pavlepiramida
@Georgo42
and all
Bugs is fixed.
New version is out now.
Most helpful comment
Seems to be a KitKat specific webview issue.