@Eric-H Ok
Posts
-
RE: IA out of order
@Eric-H Hi Eric,No, I don't have that type of equipment.
-
RE: IA out of order
@Eric-H Whether in private mode or not, I always have the same symptom.
-
Tab M10 (3rd gen) TB328FU 4G + 64 GB
Do you think this tablet model would be compatible with Ubuntu: Tab M10 3rd gen TB328FU 4G + 64 GB?
Processeur
Fabricant de processeur Unisoc
Famille de processeur Tigre
Modèle de processeur T610
Fréquence du processeur 1,82 GHz
Nombre de coeurs de processeurs 8
Mémoire
Mémoire interne 4 Go
Type de mémoire interne LPDDR4x-SDRAM
Mémoire interne maximale 4 Go
Logiciel
Plateforme Android
Système d'exploitation installé Android 11Graphique
Famille d'adaptateur graphique ARM
Adaptateur graphique Mali G52 -
RE: IA out of order
@Eric-H Hi Eric, here is the screenshot:screenshot20250707_215825212.png
-
RE: IA out of order
@johndoe
Hi Jondoe, Indeed, it works again by clearing the cache. Thank you for your help. Hoping that the developer will restore the functionality on Morph in the upcoming updates... -
RE: IA out of order
@TheBird Hi, Thank you for your response, but unfortunately, this tip does not work on Poco.
-
RE: IA out of order
@johndoe Thank you for your response. Indeed, BRAVE works, but it seems to me a bit less efficient than DuckDuckGo, which claims that these searches are anonymous. Uwof works, but the window is slightly misaligned, which prevents me from using it optimally. Here is the link for Mimi Browser.
https://open-store.io/app/mimibrowser.fredldotme -
IA out of order
Hi, I have a problem with the browsers. I can no longer use the DuckDuckGo AI; the browser window doesn't display as it should for me to use it. I also tried with Mini Browser, which worked 5 or 6 times, but now it won't launch anymore. It's frustrating, and it started bugging since the last update. Do you have the same symptoms? Thank you for your responses.
-
RE: adb pull out of service
@MrT10001 @MrT10001 Hello, I found my mistake. To copy files from my Android phone to my PC using ADB, I need to execute the adb pull command directly in my PC's terminal, without accessing the ADB shell on my phone. For example, to copy the Music folder from my phone to the Music folder on my PC, I should use the following command in the terminal with a simple USB connection to the phone:
Code
adb pull /home/phablet/Music /home/(Your PC)/MusicIf it can help someone copy hidden system files, it works too.
-
RE: adb pull out of service
@MrT10001 Yes, there is a Flatpak, but it is a non-free software, which I am trying to avoid on my system
-
RE: adb pull out of service
@MrT10001 Hello Mr. T10001, I don't think it's the USB cable because my computer recognizes the phone and I can navigate through the phone's directories... My Debian system tells me that I am on the latest version of Fastboot and ADB when I try to update... What versions are installed on your system, please ?
adb version
Android Debug Bridge version 1.0.41
Version 29.0.6-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
sudo apt install --only-upgrade android-tools-adb
android-tools-adb est déjà la version la plus récente (1:8.1.0+r23-5)fastboot --version
fastboot version 29.0.6-debian
Installed as /usr/lib/android-sdk/platform-tools/fastboot
sudo apt install --only-upgrade android-tools-fastboot
android-tools-fastboot est déjà la version la plus récente (1:8.1.0+r23-5). -
RE: adb pull out of service
@_Joao_
The command adb devices does not detect my device... -
adb pull out of service
Hello, I have a problem since my last update. I can no longer use the adb pull command; it returns this error to me:adb: error: failed to get feature set: no devices/emulators found.Do you have any idea to help ? Please