CWM installation for
All winner A13 CPU Tablet
Method 2 installation
via stock recovery with flashable
recovery zip file
Method 3 installation via adb
mode(I like this method a lot )
first
you have to copy
install-recovery.sh , reboot-recovery.sh and recovery.img to sdcard of your tablet
click
and run 01.copying recovery file to
sdcard.bat
than
step
1 ---->method of recovery installation
1.adb
shell
2.cd
mnt/sdcard
3.sh
install-recovery.sh
step
2------>method of running recovery from command line mode in tablets
type
1.
adb shell
2.cd
mnt/sdcard
3.echo
-e 'boot-recovery\0' > /dev/block/nandf; sync
4.reboot recovery
Download this file for method 3
https://www.box.com/s/ijklm3ch5rh711ovcigg recovery for a13 tablet
user.rar 5.59 mb
Password is susutun
-----------------------------------------------------------------------------------------------------
Boot
Looping ျဖစ္ေနတဲ့ Tablet ကို ကြန္ပ်ဴတာမွာ ဒီတတ္သိတယ္ဆိုရင္ -
အထိေရာက္ဆံုးကေတာ့ recovery mode ကေန၀င္ၿပီး wipe cache partition ကိုလုပ္ဖို႕ပါဘဲ...တစ္ခါတည္းနဲ႔
ကိစၥျပတ္ၿပီးခ်င္ရင္ေတာ့ factory
restore ေပါ့... factory restore မလုပ္ခင္မွာ wipe cache ကိုေတာ့ လုပ္ဖို႕မေမ့ပါနဲ႔...ေျပာလို႕သာေျပာရတယ္
allwinner chipset သံုးတဲ့ android
rom ေတြမွာ recovery partition ကို deactivate လုပ္ထားတာမ်ားတယ္... အဲဒါကိုေတာ့
အရင္ဖြင့္ရင္ဖြင့္ ,,မဖြင့္ခ်င္ရင္ cwm
(၁) အရင္ဆံုး cpu ဘာအမ်ဳိးအစားလည္းအရင္ၾကည့္ဖို႕အတြက္-
adb shell "cat
/proc/cpuinfo"
(၄) ေဒါင္းၿပီးၿပီဆိုရင္
ျဖည္လုိက္တဲ့အခါ recovery.img ဆိုတာရမယ္... A10 အတြက္ကေတာ့ ျဖည္စရာမလိုဘူး...
(၅) အဲဒီ့ ရလာတဲ့ recovery.img ကို storage ကိုပို႕ရမယ္...- adb push recovery.img /mnt/sdcard
(၆) ၿပီးရင္ လက္ရွိ firmware ကို ဘက္ကပ္ယူရမယ္... အဲဒီ့အတြက္
- adb shell
- su
- mkdir /sdcard/dump
- cat /dev/block/nandc > /sdcard/dump/boot.img
- cat /dev/block/nanda > /sdcard/dump/bootloader.img
- cat /dev/block/nandg > /sdcard/dump/recovery.img
- busybox
tar -cvf /sdcard/dump/d2_system.tar /system
(၇) အေပၚကအဆင့္ေတြၿပီးသြားရင္ ဘက္ကပ္ယူထားတာေတြကို ကြန္ပ်ဴတာထဲဆြဲယူ-
adb pull
/mnt/sdcard/dump/*
(၈) recovery သြင္းမယ္...
- adb shell
- su
- cat /mnt/sdcard/recovery.img > /dev/block/nandg
(၉) ၿပီးရင္ ရီကာဗာရီ reboot လုပ္ရမယ္...
- adb shell
- su
- echo -n
boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot
ျပန္တတ္လာတဲ့အခါမွာ cwm recovery နဲ႔တတ္လာမယ္... အဲဒီ့အခါမွာမွ
wipe data လုပ္ၿပီး factory reset လုပ္လိုက္.. ျပန္တတ္လာလိမ့္မယ္...
အခုသြင္းတဲ့ recovery က ေနာက္တစ္ႀကိမ္ ျပန္ေခၚခ်င္ရင္
- adb shell
- su
- echo
-n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync;
reboot
အဲလိုမွ ရမယ္... ဘာလို႕လည္းဆိုေတာ့ recovery ကို active ယာယီလုပ္ထားလို႕ဘဲ...
(MARG)
(*** download ဖိုင္ေတြမွာ ဘာ password မွ ခံမထားပါဘူး... ေစတနာ ယတိျပတ္နဲ႔ ေပးတာပါ...
***)
-----------------------------------------------------------------------------------------------------
No comments:
Post a Comment