Guest DarkFlux Posted January 21, 2011 Report Posted January 21, 2011 Hi, I've installed the android SDK and the USB drivers however when I try and install a .apk using the command: "adb install <name>.apk" it states the phone model no. and "offline" next to it. I searched this issue but had difficulty finding any results. Does anyone know how I can solve this?
Guest leetron1 Posted January 21, 2011 Report Posted January 21, 2011 (edited) Hi, I've installed the android SDK and the USB drivers however when I try and install a .apk using the command: "adb install <name>.apk" it states the phone model no. and "offline" next to it. I searched this issue but had difficulty finding any results. Does anyone know how I can solve this? Download and use this so much easier! ADB= Pain in the neck for most, I reckon Edited January 21, 2011 by leetron1
Guest feckineejit Posted January 21, 2011 Report Posted January 21, 2011 (edited) Hi, I've installed the android SDK and the USB drivers however when I try and install a .apk using the command: "adb install <name>.apk" it states the phone model no. and "offline" next to it. I searched this issue but had difficulty finding any results. Does anyone know how I can solve this? just learned to use adb myself and i'm sure the command to install a apk is "adb push <name of apk> /system/app that the command i use with windows xp. Edited January 21, 2011 by feckineejit
Guest Len Ash Posted January 21, 2011 Report Posted January 21, 2011 just learned to use adb myself and i'm sure the command to install a apk is "adb push <name of apk> /system/app that the command i use with windows xp. Correct
Guest 90180360 Posted January 21, 2011 Report Posted January 21, 2011 "push" just copies if I'm not mistaken. http://developer.android.com/guide/developing/tools/adb.html Is USB debugging enabled?
Guest feckineejit Posted January 22, 2011 Report Posted January 22, 2011 (edited) "push" just copies if I'm not mistaken. http://developer.android.com/guide/developing/tools/adb.html Is USB debugging enabled? your mistaken "push" pushes it to to phone. "pull" copies it from the phone thats the commands i use and thats how they work for me :lol: P.S yes you have to have usb bebugging enabled Edited January 22, 2011 by feckineejit
Guest 90180360 Posted January 22, 2011 Report Posted January 22, 2011 your mistaken "push" pushes it to to phone. That's what I meant. It copies it to the phone. That's not the same as installing it on the phone, is it?
Guest feckineejit Posted January 22, 2011 Report Posted January 22, 2011 That's what I meant. It copies it to the phone. That's not the same as installing it on the phone, is it? yes thats the same.
Guest 90180360 Posted January 22, 2011 Report Posted January 22, 2011 yes thats the same. http://www.mail-archive.com/android-beginn...m/msg07867.html
Guest feckineejit Posted January 22, 2011 Report Posted January 22, 2011 http://www.mail-archive.com/android-beginn...m/msg07867.html Well I'm confused now. Maybe someone with more knowledge of adb can help on this one. :lol:
Guest Phoenix Silver Posted January 22, 2011 Report Posted January 22, 2011 it's because by defaut apk in /system/app are view by the system as installed :lol: you can view them in the drawer but you can make a real install : type adb install application.apk
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now