I hereby claim:
- I am nibirrayy on github.
- I am nibirrayy (https://keybase.io/nibirrayy) on keybase.
- I have a public key whose fingerprint is E0E8 8196 5FE8 8F4A 0186 1088 BD3A D591 BAAD F295
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| ############################################################## | |
| # Maintainer: Nibir Ray # | |
| # Email: nibirrayy@gmail.com # | |
| # | |
| # This is simple python scrpit that eases the git workflow # | |
| # this is inspired by pacman | |
| # -C for commits | |
| # -Ca to commit all |
| { | |
| "level":"info", | |
| "ts":1616930142.0762777, | |
| "logger":"http.log.access.log0", | |
| "msg":"handled request", | |
| "request":{ | |
| "remote_addr":"127.0.0.1:41738", | |
| "proto":"HTTP/1.1", | |
| "method":"GET", | |
| "host":"localhost:8080", |
| #!/bin/bash | |
| #Varialbes | |
| CUR_DIR=$(pwd) | |
| #update the repo for software install | |
| apt-get update | |
| #Install Dependency | |
| apt-get install mysql-server php php-xml php-mbstring php-mysql apache2 wget -y |
| First you need to find the disk | |
| We now need to enter in a command to show the attached disks, so enter in this command: | |
| `sm list-disks` | |
| you can type sm on a adb shell to know more | |
| NOTE: it onlu shows the SD card | |
| Here is the command to format the entire drive as Internal Storage: |
FOR EDUCATIONAL PURPOSE ONLY, CHANGING IMEI IS ILLEGAL IN MOST COUNTRIES, MAKE SURE YOU CONVINCE YOUR ACTIONS BEFORE DOING THIS.
I DON'T RESPONSIBLE IF YOUR DEVICE IS BROKEN OR THE IMEI IS NOT CHANGED CAUSED BY YOU DIDN'T FOLLOW THE STEPS CAREFULLY OR HAVING A DIFFERENT EFS PARTITION SCHEME.
This guide was tested on Google Pixel 3, different device may also have a different EFS partition scheme, please make sure you adjust it with this guide. Other Google Pixel devices may use this guide without adjusting.