Android Adb ကို command line ျဖင့္အသုံးျပဳရန္နည္းလမ္းမ်ား

Android Adb ကို command line ျဖင့္အသုံးျပဳရန္နည္းလမ္းမ်ား

ADB ဆိုတာကေတာ့ Android Debug Bridge လို့ေခၚပါတယ္ ADB သည္ command line ေပၚမွာ အေျခခံတဲ Tool ျဖစ္ပါတယ္ ADB Command မ်ားကို အသံုးျပဳရန္ computer မွာ ADB Folder ရွိရပါမယ္ ADB Command မွာ လုပ္ေဆာင္ေပးႏိုင္တဲ့ အခ်က္မ်ာ -Device ကို သိမသိစစ္ျခင္း -Device ကို root acess ရမရ -Device ထဲကို software သြင္း/ဖ်က္ -Device ထဲကို computer ကေန ဖိုင္လွမ္းသြင္း -Device ထဲကဖိုင္ေတြကို computer ထဲကိုလွမ္းထုတ္ -Partition အစိတ္အပိုင္းမ်ားကို ၾကည့္ရူျခင္း ႏွင့္ အျခားကိစၥရပ္မ်ားစြာအတြက္အသံုးျပဳႏိုင္ပါတယ္ ADB Command ရိုက္ဖို့ လိုအပ္ခ်က္မ်ား ADB Tool folder တစ္ခု (ဖိုင္ေလးဖိုင္ပါရမယ္) ဖုန္းကို USB Debugging On ထားရန္လို (Setting>Developer Options >USB Debugging ကို enable လုပ္ ဖုန္းရဲ သက္ဆိုင္ရာ deiver ကို computer မွာ သြင္းထားရမယ္ ဖုန္းနဲ computer ကို USB ၾကိဳးျဖင့္ခ်ိတ္ဆက္ထားရန္ ADB Command ကို ဘယ္လို ရိုက္ရမလဲ? ADB Command ရိုက္ဖို့ လိုအပ္ခ်က္မ်ား ADB Tool folder တစ္ခု (ဖိုင္ေလးဖိုင္ပါရမယ္) ဖုန္းကို USB Debugging On ထားရန္လို (Setting>Developer Options >USB Debugging ကို enable လုပ္ ဖုန္းရဲ သက္ဆိုင္ရာ deiver ကို computer မွာ သြင္းထားရမယ္ ဖုန္းနဲ computer ကို USB ၾကိဳးျဖင့္ခ်ိတ္ဆက္ထားရန္ ADB Command ကို ဘယ္လို ရိုက္ရမလဲ? ADB Tool folder ထဲလြတ္ေနတဲေနရာမွာ pointer cursor ခ် shift key+ right click နဲ တြဲႏိုပ္ Open Common Windows Here ဆိုတာေပၚလာမယ္ Open Common Windows Here ထဲကို၀င္လိုက္ရင္ CMD Screen ေပၚလာမယ္ ဒါဆိုရင္ ADB Command စရိုက္ဖို႔အသင့္ျဖစ္ပါျပီ Useful ADB Commands Command 1 (ဖုန္းက computer မွာခ်ိတ္ထားတာကို သိ/မသိ စစ္ခ်င္ရင္ adb devices Command 2 (ဖုန္းက root လုပ္ထား/မထားကိုစစ္ခ်င္ရင္) adb shell su Command 3 (ဖုန္းကိုComputer ကေန တိုက္ရိုက္ reboot ခ်ခ်င္ရင္) adb reboot Command 4 (ဖုန္းရဲ recovery mode ထဲကို adb command သံုးျပီး၀င္ခ်င္ရင္) adb reboot recovery Command 5 (ဖုန္းထဲကို software/game သြင္းခ်င္ရင္) adb install facebook.apk Command 6 (ဖုန္းခဲက ရွိေနျပီးသားsoftware ေနရာမွာ ယင္းsoftware ကိုထပ္သြင္းခ်င္ရင္) adb install -r facebook.apk -r means reinstall Command 7 (software ကို ဖုန္းထဲမွာ မသြင္းဘဲ ဖုန္းရဲ sd card ထဲမွာ ေရႊ႕ျပီး install လုပ္ခ်င္ရင္) adb install -s facebook.apk Command 8 (ဖုန္းထဲက software ကို uninstall လုပ္ခ်င္ရင္) adb uninstall com.facebook.katana Command 9 (computer ခဲက ဖိုင္ကို ဖုန္းရဲ Directory/storage ထဲကိုလွမ္းထည့္ခ်င္ရင္) adb{space}push{space}{file name.file extension}[space]/[Mobile Directory]/ [File name.file extension] adb push update.zip /sdcard/update/zip adb push proxy.apk /sdcard/proxy.apk adb push mypic.jpg /sdcard/mypic.jpg Command 10 (ဖုန္းထဲက ဖိုင္ကို computer ထဲကို လွမ္းထုတ္မယ္) adb pull /sdcard/proxy.apk C:\Users\smartboy\Desktop\proxy.apk Command 11 (Fastboot ကို computer ကေန၀င္ခ်င္ရင္) adb reboot bootloader Command 12 (ဖုန္းတြင္ system partition ရဲ႔ partition block ေဖာ္ၾကည့္ခ်င္ရင္) adb shell cat /proc/partitions adb[space]shell[space]cat[space]/proc/partions ကဲ ဒီေလာက္ဆိုရင္ ADB Command မ်ားနဲ အသံုးျပဳပံု အေၾကာင္းကိုသိရွိၾကျပီလို ထင္ပါတယ္

0 comments :

 
Copyright © 2015. Saithuyalinnservices
Blogger Templates