LiveArea:Email: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 12: Line 12:
== JavaScript ==
== JavaScript ==


Up to the firmware [[03.180.000_CEX|3.18]], write yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV:
Up to the firmware [[03.180.000_CEX|3.18]], write to yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV:


{{Boxcode|content=
{{Boxcode|content=

Revision as of 17:45, 7 October 2014

Icon menu mail.png

Settings

Send, receive and browse email messages using the email account you use on your computer or other devices. You can use Gmail™ (Email service by Google), Yahoo! Mail, and other general email accounts supporting IMAP or POP.

JavaScript

Up to the firmware 3.18, write to yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV:

Source Code
<a href="psgm:open?titleid=NPXS10031">OPEN PKG INSTALLER</a>

The <a> href attribute specifies the link's destination (to an element with a specified id within the page)

Open your E-Mail app and click the link and the PKG installer (NPXS100031) will start. You may want to replace the title id parameter with any of your choice.