Skip to content

Instantly share code, notes, and snippets.

@fjsanti
Last active February 20, 2019 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjsanti/bc16e61b75ff606fa1fc1d82b8e34596 to your computer and use it in GitHub Desktop.
Save fjsanti/bc16e61b75ff606fa1fc1d82b8e34596 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Moto $\\Large{g^6}$ plus\n",
"## To install ROMs, Gapps and Magisk\n",
"\n",
"+ 1. Ensure you are on the lastest stock pie taken from [here](https://mirrors.lolinet.com/firmware/moto/evert/official/RETAIL/), download the Magisk Instaler zip from [here](https://github.com/topjohnwu/magisk/releases)\n",
"\n",
"\n",
"+ 2.Reboot into bootloader with this command on your terminal PC:\n",
"\n",
" `adb reboot bootloader`\n",
" \n",
"\n",
"+ 3.And then boot in twrp with this commad on your terminal PC:\n",
"\n",
" `fastboot boot twrp_name_on_your_pc.img`\n",
"\n",
"\n",
"+ 4.Onto twrp select this path:\n",
"\n",
" `wipe>format data>then writte \"yes\"`\n",
"\n",
"\n",
"+ 5.After format data, go to home and follow this path:\n",
"\n",
" `advance>ADB sideload>then \"swipe to start sideload\"`\n",
" \n",
" \n",
"+ 6.On your PC terminal type:\n",
"\n",
" `adb sideload name_of_your_rom.zip` i.e. `adb sideload Havoc-OS-v2.2-20190208-evert-Official.zip`\n",
"\n",
"\n",
"+ 7.Then go to home again; go to `reboot>bootloader` (this will let you to phone's bootloader) and in your terminal type `fastboot -w` and `fastboot boot twrp_name_on_your_pc.img` (this is the same like in the 3rd step) again.\n",
"\n",
"\n",
"+ 8.After that go again to twrp repeating the 5th step and in your terminal type `adb sideload name_of_your_gapps_zip.zip` after do it press reboot and let your phone start. If all will be success configure your phone with your google account.\n",
"\n",
"<div></div>\n",
"\n",
"+ 9.If you want get root access, in your phone connected to pc go to `settings>system>developer options>USB debbuging` and select yes for the dialog.\n",
"\n",
"\n",
"+ 10.Repeat 2, 3 and 5 step and in your PC terminal type `name_of_your_Magisk_installer.zip`, after it press reboot and install all your modules via Magisk Manager on your phone :)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.15rc1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment