数码之家

 找回密码
 立即注册

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 7432|回复: 51

[网络] 拆个29元带电池的百弈通全网通随身WIFI MIFI,如何查找9008短接点

[复制链接]
发表于 2021-11-2 00:39:40 | 显示全部楼层 |阅读模式
拆个29元的带电池全网通随身wifi mifi。关机状态插电脑有adb和9025端口。

大神们帮忙看下9008高通短接点是哪两个或者怎么查找9008短接点 谢谢。



我的屏蔽罩没拆,下面部分是网上查找的老版绿色主板拆机图





本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册 微信登录

x
发表于 2023-3-23 07:08:03 | 显示全部楼层
怎么有三个卡槽?
回复 支持 反对

使用道具 举报

发表于 2021-11-20 20:50:05 | 显示全部楼层
duolaemeng 发表于 2021-11-20 16:57
刚在PDD买了这款,有没有刷机教程啊?

才买??还有卡槽吗?:lol:
回复 支持 反对

使用道具 举报

发表于 2021-11-20 16:57:17 | 显示全部楼层
刚在PDD买了这款,有没有刷机教程啊?
回复 支持 反对

使用道具 举报

发表于 2021-11-17 11:46:05 | 显示全部楼层
yishuigg 发表于 2021-11-14 12:15
这个跟吉客猫外观一样的,我在论坛买过一个,自带的卡拆掉了,可以使用自己买的流量卡,信号比手机都强,还 ...

求备份固件。。。
回复 支持 反对

使用道具 举报

发表于 2021-11-14 12:15:49 | 显示全部楼层
这个跟吉客猫外观一样的,我在论坛买过一个,自带的卡拆掉了,可以使用自己买的流量卡,信号比手机都强,还挺好用的
回复 支持 反对

使用道具 举报

发表于 2021-11-9 15:52:10 | 显示全部楼层
这个是不是不能直接进9008的版本?
回复 支持 反对

使用道具 举报

发表于 2021-11-9 15:51:26 | 显示全部楼层
jsqwz 发表于 2021-11-9 15:17
这个当充电宝行吗

貌似不行!
回复 支持 反对

使用道具 举报

发表于 2021-11-9 15:17:56 | 显示全部楼层
这个当充电宝行吗
回复 支持 反对

使用道具 举报

发表于 2021-11-8 17:43:52 | 显示全部楼层
楼主这是撸了多少,商家怕是哭晕在厕所
回复 支持 反对

使用道具 举报

发表于 2021-11-8 00:03:52 | 显示全部楼层

试试 88061649
回复 支持 反对

使用道具 举报

发表于 2021-11-7 21:17:56 来自手机浏览器 | 显示全部楼层
tommmmmy 发表于 2021-11-7 08:53
关机插线就是9025,进9008短接sim卡1那三个点,往充电口反向的中间右边两个是关机,中间左边是9008,左边和 ...

求wifi密码
回复 支持 反对

使用道具 举报

发表于 2021-11-7 13:38:12 | 显示全部楼层

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册 微信登录

x
回复 支持 反对

使用道具 举报

发表于 2021-11-7 13:35:56 | 显示全部楼层
c:\platformtools>fastboot oem device-info
< waiting for device >
...
(bootloader)    Device tampered: false
(bootloader)    Device unlocked: true
(bootloader)    Charger screen enabled: true
(bootloader)    Display panel:
OKAY [  0.027s]
finished. total time: 0.028s
回复 支持 反对

使用道具 举报

发表于 2021-11-7 13:35:07 | 显示全部楼层
qrut 发表于 2021-11-2 06:07
这玩意搞刷机也没啥意义,就一个热点。有adb 可以试试 adb reboot edl  ,这个adb进9008的命令 ...

兄弟请指点下改怎么玩:


c:\platformtools>adb
Android Debug Bridge version 1.0.32

-a                            - directs adb to listen on all interfaces for a connection
-d                            - directs command to the only connected USB device
                                 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 running.
-s <specific device>          - directs command to the device or emulator with the given
                                 serial number or qualifier. Overrides ANDROID_SERIAL
                                 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.
-H                            - Name of adb server host (default: localhost)
-P                            - Port of adb server (default: 5037)
devices [-l]                  - list all connected devices
                                 ('-l' will also list device qualifiers)
connect <host>[:<port>]       - connect to a device via TCP/IP
                                 Port 5555 is used by default if no port number is specified.
disconnect [<host>[:<port>]]  - disconnect from a TCP/IP device.
                                 Port 5555 is used by default if no port number is specified.
                                 Using this command with no additional arguments
                                 will disconnect from all connected TCP/IP devices.

device commands:
  adb push [-p] <local> <remote>
                               - copy file/dir to device
                                 ('-p' to display the transfer progress)
  adb pull [-p] [-a] <remote> [<local>]
                               - copy file/dir from device
                                 ('-p' to display the transfer progress)
                                 ('-a' means copy timestamp and mode)
  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 --list           - list all forward socket connections.
                                 the format is a list of lines with the following format:
                                    <serial> " " <local> " " <remote> "\n"
  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 forward --no-rebind <local> <remote>
                               - same as 'adb forward <local> <remote>' but fails
                                 if <local> is already forwarded
  adb forward --remove <local> - remove a specific forward socket connection
  adb forward --remove-all     - remove all forward socket connections
  adb reverse --list           - list all reverse socket connections from device
  adb reverse <remote> <local> - reverse socket connections
                                 reverse specs are one of:
                                   tcp:<port>
                                   localabstract:<unix domain socket name>
                                   localreserved:<unix domain socket name>
                                   localfilesystem:<unix domain socket name>
  adb reverse --norebind <remote> <local>
                               - same as 'adb reverse <remote> <local>' but fails
                                 if <remote> is already reversed.
  adb reverse --remove <remote>
                               - remove a specific reversed socket connection
  adb reverse --remove-all     - remove all reversed socket connections from device
  adb jdwp                     - list PIDs of processes hosting a JDWP transport
  adb install [-lrtsd] <file>
  adb install-multiple [-lrtsdp] <file...>
                               - push this package file to the device and install it
                                 (-l: forward lock application)
                                 (-r: replace existing application)
                                 (-t: allow test packages)
                                 (-s: install application on sdcard)
                                 (-d: allow version code downgrade)
                                 (-p: partial application install)
  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] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]
                               - write an archive of the device's data to <file>.
                                 If no -f option is supplied then the data is written
                                 to "backup.ab" in the current directory.
                                 (-apk|-noapk enable/disable backup of the .apks themselves
                                    in the archive; the default is noapk.)
                                 (-obb|-noobb enable/disable backup of any installed apk expansion
                                    (aka .obb) files associated with each application; the default
                                    is noobb.)
                                 (-shared|-noshared enable/disable backup of the device's
                                    shared storage / SD card contents; the default is noshared.)
                                 (-all means to back up all installed applications)
                                 (-system|-nosystem toggles whether -all automatically includes
                                    system applications; the default is to include system apps)
                                 (<packages...> is the list of applications to be backed up.  If
                                    the -all or -shared flags are passed, then the package
                                    list is optional.  Applications explicitly given on the
                                    command line will be included even if -nosystem would
                                    ordinarily cause them to be omitted.)

  adb restore <file>           - restore device contents from the <file> backup archive

  adb disable-verity           - disable dm-verity checking on USERDEBUG builds
  adb keygen <file>            - generate adb public/private key. The private key is stored in <file>,
                                 and the public key is stored in <file>.pub. Any existing files
                                 are overwritten.
  adb help                     - show this help message
  adb version                  - show version num

scripting:
  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 get-devpath              - prints: <device-path>
  adb status-window            - continuously print device status for a specified device
  adb remount                  - remounts the /system and /vendor (if present) partitions on the device read-write
  adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader 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 the specified port
networking:
  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

adb sync notes: adb sync [ <directory> ]
  <localdir> can be interpreted in several ways:

  - If <directory> is not specified, /system, /vendor (if present), and /data partitions will be updated.

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

environmental 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 priority over this if given.
  ANDROID_LOG_TAGS             - When used with the logcat option, only these debug tags are printed.

c:\platformtools>

回复 支持 反对

使用道具 举报

发表于 2021-11-7 13:27:28 | 显示全部楼层
楼主想实现什么功能啊,直接插卡不能用吗?
回复 支持 反对

使用道具 举报

发表于 2021-11-7 13:14:01 | 显示全部楼层
大饼博士 发表于 2021-11-7 10:31
这个没翻车啊,能破解adb安卓了

说下怎么搞,有教程吗?
我只到这里:


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册 微信登录

x
回复 支持 反对

使用道具 举报

发表于 2021-11-7 13:01:22 | 显示全部楼层
大饼博士 发表于 2021-11-7 10:31
这个没翻车啊,能破解adb安卓了

指点一下,多谢
回复 支持 反对

使用道具 举报

发表于 2021-11-7 10:31:59 来自手机浏览器 | 显示全部楼层
这个没翻车啊,能破解adb安卓了
回复 支持 反对

使用道具 举报

发表于 2021-11-7 08:53:31 | 显示全部楼层
关机插线就是9025,进9008短接sim卡1那三个点,往充电口反向的中间右边两个是关机,中间左边是9008,左边和右边都是fastboot
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 微信登录

本版积分规则

APP|手机版|小黑屋|关于我们|联系我们|法律条款|技术知识分享平台

闽公网安备35020502000485号

闽ICP备2021002735号-2

GMT+8, 2025-8-26 12:42 , Processed in 0.124800 second(s), 12 queries , Redis On.

Powered by Discuz!

© 2006-2025 MyDigit.Net

快速回复 返回顶部 返回列表