For rooted android device
Factory reset via fastboot mode
ဒီ tool မသံုးပဲ ကုိယ္တိုင္ command နဲ႔လဲ factory reset ခ်လို႔ရပါတယ္adb tool ကုိေတာ့ဘယ္ကေဒါင္းလို႔မေျပာေတာ့ဘူးေနာ္
command ကအရင္ဆံုး ဖုန္းကုိ fastboot ထဲကုိဝင္ျပီး ကြန္ျပဴတာနဲ႔ခ်ိပ္ပါျပီးရင္ window7 မွာေတာ့ လြယ္တယ္ adb folder ထဲမွာ shift+right clickႏွိပ္ျပီး open command window here ဆိုရင္ CMD ေပၚလာမယ္ျပီးရင္ devices ကုိ check လုပ္ပါ
fastboot devices လုိ႔ရိုက္လိုက္လို႔သိရင္ device ကုိျပတယ္ျပီးရင္ေအာက္က command ကုိဆက္ရိုက္ fastboot -w
လုိ႔ရုိုက္လိုက္ရင္ရျပီ ဒါေပမဲ့ ဖုန္းက root ထားျပီးသာျဖစ္ဖို႔ေတာ့လိုပါတယ္
---------------------------
Factory reset via Adb mode
the following >>>>>>---- ----<<<<<<<<<within bracket ,save as bat file,put in adb.exe folder,run your bat file ,it will reset your device via adb mode
>>>>>>>>--------------------------
@echo off
cls
title: susutun tool for Factory reset
color 4a
echo factory reset is doing
echo.
adb shell "wipe data"
adb shell "wipe cache"
echo factory reset done
echo.
pause
color a4
echo if you want to reboot your device ,just press enter to continue
echo.
pause
color b1
adb reboot
echo.
pause
-----------------------<<<<<<<<<<<<<<<<
No comments:
Post a Comment