Skip to main content

All Questions

Tagged with
0 votes
0 answers
11 views

Linux Mint: Why can't Flutter run adb and why does vscode keep saying flutter daemon has terminated

I'm having trouble getting flutter working on my new linux mint install. I have two problems: First problem: flutter doctor returns [☠] Connected device (the doctor check crashed) ✗ Due to an ...
Yannick Maljaars's user avatar
0 votes
0 answers
33 views

Can adb be leveraged to send commands to a running Linux application

I have a c++ application running on a linux device that supports adb and is connected to my laptop. The application does have a local server running. void TCPServer::start() { ...
bourne's user avatar
  • 1,185
3 votes
2 answers
960 views

adb command not found when running it from Android Studio terminal in Linux Mint

I am running Linux Mint Cinnamon, version 21.3. I just wanted to practice running the adb command from the command line in Android Studio Hedgehog (2023.1.1 patch 2), but I keep getting sh: adb: ...
Ivan's user avatar
  • 173
2 votes
1 answer
248 views

android adb no permissions for device

I'm running on $ uname -a Linux mpolak-ThinkPad-T14-Gen-3 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux and I've downloaded Android ...
Maros Polak's user avatar
-1 votes
1 answer
226 views

bash: adb: command not found (chromebook)

I am on a chromebook with adb enabled but when I use "abd install pckg.apk" it doesn't work, I've tried disabling and re-enabling it and it still doesnt work. I've also used the command ...
Foxtrot -14's user avatar
0 votes
1 answer
72 views

Detecting Page Faults on Android via ADB

So I have been focusing on detecting the page faults for an android device and its individual processes via ADB. So far, I have been able to extract somewhat raw information via adb shell dumpsys ...
Shazer 's user avatar
0 votes
0 answers
136 views

'Allow USB debugging' Android 12 Dialog not shown if connected to raspberry pi 4

I get the Phone Dialog (rsa fingerprint etc) if connected to my linux laptop and raspberry pi 3b+, but I don't get it if I connect the phone to the raspberry pi 4. The pi4 seems not to be checked for ...
jjk's user avatar
  • 609
1 vote
0 answers
137 views

IPC between Android and linux PC using TCP and adb forward, connect successfully but transfer empty data

I have been trying to do IPC (inter-process-communication) between my Android phone and Linux PC using tcp and adb, with an Android app as Client and a python-process on PC as Server. My goal is to ...
David Yang's user avatar
2 votes
0 answers
730 views

Can I get adb server port number?

I tried connecting an android tv device to an android studio with ip(no wifi) in Ubuntu. The device is connected to a LAN and is using adb command by connecting to the window with USB. I tried to ...
임완택's user avatar
0 votes
0 answers
733 views

proot error: execve("/usr/bin/env"): Function not implemented from application shell in Android

Subject I succeed in proot command from adb shell, but cannot execute proot commmand from application I don't know why only adb shell scceeding. And, I want to how to succeed in executing proot ...
puutaro's user avatar
0 votes
0 answers
281 views

ADB | How do I Authorise Amazon FireTV Stick via. USB? - to run shell script on boot

Goal: Follow this tutorial, to run a shell script on boot. Despite following the tutorial and trying various solutions, I am still unable to authorise the ADB connection. I'd greatly appreciate any ...
DanielBell99's user avatar
  • 1,541
-1 votes
1 answer
64 views

Concatenate "date" and "uptime" command in linux/adb

I need to create a script which I need to concatenate the result of "date" with "uptime" for example Date: date '+%a, %b %d %T %z %Y' Mon Feb 13 15:04:05 GMT 2023 And when I run ...
javier's user avatar
  • 11
1 vote
0 answers
53 views

How to use PC keyboard during Remote Screen Sharing using Android app?

We have a remote screen sharing option in our android app for Android TV devices. We use OEM API to trigger some of the key and button events by passing the constants defined in the android.view....
basil_369's user avatar
1 vote
1 answer
407 views

Error executing adbExec. Original error: 'Command 'adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' timed out after 60000ms'

When I run the UI autotest, I keep getting an error: "Error executing adbExec", on various adb commands. I will be glad for any help! (Attached logs of one of the errors from appium server) [...
Алексей Демиденко's user avatar
1 vote
0 answers
64 views

Why the program cann`t run properly through adb shell?

adb shell #nohup /data/hello_test > /dev/null 2>&1 & adb shell "nohup /data/hello_test > /dev/null 2>&1 &" The first way is ok, the program can run at background....
xj916.CH's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
17