I have an issue. I cant open clock app and when i try to install Google one it bugs
Doesnt happen here on my Pixel 2 XL (running Proton), using the native, built-in clock app. I set my alarms like normal without issue. What is your install process and what add-ons have you installed (MAGISK/KERNES/MAGISK MODULES/GAPPs/ETC)? I suspect its something you added or otherwise edited out of the standard ROM. It works lovely for me so without the ability to reproduce it, I cant assist solving it, but I would review the process you used and what was installed. Its possible an overlay is just crashing the app.I have an issue. I cant open clock app and when i try to install Google one it bugs
Hi, i cleared cache now i can open it. But it detects in store as Google clock but it is the stock. In store says update then gives error. I installed NikGapps macroDoesnt happen here on my Pixel 2 XL (running Proton), using the native, built-in clock app. I set my alarms like normal without issue. What is your install process and what add-ons have you installed (MAGISK/KERNES/MAGISK MODULES/GAPPs/ETC)? I suspect its something you added or otherwise edited out of the standard ROM. It works lovely for me so without the ability to reproduce it, I cant assist solving it, but I would review the process you used and what was installed. Its possible an overlay is just crashing the app.
Fwiw i used NikGapps Full with config file (which had Google Clock set to replace stock clock by default) and have perfectly working Google Clock thats updated several times correctlyHi, i cleared cache now i can open it. But it detects in store as Google clock but it is the stock. In store says update then gives error. I installed NikGapps macro
I installed Proton without Gapps, and flashed NikGapps, then flashed magisk via fastboot boot twrp.
All seems ok other than clock. I see stock image/app but at playstore it detects it as Google Clock and asks me to update. Instead of installing it side to other app.
Just to be sure, fast booting the TWRP should be done using the .IMG file only rather than using .ZIP file. Using zip file will install it permanently? If I use command "fastboot boot path/to/twrp.img" file, it should be good, right?Do not flash TWRP. Just fastboot it. Flashing TWRP in Android 11 causes issues. You can't install Proton with the stock recovery.
Correct, only fastboot twrpJust to be sure, fast booting the TWRP should be done using the .IMG file only rather than using .ZIP file. Using zip file will install it permanently? If I use command "fastboot boot path/to/twrp.img" file, it should be good, right?
Also, is there a guide/article to follow since I am stock 11 rom. And I am a bit confused whether to start with root my device first or Fastboot TWRP or install Magisk or install ROM. etc. Sorry for asking help here but it seems checking multiple articles has confused meI want to start from 100% stock 11 ROM to go ahead and install this ROM with OGapps......not sure about the correct steps/path.
I only use OpenGapps, not Niko and do not have any issues like you face, I can't reproduce it with OpenGapps. I try (and tried) to push all users to use a single GAPP package to avoid this type of issue, but users are free to do and listen to whatever advice they wish. The problem with this is that I cant assist when I cannot reproduce the said issue, so I cannot really help here. It works fine for me, but I used OpenGapps only, and nothing else.Hi, i cleared cache now i can open it. But it detects in store as Google clock but it is the stock. In store says update then gives error. I installed NikGapps macro
I installed Proton without Gapps, and flashed NikGapps, then flashed magisk via fastboot boot twrp.
All seems ok other than clock. I see stock image/app but at playstore it detects it as Google Clock and asks me to update. Instead of installing it side to other app.
One way is explained by me above, that's the general way I flash ROMs, but always read the opening post of each ROM thread for specific steps in case of specific needshey guys been away for a few years but interested in this ROM - what's the flashing process for ROMs on the Pixel 2XL? i've been reading it's different due to the A/B partitioning so no traditional permanent TWRP?
"I used MicroG"Using opengapp version of this rom for few weeks in my main phone. No issue at all in performance and battery. Google pay and paypal work fine. But today I faced an issue:
It is first time I use my credit card to make payment for online shopping (I used to use paypal). Payment went through no problem and transaction appeared in my bank app. However the store cancelled my order straight away due to fraud detection. It is ok when I used my ipad. Not sure it is rom issue or other. I reckon it is because I used MicroG.
Anyone knows the reason or have same problem?
fwiw i just installed and this is the way i did it, pretty much as i do every ROM
I used NikGapps full (because open gapps currently only has a nano 11 package, i normally use Aroma, this is a as close as you can get to full gapps now) and had my custom config file under sdcard/NikGapps - i like to cherry pick whats installed
adb reboot bootloader
fastboot boot twrp.img
adb shell rm -r sdcard/Android (leave the rest of sdcard alone, avoid wiping everything, ymmv)
adb push proton-aosp_taimen_11.2.0.zip /tmp
adb shell twrp install /tmp/proton-aosp_taimen_11.2.0
adb reboot bootloader
fastboot boot twrp.img
adb push NikGapps-full-arm64-11-20201108-signed.zip /tmp
adb shell twrp install /tmp/NikGapps-full-arm64-11-20201108-signed
adb reboot system
complete setup, and enable USB debugging in Developer Settings
adb reboot bootloader
fastboot boot twrp.img
adb push magisk.zip /tmp
adb shell twrp install /tmp/magisk.zip
reinstalled my apps backup using migrate...
looking good so far!
I used the same process more or less and used the very latest MAGISK zip in TWRP and didnt loop, I did have a loop when I used MAGISK to patch the boot.img, but installing the latest .zip worked fine. I used the ROM+GAPP version, from BL, I ADB TWRP, wiped everything including /data format twice on everything, then rebooted BL and ADB TWRP again, then installed the ROM (ADB push to SD the ROM.zip because we previously wiped SD), then once the OS is installed, I wipe everything a second time (because now the partitions are correct, I.E vendor) so TWRP doesn't throw the errors. Then I reboot to BL again, ADB TWRP, install ROM (with GAPPS included), once ROM is installed, I reboot to system (do not install TWRP app). I then setup the device how I like it to be, then rebooted to BL, ADB TWRP, and installed MAGISK .zip (latest) from TWRP, reboot to system and done. Make sure it is the latest MAGISK since older ones were designed for 10 and not yet 11. The latest version works great for me.
Both posts refer to installing magisk the exact same way (in fact i always flashed the magisk zip as it knows its job, and flashing the patched image had a high failure rate - people usually flashing to the wrong slot...the zip doesnt make that mistake), at the same point in the overall flashing procedure, flashing the zip via TWRP, and NOT trying to patch the boot imageSorry didn't know I had to insert.
there should be no modules in magisk after a fresh install...there are no module files in Magisk that stopped booting up like when android 11 first released
Usually people forget to do reboots after installing the ROM and try and do all the flashes in one session...thats where you can get into trouble. thats why i point out the reboots. People trying to shortcut things often make their own misery...
No worriesI've booted up normally and mostly completed my setup. The real issue is that I cant flash Magisk post-boot still. Sorry if I didn't make that clear enough bud. Got any other ideas?