Non-jailbreak VNC server for iOS? Remotelly use an iOS device? [closed] - iphone

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I know there is an existing app named veency that converts the iPhone/iPad in a VNC server. With another program like tightvnc on the mac or windows, you can remotely use an iOs device from your windows/mac. The problem is, I cannot find any existing app or program that does that on an normal iOS device (not jailbreaked). What I find is the opposite, programs that remotely use a desktop computer from the iPad.
Does anyone know any app or method to turn an iOS device in a VNC server?
Thanks in advance for your help.

Try http://www.reflectionapp.com
or http://www.airserverapp.com
they mirror the screen like the apple tv.
Hope this helps.

Related

Developing iOS apps on two Macs? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I develop for iPhone on my iMac. My iPhone is linked to my iMac to put music on etc through iTunes.
Will I be able to deploy test applications to the iPhone from both the iMac and a new laptop (air) with it still being linked to my iMac for music etc.
Thanks
Yes. Simply configure your iTunes on the Air not to perform any automatic synchronization when a device is plugged in.
If you develop on the other mac, you probably have Xcode and then you can directly run the app to your iPhone without unpairing your device with the first Mac. Through Xcode organizer (cmd + fn + 2) you can also drag apps without opening iTunes. It's really handy!

Is it possible to capture video of an iPod without jailbreaking? Is it possible to add code snippets to my App to send video data to AirServer? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I found this post that suggests to use AirServer to capture video from iPhone. Unfortunately AirServer doesn't support iPods (even though I have a 4th gen iPod running iOS 5.0). Is there a way via software or should I get my iPod to connect to a TV and record it there? I have seen that there are some good cables to connect iPod to TV but I lost the link and now can find only suggestion that explains how to do it on jailbroken iPods.. (which I don't want to do).
EDIT (For the one that closed the topic): is there any code snippet that I can use to send the video data from my app to AirServer?

How to install app on iPad/iPhone without using USB cable? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is it possible to install apps from Xcode to device without the USB cable? In Xcode I found this option in the preferences window:
I've seen that same setting, but from what I have read and seen, it isn't a fully complete feature. I have not been able to get it working at all.
If you are interested in installations without wires, I would consider using TestFlight. It is a fantastic tool for developers. Great for beta testing and wireless installation. Good luck.

Supporting printer in a iPhone application [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can we support printer in a iPhone application? I want to print a page from my application. Do I need to code for this in my app or this is a default operation supported by IOS. I am using IOS 4.3 & above.
Look at the Drawing and Printing Guide for iOS.
iOS can only print to "AirPrint" printers of which there aren't many. There are some apps that run on OS X that will "AirPrint enable" any attached printer. I use Printopia (no affiliation other than as a happy user). There are some free ones but I haven't had as much success with them.
It's always a good idea to google your question first :)
Everything you need to know:
http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/DrawingPrintingiOS/Printing/Printing.html

Can we access iPhone's screen from comp? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to access my friend's iPhone (in US) from my office (India).
I used Team Viewer to install my application on his mobile. But I also want to give him a demo.
I had sent him instructions to operate the app but some how he couldn't understand the output.
Is there a way that i can take access of his iPhone (like the emulator)? So that i can check the output for myself.
Note: It's an app using bluetooth, hence i cannot try it on the emulator. I am using Private API's to access bluetooth.
This can be done in jail-broken device. You will need to install VNC server on your iPhone and then using VNC client from desktop you can access the device screen. See this for more details.For emulator I am not sure if you can do that. Why not do remote desktop on machine running the emulator.