<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 13, 2012 at 6:59 AM, Steve G. <span dir="ltr">&lt;<a href="mailto:wordz2u@gmail.com" target="_blank">wordz2u@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div>If I want to play with programming the phone - installing an app, not changing the OS - do I risk bricking the phone, or is there a sandbox for dummies to play with? Do I need a special toolkit?</div>

<br></div></blockquote></div><br>You can create your own APK with whatever way you see fit (there are SDK&#39;s, automatic app generators, and what not, a simply Google search will find them all for you) - and then you have two options:<br>

<br>1. Create a Google Play account (one time fee), upload your app to the Google Play store, and then install it just like any other app on any phone<br>2. Set the phone to accept ANY package, and then simply put it on some server (or upload it to the phone), and browse to it. It is advisable [at least by me] to turn off that feature once your app has been installed, to avoid installing other apps from the net by mistake...<br>

<br>There are also Android emulators that you could run on your own PC to test apps prior to uploading them to the phone.<br><br>Android has a permissions system - if you didn&#39;t ask for a permission to do something in the manifest, the app won&#39;t be able to do it. Those can be very specific. For example, if you don&#39;t allow access to storage - your app can&#39;t touch the storage (at least allegedly ;)). When you install an app, the phone prompts you which privileges it wants, and you may decided whether you want to install that app or not. (the dangerous combinations are &#39;full internet access&#39; with &#39;access to personal stuff&#39; such as USB Storage or Contacts List. also &quot;services that cost you money&quot; if you don&#39;t have an unlimited package, or you do, but your line is open to premium services or int&#39;l calling...)<br>

<br>HTH,<br><br>-- Shimi<br></div></div>