Skip to main content

Posts

Showing posts with the label Android

Install apk file on your phone through adb command .

While I was trying to download an android app on my mobile phone, I was getting a error ( 498) . Tried looking for the solution but couldn't get the resolution of my problem. That's when I tweaked around and downloaded the app on phone through adb install command from my mac book .  Steps -  (Follow steps 1, 2 if Android SDK is not already installed on your system. ) 1. Download the Android Software Development Kit (SDK) from the Android SDK Download Site. 2. Once downloaded, find a safe installation location on your machine and simply extract the zipped files to this directory. For example, • on Mac or Linux, install in $HOME/ • on Windows, install in C:/ Make note of the full path to and directory name of this directory where the SDK files are unpacked on your system.  3.  If you are currently in the platform-tools directory, just call ./ adb -- help The dot is your current directory, and this tells Bash to use adb from there. Otherw

Cool App - to control your android mobile phone remotely from anywhere

Just fumbled on this cool video about a app which help you control your phone remotely over the web but yes you need to be on the sam network ( same wi-fi network ) . Sounds really cool, downloading it lets see how helpful it turns out to be . Video link : http://www.youtube.com/watch?v=fWfS_63Jd2g Thanks to Ankit Fadia !