Here we share to you T-Mobile G1 tips and tricks, how to install apk file. How to install non market apk apps on android is so simple and easy. This step what should you do. 1. Download and install the Google Android SDK. The tool you need is adb.exe. Just typing adb in a command shell will display all the options. I’m not going to cover adb in detail, it’s the SDK tool you use to install applications and interface with the device. http://code.google.com/android/intro/installing.html 2. Download the USB driver for Windows. You need it for adb to inteface with an actual device using the included USB cable. Install it later after connecting the G1 to your computer using the USB cable. http://dl.google.com/android/android_usb_windows.zip 3. Go to Settings/SD card & phone storage and disable Use for USB storage. You can enable it again later after you installed your third-party application. 4. Go to Settings/Application settings and enable Unknown sources. 5. Connect the G1 to your computer using the USB cable and install the driver you downloaded in step 2. After installing the driver you should see ADB Inteface in Windows Device Manager. 6. If you made it this far, download the APK file to a local folder on your computer, something like C:"MyAPKs will work fine and install it using ADB. The command would be adb install c:"myapks" and that’s about it. The tutorial above is only for Windows XP user, Windows Vista user wont be able to use it because android sdk isn’t available for it. source: http://www.zimbio.com/T+Mobile+G1+Wallpapers/articles/220/How+Install+apk+File+Android+G1 国内最棒的Google Android技术社区(eoeandroid),欢迎访问!

《银河系列原创教程》发布

《Java Web开发速学宝典》出版,欢迎定购

更多相关文章

  1. 《Android面试宝典》学习笔记(第二章:布局)
  2. 使用curl请求聚合数据的驾考宝典题库接口数据, composer 常用的
  3. PHP:使用curl请求聚合支付的驾考宝典题库接口数据, 并渲染到页面
  4. Python工程师面试宝典一线大厂资深面试官亲授
  5. 【DB】数据库面试笔试题库及详解(小麦苗DBA宝典出品)--数据库运维
  6. 金三银四涨薪季,这些面试题你掌握了嘛?
  7. Android面试宝典
  8. DELPHI XE5 FOR ANDROID 模仿驾考宝典 TMEMO 控件随着字数增多自
  9. Android面试宝典(更新中)

随机推荐

  1. 新 Android在一个APP中通过包名或类名启
  2. Android 错误集锦(ing...)
  3. android 模拟键盘鼠标事件相关
  4. android 文本框输入法控制
  5. Android API中文文档(111) ―― MailTo
  6. Android 自定义属性 attr format取值类型
  7. Android(安卓)绘图基础:Canvas,Paint,RectF,P
  8. Android的消息机制的总体流程
  9. --------------------【Android】跑马灯
  10. 【Android(安卓)修炼手册】Gradle 篇 --