fastboot flashing unlock
C:\Users\<username>\AppData\Local\Android\Sdk\extras\google\usb_driver\
드라이버 업데이트 -> 로컬 경로에서 찾기
선택 후 Google USB Driver 경로를 선택해준다.adb reboot bootloader
fastboot devices
Model & hardware
에서 모델명을, Build number
에서 빌드 버전을 확인한다.Flash
를 선택하면 Android Flash Tool을 통해 디바이스에 이미지를 설치할 수 있고, link
를 선택하면 수동으로 설치를 진행해야 한다.@ECHO OFF
:: Copyright 2012 The Android Open Source Project
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
PATH=%PATH%;"%SYSTEMROOT%\System32"
fastboot flash bootloader bootloader-flame-c2f2-0.2-5940465.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot flash radio radio-flame-g8150-00041-191016-b-5945070.img
fastboot reboot-bootloader
ping -n 5 127.0.0.1 >nul
fastboot -w update image-flame-qq1b.200205.002.zip
echo Press any key to exit...
pause >nul
exit
adb reboot bootloader
flash-all.bat
flash
를 선택하면 연결된 디바이스로 build를 선택하여 이미지를 설치할 수 있다.Android device connection setting in ubuntu (0) | 2021.09.09 |
---|---|
Android Device Rooting (Magisk) (0) | 2021.09.09 |
[2020 Samsung CTF] Vault 101 (Android Reversing) (0) | 2021.08.02 |
[Android Malware] Anubis Analysis (0) | 2021.08.02 |
[Google CTF 2020] android (0) | 2021.07.21 |