Skip to content

Commit 3067ac4

Browse files
authored
Create README.md
1 parent f5e26ee commit 3067ac4

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Android-AntiTheft
2+
3+
The Android-AntiTheft project by `xncoder01` is focused on enhancing the security of Android devices through SMS-based commands. This application allows users to perform various actions on their Android device remotely by sending predefined SMS commands, making it highly useful in situations where the device is lost or stolen.
4+
5+
## Key Features
6+
7+
- **Remote Control via SMS:** Execute commands on your device by sending SMS messages from another phone.
8+
- **Location Tracking:** Send an SMS command to receive the current location of your device.
9+
- **Remote Data Wipe:** Initiate a factory reset or delete specific data by sending an SMS command, to ensure your personal information remains secure.
10+
- **Lock Device:** Remotely lock your device with an SMS command to prevent unauthorized access.
11+
- **Trigger Alarm:** Activate a loud alarm on your device via SMS, useful for locating your device nearby.
12+
- **Capture Photos:** Remotely take photos using the device's camera and send them to a predefined email or save them in cloud storage for retrieval.
13+
14+
## Getting Started
15+
16+
### Prerequisites
17+
18+
- Android Studio installed on your computer.
19+
- An Android device for testing.
20+
21+
### Installation
22+
23+
1. Clone the repository to your local machine:
24+
git clone https://github.com/xncoder01/Android-AntiTheft.git
25+
26+
2. Open the cloned project in Android Studio.
27+
28+
3. Build the APK and install it on your Android device.
29+
30+
## Usage
31+
32+
1. Install the app on the Android device you wish to secure.
33+
2. Follow the in-app instructions to activate the necessary permissions and set up a security PIN.
34+
3. Configure the SMS commands according to your preference.
35+
4. In case your device is lost or stolen, use another phone to send the predefined SMS commands to your device.
36+
37+
## Contributing
38+
39+
We welcome contributions from the community. If you'd like to contribute:
40+
41+
1. Fork the repository.
42+
2. Create a new branch for your feature (`git checkout -b feature/YourFeature`).
43+
3. Commit your changes (`git commit -m 'Add some YourFeature'`).
44+
4. Push to the branch (`git push origin feature/YourFeature`).
45+
5. Open a pull request.
46+
47+
## Contact
48+
49+
- Prashik Likhar - [LinkedIn](https://www.linkedin.com/in/prashik-likhar/)
50+
- Project Link: [https://github.com/xncoder01/Android-AntiTheft](https://github.com/xncoder01/Android-AntiTheft)
51+
52+
## Acknowledgements
53+
54+
- [Android Development Documentation](https://developer.android.com/docs)
55+
- [SMS Manager for Android](https://developer.android.com/reference/android/telephony/SmsManager)

0 commit comments

Comments
 (0)