-
[GUIDE] Root NVIDIA SHIELD Experience Upgrade v7.3 with Magisk v18.0
This tutorial – especially Step 3 – has changed considerably. Please work through it carefully and report any issues to me immediately so I can help others. We are rooting the Shield Android TV (2017; 16GB SKU) running Android 8.0 (aka Oreo) on v7.2.2. Note: This uses a special patched bootloader and will not work…
-
[FIX] Wrong Pin/Pattern when restoring TWRP Nandroid Backup
When you create and restore a TWRP backup (as example because you tried out a custom ROM and saw that it’s not good) you’ll be greeted with: a) A “enter PIN before boot” screen b) A wrong lockscreen code (either PIN or Pattern) when booted to Android ———————— HOW TO FIX ———————— Simply boot into…
-
Syncfusion Essential Studio Lifetime license
Just found out from somewhere than syncfusion is offering free license for lifetime which includes all the products. No Strings attached. Here’s the link. Please tell everyone there’s nothing better than getting everything for free with future support and everything legit too!
-
Android Split Linear Layout in to two columns i.e. vertically
If you want to split a Single Linear layout into a Two Columns(Like newspaper Columns). Here’s the layout for it. Use recursively as per your requirement:
-
Android split the layout into two parts, horizontally
If anyone wants to split the android layout into two parts horizontally then use the below snippet. You can recursively use this layout as per your requirement.