search
HomeDatabaseMysql Tutorial【失败】华为Mate2 使用LEAP WIFI

试了半天,终于替换了网上说的wpa_supplicant,但是还是不行。。。 刚买了华为的Mate2,结果发现上不了公司的Leap Wifi了。 搜到几个有用的页面: 1. http://blog.csdn.net/quqi99/article/details/17144869 这个基本上就可以解决问题了。 其中提到了google

试了半天,终于替换了网上说的wpa_supplicant,但是还是不行。。。


刚买了华为的Mate2,结果发现上不了公司的Leap Wifi了。

搜到几个有用的页面:

1. http://blog.csdn.net/quqi99/article/details/17144869

这个基本上就可以解决问题了。


其中提到了google的这个bug,里面可以下那个wpa_supplicant.

2. http://code.google.com/p/android/issues/detail?id=40023

其中有一个回复我觉得这个方法会更方便点。

#43 DavidAll...@gmail.com

Hurray!  LEAP is working on my 4.2 Nexus 7!

I am running the 4.1.2 wpa_supplicant executable on my otherwise stock 4.2 system.  

Here are the instructions for the steps I went through to do this:

Step 1:  Get a copy of the proper 4.1 wpa_supplicant executable for your device.

  My approach: download factory image
    If you have a Nexus device, use this page: 
      https://developers.google.com/android/nexus/images
  Un-tar image
  Use unzip to extract file "system.img" from image-xxxxxx.zip
  Use expand script (simg2img) to expand the system.img file, creating tmp.img file.  Script is found here: 
    http://usefulshellscript.googlecode.com/svn/trunk/simg2img.py  
  Mount tmp.img file using this command (as root): 
    mount -t ext4 -o loop tmp.img /mnt (or the mount point of your choice)
  Copy wpa_supplicant executable from the bin subdirectory, for example:
    cp -p /mnt/bin/wpa_supplicant ./wpa_supplicant-4.1.2
  Unmount the image file and clean up the gigabytes of files you've created during this process

Step 2:  Transfer the file to your Android device (I used WiFi File Explorer, but do whatever works for you)

3.  Install the 4.1 version of wpa_supplicant 
    (commands assume the new version is in the Download directory - modify as needed)

  On your device, open a terminal session, become root
  Make the /system directory writeable: 
    mount -o rw,remount /system
  Copy your new file there: 
    cp -p /sdcard/Download/wpa_supplicant-4.1.2 /system/bin
  Make it executable: 
    chmod 775 /system/bin/wpa_supplicant-4.1.2
  Rename the old version: 
    mv /system/bin/wpa_supplicant /system/bin/wpa_supplicant-4.2
  Create a link to the new version (makes it clear which version you're running): 
    ln -s /system/bin/wpa_supplicant-4.1.2 /system/bin/wpa_supplicant
  Verify this all worked: 
    /system/bin/wpa_supplicant -v
  - should return version 4.1.2
  Restart your system and LEAP should work as in 4.1.x

还没最后实验成功,期待能用。
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Win11 23H2更新遇到问题该怎么解决?Win11 23H2更新遇到问题该怎么解决?Dec 25, 2023 pm 12:18 PM

用户一般会通过升级电脑的系统版本用来修复一些问题,如果用户使用win11系统更新到最新版本的23H2失败了,可以有三种方法来解决您的问题。Win11更新23H2失败了怎么办方法一:绕开TPM1、点击“文件资源管理器-查看”,勾选一下下拉菜单中的“隐藏的项目”的选项。2、转到并删除“C:\$WINDOWS.~BT\Sources\Panther-Appraiser_Data.ini”。3、然后在该位置重新建一个同名的文件夹,然后点击将“隐藏项目”选项取消。4、重新更新一下系统,最后点击到“Wind

为什么localstorage无法成功保存数据?为什么localstorage无法成功保存数据?Jan 03, 2024 pm 01:41 PM

存储数据到localstorage为何总是失败?需要具体代码示例在前端开发中,我们经常需要将数据存储在浏览器端,以便提高用户体验和方便之后的数据访问。Localstorage是HTML5提供的一项用于客户端存储数据的技术,它提供了一种简单的方法来存储数据,并且可以在页面刷新或关闭后保持数据的持久化。然而,当我们使用localstorage进行数据存储时,有时

如何解决pip更新失败的问题?如何解决pip更新失败的问题?Jan 27, 2024 am 08:32 AM

遇到pip更新失败怎么办?最近,在使用Python开发过程中,我遇到了一些关于pip更新失败的问题。在进行开发时,我们常常需要使用pip来安装、升级和移除Python的第三方库。而pip的更新失败会严重影响到我们的开发工作。本文将会探讨一些常见的pip更新失败的情况,并提供解决方法,希望能帮助到遇到类似问题的开发者。首先,当我们执行pipinstall-

PHPStudy安装问题大揭秘:PHP 5.5版本失败怎么办?PHPStudy安装问题大揭秘:PHP 5.5版本失败怎么办?Feb 29, 2024 am 11:54 AM

PHPStudy是一个集成了PHP、Apache、MySQL的开发环境工具,为开发者提供了一个便捷的搭建本地服务器环境的方式。然而,安装过程中可能会遇到一些问题,其中之一就是在安装PHP5.5版本时失败的情况。本文将探讨PHPStudy安装PHP5.5版本失败的原因和解决方法,并提供具体的代码示例帮助读者解决这一问题。PHPStudy安装PHP5.5版

如何修复win10更新错误代码0x800f0982如何修复win10更新错误代码0x800f0982Jan 14, 2024 pm 05:54 PM

win10系统已经慢慢开始普及于市场但使用的时候还是有着很多的bug,最近很多小伙伴就遇到了更新失败0x800f0982的问题,下面就给大家带来详细的解决方法。win10更新失败无法开机:方法一、系统更新异常删除异常软件1、卸载并重新安装任何最近添加的语言包。2、选择“检查更新”并安装更新。方法二:更新异常重置电脑1、点击开始打开“设置”选择“更新和安全”。2、点击左侧“恢复”在“重置此电脑”恢复选项下选择“开始”。3、选择“保留我的文件”。

解决kb4023057更新安装问题解决kb4023057更新安装问题Dec 27, 2023 am 09:41 AM

近期,win101909版本停止服务,21h1即将推出,微软又为用户推送了kb4023057的更新程序,能够帮助用户解决各种更新失败的问题。但是如果我们遇到kb4023057更新安装失败怎么办呢,不用担心,下面就一起来看一下解决方法吧。kb4023057更新安装失败解决方法1、首先打开“设置”,选择“更新和安全”2、点击左边的“疑难解答”3、找到“windows更新”,然后点击“运行疑难解答”4、等待检测问题。5、检测完成之后,点击“应用此修复程序”6、最后只要等待修复完成就可以了。

解决win10系统升级失败无法启动的方法解决win10系统升级失败无法启动的方法Jan 13, 2024 pm 02:45 PM

win10系统是一款非常优秀的智能系统,经常使用电脑的小伙伴们都应该知道win10系统是一款更新补丁非常频繁的系统,近来有很多的小伙伴们反应自己在更新的时候出现了失败的现象,今天小编就为大家带来了win10系统升级失败开不了机的解决办法一起来看一下吧。win10更新失败的解决办法:1、首先同时按下键盘快捷键Win+R,打开运行窗口输入命令services.msc,然后点击确定按钮,打开服务窗口。2、在服务窗口列表找到“WindowsUpdate”,双击打开。2、然后把服务状态点击“停止”,确定修

为什么Prim和Kruskal的最小生成树算法在有向图中失败?为什么Prim和Kruskal的最小生成树算法在有向图中失败?Sep 02, 2023 pm 05:29 PM

Prim的方法和Kruskal的算法是在无向图中定位MST(最小生成树)的两种常见方法。然而,这些技术不能为有向图生成正确的MST。这是因为有向图不适合Prim和Kruskal算法所使用的基本假设和方法。Prim算法首先,有Prim算法,它涉及以贪婪的方式向扩展的最小生成树添加边,直到所有顶点都被覆盖。MST内部的顶点通过具有最低权重的边与MST外部的顶点相连。由于无向图中的所有边都可以以任意方向移动,因此从MST到外部顶点的最短路径很容易找到。然而,在有向图中,边总是指向一个方向,可能没有直线

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.