fastboot မွ firmware တင္နည္း

fastboot မွ firmware တင္နည္း
fastboot devices
fastboot flashboot boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash -S 100M system system.img
fastboot oem reboot-recovery
fastboot reboot
..........................................................
partiting စစ္နည္း
adb devices
adb shell cat proc/mtd
adb shell cat proc/partitions
........................................................
bootloader unlock ျဖစ္မျဖစ္စစ္နည္း
fastboot oem get-bootinfo
fastboot oem unlock %code%
.......................................................
Android ဖုန္း တစ္လံုးမွာ model လဲ
adb devices
getprop ro.product.manufacturer
ဘယ္ model နံပါတ္လဲ
getprop ro.product.model
ဘယ္ version လဲ
adb devices
getprop ro.build.version.release
ဘယ္ build number လဲ
getprop ro.build.display.id
ဘယ္ CPU သံုးထားလဲ
getprop gsm.version.ril-impl
ဘယ္ BASEDBAND version လဲ
getprop gsm.version.baseband
.....................................................
root ရွိမရွိ စစ္နည္း
adb devices
adb shell
su
......................................................
adb ကေန application install လုပ္နည္း
adb devices
adb install .\rename.apk
..................................................
Useful ADB Commands
——————————–
Command 1 (ဖုန္းက ကြန္ပ်ဴတာမွာခ်ိတ္ထားတာကုိသိ/မသိ စစ္ခ်င္ရင္)
—————————-
adb devices
—————————-
Command 2 ( ဖုန္းက root လုပ္ထား/မထားကုိစစ္ခ်င္ရင္)
——————————–
adb shell su
——————————
Command 3 ( ဖုန္းကုိ ကြန္ပ်ဴတာကေန တုိက္ရုိက္ reboot ခ်ခ်င္ရင္)
——————————–
adb reboot
——————————–
Command 4 ( ဖုန္းရဲ႕ recovery mode ထဲကုိ adb command သုံးျပီး၀င္ခ်င္ရင္)
——————————-
adb reboot recovery
——————————
Command 5 (ဖုန္းထဲကုိ ေဆာ့၀ဲ/ဂိမ္းသြင္းခ်င္ရင္)
——————————
adb install facebook.apk
—————————–
Command 6 ( ဖုန္းထဲကရွိေနျပီးသားေဆာ့၀ဲေနရမွာ ယင္းေဆာ့၀ဲကုိထပ္သြင္းခ်င္ရင္)
——————————
adb install -r facebook.apk
-r means reinstall
——————————-
Command 7 (ေဆာ့၀ဲကုိ ဖုန္းထဲမွာမသြင္းဘဲ ဖုန္းရဲ႕ sd card ထဲမွာေရႊ႕ျပီး install လုပ္ခ်င္ရင္)
——————————-
adb install -s facebook.apk
——————————–
Command 8 (ဖုန္းထဲကေဆာ့၀ဲကုိ uninstall လုပ္ခ်င္ရင္)
————————————-
adb uninstall com.facebook.katana
————————————
Command 9 (ကြန္ပ်ဴတာထဲကဖုိင္ကုိ ဖုန္းရဲ႕ 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 (ဖုန္းထဲကဖုိင္ကုိ ကြန္ပ်ဴတာထဲကုိလွမ္းထုတ္မယ္)
———————————————————
adb pull /sdcard/proxy.apk C:\Users\smartboy\Desktop\proxy.apk
Command 11 (Fastboot ကုိ ကြန္ပ်ဴတာကေန၀င္ခ်င္ရင္)
————————————————————
adb reboot bootloader
———————————————————–
Command 12 (ဖုန္းတြင္း system partition ရဲ႕ partition block ေဖာ္ၾကည့္ခ်င္ရင္)
———————————————————
adb shell cat /proc/partitions
adb[space]shell[space]cat[space]/proc/partitions
............................................................................................
system ထဲ မွာ ဘာေတြပါလဲျကည့္ခ်င္ရင္
adb shell ls /system
adb shell ls /system/bin
adb shell ls /system/app
Credit #မူရင္​း

No comments:

Post a Comment