27 October 2018

Google Calendar Event Flair Solution

With the new update of the google calendar, event flairs gadget that were a side gadget have been deprecated. ☹

A quick solution I discovered is that my MS Windows 10 has a virtual keyboard with emoji built in.



I pull up this keyboard and just ad the emoji in Event Title box, that fits my need.

For now, this works perfectly.

Hope this helps others!

20 October 2018

How to clean flash (update) Liquid Remix ROM on Xiaomi Mi A1

Clean Flash (1st setup):

1. Download the ROM and GApps
2. Move your ROM.zip + GApps + TWRP-Installer.zip to your internal storage
3. Advanced Wipe
4. Boot into TWRP linked above
5. Wipe System,Data & Cache
6. Flash the ROM zip and the TWRP-Installer.zip
7. Reboot to Recovery via TWRP (Reboot -> Recovery) ,
8. Flash GApps and Magisk
9. Reboot to System
10. Enjoy Liquid!

Dirty Flash (Update) :

1. Download the ROM and GApps
2. Move your ROM.zip + GApps + TWRP-Installer.zip to your internal storage
3. Advanced Wipe
4. Boot into TWRP linked above
5. Wipe Cache
6. Flash the ROM zip and the TWRP-Installer.zip
7. Reboot to Recovery via TWRP (Reboot -> Recovery) ,
8. Flash GApps and Magisk
9. Reboot to System
10. Enjoy Liquid!

17 October 2018

LiquidRemix Pie rom on Xiaomi Mi A1 with Stock GApps and Google Camera

If you want to successfully flash your Xiaomi Mi A1 with LiquidRemix Pie rom, with GApps ARM64 9.0 Stock edition and Google Camera, then follow this procedure:

- After flashing XDA flash procedure and first bootup, disable and root uninstall preinstalled Google Camera.
- Then with Magisk Manager install Google_Cam_Fix_for_LineageOS_v1.0 module and restart phone
- Now you could install  GoogleCamera-Pixel2Mod-Arnova8G2-V8.2.apk successfully.
- And finally, you could install Pixel 3 Wallpapers (com.breel.wallpapers18_9.apk).
- After that, everything is like Pixel Expirience with most customisation from this great rom, like Double Tap to Sleep, Double Tap to Wake, Google Assistent e.t.c. ;)

P.S. from XDA: You can use GApps Aroma edition. It allows you to modify the package before flash, so you don't have to uninstall gcam from gapps package and also uncheck any other gapps pre-installed you didn't want to shrink system size.


16 October 2018

How to flash Pixel Expirience 9.0 on Xiaomi Mi A1

Pixel Experience is an AOSP based ROM, with Google apps included and all Pixel goodies (launcher, wallpapers, icons, fonts, bootanimation).

To flash this rom follow these steps:

1. Be sure to remove any PIN, Password, Fingerprint protection

2. Install ADB Tools and Drivers on your PC.

2. Unlock Bootloader if not already done.

   - Power Off the phone by using the Power key at first.
   - Press and hold the Volume Down + Power button for a couple of seconds to enter Fastboot mode
   - You can release held keys when the Fastboot Mode appears on the phone's screen.
   - In ADB folder Terminal type : fastboot oem unlock

3. Reflash stock 8.1, if you are not already on it, with Mi Flash Tool.

4. Boot in to TWRP with Terminal command : fastboot boot recovery.img

  - Then choose Format data and reboot bootloader with same command:
  - fastboot boot recovery.img

5. After boot TWRP again choose to Wipe System, Data and Dalvik Cache.

6. Put rom, twrp and magisk on your phone internal storage with thise commands:

 - adb push PixelExperience_tissot-9.0-20181012-0716-UNOFFICIAL.zip /sdcard
 - adb push twrp-installer-tissot--3.2.3-0.zip /sdcard
 - adb push Magisk-v17.1.zip /sdcard
 - adb push MagiskManager-v6.0.0.apk /sdcard

7. Than flash the ROM, and after that flash TWRP installer.

8. Now Reboot to Recovery.

9. Flash Magisk (Optional)

10. Reboot system. Than you go with first boot and automatic restart.

11. After first boot and setup, install Magisk Manager if it does not appear.
    (Only if you installed Magisk)

12. Profit!

03 October 2018

How to restore GRUB loader after Windows 10 Update

If you just updated your Windows 10 in a multiboot configuration, and Grub no longer appeared, than just had to run in Windows Command Prompt as administrator, next command:

bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi

and your Grub boot menu should appear in next reboot.