Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narasimha1997/gamechanger
https://github.com/narasimha1997/gamechanger
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/narasimha1997/gamechanger
- Owner: Narasimha1997
- License: other
- Created: 2016-07-22T15:41:44.000Z (over 8 years ago)
- Default Branch: lastname
- Last Pushed: 2016-10-10T08:36:04.000Z (about 8 years ago)
- Last Synced: 2023-03-04T03:59:02.031Z (over 1 year ago)
- Language: Java
- Size: 974 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GameChanger
This app usues to Sensors to handle calls automatically.
This app has 4 features:
Automatic Call Rejector: This feature starts a Service in background which when running rejects all incoming calls
and automatically sends a message to the perosn making a call saying that the user is busy, The new release came up with addiational
feature in which users can modify the message and create their own, Since the message Service results in wastage of Mobile currency
the user can also choose a service in which the message service is disabled, This service makes use of PhoneStateListener() to detect
the changes in CALL_STATETorch on incoming calls: This activity creates a background service, which when running turns on the torch on incoming calls,
depending on the Envorinment optical density, (i.e if opticalDensity<4.0) this service helps you to detect the location of your phone
in Dark envoriment, This service makes use of LIGHT sensor, and PROXIMITY sensor, and also a PhoneStateListener()Instant Caller: This activity starts a background service and also contains a TextBox to store a default phone number, allowing
the users to set the default phone number, This service when implemented automatically makes call to the given number by making use
of PROXIMITY sensor to detect wheather the phone is near to the user's ear or user's handSmart Reciever: This activity implements a background service, This service handles incoming calls and answers the call depending
on the proximity
Guide:
Project Structure :
Activities are stored under main/ folder,\
NARASIMHA_PRASANNA_SERVICES Directory is a package which contains all the services which are implemented by respective activities
The file Default_Functions.java contains all the base functions which are used by other Classes to easily implement functions such
as Writing File, Maintaining call logs, Sending Messages, Reading Files, Adjust Optical Density etc.
Clone or Save the repository today, and contribute for its development
Thanking you
-Narasimha Prasanna HN
BE, KSIT(VTU), Bangalore-50
Replacement 3-08-16(DD:MM:YY)
(Automatic call reciever works fine on only rooted devices, Hence a new Module with new functionality has been
uploaded)Automatic Silent mode: This activity implements a background service, which when running controls the Ringing mode of a phone, i.e when the optical density is less than 1.0f, Phone audio is driven into silent mode automatically, (TOTAL SILENCE in case of 6.0 and above) and Normal state is replaced when service stops or Optical density is !1.0f, This feature really helps college students, Since the phone is set to silent mode automatically while the phone is in bag or in your pocket, and Phone state is set to Normal once you take out the phone