I'm trying to run droid-VNC-server on my Nexus 7 tablet(android 4.3), but I get noisy white screen instead of captured tablet screen. When I run the same on Nexus S phone with Android 4.1.2 - it works fine. I checked this issue https://github.com/oNaiPs/droid-VNC-server/issues/51 , but it looks like nobody maintains this product anymore. I've got exactly the same screen like appears in the issue. I'll appreciate any idea.
droid-VNC server on Nexus 7 shows noisy white screen
2k views Asked by Dmitry Zviagilsky At
1
There are 1 answers
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in C
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in SCREENSHOT
- How to refresh a webcam snapshot periodically in a webpage
- Difficulty using Steamworks SDK to receiev screenshot request callback in my cpp app
- How to block screenshot in flutter ios application?
- How to capture a small screenshot (cursor included) around mouse?, with AutoHotkey
- Screenshot function works only on first capture
- C# screenshot doesn't contain whole screen
- Cannot get screen captures faster than one per 17 ms
- Get a photo of the entire page with HTML
- Element Screenshot in Selenium (python, ChromeDriver) is cut off at bottom for vertically tall element
- macos python os screencapture : 'could not create image from window'
- How to screenshot a SCNScene or SceneView?
- Problem with using SetWindowDisplayAffinity in Delphi
- in a fullpage screenshot, I want to show all of the content, how can I get scrollable elements' content height together efficient?
- Compress format and quality of screencap?
- How to take screenshot on failure
Related Questions in VNC-SERVER
- SteamOS on Android via Termux, VNC and Qemu
- How to fix tightvncserver grey screen?
- vncserver creating display as :<Displaynumber> instead of hostname:<Displaynumber>
- Android tablet missed wireless debugging
- Writing ZRLE Encoding for VNC Server
- Vncserver not connect /.vnc/xstartup: 13: gnome-settings-daemon: not found in EC2
- Solaris VNC Autostart with pseudocolors
- UI on debian VPS on Ionos
- How to live LocalHost on Docker
- Grey Screen VNC Ubuntu 22.04 KDE on Raspberrypi
- No GUI with Centos 7 running on AWS
- xdotool is not functioning properly when I start my vnc session using Xvnc instead of vncserver
- x11vnc can not authenticate from LAN in ubuntu 20.04
- Setup VNC for ssm-user on EC2 using user data script
- Vinagre displays terminal of remote computer, how do I display the desktop instead?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I've been trying to look for a solution for hours. I finally found one.
I have a nexus 7, running 4.3 and am rooted. Here's what I did.
I installed https://play.google.com/store/apps/details?id=com.teamviewer.quicksupport.market on my android, which is Team Viewer Quick Support.
From there, I got the portable edition of Team Viewer for my PC, straight off their website. You have to scroll down to see it. If you want though, you can always install the All-in-one, that's upto you. Link: http://www.teamviewer.com/en/download/windows.aspx
Then you just open both apps, and you connect. On your PC you will see in the top left Remote Control, you click that, and your Android device will ask for root permission. You grant it, and you should see on your PC your android screen.
There is about a half second delay, but I mean it's just what I wanted and just what I expected.
Kudos!