Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Wednesday, January 29, 2020

make you android phone a webcam or ipcamera

you can easily make your old/new android phone a webcamera

Step 1. Install DroidCam Wireless Webcam app on your Android smartphone
Step 2. Install the DroidCam Client app on your Windows PC
or  you can directly run the browser cam address on browser directly

Also if the webcam is on its also detected in other softwares as long as windows client is on! I have tested it using the windows client and also via web.


Search Google for droidcam wireless webcam apk and you will get the download link easily. It hardly takes 5 minutes to setup

Ref:
https://www.digitalcitizen.life/turn-android-smartphone-webcam-windows

Saturday, January 18, 2020

android cordova installation and set path command

* install node from website
* npm install -g cordova
* npm install -g ionic
* install jdk oracle site jdk
* android studio or command line version
* sdkmanager "platform-tools" "platforms;android-23"
* sdkmanager "platform-tools" "platforms;android-24"
* cordova create hello com.example.hello HelloWorld
* set command for android path
*
set ANDROID_HOME=C:\Users\admin-new\Downloads\sdk-tools-windows-4333796\
set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools

(plz check paths)
set JAVA_HOME=D:\Program Files\Java\jdk1.8.0_221\
set PATH=%PATH%;

(working)
set PATH=%PATH%;D:\Program Files\Java\jdk1.8.0_221\bin
set PATH=%PATH%;C:\gradle\gradle-5.6.2\bin

* cordova platform update android@6.1.2