question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tried this out today, got an error ...

See original GitHub issue

Ubuntu 17.10 plugged the Android phone in via USB

> sudo apt-get install android-tools-adb
...
downloaded gnirehtet-rust-linux64-v2.1.zi  via browser
sha256sum checks
> unzip gnirehtet-rust-linux64-v2.1.zip
> cd gnirehtet-rust-linux64/
> ./gnirehtet run
2017-12-20 11:15:25.332 INFO Main: Checking gnirehtet client...
2017-12-20 11:15:25.339 ERROR Main: Execution error: Command adb ["shell", "dumpsys", "package", "com.genymobile.gnirehtet"] returned with value 255

Ah so how can I make this work?


I then downloaded the project, but got a gradle version error, I suppose this is easy to solve? perhaps I a different apt-get install command?

> sudo apt-get install gradle
> gradle build
...
FAILURE: Build failed with an exception.

* Where:
Build file '/home/plato/tmp/gnirehtet-master/app/build.gradle' line: 1

* What went wrong:
A problem occurred evaluating project ':app'.
> Failed to apply plugin [id 'com.android.application']
 > Minimum supported Gradle version is 3.3. Current version is 3.2.1. If using the gradle wrapper, try editing the distributionUrl in /home/plato/tmp/gnirehtet-master/gradle/wrapper/gradle-wrapper.properties to gradle-3.3-all.zip

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
Reasoning-Technologycommented, Dec 30, 2017

yes, and it worked! Thanks!

On Fri, Dec 29, 2017 at 11:28 PM, Romain Vimont notifications@github.com wrote:

If you install adb from the android-tools-adb package, you should get expected udev rules.

Otherwise, edit /etc/udev/rules.d/51-android.rules in order to authorize your device.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Genymobile/gnirehtet/issues/70#issuecomment-354512423, or mute the thread https://github.com/notifications/unsubscribe-auth/ADDEwa1j9wlsQVARpwt59FsPkz9MfP2Mks5tFXWTgaJpZM4RIQAu .

0reactions
Bitik24commented, May 19, 2020

Hi. I have the same problem and this is what happens when I type adb devices.

sads

Read more comments on GitHub >

github_iconTop Results From Across the Web

If you see an error when you update or restore your iPhone ...
Learn what to do if you see an error code or alert when you use your computer to update or restore your device....
Read more >
8. Errors and Exceptions — Python 3.11.1 documentation
Errors and Exceptions¶. Until now error messages haven't been more than mentioned, but if you have tried out the examples you have probably...
Read more >
Python Tutorial: Using Try/Except Blocks for Error Handling
We've all run into errors and exceptions while writing Python programs. In this video, we will learn how we can handle exceptions in ......
Read more >
Trial and error Definition & Meaning - Merriam-Webster
a finding out of the best way to reach a desired result or a correct solution by trying out one or more ways...
Read more >
Fix connection errors - Google Chrome Help
Fix most connection errors. If you go to a website and get an error, try these troubleshooting steps first: Check the web address...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found