Community Lounge

Reply

Level 2

Level 2
melfice002
Posts: 34
Registered: ‎03-06-2012
Message 1 of 461 (74,870 Views)

PS Vita Remote Desktop

I'd like to share a sample of my remote desktop application because lots of users are asking for a sample. This is my first C# and PS Vita Application.

 

I haven't though of a good name for my application yet because I'am very picky when it comes to naming, but for now I will call this PS Vita Remote Deskop, an application that allows you access your computer remotely using the PS Vita, by translating the PS Vita's input to keyboard/mouse input.

 

System Requirement:

 

Windows 7 (haven't tried this on XP or Vista)
.net Frame work 3.5 above
PlayStaion Mobile SDK 0.99 for PC
PlayStation Mobile Dev Assistant 0.99 for PS Vita

 

 

How to Install

 

1. download the program here http://www.mediafire.com/?b68g7qa2ukzku8a
2. extract the PS VITA REMOTE DESKTOP.rar
3. load and install "VitaRemoteClient" using the PSM Studio.
4. locate "VitaRemoteServer.exe" from the "VitaRemoteServer folder", run the server.
5. windows security alert will appear, select allow access.
6. a ballon tooltip will appear showing the computer's Ip address
input the ip address to your vita then tap connect.

 

Controls


D pad = arrows keys;
Left Analog stick = W, A, S, D;
Right Analog Stick = Mouse Movement;
Gyro X and Y axis only = mouse movement;
accelerometer X axis only = A, D;
Lbutton = U;
Rbutton= O;
Square = J;
Cross = K;
Circle = L;
start = numpad0;
select= show/hide mouse cursor;

 

 

TouchScreen "don't function well still working on it."

 

Tap = executes a left mouse click;
double tap = executes a left mouse double click;
Draging with one finger = moves the mouse;
Draging with two fingers = moves the view port;

 

 

Max Resolution 480 x 270;
lowest Resolution 400x200;
Audio not yet available
definining key inputnot yet available


the program is 30% complete but it's working.

Please use plain text.

Level 2

Level 2
Downsider001
Posts: 28
Registered: ‎19-04-2012
Message 2 of 461 (74,854 Views)

Re: PS Vita Remote Desktop

[ Edited ]

Thanks for this! I'm going to try and integrate some of my own remote desktop's features, one of them was joystick emulation support via PPJoy on the server end, made working with emulators a lot easier. You should start a git repo so we can push our own changes and forks around!

 

EDIT: No server source? :smileysad:

Please use plain text.

Member

Member
RikuDawn
Posts: 2
Registered: ‎14-07-2012
Message 3 of 461 (74,838 Views)

Re: PS Vita Remote Desktop

"C:\Program Files (x86)\MSBuild\Sce\Sce.Psm.Common.targets(5,5): Error MSB4024: The imported project file could not be loaded. The 'Project' start tag on line 9 position 2 does not match the end tag of 'CollectBundleAssemblies'. Line 145, position 5. (MSB4024) (SampleLib)"

What exactly does this mean?

Please use plain text.

Level 1

Level 1
Jd8531
Posts: 22
Registered: ‎06-07-2012
Message 4 of 461 (74,803 Views)

Re: PS Vita Remote Desktop

i love you so much :heart: ill look into the 480 and audio problem for you :smileyhappy:

im so happy

Please use plain text.

Member

Member
RikuDawn
Posts: 2
Registered: ‎14-07-2012
Message 5 of 461 (74,796 Views)

Re: PS Vita Remote Desktop

And now I get this error.
"C:\Users\-\Desktop\PS VITA REMOTE DESKTOP\lib\SampleLib\SampleSprite.cs(32,32): Error CS1061: 'Sce.PlayStation.Core.Graphics.Texture2D' does not contain a definition for 'ShallowCopy' and no extension method 'ShallowCopy' accepting a first argument of type 'Sce.PlayStation.Core.Graphics.Texture2D' could be found (are you missing a using directive or an assembly reference?) (CS1061) (SampleLib)"
Please use plain text.

Member

Member
unityelt
Posts: 1
Registered: ‎09-01-2010
Message 6 of 461 (74,773 Views)

Re: PS Vita Remote Desktop

You are the only one sharing this app great work man thanks keep it up how do we know about any updates you make? Youtube f.b? If you do you tube let me know I already have. Over 100k views on my channel I can give you a boost to get your work notice thanks for this
Please use plain text.

Level 1

Level 1
Jd8531
Posts: 22
Registered: ‎06-07-2012
Message 7 of 461 (74,766 Views)

Re: PS Vita Remote Desktop

His username on YouTube is DigitalArts001 btw
Please use plain text.

Re: PS Vita Remote Desktop

Thank you. I'll give this a try later.
Please use plain text.

Level 1

Level 1
Polux_os
Posts: 17
Registered: ‎14-07-2012
Message 9 of 461 (74,692 Views)

Re: PS Vita Remote Desktop

Shallowcopy() is depricated, so you have to change

 

this.texture = texture.Shallowcopy();

 

by

 

this.texture = texture.ShallowClone() as Texture2D;

Please use plain text.

Level 1

Level 1
Polux_os
Posts: 17
Registered: ‎14-07-2012
Message 10 of 461 (74,682 Views)

Re: PS Vita Remote Desktop

Thank you for sharing your hard work, this is an amathing tool :smileytongue:

Please use plain text.
Announcements

Welcome to the PlayStation Mobile Developer Forums


This is a community for the discussion of technical topics with other developers and SCE engineers. Posting ideas/requests are also appreciated. Join the discussion!

PlayStation®Mobile開発者フォーラムでは世界中の開発者の皆様と一緒に、議論や情報交換が可能です。SCEも議論に参加し、皆様の開発をサポートします。アイデアやリクエストも大歓迎です。ぜひご参加ください。

PSM Developer Registration (for free) on PSM DevPortal is required to post on the forum.
Please sign out then sign in again to the forum and PSM DevPortal after you have completed the registration.

フォーラムへ投稿をするにはPSM DevPortalへの登録(無料)が必要です。
登録後はフォーラムと PSM DevPortalを一度ログアウトし、再度ログインしてください。