SMSCamera Shoot Phone Camera with SMS No Ads Application icon

SMSCamera Shoot Phone Camera with SMS No Ads 4.0

1.2 MB / 1+ Downloads / Rating 1.0 - 1 reviews


See previous versions

SMSCamera Shoot Phone Camera with SMS No Ads, developed and published by Enterprise Works, has released its latest version, 4.0, on 2023-01-24. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 1.0, based on 1 reviews.

SMSCamera Shoot Phone Camera with SMS No Ads APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.iraju.smscamera

Updated: 2 years ago

Developer Name: Enterprise Works

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing SMSCamera Shoot Phone Camera with SMS No Ads on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.0
Total 1 reviews

Previous Versions

SMSCamera Shoot Phone Camera with SMS No Ads 4.0
2023-01-24 / 1.2 MB / Android 4.0+

About this app

No Ads
No In App Purchases

Install SMSCamera App on a remote Android Smartphone.
Now control remote Smartphone's Camera to take a picture and upload the picture to your website just by sending an SMS from anywhere.

This App is really helpful for the following Scenarios:

1. Want to see what your baby sitter is doing now?.
Just place your smartphone with SMSCamera App in your baby's room.
Any time just send an SMS with the word "takepic" to your smartphone and get the picture uploaded to your public webiste.

2. You want to know what your teenager is upto?
Just have SMSCamera App installed on your teenager's smartphone and send an SMS with the word "takepic" to his/her smartphone and you can have his phone upload a picture of his surroundings to your Website.

3. You do not have a lot of memory to store huge video or pictures on your smartphone with continuous Video or Imagery monitoring Apps ?
SMSCamera does not store any pictures or videos on your phone.
The maximum storage required on your phone is maximum 1 MB for temporarily storing only one Image file before uploading to your Website.

3. Your smartphone screen can be locked and still your camera will take pictures and upload them to your Website with the receipt of ans SMS with "takepic" word in it.


Setting up your Smartphone and your Website to use SMSCamera App:

1. Install on SMSCamera App on the Smartphone from which you would like to get Pictures from.

2. Make sure the Smartphone's Wifi or Mobile Data is turned on since the smartphone will need to upload the Photos to your Website.

3. On your Website PHP/Perl or other language should be supported to place the upload.php script which is going to handle the uploading of images from your smartphone.

4. Put the following upload.php script in your WebServer public root directory:

============== upload.php: ========================

$file_path = "/home/www/public_html/photos/";
$pic_dir = '/home/www/public_html/photos/';
$index_html = "/home/www/public_html/photos/index.html";

unlink($index_html);
$file_path = $file_path . basename( $_FILES['imgfile']['name']);
if(move_uploaded_file($_FILES['imgfile']['tmp_name'], $file_path) ){
echo "success";
} else{
echo "fail";
}

if($dh = opendir($pic_dir)) {
while( ($line = readdir($dh)) !== false ) {
file_put_contents($index_html, "" . $line . "" . "
", FILE_APPEND);
}
}
closedir($dh);
?>

5. After Opening your SMSCamera App you need to set the location of your upload.php and click the "Ok" button.
e.g: http://www.yourdomain.com/upload.php

6. Send an SMS to the smartphone from any other phone containing the text: takepic
This will trigger the smartphone to take a picture using the Primary Camera and
upload the Photo to your WebSite.

7. Your smartphone pictures can the be viewed at say for
e.g: http://www.yourdomain.com/photos/

New features

Receives SMS to Control Smartphone's Camera.
Stores Website URL in file smscamurl.txt in local directory.
Uses code: takepic in SMS message to initiate picture taking.
Uploads Reduced Image size of actual photo to your Website.
SMSCamera can take photo even when screen is in sleeping mode.
Works On: Samsung S3, Samsung J7 Prime, Micromax Canvas Nitro2

App Permissions

Allows applications to open network sockets.
Allows an application to receive SMS messages.
Required to be able to access the camera device.
Allows an application to read from external storage.
Allows an application to write to external storage.