登录
首页 » LINUX » Wi-fi_fix

Wi-fi_fix

于 2019-06-30 发布
0 206
下载积分: 1 下载次数: 0

代码说明:

说明:  wifi fix zip for some old chinese android devices.

文件列表:

META-INF\MANIFEST.MF, 1224 , 2012-02-03
META-INF\CERT.SF, 1277 , 2012-02-03
META-INF\CERT.RSA, 1714 , 2012-02-03
META-INF\com\google\android\update-binary, 190544 , 2012-02-03
META-INF\com\google\android\updater-script, 655 , 2013-04-20
data, 0 , 2013-04-20
data\nvram, 0 , 2013-04-20
data\nvram\APCFG, 0 , 2013-04-20
data\nvram\APCFG\APRDEB, 0 , 2013-04-20
data\nvram\APCFG\APRDEB\WIFI, 514 , 2013-03-01
data\nvram\APCFG\APRDEB\WIFI_CUSTOM, 6 , 2013-03-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 七自由度汽车模型程序
    七自由度汽车模型程序
    2021-05-06下载
    积分:1
  • stsndardrange
    用于测试Modbus通讯,工业软件的必备()
    2018-01-13 16:22:10下载
    积分:1
  • Android Intent实例
    Android Intent开发实例 核心代码:package com.amaker.ch06.app;import com.amaker.ch06.app.R;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.EditText;/** * @author 郭宏志 * 发送Email */public class MainActivity extends Activity { // 声明视图组件 private EditText toEditText,subjectEditText,contentEditText; private Button sendBtn; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); // 实例化视图组件 toEditText = (EditText)findViewById(R.id.toEditText01); subjectEditText = (EditText)findViewById(R.id.subjectEditText01); contentEditText = (EditText)findViewById(R.id.contentEditText01); sendBtn = (Button)findViewById(R.id.sendButton01); // 为按钮添加单击监听器 sendBtn.setOnClickListener(listener); } // 发送按钮单击监听器 private OnClickListener listener = new OnClickListener() { @Override public void onClick(View v) { // 获得输入信息 String to = toEditText.getText().toString(); String subject = subjectEditText.getText().toString(); String content = contentEditText.getText().toString(); // 创建Intent Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); // 设置内容类型 emailIntent.setType("plain/text"); // 设置额外信息 emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{to}); emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject); emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, content); startActivity(Intent.createChooser(emailIntent, "发送邮件...")); } };}
    2014-11-24下载
    积分:1
  • android theme 皮肤 实例
    android皮肤更改实例
    2013-03-10下载
    积分:1
  • easypermissions
    easypermissions框架的用法(Usage of easypermissions framework)
    2019-06-04 09:42:35下载
    积分:1
  • Media_Setting
    基于全志A10 android4.0平台,开发的GPIO控制程序,通过UI界面选择不同状态下GPIO口输出不同的电平状态,来实现由高低电平来控制外部设备;本例程主要实现5个IO口控制Audio和vedio的不同格式输出(Based on Allwinner A10 android4.0 platform, the development of the GPIO control procedures, through the UI interface to select a different state, a different GPIO port output level state, to achieve the high and low to control external devices This course mainly to achieve five IO port control Audio and vedio output different formats)
    2013-10-08 21:33:56下载
    积分:1
  • pangolin
    全新的UI界面 * 全新的安全即时通讯技术支持与好友分享文字、图片、语音短信。在保证您方便快捷的通信的同时保障您的信息安全 * 全新的多人聊天功能,在聊天室中与您的好友分享图片和语音短信 * 支持voip语音实时电话 * 支持手写涂鸦消息 * 支持地理位置消息 * 电话记录拦截功能 * 短信拦截管理功能 * 独立安全的联系人管理功能 * 通过外部程序与您的密聊好友分享文件 * 支持在线加密备份 * 支持在线帮助 * 省流量(New UI interface * new security instant messaging technical support with your friends to share text, pictures, voice messages. Convenient communication to protect the security of your information * New multiplayer chat features, pictures and voice messages in a chat room to share with your friends * supports voip voice real-time phone * Support handwriting graffiti messages* support location message * Phone records blocking features * SMS block management capabilities * independent safety contact management functions * through an external program, talk with your close friends to share files * Support for online encrypted backup * Support for the flow of online help )
    2012-07-24 10:33:22下载
    积分:1
  • btsppdemo
    android 系统下蓝牙spp的demo软件。(this is a demo code for bluetooth spp profile on android os.)
    2014-09-27 10:20:52下载
    积分:1
  • android布局中动态添加控件
    android布局中动态添加控件
    2015-04-22下载
    积分:1
  • CreatePrismaticJoint
    通过移动关节移动Bod,Android开发精典案例源码,很好的参考资料。(By moving the joint development of mobile Bod, Android classic case source code, a good reference.)
    2013-11-12 00:16:59下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载