From 008233103aa1ef34cea53a3490e569b800f6be47 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 2 Oct 2025 01:36:48 +0200 Subject: [PATCH] renamed smart_devices to smart_device --- wiki/android.md | 6 +++--- wiki/android/droidcam.md | 4 ++-- wiki/android/gadgetbridge.md | 4 ++-- wiki/android/ip_webcam.md | 4 ++-- wiki/android/ir_remote.md | 2 +- wiki/android/lineageos.md | 2 +- wiki/e-book.md | 4 ++-- wiki/home_assistant.md | 2 +- wiki/linux/android-file-transfer.md | 4 ++-- wiki/multi-factor_authentication.md | 2 +- wiki/{smart_devices.md => smart_device.md} | 4 ++-- wiki/webcam.md | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) rename wiki/{smart_devices.md => smart_device.md} (94%) diff --git a/wiki/android.md b/wiki/android.md index 8996099..edead36 100644 --- a/wiki/android.md +++ b/wiki/android.md @@ -7,14 +7,14 @@ It is designed primarily for mobile devices with touch screens like tablets or s ## Managing the Data The data and files stored on Android -[smart devices](/wiki/smart_devices.md#smartphones-and-tablet-computers) are sometimes needed on +[smart devices](/wiki/smart_device.md#smartphones-and-tablet-computers) are sometimes needed on computers. For [Windows](/wiki/windows.md) this can easily be achieved by connecting it via USB. No further software is needed as the device manager handles the phone correctly most of the times. For [Linux-based systems](/wiki/linux.md) the -[device](/wiki/smart_devices.md#smartphones-and-tablet-computers) also has to be connected to the +[device](/wiki/smart_device.md#smartphones-and-tablet-computers) also has to be connected to the computer. But in this case also a software is needed to [mount it](/wiki/linux/disk-management.md#mounting), this software/program is called [android-file-transfer](/wiki/linux/android-file-transfer.md). @@ -101,7 +101,7 @@ It is possible that some custom ROMs require the user to Unlocking the bootloader can be a bit challenging for some vendors especially. -For [smartphones and tablets](/wiki/smart_devices.md#smartphones-and-tablet-computers) made by +For [smartphones and tablets](/wiki/smart_device.md#smartphones-and-tablet-computers) made by Xiaomi there are some steps that have to be done to unlock the bootloader. This section is based on an [article about unlocking the bootloader](https://new.c.mi.com/global/post/101245) on Xiaomi diff --git a/wiki/android/droidcam.md b/wiki/android/droidcam.md index 94265d2..4d92fb1 100644 --- a/wiki/android/droidcam.md +++ b/wiki/android/droidcam.md @@ -2,7 +2,7 @@ [DroidCam](https://www.dev47apps.com/) is an App developed and published by Dev47Apps for [Android](/wiki/android.md) systems. -It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcam.md). +It enables a [smartphone](/wiki/smart_device.md) to be used as [webcam](/wiki/webcam.md). ## Setup @@ -19,7 +19,7 @@ Alternatively most [Linux systems](/wiki/linux/package_manager.md) feature a pac ## Usage -To initiate a connection between the [smartphone](/wiki/smart_devices.md) and the computer first +To initiate a connection between the [smartphone](/wiki/smart_device.md) and the computer first start the app on the smartphone. Make sure to be connected to the same W-LAN as the computer or alternatively connect them with an USB-cable. diff --git a/wiki/android/gadgetbridge.md b/wiki/android/gadgetbridge.md index bfe8414..5b7c04b 100644 --- a/wiki/android/gadgetbridge.md +++ b/wiki/android/gadgetbridge.md @@ -3,8 +3,8 @@ [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) is a free and open source software for [Android](/wiki/android.md) systems. It is a cloudless replacement for proprietary software for -[smart devices](/wiki/smart_devices.md), but is especially designed for -[smartwatches and smart bands](/wiki/smart_devices.md#smartwatches-and-smart-bands). +[smart devices](/wiki/smart_device.md), but is especially designed for +[smartwatches and smart bands](/wiki/smart_device.md#smartwatches-and-smart-bands). ## Setup diff --git a/wiki/android/ip_webcam.md b/wiki/android/ip_webcam.md index 76233f9..c255a25 100644 --- a/wiki/android/ip_webcam.md +++ b/wiki/android/ip_webcam.md @@ -2,7 +2,7 @@ [IP Webcam](https://play.google.com/store/apps/details?id=com.pas.webcam&hl=de&gl=US) is an App developed and published by Pavel Khlebovich for [Android](/wiki/android.md) systems. -It enables a [smartphone](/wiki/smart_devices.md) to be used as [webcam](/wiki/webcam.md). +It enables a [smartphone](/wiki/smart_device.md) to be used as [webcam](/wiki/webcam.md). When wanting to stream the screen and not the camera the application [ScreenStream](/wiki/android/screenstream.md) can be used. @@ -15,7 +15,7 @@ On [Android](/wiki/android.md) IP Webcam is available on the ## Usage -To initiate a connection between the [smartphone](/wiki/smart_devices.md) and the computer first +To initiate a connection between the [smartphone](/wiki/smart_device.md) and the computer first start the app on the smartphone. Make sure to be connected to the same W-LAN as the computer or alternatively connect them with an USB-cable. diff --git a/wiki/android/ir_remote.md b/wiki/android/ir_remote.md index ed2f30b..6a53109 100644 --- a/wiki/android/ir_remote.md +++ b/wiki/android/ir_remote.md @@ -2,7 +2,7 @@ [IR Remote](https://gitlab.com/divested-mobile/irremote) is a free and open-source App developed for [Android](/wiki/android.md) systems. -It can use a [smartphone](/wiki/smart_devices.md#smartphones-and-tablet-computers) that is capable +It can use a [smartphone](/wiki/smart_device.md#smartphones-and-tablet-computers) that is capable of sending [infrared](/wiki/infrared.md) signals to be used as an [infrared remote control](/wiki/infrared.md#remote-controls) diff --git a/wiki/android/lineageos.md b/wiki/android/lineageos.md index 09f490a..2be1e9a 100644 --- a/wiki/android/lineageos.md +++ b/wiki/android/lineageos.md @@ -2,7 +2,7 @@ [LineageOS](https://lineageos.org/) - or short Lineage - is a custom [Android](/wiki/android.md)-ROM and operating system for -[Smartphones and Tablets](/wiki/smart_devices.md#smartphones-and-tablet-computers) with mostly free +[Smartphones and Tablets](/wiki/smart_device.md#smartphones-and-tablet-computers) with mostly free and open-source software. It was formerly known as CyanogenMod. diff --git a/wiki/e-book.md b/wiki/e-book.md index 0ef0ed7..4618ad4 100644 --- a/wiki/e-book.md +++ b/wiki/e-book.md @@ -1,6 +1,6 @@ -# E-books +# E-book -E-books are digital publications of books. +An E-book is a digital publication of a book. They can be read with specific hardware - an e-reader - or on a personal computer. E-books are usually available in `.epub` or `.pdf` files. diff --git a/wiki/home_assistant.md b/wiki/home_assistant.md index 269d558..37bad4f 100644 --- a/wiki/home_assistant.md +++ b/wiki/home_assistant.md @@ -1,7 +1,7 @@ # Home Assistant [Home Assistant](https://www.home-assistant.io/) is a central control system for -[smart home](/wiki/smart_devices.md#smart-home) and other Internet of Things devices. +[smart home](/wiki/smart_device.md#smart-home) and other Internet of Things devices. ## Setup diff --git a/wiki/linux/android-file-transfer.md b/wiki/linux/android-file-transfer.md index 5d28be1..c828a0f 100644 --- a/wiki/linux/android-file-transfer.md +++ b/wiki/linux/android-file-transfer.md @@ -2,7 +2,7 @@ [android-file-transfer](https://github.com/whoozle/android-file-transfer-linux) is an MTP client that allows accessing the files of an [Android](/wiki/android.md) -[smart device](/wiki/smart_devices.md#smartphones-and-tablet-computers) under +[smart device](/wiki/smart_device.md#smartphones-and-tablet-computers) under [Linux](/wiki/linux.md). ## Setup @@ -18,7 +18,7 @@ This section addresses the usage of android-file-transfer. ### Mounting and Unmounting Android Device An [Android](/wiki/android.md) -[smart device](/wiki/smart_devices.md#smartphones-and-tablet-computers) can be mounted by using the +[smart device](/wiki/smart_device.md#smartphones-and-tablet-computers) can be mounted by using the following command. Please note that this command assumes one Android device is connected via USB. In this case the device will be mounted on the directory `~/mnt`. diff --git a/wiki/multi-factor_authentication.md b/wiki/multi-factor_authentication.md index a5c7d90..f160b99 100644 --- a/wiki/multi-factor_authentication.md +++ b/wiki/multi-factor_authentication.md @@ -6,7 +6,7 @@ way which is most often a password. ## Using the Smartphone as an Authentication Device -Using Smartphones or other [smart devices](/wiki/smart_devices.md) is an easy way to set up +Using Smartphones or other [smart devices](/wiki/smart_device.md) is an easy way to set up multi-factor authentication because it is a device most people carry with them day by day. For setting it up refer to the [corresponding section of the Android entry](/wiki/android.md#multi-factor-authentication). diff --git a/wiki/smart_devices.md b/wiki/smart_device.md similarity index 94% rename from wiki/smart_devices.md rename to wiki/smart_device.md index 913b381..7cd1cfa 100644 --- a/wiki/smart_devices.md +++ b/wiki/smart_device.md @@ -1,6 +1,6 @@ -# Smart Devices +# Smart Device -Smart devices are electronic devices that are interconnected, connected to a local network or +A smart device is an electronic device that is interconnected, connected to a local network or connected to the internet. Smart devices include smart home devices aswell as smartphones, smartwatches and more. They can often be considered to be part of the Internet of Things (IoT). diff --git a/wiki/webcam.md b/wiki/webcam.md index deeb7e6..ea310b6 100644 --- a/wiki/webcam.md +++ b/wiki/webcam.md @@ -23,7 +23,7 @@ and enable a few effects on top of it. ## Using a Smartphone as Webcam -A [smartphone](/wiki/smart_devices.md) and its camera aswell as flashlight can be used as a simple +A [smartphone](/wiki/smart_device.md) and its camera aswell as flashlight can be used as a simple replacement for a webcam. For [Android](/wiki/android.md) smartphones this can be easily achieved by using [DroidCam](/wiki/android/droidcam.md).