I try to enter my smartphone Gigaset 290 through the Fedora folder enviroment. Becourse I want to make a Factory recovery backup before rooting and installing another OS.
Why can I not see the contained folders with data ?
Is there a way to acces through the Terminal. Enter path folder like CD - PWD -ls commands ?
Shall I run the android fastboot installation with SUDO in this folder GS290
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ LS
bash: LS: command not foundā¦
Similar command is: ālsā
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ ls
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ pwd
/run/user/1000/gvfs/mtp:host=Gigaset_GS290_GS290CTLC02450
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ ls
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ cd .
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$
Iām not quite sure what Iām doing wrong. But after being in the Terminal G290 folder by sudo and typing in the command you gave me. It ask for --help
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ adb |grep -i -A 2 backup
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ adb |grep -i
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ --help
bash: --help: command not found...
Failed to search for file: Failed to load /etc/yum.repos.d/fedora-33-unstable.repo: Key file does not start with a group
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ adb |grep -A
grep: option requires an argument -- 'A'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ grep--help
bash: grep--help: command not found...
Failed to search for file: Failed to load /etc/yum.repos.d/fedora-33-unstable.repo: Key file does not start with a group
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ adb |grep --help
Usage: grep [OPTION]... PATTERNS [FILE]...
Search for PATTERNS in each FILE.
Example: grep -i 'hello world' menu.h main.c
PATTERNS can contain multiple patterns separated by newlines.
When Iām looking at the last Example above it needs an argument after -i
What kind of argument is that ?
[TemplePusher@jonas-bloch-riisgaard mtp:host=Gigaset_GS290_GS290CTLC02450]$ **`sudo dnf install android-tools**`
Warning: failed loading '/etc/yum.repos.d/fedora-33-unstable.repo', skipping.
No read/execute access in current directory, moving to /
Last metadata expiration check: 2:19:21 ago on Wed 26 May 2021 06:23:58 PM CEST.
Package android-tools-1:30.0.5p1-1.fc33.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
I can not enter the phone with out accepting the terms of service which I do not want to agree in. I bought this Gigaset290 4 month ago becourse I thought European phones wasnāt forced by ācentralised softwareā by the Giantbrowser company. I bought the hardware and want to choose which OS Iām using. The problem is that it is locked and I canāt debug in developers mode. Thats why I try to go through the terminal and only using open source and free off tracking and commercial interests.
Iām looking for an emulator. Becourse I think the phones software is secured.
I do not want to use the preinstalled Android version as it isnāt a free one but full of controlling trackers. As I read about.
Now I have to find another way than being forced to do something against my will.
I need to create a back up as I do not want to brick it.
Iām afraid that accepting the terms is necessary for adb to proceed.
Also as far as I understand, adb backup doesāt include the entire firmware.
You may need to perform a block-level backup to preserve the current firmware.
However, I believe that Android doesnāt expose its block storage on purpose.
Looks like this problem is tricky and may not have a simple solution.