วันจันทร์ที่ 6 กรกฎาคม พ.ศ. 2558

adb command

Terminal Emulator app

fastboot flash recovery <path/to/your-recovery.img>
/data/data/com.koushikdutta.rommanager/files/flash_image <path/to/your-

recovery.img>

C:> adb shell
$ su
# flash_image recovery /path/to/recovery.img


adb remount
adb push flash_image /system/bin/flash_image
adb shell chown 755 /system/bin/flash_image

adb shell unzip /sdcard/archive.zip

 busybox binary (one here on Github, for example; click "raw" to download


adb push /path/to/busybox-android /data/local/busybox
adb shell chmod 0755 /data/local/busybox #Make it executable
adb shell /data/local/busybox unzip /sdcard/archive.zip

adb root
adb remount

C:\anand>adb push anand.jpg /data/local

C:\anand>adb push anand.jpg /data/opt

C:\anand>adb push anand.jpg /data/tmp

cp -rf <folder> <new_folder>

Tar Backup
http://www.susethailand.com/index.php?

option=com_content&task=view&id=160&Itemid=183

Tape Backup
http://www.susethailand.com/index.php?

option=com_content&task=view&id=118&Itemid=138


# scp text.sh 192.168.1.9:/home/sontaya.photibut/Desktop/
(ต้องใส่รหัสผ่านนะครับ)

ถ้าไม่อยากให้ถามรหัสผ่านก็ตามนี่เลย
http://www.susethailand.com/index.php?

option=com_content&task=view&id=117&Itemid=137

cat /proc/cpuinfo
cat /proc/partitions

Do I have an A10 or A13? From an adb shell or from the Terminal Emulator app, run

"cat /proc/cpuinfo". Look next to the 'Hardware' entry: it should say either

"sun4i" (A10) or "sun5i" (A13). If it says anything else, don't use these files.

If the last of the "nand" entries is "nandi", you have 9; if it's "nandj", you

have 10; if it's "nandk", you have 11.

IMPORTANT: If your device has 8 or fewer partitions (i.e the last one is "nandh")

do not install this version. It will end up in the wrong partition and likely

require the entire ROM to be reflashed.

fastboot -w

How to Install Custom ROM with ADB Sideload!
เข้า recovery เลือก adb sideload แล้วไปที่ adb pc  คำสั่ง adb sideload ชื่อ zip ไฟล์

Following CPU can be flashed using Phoenix USB pro-(use as a substitute for

Livesuit)  for only tablet has cpu
i) A10
ii) A13 :- Download Firmware
iii) A20

http://mytabletguru.com/allwinner-a13-firmware-flash-tool/ rom เยอะที่นี


fastboot -w


You have a stock recovery. Try to boot to fastboot, using ADB: Apply this command

in ADB while in recovery: adb reboot-bootloader, or: adb reboot bootloader. Try

each one, if the first works, good. Check if the device is visible by fastboot

devices. If it outputs nothing, try the other command. It should work now.

Now you have to flash the recovery using fastboot flashing abilities. After that,

try again.


How to Install Custom ROM with ADB Sideload!
เข้า recovery เลือก adb sideload แล้วไปที่ adb pc  คำสั่ง adb sideload ชื่อ zip ไฟล์

ไม่มีความคิดเห็น:

แสดงความคิดเห็น