Smart-Screen-Unlocker-Recovery
π± Smart Screen Unlocker Recovery: The ultimate forensic & accessibility framework to bypass broken Android displays. Inject raw kernel touch gestures via ADB using 7 dynamic math engines, including Live Interactive Calibration! ππ§
νμΌ νμκΈ°
- 5.png
- 6.png
- 7.png
- ADB_Screen_Lock.png
- Unlock_Screen1.png
- Unlock_Screen2.png
- Unlock_Screen3.png.png
- .gitignore
- DISCLAIMER.md
- icon.ico
- icon.png
- LICENSE
- main.py
- README.md
- requirements.txt
- SECURITY.md
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
dumpsys
μ€λͺ
보기 βΌ
dumpsys
Android μμ€ν
μλΉμ€μ λν μ 곡.
μ΄ λͺ
λ Ήμ `adb shell`μ ν΅ν΄μλ§ μ¬μ©ν μ μμ΅λλ€.
λ λ§μ μ 보: <https://developer.android.com/tools/dumpsys>.
dumpsys
λͺ¨λ μμ€ν μλΉμ€μ λν μ§λ¨ μΆλ ₯ κ°μ Έμ€κΈ°:
dumpsys {{service}}
νΉμ μμ€ν μλΉμ€μ λν μ§λ¨ μΆλ ₯ κ°μ Έμ€κΈ°:
dumpsys -l
`dumpsys`κ° μ 곡ν μ μλ λͺ¨λ μλΉμ€λ₯Ό λμ΄:
adb shell
μ€λͺ
보기 βΌ
adb shell
Run shell commands on a connected Android device or emulator.
adb shell
Start a remote interactive shell on the emulator or device:
tldr {{[-p|--platform]}} android getprop
View documentation for showing Android system properties:
tldr {{[-p|--platform]}} android pm
View documentation for the Android package manager:
pip install
μ€λͺ
보기 βΌ
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
μ€λͺ
보기 βΌ
python
Python μΈμ΄ μΈν°ν리ν°.
λ λ§μ μ 보: <https://docs.python.org/using/cmdline.html>.
python
REPL(λνν μ Έ) μμ:
python {{path/to/file.py}}
νΉμ Python νμΌ μ€ν:
python -i {{path/to/file.py}}
νΉμ Python νμΌ μ€ν ν REPL μμ:
scrcpy
μ€λͺ
보기 βΌ
scrcpy
Android κΈ°κΈ°λ₯Ό λ°μ€ν¬ν±μμ νμνκ³ μ μ΄.
λ λ§μ μ 보: <https://github.com/Genymobile/scrcpy>.
scrcpy
μ°κ²°λ κΈ°κΈ°μ νλ©΄ λ―Έλ¬λ§:
scrcpy {{[-S|--turn-screen-off]}} {{[-w|--stay-awake]}}
ID λλ IP μ£Όμλ₯Ό κΈ°λ°μΌλ‘ νΉμ κΈ°κΈ°μ νλ©΄ λ―Έλ¬λ§ (`adb devices` λͺ λ Ήμ΄λ‘ νμΈ κ°λ₯):
scrcpy {{[-s|--serial]}} {{0123456789abcdef|192.168.0.1:5555}}
μ 체 νλ©΄ λͺ¨λλ‘ μμ:
# νλ‘μ νΈ λ°°μ§
-
Python Version λ°λ‘κ°κΈ°
