[gnome-build-meta.wiki] Create Integrate Phone Components
- From: Tanvir Roshid <tanvirroshid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta.wiki] Create Integrate Phone Components
- Date: Fri, 16 Sep 2022 12:05:22 +0000 (UTC)
commit 80bb848ec1bb68e8c6d69b022cc50708a1241746
Author: Tanvir Roshid <tanvirroshid786123 gmail com>
Date: Fri Sep 16 12:05:21 2022 +0000
Create Integrate Phone Components
Integrate-Phone-Components.md | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
---
diff --git a/Integrate-Phone-Components.md b/Integrate-Phone-Components.md
new file mode 100644
index 0000000..f9f79be
--- /dev/null
+++ b/Integrate-Phone-Components.md
@@ -0,0 +1,35 @@
+This is a tutorial for adding phone components. As an example, these three phone components will be added:
'calls' and 'feedbackd'.
+
+## Adding elements
+
+**To add the elements, place the file path to the phone component you want into ‘deps.bst’:**
+
+For Calls and Feedbackd, add:
+
+```
+ - core/calls.bst
+ - core-deps/feedbackd.bst
+```
+
+## Tracking files
+
+**Tracking files, if needed:**
+
+To track things during the build, type `bst track <bst file>` into terminal, then build again.
+
+For our examples, both `core/calls.bst` and `core-deps/feedbackd.bst` did not need to tracking.
+
+Continue to [building](Preliminary%20build%20instructions).
+
+## Test
+
+Within the phone's app screen you should now see the calls app.
+
+To test this typing `fbcli` into terminal can simulate a phonecall
+
+```
+$ fbcli
+Triggering feedback event for event 'phone-incoming-call'
+Press <RETURN> to end feedback right away.
+
+```
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]