February 18th, 2010, 12:19 PM
|
#2 (permalink)
|
|
Senior Member
Join Date: May 2009
Location: Denmark
Posts: 1,220
Device(s): HTC Desire Z (rooted, CyanogenMod v7.1; Revoked ClockworkMod)
HTC Desire (rooted, Oxygen rom; Revoke
Carrier: Not Provided
Thanks: 31
Thanked 131 Times in 100 Posts
|
One simple way of doing it:
1) Plug your phone into your pc, and move the APK file to your sd storage.
2) Use a file manager (say, Astro) to "open" the file. The system will suggest to install the app.
or
1) Upload the apk file to your web site, and link to it.
2) Click the link in your web browser. The system will suggest to install the app.
or
1) Use adb to install the file: adb install [-l] [-r] <file>
push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
|
|
|