Skip to content

Instantly share code, notes, and snippets.

View PattoMotto's full-sized avatar
📱

Patompong Manprasatkul PattoMotto

📱
  • @careem an Uber + E& company
  • Dubai, UAE
View GitHub Profile
@PattoMotto
PattoMotto / enable_camera2_api.bat
Last active September 16, 2019 10:29
Enable Camera 2 API for android
@echo off
REM before use this script please disable pin/password unlock screen (set to none)
REM enable developer mode and USB debugging
REM download ADB and FASTBOOT from https://forum.xda-developers.com/showthread.php?t=2588979
REM download recovery file for your device from https://twrp.me and rename to recovery.img
REM Tested with MI A1
REM Thanks, script from https://forum.xda-developers.com/showpost.php?p=75541654&postcount=98
echo. & echo Rebooting & echo.