Android Google
Android Developers
XDA Android Q for Google Pixel
Android Beta Enrolment for Google Pixel Devices
Android Preview Downloads for Google Pixel Devices
Android Bulletins
Official Google Android Bridge ADB Platfrom Tools
https://developer.android.com/studio/releases/platform-tools
git clone https://github.com/M0Rf30/android-udev-rules.git cd android-udev-rules sudo cp -v 51-android.rules /etc/udev/rules.d/51-android.rules sudo chmod a+r /etc/udev/rules.d/51-android.rules sudo groupdel adbusers sudo mkdir -p /usr/lib/sysusers.d/ && sudo cp android-udev.conf /usr/lib/sysusers.d/ sudo systemd-sysusers sudo usermod -a -G adbusers $(whoami) sudo reboot
Official Full Factory and OTA Images for Nexus and Pixel Devices
https://developers.google.com/android/images
https://developers.google.com/android/ota
Apps
How to Get Magic Eraser on Almost Any Google Pixel Phone
https://www.howtogeek.com/766133/how-to-get-magic-eraser-on-a-google-pixel-phone/
Google Nexus 4
HOWTO: BOOT INTO STOCK RECOVERY MODE
- Power off the Nexus 4. (see section below)
- Press and hold at the same time Volume Up, Volume Down and Power buttons.
- When you’re at the Bootloader / Fastboot main screen press Volume Up until the Start text turns to Recovery mode.
- Press Power to boot the Recovery Mode. Shortly you will see a green Android laid on its back with a red exclamation mark.
- Press and hold Power button and immediately press the Volume UP.
- This will open the Stock Recovery mode of your Nexus 4.
Thanks - http://www.android.gs/how-to-enter-google-nexus-4-recovery-mode/
HOWTO: POWER OFF DEVICE STUCK IN BOOT MODE
- First hold down the power button and then hold down the down volume button
- When the phone finally powers off keep holding both buttons down for a further ten seconds to avoid it restarting
HOWTO: INSTALL CYANOGENMOD
HOWTO: INSTALL STOCK GOOGLE ROM FACTORY IMAGE
https://developers.google.com/android/nexus/images
sudo -i fastboot devices fastboot erase boot fastboot erase cache fastboot erase recovery fastboot erase system fastboot erase userdata cd /path/to/Google/Factory_Images/Nexus_4/5.1.1/ tar -xzf occam-lmy47v-factory-b0c4eb3d.tgz cd occam-lmy47v/ ./flash-all.sh
Google LG Nexus 5
XDA Link - http://forum.xda-developers.com/google-nexus-5
Lineage 15.1 Android 8.1
- Install ADB
- Enable USB Debugging
- Unlock the Bootloader
- Install Custom Recovery (TWRP)
- Push LineageOS + OpenGapps Files to Phone
- Install LineageOS + OpenGapps from Custom Recovery
Lineage 14.1 Android 7.1
- Install ADB
- Enable USB Debugging
- Unlock the Bootloader
- Install Custom Recovery (TWRP)
- Push LineageOS + OpenGapps Files to Phone
- Install LineageOS + OpenGapps from Custom Recovery
Stock Factory Default Android 6.0.1
https://developers.google.com/android/images#hammerhead
https://developers.google.com/android/nexus/images#instructions
HOWTO: ROOT: Without Wiping Data
YouTube tutorial
APK File download
XDA Forum thread
Some antivirus packages may see the APK as a threat.
This may work for other devices, but the forum thread runs to over five thousand posts you will need to check for yourself.
HOWTO: ROOT: After You Have Unlocked Boot Loader
- Download SuperSU for TWRP or CWM
- Power Off phone
- Hold down VOLUME DOWN + POWER
- In Nexus Boot Loader menu, press VOLUME DOWN until you see RECOVERY
- Press POWER button
- In CWM, choose Install ZIP, then ZIP From SDCARD
- Use VOLUME key to scroll until you see UPDATE-SuperSU-v2.65-20151226141550.zip
- Press POWER, scroll to YES, press POWER
- Go BACK
- REBOOT SYSTEM
- In app drawer, start SuperSU
- In app drawer, start Root Checker Basic, press GRANT
- Job, done!
HOWTO: ADD: Custom Ringtones
/Internal Storage/Ringtones
When placed here you custom ringtones will appear in Settings / Sound / Phone ringtone
HOWTO: ENABLE: Developer Mode
Settings --> About Phone --> Click on 'Build Number' ten times.
Developer options will now be visible under 'Settings'
HOWTO: HARDWARE: Replace Screen
Nice instructional video on replacing the screen & frame assembly.
Google Pixel (sailfish) G-2PW4200
LINEAGEOS
MONTHLY UPDATE PROCESS - LAST USED 2019-07-03
- download TWRP + google platform tools + lineageos + opengapps arm64 + magisk to your computer
- volume down + POWER or adb reboot bootloader
- fastboot boot twrp
- adb sideload lineageos
- reboot bootloader
- fastboot boot twrp
- adb sideload opengapps + wipe cache/dalvik
- reboot system
- adb reboot bootloader
- fastboot boot twrp
- adb sideload magisk
- reboot system
sudo -i cd /home/plittlefield/Downloads/Google/platform-tools ./adb devices ./adb reboot bootloader ./fastboot devices ./fastboot boot /home/plittlefield/Downloads/TWRP/twrp-3.3.0-0-sailfish.img ./adb sideload /home/plittlefield/Downloads/LineageOS/lineage-16.0-20190702-nightly-sailfish-signed.zip ./adb reboot bootloader ./fastboot devices ./fastboot boot /home/plittlefield/Downloads/TWRP/twrp-3.3.0-0-sailfish.img ./adb sideload /home/plittlefield/Downloads/OpenGapps/open_gapps-arm64-9.0-nano-20190703.zip ./adb reboot ./adb reboot bootloader ./fastboot devices ./fastboot boot /home/plittlefield/Downloads/TWRP/twrp-3.3.0-0-sailfish.img ./adb sideload /home/plittlefield/Downloads/Magisk/Magisk-v19.3.zip ./adb install /home/plittlefield/Downloads/Magisk/MagiskManager-v7.3.2.apk ./adb reboot
ROOT
- Unlock Bootloader
- Android with no Google Account (Skip, Skip, Skip, No Account, No Lock Screen, etc.)
- TWRP
- Magisk
- Titanium (by push APK)
- Reboot
- Test Titanium with Call Reminder APK
- Reboot
- Add Google Account
TWRP
- Unlock Bootloader (adb reboot bootloader or Volume Down + Power)
- Login To Phone / Setup Account
- Reboot
- Enable Developer Options + USB Debugging + Security Unknown Sources
- Reboot
- Download TWRP files (bootable img + installable zip) to your computer
- USB cable > adb push twrp-pixel-installer-sailfish-3.2.3-1.zip /sdcard/
- USB cable > adb devices + adb reboot bootloader
- USB cable > fastboot devices
- USB cable > fastboot boot twrp-3.2.3-1-sailfish.img <-- very very important, do not install!
- TWRP > Install > twrp-pixel-installer-sailfish-3.2.3-1.zip
- TWRP > Flush Dalvik + Cache
- TWRP > Reboot System
https://eu.dl.twrp.me/sailfish/
https://www.theandroidsoul.com/unlock-bootloader-google-pixel/
https://www.theandroidsoul.com/google-pixel-xl-twrp-recovery/
Magisk Systemless Root
- Download the latest Magisk to your phone
- Reboot to TWRP Custom Recovery
- Install magisk.zip
- Reboot to System
- Install Magisk Manager App
- Open to verify root and Google’s SafetyNet check
https://www.howtogeek.com/312404/how-to-root-your-android-phone-with-magisk/
OTA Updates
https://topjohnwu.github.io/Magisk/tutorials.html#ota-installation
Flash System Image but NOT Wipe User Data
Edit the flash-all.sh or flash-all.bat file and remove the -w from the last line...
eg
fastboot -w update image-sailfish-pq1a.181205.002.a1.zip
to
fastboot update image-sailfish-pq1a.181205.002.a1.zip
Remove TWRP Restore Normal Boot Image
Download the factory image for the version of Android that you're currently running. Look inside the zip and you'll find another zipped file. Open that and you'll see a file in there that's named boot.img. Extract the boot.img file the same folder as your fastboot is in, open a command prompt in that folder flash it with fastboot.
fastboot flash boot_a boot.img fastboot flash boot_b boot.img
That will get you back to the stock bootloader and stock recovery.
Unofficial PixelDust ROM
- Instructions
- TWRP for sailfish
- How to Install TWRP Recovery on Android Using Fastboot
- How to Unlock Bootloader on Any Android Phone – Using Fastboot
Unofficial LineageOS 16
https://www.cyanogenmods.org/forums/topic/download-and-install-lineage-os-16-on-pixel-sailifish/
Official LineageOS
https://www.xda-developers.com/google-pixel-xl-lineageos-15-1/
https://wiki.lineageos.org/devices/sailfish/install
https://download.lineageos.org/sailfish
Date of Manufacture
HT69M... HT = Where it's been built (HTC Hsinchu, Taiwan) 6 = Year of production (2016) 9 = Month of production (September) M = Day of production (21)
Google Factory Images
https://developers.google.com/android/images#sailfish
Links
Root using OTG and TWRP (latest)
TWRP (go for latest .img and .zip)
LineageOS Downloads > XDA Thread
Official LineageOS Downloads for Pixel (nothing yet)
Google Pixel Official Web Site
Google Nexus 7 (2012) Tablet
Codename: Grouper
Cyanogenmod
OLD
ME370T WiFi (No 3G)
http://wiki.cyanogenmod.org/w/Grouper_Info
http://forum.xda-developers.com/nexus-7
http://en.wikipedia.org/wiki/Nexus_7_(2012_version)
https://wikidevi.com/wiki/Google_Nexus_7_(Gen_1,_Wi-Fi_only,_32_GB)
http://www.gsmarena.com/asus_google_nexus_7-4850.php
http://forum.xda-developers.com/wiki/ASUS_Nexus_7/ME370T
Skipsoft Android Toolkit (Windows)
ROM - Factory Original http://www.skipsoft.net/?page_id=1074 3g -> tilapia (device) -> nakasig (ROMs from Google) WiFi -> grouper (device) -> nakasi (ROMs from Google) <-- this one Nexus 7 WIFI 2012 (nakasi) – Android 4.4.4 (KTU84P) Fixed Download
AOSP
Latest Android 7.1.1
http://forum.xda-developers.com/nexus-7/development/rom-android-7-aosp-grouper-t3467514
http://forum.xda-developers.com/nexus-7
Free Stuff
Play Store > Log In > Wait 20 minutes > Free Credit.
Google Wallet > Google Mastercard Prepaid Card > NFC Technology.
Videos > Transformers: Dark of the Moon.
Play Books > Bourne Dominion.
Camera App
Play Store > Search > Camera Launcher for Nexus 7.
Easter Egg
Settings > About Tablet > Android Version > Tap 3 Times > Jelly Bean > Tap for Game.
Changing Wallpaper
Tap and Hold an empty part of any Home screen.
Taking Screenshots
Hold down the Power and Volume Down buttons together.
Playing MKV Videos
https://play.google.com/store/apps/details?id=com.bsplayer.bspandroid.full&hl=en
Google Nexus 7 - 2013 - WiFi
Installing CyanogenMod
- Download CyanogenMod.
- Download TWRP
- Download OpenGapps