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.

Script doesnt work

See original GitHub issue

Following the instructions

adb devices
List of devices attached
emulator-5554	device
emulator-5556	device

adb -s emulator-5554 shell getevent | ./adb-event-mirror.main.kts emulator-5556
ready!

EVENT /dev/input/event1 3 57 0
EVENT /dev/input/event1 3 48 2755
EVENT /dev/input/event1 3 58 129
EVENT /dev/input/event1 3 53 22633

Using Pixel 3a emulators on Api 29, I dont see any events being sent ? Emulator details:

Name: Copy_of_Pixel_3_API_29
CPU/ABI: Google Play Intel Atom (x86)
Path: /Users/iam/.android/avd/Copy_of_Pixel_3_API_29.avd
Target: google_apis_playstore [Google Play] (API level 29)
Skin: pixel_3
hw.device.name: pixel_3
hw.lcd.width: 1080
hw.initialOrientation: Portrait
image.androidVersion.api: 29
tag.id: google_apis_playstore
hw.mainKeys: no
hw.camera.front: emulated
avd.ini.displayname: Copy_of_Pixel 3 API 29
AvdId: Copy_of_Pixel_3_API_29

Anything I am missing here ?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Mar 31, 2022

Hmm if you’re forced to pass the serial ID of both devices to the command I’m wondering if we should just run the getevent command for you. Maybe if stdin is empty we run it automatically?

Anyway I can address that separately. The map sounds good.

1reaction
karanDhilloncommented, Apr 1, 2021

I can confirm it doesn’t work on API 30.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why a simple <script src="..."> </script> doesn't work?
Your script.js file contains HTML, not JavaScript. This would result in a syntax error. Check your browser's debugging console. To correct it, ...
Read more >
Script Errors (What They Are and How to Fix Them)
A script error is an error that occurs when the instructions from a script can't be executed correctly for some reason.
Read more >
Script doesnt work even though there is no errors at all
Script doesnt work even though there is no errors at all - Scripting Support - DevForum | Roblox.
Read more >
Troubleshooting | Apps Script
These errors are caused by using a function or class incorrectly, and can only be detected once the script has been run.
Read more >
Why is My Script Not Working on Roblox (How to fix) - YouTube
How to fix Roblox Scripts, (simple errors) If you still can't fix your scripts, join the disocrd:https://discord.gg/uS3QfDntYzMake sure to ...
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