台电X98 3G ROOT教程

2025-09-28 04:09:36

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

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

台电X98 3G ROOT教程

2、挨个安装上去

台电X98 3G ROOT教程

3、安装好后连上平板电脑

台电X98 3G ROOT教程

台电X98 3G ROOT教程

4、在该处打开命令窗口

台电X98 3G ROOT教程

台电X98 3G ROOT教程

5、依次输入下列命令

                                (-l means list but don't copy)

                                (see 'adb help all')

 adb shell                    - run remote shell interactively

 adb shell <command>          - run remote shell command

 adb emu <command>            - run emulator console command

 adb logcat [ <filter-spec> ] - View device log

 adb forward <local> <remote> - forward socket connections

                                forward specs are one of:

                                  tcp:<port>

                                  localabstract:<unix domain socket name>

                                  localreserved:<unix domain socket name>

                                  localfilesystem:<unix domain socket name>

                                  dev:<character device name>

                                  jdwp:<process pid> (remote only)

 adb jdwp                     - list PIDs of processes hosting a JDWP transport

 adb install [-l] [-r] [-s] <file> - 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] <package> - 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 <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy

tem] [<packages...>]

                              - write an archive of the device's data to <file>

                                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)

                                (<packages...> 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 <file>           - restore device contents from the <file> 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: <serial-number>

 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 <port>             - restarts the adbd daemon listening on TCP on th

 specified port

etworking:

 adb ppp <tty> [parameters]   - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> 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 [ <directory> ]

 <localdir> can be interpreted in several ways:

 - If <directory> 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 <serial number>            - directs command to the USB device or emulator w

th

                                the given serial number. Overrides ANDROID_SERI

L

                                environment variable.

-p <product name or path>     - 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 <host>[:<port>]       - connect to a device via TCP/IP

                                Port 5555 is used by default if no port number

s specified.

disconnect [<host>[:<port>]]  - 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 <local> <remote>    - copy file/dir to device

 adb pull <remote> [<local>]  - copy file/dir from device

 adb sync [ <directory> ]     - 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 <command>          - run remote shell command

 adb emu <command>            - run emulator console command

 adb logcat [ <filter-spec> ] - View device log

 adb forward <local> <remote> - forward socket connections

                                forward specs are one of:

                                  tcp:<port>

                                  localabstract:<unix domain socket name>

                                  localreserved:<unix domain socket name>

                                  localfilesystem:<unix domain socket name>

                                  dev:<character device name>

                                  jdwp:<process pid> (remote only)

 adb jdwp                     - list PIDs of processes hosting a JDWP transport

 adb install [-l] [-r] [-s] <file> - 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] <package> - 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 <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosy

tem] [<packages...>]

                              - write an archive of the device's data to <file>

                                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)

                                (<packages...> 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 <file>           - restore device contents from the <file> 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: <serial-number>

 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 <port>             - restarts the adbd daemon listening on TCP on th

 specified port

etworking:

 adb ppp <tty> [parameters]   - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> 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 [ <directory> ]

 <localdir> can be interpreted in several ways:

 - If <directory> 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>

台电X98 3G ROOT教程

台电X98 3G ROOT教程

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢