您的位置首页生活百科

台电X98 3G ROOT教程

台电X98 3G ROOT教程

的有关信息介绍如下:

台电X98 3G ROOT教程

台电X98 3G ROOT教程

IntelAndroidDrvSetup1.5.0.exe、iSocUSB-Driver-Setup-1.0.4.exe、ManufacturingFlashTool_Setup_6.0.30.exe

这三个软件准备好,可以去官网上下载。

挨个安装上去

安装好后连上平板电脑

在该处打开命令窗口

依次输入下列命令

(-l means list but don't copy)

(see 'adb help all')

adb shell - run remote shell interactively

adb shell - run remote shell command

adb emu - run emulator console command

adb logcat [ ] - View device log

adb forward - forward socket connections

forward specs are one of:

tcp:

localabstract:

localreserved:

localfilesystem:

dev:

jdwp: (remote only)

adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] - push this package file to the device and i

stall it

('-l' means forward-lock the app)

('-r' means reinstall the app, keeping its data

('-s' means install on SD card instead of inter

al storage)

adb uninstall [-k] - remove this app package from the device

('-k' means keep the data and cache directories

adb bugreport - return all information from the device

that should be included in a bug report.

adb backup [-f ] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy

tem] []

- write an archive of the device's data to

If no -f option is supplied then the data is wr

tten

to "backup.ab" in the current directory.

(-apk|-noapk enable/disable backup of the .apks

themselves

in the archive; the default is noapk.)

(-shared|-noshared enable/disable backup of the

device's

shared storage / SD card contents; the defau

t is noshared.)

(-all means to back up all installed applicatio

s)

(-system|-nosystem toggles whether -all automat

cally includes

system applications; the default is to inclu

e system apps)

( is the list of applications to b

backed up. If

the -all or -shared flags are passed, then t

e package

list is optional. Applications explicitly g

ven on the

command line will be included even if -nosys

em would

ordinarily cause them to be omitted.)

adb restore - restore device contents from the backup

rchive

adb help - show this help message

adb version - show version num

cripting:

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints:

adb status-window - continuously print device status for a specifie

device

adb remount - remounts the /system partition on the device re

d-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the boo

loader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip - restarts the adbd daemon listening on TCP on th

specified port

etworking:

adb ppp [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

db sync notes: adb sync [ ]

can be interpreted in several ways:

- If is not specified, both /system and /data partitions will be u

dated.

- If it is "system" or "data", only the corresponding partition

is updated.

nvironmental variables:

ADB_TRACE - Print debug information. A comma separated list

of the following values

1 or all, adb, sockets, packets, rwx, usb, sync

sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes prior

ty over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these de

ug tags are printed.

:\Program Files\Intel\Manufacturing Flash Tool>adb push su /system/xbin/

annot stat 'su': No such file or directory

:\Program Files\Intel\Manufacturing Flash Tool>adb push /system/xbin/

ndroid Debug Bridge version 1.0.29

-d - directs command to the only connected USB devic

returns an error if more than one USB device is

present.

-e - directs command to the only running emulator.

returns an error if more than one emulator is r

nning.

-s - directs command to the USB device or emulator w

th

the given serial number. Overrides ANDROID_SERI

L

environment variable.

-p - simple product name like 'sooner', or

a relative/absolute path to a product

out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must

be an absolute path.

devices - list all connected devices

connect [:] - connect to a device via TCP/IP

Port 5555 is used by default if no port number

s specified.

disconnect [[:]] - disconnect from a TCP/IP device.

Port 5555 is used by default if no port number

s specified.

Using this command with no additional arguments

will disconnect from all connected TCP/IP devic

s.

evice commands:

adb push - copy file/dir to device

adb pull [] - copy file/dir from device

adb sync [ ] - copy host->device only if changed

(-l means list but don't copy)

(see 'adb help all')

adb shell - run remote shell interactively

adb shell - run remote shell command

adb emu - run emulator console command

adb logcat [ ] - View device log

adb forward - forward socket connections

forward specs are one of:

tcp:

localabstract:

localreserved:

localfilesystem:

dev:

jdwp: (remote only)

adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] - push this package file to the device and i

stall it

('-l' means forward-lock the app)

('-r' means reinstall the app, keeping its data

('-s' means install on SD card instead of inter

al storage)

adb uninstall [-k] - remove this app package from the device

('-k' means keep the data and cache directories

adb bugreport - return all information from the device

that should be included in a bug report.

adb backup [-f ] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy

tem] []

- write an archive of the device's data to

If no -f option is supplied then the data is wr

tten

to "backup.ab" in the current directory.

(-apk|-noapk enable/disable backup of the .apks

themselves

in the archive; the default is noapk.)

(-shared|-noshared enable/disable backup of the

device's

shared storage / SD card contents; the defau

t is noshared.)

(-all means to back up all installed applicatio

s)

(-system|-nosystem toggles whether -all automat

cally includes

system applications; the default is to inclu

e system apps)

( is the list of applications to b

backed up. If

the -all or -shared flags are passed, then t

e package

list is optional. Applications explicitly g

ven on the

command line will be included even if -nosys

em would

ordinarily cause them to be omitted.)

adb restore - restore device contents from the backup

rchive

adb help - show this help message

adb version - show version num

cripting:

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints:

adb status-window - continuously print device status for a specifie

device

adb remount - remounts the /system partition on the device re

d-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the boo

loader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip - restarts the adbd daemon listening on TCP on th

specified port

etworking:

adb ppp [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

db sync notes: adb sync [ ]

can be interpreted in several ways:

- If is not specified, both /system and /data partitions will be u

dated.

- If it is "system" or "data", only the corresponding partition

is updated.

nvironmental variables:

ADB_TRACE - Print debug information. A comma separated list

of the following values

1 or all, adb, sockets, packets, rwx, usb, sync

sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes prior

ty over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these de

ug tags are printed.

:\Program Files\Intel\Manufacturing Flash Tool>adb remount

emount succeeded

:\Program Files\Intel\Manufacturing Flash Tool>adb push su /system/xbin/

annot stat 'su': No such file or directory

:\Program Files\Intel\Manufacturing Flash Tool>adb push su /system/xbin

annot stat 'su': No such file or directory

:\Program Files\Intel\Manufacturing Flash Tool>adb push su /system/xbin

annot stat 'su': No such file or directory

:\Program Files\Intel\Manufacturing Flash Tool>adb push su /system/xbin

annot stat 'su': No such file or directory

:\Program Files\Intel\Manufacturing Flash Tool>adb root

dbd is already running as root

:\Program Files\Intel\Manufacturing Flash Tool>adb push su /system/xbin/

941 KB/s (212749 bytes in 0.107s)

:\Program Files\Intel\Manufacturing Flash Tool>adb shell chmod 6755 /system/app

:\Program Files\Intel\Manufacturing Flash Tool>adb shell chmod 6755 /system/xbi

/su

:\Program Files\Intel\Manufacturing Flash Tool>adb push Superuser.apk /system/a

p/

146 KB/s (1266332 bytes in 0.576s)

:\Program Files\Intel\Manufacturing Flash Tool>adb push rootexplorer.apk /syste

/app/

184 KB/s (1366584 bytes in 0.611s)

:\Program Files\Intel\Manufacturing Flash Tool>adb shell chmod 0644 /system/app

Superuser.apk

:\Program Files\Intel\Manufacturing Flash Tool>adb shell chmod 0644 /system/app

rootexplorer.apk

:\Program Files\Intel\Manufacturing Flash Tool>adb reboot

:\Program Files\Intel\Manufacturing Flash Tool>