Questions for freeaSPICE
by Yixin Zhang
Dear Sir or Madam,
Sorry can I have your name? freeaSPICE is a very nice APP, it could be used to connect the virtual machine directly.
There are some problems confused me, can I ask for you suggestions?
I'm Yixin Zhang,and now doing an internship for Outreachy Project,and now I'm in the project movirt. I'm thinking of calling freeaSPICE in movirt to connect VM, the calling code as followed:
Intent intent = new Intent(Intent.ACTION_VIEW)
.setType("application/vnd.vnc")
.setData(data);
startActivity(intent);
And the data form as followed:spice://192.168.1.100:5900?SpicePassword=...&TlsPort=5901&CaCertPath=...&CertSubject=....
However while I checked for you source code:https://github.com/iiordanov/remote-desktop-clients , I found it can not pass the parameters TlsPort, CaCertPath, CertSubject using this method, is there any other ways to pass the parameters, if there is, could u give me some suggestions? Thank you so much.
In order to pass these three parameter TlsPort, CaCertPath, CertSubjectin,I fork your remote-desktop-clients code (fork address:https://github.com/zyx0225/remote-desktop-clients/tree/aSPICE),
Also, as you compile instruction I compiled aSPICE(But I have no idea how to compile libspice.so and libgstreamer_android.so, so I copy lib document of freeaSPICE-3.7.7-final.apk),I add the parser code for these three parameters TlsPort, CaCertPath, CertSubject (The main logical code: :https://github.com/zyx0225/remote-desktop-clients/commit/5233d9bb5f6434bba97237fd8ea014cf19b14c88), and invoke aSPICE in movirt to connect VM successfully. However, it just want to prove some my own guess and I have no idea whether there are some problem to code in such way.
We really really hope that we could invoke freeaSPICE in movirt to realize such functions, and I like freeaSPICE this APP so much, with great appreciate that you developed such a great APP. If we could realize our ideas mentioned above using your freeaSPICE, it would be such an exciting thing.
Could you add parser for these three parameters TlsPort, CaCertPath, CertSubject in next version of freeaSPICE, or other ways that we could invoke freeaSPICE in movirt to connect VM?
Thank you so much for your time, looking forward to your reply
Best Regards,
Yixin Zhang
6 years, 9 months
Google Play Developer Program Policy Update
by Google Play
Announcement
Google Play Developer Program Policy Update
Hello Google Play Developer,
We are constantly striving to make Google Play a great community for
developers and consumers. This requires us to update our Developer Policy
Center in accordance with current practices as the ecosystem evolves. We've
made some changes to our policies, which are highlighted below.
We've added a Play Families Program Policy section to the Policy Center.
We've clarified our Privacy and Security policies to help developers better
determine when privacy disclosure is required and where such disclosure
should be available to users.
We've updated our content policies to further clarify our stance on
sexually explicit services.
We've updated our gambling ad policies to share the requirements a
developer must adhere to when displaying gambling ads in Play.
We're introducing a User Generated Content (UGC) policy that outlines
minimum safety requirements.
We've added examples to the Deceptive Behavior and Violence policies,
clarifying disallowed behavior and/or content.
Please take a look at the Google Play Developer Program Policy to see all
the changes and make sure your app complies with our updated policies.
Any new apps or app updates published after this notification will be
immediately subject to the latest version of the Program Policy. If you
find any existing apps in your catalog that don't comply, we ask that you
fix and resubmit the app, or unpublish it within 30 calendar days of
receiving this email. After this period, existing apps discovered to be in
violation may be subject to warning or removal from Google Play.
REVIEW POLICY UPDATES
Regards,
The Google Play Team
Icon Icon Icon Icon Icon
© 2016 Google inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA
Email preferences: You have received this mandatory email service
announcement to update you about important changes to your Google Play
Developer account.
So that we can send you more relevant information, please let us know your
role and update your email preferences in the Google Play Developer Console.
8 years, 4 months