摘要: 升级文件名 → update作用: 刷入ROM 列句: fastboot update update.zip刷入所有镜像 → flashall作用: 刷入boot.img、system.img、recovery.img 列句: fastboot flashall update.zip刷入镜像 → flash作用: 刷入boot.img、system.img、recovery.img 列句: fastboot flash system system.img擦除镜像 → erase作用: 擦除boot.img、system.img、recovery.img 列句: fastboot erase b 阅读全文
posted @ 2013-08-10 20:41 行云有影 阅读(20194) 评论(0) 推荐(0)
摘要: 1、xml中"Composite"-->WebView2、基本应用:实例化一个WebView,并显示网页。public class MainActivity extends Activity {private WebView webView1;protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); webView1=(WebView)findViewBy... 阅读全文
posted @ 2013-08-10 14:58 行云有影 阅读(207) 评论(0) 推荐(0)