台电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
adb emu
adb logcat [
adb forward
forward specs are one of:
tcp:
localabstract:
localreserved:
localfilesystem:
dev:
jdwp:
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-s]
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]
('-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
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)
(
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
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
specified port
etworking:
adb ppp
Note: you should not automatically start a PPP connection.
[parameters] - Eg. defaultroute debug dump local notty usepeerdns
db sync notes: adb sync [
- If
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
th
the given serial number. Overrides ANDROID_SERI
L
environment variable.
-p
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
Port 5555 is used by default if no port number
s specified.
disconnect [
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
adb pull
adb sync [
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell
adb emu
adb logcat [
adb forward
forward specs are one of:
tcp:
localabstract:
localreserved:
localfilesystem:
dev:
jdwp:
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-s]
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]
('-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
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)
(
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
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
specified port
etworking:
adb ppp
Note: you should not automatically start a PPP connection.
[parameters] - Eg. defaultroute debug dump local notty usepeerdns
db sync notes: adb sync [
- If
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>