SlideShare ist ein Scribd-Unternehmen logo
1 von 16
GITAM INSTITUTE OF TECHNOLOGY, GITAM UNIVERSITY




          Project Report
                  on
“CarManager Alarm System”
        (An Android App)




                    Developed By: Vivek Prasad
                                  B.Tech CSE (4/4)
Table of content




(I)Introduction………………………………………………….. 1

(II)Description of the Idea…………………………………... 2

(III)Implementation Details………………………………… 4

(IV)Technical Aspects……………………………………….… 5

(V)Screenshots…………………………………….................... 6

(VI)Conclusion……………………............................……… 16
INTRODUCTION


CarManager is an electronic way of effectively managing regular maintenance jobs for
any car. It lets you monitor the air pressure, engine oil and coolant of your automobile.
Untimely checking of these levels often leads to loss of mileage and engine life, in other
words calling for unexpected expenses. To avoid the losses you just initiate the app at
the time of the next air pressure check, engine oil change or coolant check and then just
forget about it. This app will effectively remind you through notifications once the
appropriate time is reached which is set on intervals accepted by most renowned
manufacturers. You then have the option to snooze the alarm, ignore it or call or locate a
nearby repair shop. This app also gives you the flexibility to change the interval
between successive checks to suit your needs. You can also use this app to manage any
automobile, not only on just a car.
DESCRIPTION OF THE IDEA


CHMS or Car Health Management System is an electronic way of effectively managing
regular maintenance jobs for any automobile, be it a car or a pick-up truck. Current
version of this app is available in multiple languages – Russian, Chinese, Korean, French,
Italian, German, Spanish, and English – and includes features such as Tire Pressure, Oil
Change, and Coolant management:



1. CAR TIRE PRESSURE REMINDER

Most of the automobile manufactures recommend that users check their vehicle’s air
pressure every thirty days. Underinflated tires not only cause more oil/gas usage
(increased expenditure and expanded carbon footprint), but they also reduce tire’s life
(impact on household expenses) and are a safety hazard.

Conventional TPMS (Tire Pressure Monitoring Systems) have not been able to

solve the problem and there are issues with the current approach:



• TPMS provides an alert for underinflated tires, usually for a drop of up to 25%
pressure; this is a reactive way of managing a car’s tire pressure.



• In-built TPMS inflates the car’s price and an external device from aftermarket services
cause a car’s warranty to become void.



Fortunately, using CHMS app reminders, one can now manage automobile’s tire

pressure for economical fuel management, increased tire-thread life, and

eliminate potentially unsafe low air-pressure situations.




2. OIL LIFE / CHANGE REMINDER

Automobile manufactures also mandate that users change engine oil, be it synthetic or
simple, every 3000 miles or three months, whichever comes first. Such reminders have
conventionally been managed either by means of a small sticker in the corner of the
windscreen or by using oil change life indicators in the control panel. CHMS app helps
manage such reminders with much ease, using a reminder function.




3. COOLANT CHANGE REMINDER

Automobile manufactures also recommend flushing a car’s radiator once every two
years unless the owner's manual recommends otherwise. Most of the vehicles don’t
come with any indicator and it is left to the owner to remember this detail. Especially in
hot climates, a bad coolant can break down a car’s air conditioning system, leading to
expensive repairs and warranty issues.



CHMS app’s coolant change reminder feature solves this problem by reminding users
about proper coolant change/flush intervals.
IMPLEMENTATION DETAILS


The user interface of the app provides user with reset button for air pressure, engine oil
and coolant monitoring. When the user taps on the reset button, app calculates the
proposed day for the next required check. This information is stored in-memory by
using shared preferences class of the android library.



Further, this app sets up a broadcast receiver which compares the current day with the
day of the next check. In this receiver class, if the current day matches or exceeds any of
the three calculated dates, the receiver triggers a notification, reminding user about the
pending scheduled maintenance.



When the user taps on the notification, the app opens up a dialog box providing user
with an option to either snooze the reminder for two days or simply ignore the dialog
box. In the former case, the date of check is pushed out by modifying the respective
shared preferences object whereas in the latter, the app simply closes the dialog box.



If the user wants to reset monitoring then he has to tap on the reset button again and a
new date will be automatically set in the respective shared preferences object. The app
also accounts for the fact that more than one notification can occur on the same day.



The app also provides user with an option through the settings menu to modify the heck
intervals. This is achieved by storing various settings in their respective shared
preferences object. These values are needed by the app to calculate the next check date
and notify the user. A default recommended value in each category has already been set
based on recommendations provided by the auto-industry.
TECHNICAL ASPECT OF THE PROPOSED SOLUTION



Memory Requirements: CHMS app needs only 420 KB for installation and an extra 10 to
20 KB for user data.



Efficiency: In user testing conducted on android handsets of various processing powers,
the app ran without any lag or flicker.



User friendliness of the app: The app has a very intuitive user interface and is suitable
for day-to-day use by a wide spectrum of smart-phone users.
SCREENSHOT 1


Home Screen
SCREENSHOT 2


Main Screen
SCREENSHOT 3


Notification Screen
SCREENSHOT 4


In-App Notification Screen
SCREENSHOT 5


Mechanic Selection Screen
SCREENSHOT 6


Settings Screen
SCREENSHOT 7


Warning Screen
SCREENSHOT 8


Help Screen
CONCLUSION



Car Health Manager is a system that once initiated continues to monitor your vehicle
utilizing various android library systems such as the notification manager, alarm
manager etc.



In other words the app once set, gives an easily noticeable notification on the android
home once the proposed day is reached. Tapping on the notification will open the app.
The user is then provided with three options i.e. he can either snooze the notification for
another two days in case he wants to delay or he can choose to ignore the notification
altogether or he can choose to call a mechanic from the given list for immediate help or
even use “Google Maps” to locate a nearby service centre.

Weitere ähnliche Inhalte

Was ist angesagt?

Intermediate code generation (Compiler Design)
Intermediate code generation (Compiler Design)   Intermediate code generation (Compiler Design)
Intermediate code generation (Compiler Design) Tasif Tanzim
 
Implementation issues software engineering
Implementation issues software engineeringImplementation issues software engineering
Implementation issues software engineeringrishi ram khanal
 
Register allocation and assignment
Register allocation and assignmentRegister allocation and assignment
Register allocation and assignmentKarthi Keyan
 
System software - macro expansion,nested macro calls
System software - macro expansion,nested macro callsSystem software - macro expansion,nested macro calls
System software - macro expansion,nested macro callsSARASWATHI S
 
Speech recognition project report
Speech recognition project reportSpeech recognition project report
Speech recognition project reportSarang Afle
 
Loaders ( system programming )
Loaders ( system programming ) Loaders ( system programming )
Loaders ( system programming ) Adarsh Patel
 
Software Cost Estimation Techniques
Software Cost Estimation TechniquesSoftware Cost Estimation Techniques
Software Cost Estimation TechniquesSanthi thi
 
Language identification
Language identificationLanguage identification
Language identificationatulnitrkl
 
Issues in the design of Code Generator
Issues in the design of Code GeneratorIssues in the design of Code Generator
Issues in the design of Code GeneratorDarshan sai Reddy
 
User Interface Analysis and Design
User Interface Analysis and DesignUser Interface Analysis and Design
User Interface Analysis and Design Saqib Raza
 

Was ist angesagt? (20)

Intermediate code generation (Compiler Design)
Intermediate code generation (Compiler Design)   Intermediate code generation (Compiler Design)
Intermediate code generation (Compiler Design)
 
Programming languages
Programming languagesProgramming languages
Programming languages
 
Implementation issues software engineering
Implementation issues software engineeringImplementation issues software engineering
Implementation issues software engineering
 
Handwritten Character Recognition
Handwritten Character RecognitionHandwritten Character Recognition
Handwritten Character Recognition
 
Register allocation and assignment
Register allocation and assignmentRegister allocation and assignment
Register allocation and assignment
 
Interactive debugging system
Interactive debugging systemInteractive debugging system
Interactive debugging system
 
Phases of Compiler
Phases of CompilerPhases of Compiler
Phases of Compiler
 
Software requirements
Software requirementsSoftware requirements
Software requirements
 
Namespaces in C#
Namespaces in C#Namespaces in C#
Namespaces in C#
 
History of c
History of cHistory of c
History of c
 
System software - macro expansion,nested macro calls
System software - macro expansion,nested macro callsSystem software - macro expansion,nested macro calls
System software - macro expansion,nested macro calls
 
Speech recognition project report
Speech recognition project reportSpeech recognition project report
Speech recognition project report
 
Loaders ( system programming )
Loaders ( system programming ) Loaders ( system programming )
Loaders ( system programming )
 
Software Cost Estimation Techniques
Software Cost Estimation TechniquesSoftware Cost Estimation Techniques
Software Cost Estimation Techniques
 
Component based software engineering
Component based software engineeringComponent based software engineering
Component based software engineering
 
Language identification
Language identificationLanguage identification
Language identification
 
System programming
System programmingSystem programming
System programming
 
Issues in the design of Code Generator
Issues in the design of Code GeneratorIssues in the design of Code Generator
Issues in the design of Code Generator
 
User Interface Analysis and Design
User Interface Analysis and DesignUser Interface Analysis and Design
User Interface Analysis and Design
 
Rad model
Rad modelRad model
Rad model
 

Ähnlich wie CarManager Report

Android performance optimization_guide_h1 2016
Android performance optimization_guide_h1 2016Android performance optimization_guide_h1 2016
Android performance optimization_guide_h1 2016AVG Technologies
 
Intelligent Dew Monitoring System for Automobiles
Intelligent Dew Monitoring System for AutomobilesIntelligent Dew Monitoring System for Automobiles
Intelligent Dew Monitoring System for AutomobilesHCL Technologies
 
CarManager Alarm System
CarManager Alarm SystemCarManager Alarm System
CarManager Alarm SystemVivek Prasad
 
Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...IJARIIT
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...IRJET Journal
 
adptive cruise control report
adptive cruise control reportadptive cruise control report
adptive cruise control reportShijo T Daniel
 
Non-intrusive vehicle-based measurement system for drowsiness detection
Non-intrusive vehicle-based measurement system for drowsiness detectionNon-intrusive vehicle-based measurement system for drowsiness detection
Non-intrusive vehicle-based measurement system for drowsiness detectionTELKOMNIKA JOURNAL
 
The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)theijes
 
Guide to CNC Machine Maintenance and Calibration
Guide to CNC Machine Maintenance and CalibrationGuide to CNC Machine Maintenance and Calibration
Guide to CNC Machine Maintenance and CalibrationPatrick O'Rahilly
 
IRJET- Design and Development of Centralized Tyre Pressure System
IRJET-  	  Design and Development of Centralized Tyre Pressure SystemIRJET-  	  Design and Development of Centralized Tyre Pressure System
IRJET- Design and Development of Centralized Tyre Pressure SystemIRJET Journal
 
Microcontroller in automobile and applications
Microcontroller in automobile and applicationsMicrocontroller in automobile and applications
Microcontroller in automobile and applicationsKartik Kalpande Patil
 
1E AppClarity DataSheet
1E AppClarity DataSheet1E AppClarity DataSheet
1E AppClarity DataSheetAdvika Bhavsar
 
1E AppClarity DataSheet
1E AppClarity DataSheet1E AppClarity DataSheet
1E AppClarity DataSheetAdvika Bhavsar
 
A Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptx
A Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptxA Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptx
A Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptxMobile App
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pbIAESIJEECS
 
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd Iaetsd
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET Journal
 

Ähnlich wie CarManager Report (20)

Android performance optimization_guide_h1 2016
Android performance optimization_guide_h1 2016Android performance optimization_guide_h1 2016
Android performance optimization_guide_h1 2016
 
AUTOMOBILE MANAGEMENT SYSTEM
AUTOMOBILE MANAGEMENT SYSTEMAUTOMOBILE MANAGEMENT SYSTEM
AUTOMOBILE MANAGEMENT SYSTEM
 
Projectproposal
ProjectproposalProjectproposal
Projectproposal
 
Intelligent Dew Monitoring System for Automobiles
Intelligent Dew Monitoring System for AutomobilesIntelligent Dew Monitoring System for Automobiles
Intelligent Dew Monitoring System for Automobiles
 
CarManager Alarm System
CarManager Alarm SystemCarManager Alarm System
CarManager Alarm System
 
Car Black Box
Car Black BoxCar Black Box
Car Black Box
 
Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...Android application for driver assistance using strain guage load cell and mo...
Android application for driver assistance using strain guage load cell and mo...
 
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
Vehicle Related Prevention Techniques: Pothole/Speedbreaker Detection and Ant...
 
adptive cruise control report
adptive cruise control reportadptive cruise control report
adptive cruise control report
 
Non-intrusive vehicle-based measurement system for drowsiness detection
Non-intrusive vehicle-based measurement system for drowsiness detectionNon-intrusive vehicle-based measurement system for drowsiness detection
Non-intrusive vehicle-based measurement system for drowsiness detection
 
The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)
 
Guide to CNC Machine Maintenance and Calibration
Guide to CNC Machine Maintenance and CalibrationGuide to CNC Machine Maintenance and Calibration
Guide to CNC Machine Maintenance and Calibration
 
IRJET- Design and Development of Centralized Tyre Pressure System
IRJET-  	  Design and Development of Centralized Tyre Pressure SystemIRJET-  	  Design and Development of Centralized Tyre Pressure System
IRJET- Design and Development of Centralized Tyre Pressure System
 
Microcontroller in automobile and applications
Microcontroller in automobile and applicationsMicrocontroller in automobile and applications
Microcontroller in automobile and applications
 
1E AppClarity DataSheet
1E AppClarity DataSheet1E AppClarity DataSheet
1E AppClarity DataSheet
 
1E AppClarity DataSheet
1E AppClarity DataSheet1E AppClarity DataSheet
1E AppClarity DataSheet
 
A Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptx
A Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptxA Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptx
A Step-by-Step Guide on How to Scrape Data from Mobile Apps.pptx
 
1. 10077 12326-1-pb
1. 10077 12326-1-pb1. 10077 12326-1-pb
1. 10077 12326-1-pb
 
Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...Iaetsd automobile automation using ultrasonics and image processing along wit...
Iaetsd automobile automation using ultrasonics and image processing along wit...
 
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...IRJET-  	  A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
IRJET- A Smart Car: Synergetic Combination of Low Cost Multiple Sensors f...
 

Kürzlich hochgeladen

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Kürzlich hochgeladen (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

CarManager Report

  • 1. GITAM INSTITUTE OF TECHNOLOGY, GITAM UNIVERSITY Project Report on “CarManager Alarm System” (An Android App) Developed By: Vivek Prasad B.Tech CSE (4/4)
  • 2. Table of content (I)Introduction………………………………………………….. 1 (II)Description of the Idea…………………………………... 2 (III)Implementation Details………………………………… 4 (IV)Technical Aspects……………………………………….… 5 (V)Screenshots…………………………………….................... 6 (VI)Conclusion……………………............................……… 16
  • 3. INTRODUCTION CarManager is an electronic way of effectively managing regular maintenance jobs for any car. It lets you monitor the air pressure, engine oil and coolant of your automobile. Untimely checking of these levels often leads to loss of mileage and engine life, in other words calling for unexpected expenses. To avoid the losses you just initiate the app at the time of the next air pressure check, engine oil change or coolant check and then just forget about it. This app will effectively remind you through notifications once the appropriate time is reached which is set on intervals accepted by most renowned manufacturers. You then have the option to snooze the alarm, ignore it or call or locate a nearby repair shop. This app also gives you the flexibility to change the interval between successive checks to suit your needs. You can also use this app to manage any automobile, not only on just a car.
  • 4. DESCRIPTION OF THE IDEA CHMS or Car Health Management System is an electronic way of effectively managing regular maintenance jobs for any automobile, be it a car or a pick-up truck. Current version of this app is available in multiple languages – Russian, Chinese, Korean, French, Italian, German, Spanish, and English – and includes features such as Tire Pressure, Oil Change, and Coolant management: 1. CAR TIRE PRESSURE REMINDER Most of the automobile manufactures recommend that users check their vehicle’s air pressure every thirty days. Underinflated tires not only cause more oil/gas usage (increased expenditure and expanded carbon footprint), but they also reduce tire’s life (impact on household expenses) and are a safety hazard. Conventional TPMS (Tire Pressure Monitoring Systems) have not been able to solve the problem and there are issues with the current approach: • TPMS provides an alert for underinflated tires, usually for a drop of up to 25% pressure; this is a reactive way of managing a car’s tire pressure. • In-built TPMS inflates the car’s price and an external device from aftermarket services cause a car’s warranty to become void. Fortunately, using CHMS app reminders, one can now manage automobile’s tire pressure for economical fuel management, increased tire-thread life, and eliminate potentially unsafe low air-pressure situations. 2. OIL LIFE / CHANGE REMINDER Automobile manufactures also mandate that users change engine oil, be it synthetic or simple, every 3000 miles or three months, whichever comes first. Such reminders have
  • 5. conventionally been managed either by means of a small sticker in the corner of the windscreen or by using oil change life indicators in the control panel. CHMS app helps manage such reminders with much ease, using a reminder function. 3. COOLANT CHANGE REMINDER Automobile manufactures also recommend flushing a car’s radiator once every two years unless the owner's manual recommends otherwise. Most of the vehicles don’t come with any indicator and it is left to the owner to remember this detail. Especially in hot climates, a bad coolant can break down a car’s air conditioning system, leading to expensive repairs and warranty issues. CHMS app’s coolant change reminder feature solves this problem by reminding users about proper coolant change/flush intervals.
  • 6. IMPLEMENTATION DETAILS The user interface of the app provides user with reset button for air pressure, engine oil and coolant monitoring. When the user taps on the reset button, app calculates the proposed day for the next required check. This information is stored in-memory by using shared preferences class of the android library. Further, this app sets up a broadcast receiver which compares the current day with the day of the next check. In this receiver class, if the current day matches or exceeds any of the three calculated dates, the receiver triggers a notification, reminding user about the pending scheduled maintenance. When the user taps on the notification, the app opens up a dialog box providing user with an option to either snooze the reminder for two days or simply ignore the dialog box. In the former case, the date of check is pushed out by modifying the respective shared preferences object whereas in the latter, the app simply closes the dialog box. If the user wants to reset monitoring then he has to tap on the reset button again and a new date will be automatically set in the respective shared preferences object. The app also accounts for the fact that more than one notification can occur on the same day. The app also provides user with an option through the settings menu to modify the heck intervals. This is achieved by storing various settings in their respective shared preferences object. These values are needed by the app to calculate the next check date and notify the user. A default recommended value in each category has already been set based on recommendations provided by the auto-industry.
  • 7. TECHNICAL ASPECT OF THE PROPOSED SOLUTION Memory Requirements: CHMS app needs only 420 KB for installation and an extra 10 to 20 KB for user data. Efficiency: In user testing conducted on android handsets of various processing powers, the app ran without any lag or flicker. User friendliness of the app: The app has a very intuitive user interface and is suitable for day-to-day use by a wide spectrum of smart-phone users.
  • 16. CONCLUSION Car Health Manager is a system that once initiated continues to monitor your vehicle utilizing various android library systems such as the notification manager, alarm manager etc. In other words the app once set, gives an easily noticeable notification on the android home once the proposed day is reached. Tapping on the notification will open the app. The user is then provided with three options i.e. he can either snooze the notification for another two days in case he wants to delay or he can choose to ignore the notification altogether or he can choose to call a mechanic from the given list for immediate help or even use “Google Maps” to locate a nearby service centre.