如何在G1上安装非android market的apk

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开发速学宝典》出版,欢迎定购

时间: 2024-10-13 23:44:21

如何在G1上安装非android market的apk的相关文章

如何在Mac上安装Windows 10预览版

  本月初,微软正式发布了Windows 10系统及首个预览版,供所有用户下载体验.经过我们测试,Windows 10在数年前的酷睿2笔记本上依然可以流畅运行,同时针对不同设备的版本划分更加清晰,尤其是针对传统桌面的强化,有望挽回Windows 8所流失的用户. 不过,如果你是苹果Mac用户.又想体验一下Windows 10预览版,可能会稍微麻烦一些.那么,如何在Mac上安装Windows 10预览版呢?感兴趣的朋友不妨参考一下这篇文章. 决定安装形式 在Mac上安装Windows,基本上可以通

从网站上安装更新 android 程序

问题描述 从网站上安装更新 android 程序 我在后台每24小时检查一次程序版本,这是在网络服务器上进行的而不是在android market上运行.如果更新可用,它会提示用户下载新的apk. Uri uri = Uri.parse(downloadURL);Intent intent = new Intent(Intent.ACTION_VIEWuri);startActivity(intent); 上面的代码用来打开用户浏览器然后开始下载.我需要不打开浏览器也能下载apk文件,或者我需要

Linux有问必答 - 如何在linux上安装WPS

Linux有问必答 - 如何在linux上安装WPS 问题: 我听说一个好东西Kingsoft Office(译注:就是WPS),所以我想在我的Linux上试试.我怎样才能安装Kingsoft Office呢? Kingsoft Office 是一套办公套件,支持多个平台,包括Windows, Linux, iOS 和 Android.它包含三个组件:Writer(WPS文字)用来文字处理,Presentation(WPS演示)支持幻灯片,Spereadsheets(WPS表格)是电子表格.其使

如何在Linux上安装Telegram Messenger应用

如何在Linux上安装Telegram Messenger应用 Telegram是和whatsapp类似的及时通讯应用.它有一个庞大的用户群,并且很多独特的特性. Telegram Messenger for Linux 这篇文章让你了解Telegram应用,以及在Linux Box上的详细安装命令. Telegram的特性 支持移动设备 有桌面版本 第三方开发者可以访问Telegram的应用程序接口(API). 支持Android, iphone/ipad, Windows Phone, We

如何在Windows上安装多个Mysql

本文以免安装版的mysql(Without installer)为例,对如何在Windows上安装多个MySQL进行讲解. 免安装版的mysql(Without installer),其安装包的文件名类似于mysql-noinstall-5.1.31-win32.zip.因为它包含了完整安装包中除配置向导以外的全部文件,所以需要你手动安装和配置MySQL的配置文件(my.ini). 在Windows上安装多个MySQL的具体步骤如下: (一)安装MySQL 5.1 1.MySQL免安装版下载地址

如何在SecureCRT上安装使用lrzsz上传和下载

系统环境:CentOS 6.3_64bit 本文档描述了如何在SecureCRT上安装使用lrzsz上传和下载. SecureCRT是一个多标签远程登录终端,使用它可以远程连接Telnet 或SSH 服务.系统管理员使用它来连接linux服务器. lrzsz是一个搭配SecureCRT使用的上传下载工具,能方便的在本地PC机和远程服务器之间传输文件. lrzsz的安装很方便,你可以从系统安装盘或者是互联网上的yum源中得到它. 由上述现象可知,很可能没有安装相应的软件包:sz .rz  命令所需

如何在MAC上安装WinXP系统?

  如何在MAC上安装WinXP系统?         安装系统的准备工作: 1."Boot camp助理"软件. 这是在苹果笔记本上安装windows 系统的必备软件. 全新 10.5.2版本的Mac OS 已经集成了这一软件,在 应用程序-实用工具中.比较早的系统版本,可以到苹果官方网站下载一个. 2. WinXP安装盘一张. 这个系统安装盘可以是XP也可以是Vista~(系统之家教您如何刻录系统光盘) 3. 苹果笔记本随机安装盘一张. 购买苹果笔记本电脑,随机有两张系统安装盘,

如何在Ubuntu上安装Apache,MySQL,PHP,Nginx,HAProxy,以及如何在docker上安装LAMP

如何在Ubuntu上安装Apache,MySQL,PHP,Nginx,HAProxy,以及如何在docker上安装LAMP   在Ubuntu上安装LAMP: https://help.ubuntu.com/community/ApacheMySQLPHPhttps://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntuhttp://www.make

Linux有问必答:如何在CentOS上安装phpMyAdmin

Linux有问必答:如何在CentOS上安装phpMyAdmin 问题:我正在CentOS上运行一个MySQL/MariaDB服务,并且我想要通过网络接口来用phpMyAdmin来管理数据库.在CentOS上安装phpMyAdmin的最佳方法是什么? phpMyAdmin是一款以PHP为基础,基于Web的MySQL/MariaDB数据库管理工具.虽然已经存在着一些诸如Adminer的轻量级数据库管理工具, 但是phpMyAdmin还是更加广泛应用于网站管理员之中来进行各种MySQL/MariaD