You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.addYoutube("https://www.youtube.com/watch?v=w_xi4uaV3mE&feature=youtu.be&ab_channel=PoCDemosSummer2020") //Enter your youtube link here (replace with my channel link)
48
48
.addPlayStore("com.cantech.cannect") //Replace all this with your package name
Copy file name to clipboardExpand all lines: androidapp/app/src/main/res/layout/activity_about.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,7 @@
35
35
<TextView
36
36
android:layout_width="match_parent"
37
37
android:layout_height="wrap_content"
38
-
android:text="This app was developed by capstone students working in Cantech.
39
-
Cannect does not store or collect any personal data. This product is licensed under C."
38
+
android:text="Our team at CANtech is introducing an open source hardware and software platform called CANnect that allows consumers to view car diagnostics and track the maintenance of their vehicle. CANnect is a combination of a CAN Bus reader that can be connect to the OBD-II port of the vehicle, and a mobile application that receives this vehicle data through a Bluetooth connection. Our product being open source allows consumers to customize our base features to meet their needs and introduce new solutions to our platform."
android:text="Use the same reader code as the method for sending the data may vary between devices. Do not use other adapters.
28
-
Cannect is compatible with OBDII compliant cars. Most of modern cars are OBDII comlaint. Cannect reader module, and the software
29
-
app was tested with a Toyota car and verified its functionality. However, we cannot guarantee correct connetion with other cars."
30
-
android:textColor="?attr/textcolor"
31
-
android:layout_marginTop="8dp"/>
32
-
</LinearLayout>
12
+
android:layout_height="436dp"/>
33
13
34
-
<LinearLayout
35
-
android:layout_width="match_parent"
36
-
android:layout_height="match_parent"
37
-
android:padding="10dp"
38
-
android:layout_marginTop="200dp"
39
-
android:orientation="vertical">
40
-
<TextView
41
-
android:textColor="?attr/textcolor"
42
-
android:textStyle="bold"
43
-
android:text="Diagnostics error codes"
44
-
android:layout_width="wrap_content"
45
-
android:layout_height="wrap_content"/>
46
-
<TextView
47
-
android:layout_width="match_parent"
48
-
android:layout_height="wrap_content"
49
-
android:text="OBD is short for onboard diagnostics. It refers to a vehicle's electronic system that performs self-diagnosis and reporting. Whenever a problem is detected the system records it as a unique code. That code is known as a diagnostic trouble code (DTC)."
50
-
android:textColor="?attr/textcolor"
51
-
android:layout_marginTop="8dp"/>
52
-
</LinearLayout>
53
-
54
-
<LinearLayout
55
-
android:layout_width="match_parent"
56
-
android:layout_height="match_parent"
57
-
android:padding="10dp"
58
-
android:layout_marginTop="400dp"
59
-
android:orientation="vertical">
60
-
<TextView
61
-
android:textColor="?attr/textcolor"
62
-
android:textStyle="bold"
63
-
android:text="Diagnostics Tests"
64
-
android:layout_width="wrap_content"
65
-
android:layout_height="wrap_content"/>
66
-
<TextView
67
-
android:layout_width="match_parent"
68
-
android:layout_height="wrap_content"
69
-
android:text="Instead of doing a tailpipe emissions check on a dynamometer, an OBD II check is a simple plug-in test that takes only seconds.The Malfunction Indicator Lamp (MIL), which may be labeled Check Engine or Service Engine Soon or a symbol of an engine with the word Check in the middle, is supposed to alert the driver when a problem occurs. Depending on how the system is configured and the nature of the problem, the lamp may come on and go off, remain on continuously or flash - all of which can be very confusing to the motorist because he has no way of knowing what the light means. Is it a serious problem or not? If the engine seems to be running okay, the motorist may simply ignore the light. With OBD II, the Check Engine light will come on only for emissions-related failures. A separate warning light must be used for other non-emissions problems such as low oil pressure, charging system problems, etc."
70
-
android:textColor="?attr/textcolor"
71
-
android:layout_marginTop="8dp"/>
72
-
</LinearLayout>
73
-
74
-
<LinearLayout
75
-
android:layout_width="match_parent"
76
-
android:layout_height="match_parent"
77
-
android:padding="10dp"
78
-
android:layout_marginTop="800dp"
79
-
android:orientation="vertical">
80
-
<TextView
81
-
android:textColor="?attr/textcolor"
82
-
android:textStyle="bold"
83
-
android:text="Dashboard"
84
-
android:layout_width="wrap_content"
85
-
android:layout_height="wrap_content"/>
86
-
<TextView
87
-
android:layout_width="match_parent"
88
-
android:layout_height="wrap_content"
89
-
android:text="Data logging is the ability to view all major parameters that relate to engine operation. ... It will also allow you to monitor all the engine vitals (sensor information like fuel pressure, oil pressure, knock sensor, etc). OBD2 data lets you e.g. monitor/optimize driving behavior and tune your car. OEMs can use the data to analyze the performance of new prototype parts in the field"
0 commit comments