Romain Vimont

Results 2060 comments of Romain Vimont

Gnirehtet is disconnected because adb is disconnected. Try with another USB cable / port.

If your device is connected to your computer with USB debugging enabled, your computer has a privileged access to your device (you could for example `adb install someapp.apk` to replace...

Unfortunately, I don't think so.

> Running the command gnirehtet start and gnirehtet run doesn't start the application on my Android device. Which Android version? So the only thing you change is the order of...

Oh yes, that's expected. If you want to break a line, you need a `\` in shell: ```bash adb shell am start -a com.genymobile.gnirehtet.START \ -n com.genymobile.gnirehtet/.GnirehtetActivity ``` (oh ok...

So: ``` adb shell am start -a com.genymobile.gnirehtet.START -n com.genymobile.gnirehtet/.GnirehtetActivity ``` works, but `./gnirehtet start` does not? What's the output?

> 2021-02-09 15:53:18.779 I Gnirehtet: Checking gnirehtet client... Could you execute: ```bash adb shell dumpsys package com.genymobile.gnirehtet ```

None, it's just where it seems it is blocked when you call `gnirehtet start`: https://github.com/Genymobile/gnirehtet/blob/f5c0710c751f7ca82ce413058abc57d9af7208c3/relay-rust/src/main.rs#L538-L542

If you run gnirehtet from anywhere, you must set the ADB environment variable: https://github.com/Genymobile/gnirehtet#environment-variables