https://github.com/l4ph/zeroadb
https://github.com/l4ph/zeroadb
adb android fastboot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/l4ph/zeroadb
- Owner: L4Ph
- License: mit
- Created: 2023-07-01T17:55:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T07:11:40.000Z (over 2 years ago)
- Last Synced: 2024-05-05T19:36:10.663Z (over 1 year ago)
- Topics: adb, android, fastboot
- Language: PowerShell
- Homepage: http://me.katsuyuki-karasawa.dev/ZeroADB/
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZeroADB
# What is This?
This is the fastest adb/fastboot environment command using Powershell
Just run the following line and you're done!
**Administrator privileges are required for execution.**
```pwsh
Start-Process -FilePath "powershell" -ArgumentList "Invoke-Expression (Invoke-WebRequest -Uri 'http://me.katsuyuki-karasawa.dev/ZeroADB/ZeroADB.ps1').Content" -Verb RunAs
```
## Warning!
Currently only Windows is supported.
---
# ZeroADB
# これはなに?
これはPowershellを使用して、最速でadb/fastbootの環境を整えるコマンドです
以下の1行を実行すればすぐに終わります
**管理者権限が必要です**
```pwsh
Start-Process -FilePath "powershell" -ArgumentList "Invoke-Expression (Invoke-WebRequest -Uri 'http://me.katsuyuki-karasawa.dev/ZeroADB/ZeroADB.ps1').Content" -Verb RunAs
```
## 注意
現在はWindowsのみの対応です