NickDroid86
Android Enthusiast
Is there a way to get the app on my rooted eris? Thank you.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
OK I downloaded aloysius, extracted friendstream.apk from it, mounted and loaded it on my sd card and tried to install with astro...but it started installing and astro said "uhh...eff you..no."
see I tried figuring out how to open commands right from tools, is that a folder i click to open commands? Start>run>cmd does not work for my SDK
use adb push instead.
put the apk in your sdk/tools file
then run these commands from your tools directory
adb push ******.apk /system/app
replace the ****** with the exact file name. capitals matter
This might not work. I had issues with the widget not updating on different roms when i tried this method. East way out just run the aloysius rom![]()
use adb push instead.
put the apk in your sdk/tools file
then run these commands from your tools directory
adb push ******.apk /system/app
replace the ****** with the exact file name. capitals matter
First off, I just recently rooted and appreciate everyones work on all the roms. I am running Eris Official 1.0 and loving it.
Tried to add FriendStream according to the instructions above and got an error.
C:\AndroidSDK\android-sdk-windows\tools>adb push FriendStream.apk /system/app
failed to copy 'FriendStream.apk' to '/system/app/FriendStream.apk': Read-only file system
Did I type the command wrong or is this just not going to work? Thanks