-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan WhatsApp web barcodes remotely #4
Comments
Hey @Nottt ! I'd be keen to pick this up again and see if you can help. It was a combination of ffmpeg and v4l2loopback (https://github.com/umlaeute/v4l2loopback) as far as I can remember. I'll try find the WIP script I had set up.
|
Hi, was this ever working? I was keen to look at this as well |
What are you using for the emulator? I was thinking if a remote stream could be sent to the back camera then this would be the solution |
I have a remote x86 server that runs docker. Launched an android image using docker-compose and connect to it using vnc. However, vnc input does not work so I used rulers (KRuler) and adb commands to provide input.
|
I will try tonight to use I will report whether it works, maybe make a pull request. |
used this but for android avd emulator: |
I coukd get it running, not with this docker container, but my guess is that this shoudl work Used docker-android (https://github.com/budtmo/docker-android), Used akvcam (https://github.com/webcamoid/akvcam) and finallyu ffmpeg with some crazy stuff to get going ... Did some crazy work over the week, that includes multiple tries with android-x86 . Mainly since i wanted to get this running as a VM and running emulator on nested virtualization is not supported. Realized all the futille efforts were in vain, since android-x86 supports only uvccam, Rolled back to a physical machine and ran docker-android with novnc . This is much better and finally could get the thing rolling ... |
Thanks for the recent discussions, everyone. It's no secret this repo is a bit stale and needs a lot of community effort. Very open to accepting PRs. once the holiday season is over I'll be spending more time on this project. If there is a different method to get this working then we should go with that as the goal of this project is to get avd working in a docker container |
hi, created PR, don't know if you would like to have everything from it: |
@cosmo83 hello, can you please reach me? |
Winter is over now :D |
Yes tell your friends using signal and get rid of the data stealing messenger. if they are still ignorant here is my PR: |
I've already use your pr :) and its work like a charm About Signal.... |
I used some "crazy stuff" (using ffmpeg) like cosmo83 said... the TRICKY part is to generate the qr image, I'm using @open-wa/wa-automate and everytime I launch the program (logged out of course) it generates a QR code, I save that code into a image png and I send that image to my v4l2loopback device. Please excuse my english... only basic =) |
This would be very great.
Do you have any ideas on how to implement this? I assume you'll use ffmpeg? I could try to look at this
The text was updated successfully, but these errors were encountered: