Some unlock under developer options suppose to work but haven't found the option for bootloader except the an app from play store
Some unlock under developer options suppose to work but haven't found the option for bootloader except the an app from play store
What app is that?Some unlock under developer options suppose to work but haven't found the option for bootloader except the an app from play store
OkSome unlock under developer options suppose to work but haven't found the option for bootloader except the an app from play store
No unlocked bootloader options yet? I cant get anyone with either enough knowledge about bootloaders or have enough authority at Metro PCS to give me the darn unlock BIN file. this SUCKS... Especialy since I have 2 n2o's and 1 n200. All Metro PCS... If I knew how to crack bootloaders.. MAN>>>
I have 2 metro pcs n20 both with unlocked bootloader. you cannot use someone else's unlock_code bin on your phone to unlock bootloader. You have to request bootloader unlock token with YOUR IMEI! For it to work an it takes 7 days to receive your code from oneplus via emailNo unlocked bootloader options yet? I cant get anyone with either enough knowledge about bootloaders or have enough authority at Metro PCS to give me the darn unlock BIN file. this SUCKS... Especialy since I have 2 n2o's and 1 n200. All Metro PCS... If I knew how to crack bootloaders.. MAN>>>
<ARCH>_xyZ
<ARCH> can either be arm, a64 (arm32_binder64) or arm64
x can either be a or b
y can either be v, o, g or f
Z can be N or S
b = a/b
a = a-only
g = gapps
o = gapps-go
v = vanilla (no gapps included)
f = floss (free & open source apps instead gapps)
N = no superuser
S = superuser included
gzip -c [IMG_NAME]..img> [IMG_NAME].gz
adb shell
su
mkdir /sdcard/partitions
cd /dev/block/by-name/
for x in *; do dd if=/dev/block/by-name/$x of=/sdcard/partitions/$x ; done
# Note the collective size will be greater than the default space on the GSI boot, so you will want to separate things
# Back on local machine
mkdir [working_dir]
cd [working_dir]
adb pull /sdcard/partitions
# Your files from the adb command should populate the folder
mv [working_dir]/partitions/* [working_dir]/
# On device
rm /sdcard/partitions/*
# repeat the commands above as often as needed.
adb install ./magisk.apk
adb pull /sdcard/Download/magisk_patched-[stuff].img
adb reboot bootloader
fastboot boot magisk_patched.img
fastboot flash boot magisk_patched.img
Andy Yan's Lineage18 or 19..