Script doesnt work
See original GitHub issueFollowing 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:
- Created 3 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 ifstdin
is empty we run it automatically?Anyway I can address that separately. The map sounds good.
I can confirm it doesn’t work on API 30.