随笔分类 -  ANDROID

摘要:http://blog.csdn.net/star_splendid/article/details/6939063自己机子更新的话,速度1KB/s 实在是等不及了~找方法吧http://www.opensoce.com/?p=3035这个上面看到 下载地址:我是更新 版本是 15 (其他的换个数字 就好了)对应的地址就是:https://dl-ssl.google.com/android/repository/tools_r15-windows.zip把他下载到你sdk 目录 temp文件夹下的。先用 sdk manager 更新,选择安装,之后在sdk 目录 temp 文件夹下,就会出现. 阅读全文
posted @ 2013-08-26 16:22 IAmAProgrammer 编辑
摘要:http://papilio.cc/index.php?n=Papilio.PapilioOneThe Papilio is an Open Source FPGA development board based on the Xilinx Spartan 3E FPGA (datasheet). It has 48 I/O lines, dual channel USB, integrated JTAG programmer, 4 power supplies, and a power connector. It provides everything needed to start lea 阅读全文
posted @ 2013-08-11 17:24 IAmAProgrammer 编辑
摘要:http://androidstudy.iteye.com/blog/785676http://www.cnblogs.com/allin/archive/2010/05/19/1738800.html近来找了一些关于android线程间通信的资料,整理学习了一下,并制作了一个简单的例子。 andriod提供了 Handler 和 Looper 来满足线程间的通信。例如一个子线程从网络上下载了一副图片,当它下载完成后会发送消息给主线程,这个消息是通过绑定在主线程的Handler来传递的。在Android,这里的线程分为有消息循环的线程和没有消息循环的线程,有消息循环的线程一般都会有一个Loop 阅读全文
posted @ 2013-03-26 19:58 IAmAProgrammer 编辑
摘要:android.permission.ACCESS_CHECKIN_PROPERTIES允许读写访问”properties”表在checkin数据库中,改值可以修改上传( Allows read/write access to the “properties” table in the checkin database, to change values that get uploaded)android.permission.ACCESS_COARSE_LOCATION允许一个程序访问CellID或WiFi热点来获取粗略的位置(Allows an application to access 阅读全文
posted @ 2013-03-26 17:49 IAmAProgrammer 编辑
摘要:/** * http://code.google.com/p/p1r4t3b0x/ * * This is a file from P1R4T3B0X, a program that lets you share files with * everyone. * Copyright (C) 2012 by Aylatan * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published 阅读全文
posted @ 2013-03-22 12:52 IAmAProgrammer 编辑
摘要:http://www.java2s.com/Open-Source/Android/Network/smartphone-networks/softaptest/mobed/yonsei/Main.java.htmsmartphone networks » softaptest » mobed » yonsei » Main.javapackage softaptest.mobed.yonsei;import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.IOExc 阅读全文
posted @ 2013-03-22 08:37 IAmAProgrammer 编辑
摘要:http://stackoverflow.com/questions/8324215/ip-address-of-device-using-phone-as-access-pointThe following code will give you the ip adrress & other details of the wifi enabled devices connected to the the android hotspot deviceMain.javaimport java.util.ArrayList;import android.app.Activity;import 阅读全文
posted @ 2013-03-22 08:22 IAmAProgrammer 编辑
摘要:http://www.whitebyte.info/android/android-wifi-hotspot-manager-classpackage com.whitebyte.wifihotspotutils; import java.io.BufferedReader;import java.io.FileReader;import java.io.IOException;import java.lang.reflect.Method;import java.net.InetAddress;import java.util.ArrayList; import android.conten 阅读全文
posted @ 2013-03-22 08:14 IAmAProgrammer 编辑
摘要:http://www.dewen.org/q/5419public void setHTCSSID(WifiConfiguration config, String ssid){ Field localField1; try { localField1 = WifiConfiguration.class.getDeclaredField("mWifiApProfile"); localField1.setAccessible(true); Object localObject2 = localFiel... 阅读全文
posted @ 2013-03-22 07:25 IAmAProgrammer 编辑

点击右上角即可分享
微信分享提示