- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我有一台 Windows 和一台 Linux (Mint) 计算机,我需要在我的 LG G2 D802(使用自定义 CM 模块)上修复 gps,但我做不到。我在网上看到我应该删除 modemst1 和 modemst2 分区,但每次我尝试运行 fastboot 时都会收到一条烦人的“等待设备”消息。我在线阅读了故障排除和解决方案,但它们对我没有帮助。
sudo
。显然我的手机已解锁 (CyanogenMod) 并且我启用了 USB 调试。
是否有清除这些分区的替代方法或这些问题的解决方案?
最佳答案
我在这里找到了一个替代方案:https://forum.cyanogenmod.org/topic/108806-gps-not-fixing-with-latest-cm121/
它说:
I had this problem as well.
Today i used my GPS Status app to reset and re-download my A-GPS data (under "Manage A-GPS state") and changed my gps.conf (/system/etc) to one i found on the net, rebooted, and it seems to have helped. I wasn't able to get a fix indoors at all previously. Now it varies between 10 and 60s. Time will tell if this holds up.
The gps.conf is:
XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra2.bin
XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra2.bin
XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra2.bin
ERR_ESTIMATE=0
NTP_SERVER=north-america.pool.ntp.org
DEBUG_LEVEL = 3
INTERMEDIATE_POS=0
SUPL_VER=0x20000
SUPL_ES=1
CAPABILITIES=0x37
SUPL_HOST=supl.google.com
SUPL_PORT=7275
LPP_PROFILE = 3
NMEA_PROVIDER=0
SGLTE_TARGET=1
A_GLONASS_POS_PROTOCOL_SELECT = 0
关于android - 是否有 fastboot erase modemst1/2 的替代方案?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35681038/
我的设备通过 wifi/以太网连接到我的电脑。 adb reboot bootloader 后,设备进入快速启动模式。 我怎样才能用 fastboot/将它连接回去,或者我怎样才能在上面刷入镜像。我什
我的谷歌眼镜还没有更新。我从最近 10 天开始尝试。我已经按照谷歌给出的所有步骤 ( https://support.google.com/glass/answer/3226482?hl=en ) 我
目前我想在我的设备(自定义硬件设备)上重新安装 Android。构建后我得到了图像文件。但是当我输入 fastboot devices没有任何返回。 adb devices正在工作中。它返回我的设备。
我想使用 adb 和 fastboot 将一个特殊的磁盘镜像刷写到 Android 模拟器 (Google Pixel 2) 上。虚拟设备只能被 adb 检测到,不能被 fastboot 检测到。我已
所以我的手机在引导加载程序中,我想解锁它 所以我输入 fastboot oem unlock 我明白了 D:\Minimal ADB and Fastboot>fastboot oem unlock
我刚刚在我的项目中添加了 ember-cli-fastboot ( github ),以便为爬虫机器人提供预渲染服务器。 按照安装步骤操作后,我在启动服务器时收到错误消息 (ember fastboo
EmberJS 周围有很多嗡嗡声' Fastboot我一直在阅读它here . 但是,我还没有完全理解: “在服务器上启动 JavaScript 应用程序”是什么意思? 为什么要这样做? 我没有编写
我正在尝试使用Ember FastBoot对于我的应用程序,但是当我运行时: ember fastboot --serve-assets抛出此错误: Cannot read property 'use
Fastboot 有以下方便的 feature (如果启动自定义镜像失败,设备下次会神奇地启动默认镜像,一切都会好起来的): To boot with a host-side kernel image
我准备了一个 ember-cli 项目,它从 Express 服务器获取 api。然后我使用命令添加了 fastboot: ember install ember-cli-fastboot 之后,所有
我正在创建一个 python 脚本来处理一些 fastboot 命令,我正在尝试这样做 fastboot getvar product 为了查看我选择了什么产品。问题是当我运行这段代码时: p = s
当我从 CM12 更新到 CM12.1 ROM 时,由于忘记在我的 LG G2 (D802) 上刷写 GAPPS,我卡在了恢复模式。我的手机现在正在开机循环。 因为我不能使用任何外部存储,所以我正在尝
我正在编写一个简短的脚本来使用 fastboot 收集 Android 手机信息。 使用以下命令 fastboot getvar product 我可以这样得到返回值 product:
当我尝试通过 fastboot system.img(从我的自定义 AOSP 构建)刷入 Sony Xperia Z3 时,出现以下错误: # fastboot flash system system
我在 Debian 7.3、x64(已完全修补)上发现以下错误。 我很确定这是因为 adb 即使在其 SDK 工具的 64 位发行版中也是 32 位的 $ which adb /opt/android
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 7年前关闭。 Improve thi
我正在尝试使用 this guide 为 Android 编译 fastboot| ,但出现以下错误: ************************************************
我想知道是否可以对 NOR 存储使用 fastboot flash/erase 命令。我正在使用 imx6 处理器和 NOR 存储。目前“cmd_fastboot.c”文件中的“rx_process_
我有一台 Windows 和一台 Linux (Mint) 计算机,我需要在我的 LG G2 D802(使用自定义 CM 模块)上修复 gps,但我做不到。我在网上看到我应该删除 modemst1 和
尝试运行 fastboot 命令时,我的 Ubuntu 机器上出现了一个非常奇怪的问题。 当我运行时: fastboot devices 我明白了 no permissions fastboot
我是一名优秀的程序员,十分优秀!