[android-developers] Re: Failed to allocate memory: 8 even with 512 MB of RAM

2012-08-02 Thread SimonC
+1 I cannot start the WXGA800 and WXGA720 AVD. The same message 'Failed to allocate memory: 8' is shown when starting the AVD. Martí Bosch於 2012年7月3日星期二UTC+8下午7時11分47秒寫道: > > Hi, > I'm just learning to use Eclipse, and when I try the simple "Hello World" > App, I see I can't run my app, eve

[android-developers] Re: Analytics for Android Apps - issue getting the SDK

2009-11-12 Thread simonc
... Thanks! -Nick On Nov 12, 9:41 am, simonc wrote: > If someone wants to email me jar I can host it for everyone on my site > for downloads (assuming that is aloud). > > Otherwise any kind of comment from someone who knows would be good. > > On Nov 12, 8:13 am, simonc wrote: &

[android-developers] Re: Analytics for Android Apps - issue getting the SDK

2009-11-11 Thread simonc
If someone wants to email me jar I can host it for everyone on my site for downloads (assuming that is aloud). Otherwise any kind of comment from someone who knows would be good. On Nov 12, 8:13 am, simonc wrote: > Still nothing.. - Does any know anything about this or if you have the &g

[android-developers] Re: Analytics for Android Apps - issue getting the SDK

2009-11-11 Thread simonc
Still nothing.. - Does any know anything about this or if you have the jar file can you just put it up somewhere. On Nov 11, 4:48 pm, simonc wrote: > I was watching this video about Analytics for the mobile and wanted to > create a quick demo app (http://googlemobile.blogspot.com/2

[android-developers] Analytics for Android Apps - issue getting the SDK

2009-11-10 Thread simonc
I was watching this video about Analytics for the mobile and wanted to create a quick demo app (http://googlemobile.blogspot.com/2009/11/ introducing-google-analytics-for-mobile.html). I found the documentation page (http://code.google.com/apis/analytics/ docs/tracking/mobileAppsTracking.html) but

[android-developers] android.intent.action.TIME_TICK - Has anyone used it?

2009-04-01 Thread simonc
I'm trying to get an application / reciever / anything that can perform a task once every minute. I'm trying to use the intent-filter "android.intent.action.TIME_TICK" which, in theory, sends an Intent message every minute. Does anyone have any code that uses the android.intent.action.TIME_TICK i

[android-developers] Application that loops every minute - how to efficiently do it

2009-03-30 Thread simonc
Hi, Does Android have a special way to loop an application every 1 minute? Or do you know of any applications (with source) that I could look at? Apparently if I use Thread.sleep(1000*60); the application may time out on me and need me to click a wait button - I just want it to keep looping forev

[android-developers] Re: Running Scripts from an Application

2009-03-26 Thread simonc
a USB for that? Cheers, On Mar 27, 4:15 pm, Dianne Hackborn wrote: > You need to look at the logcat output.  How do you not have USB?!? > > > > On Thu, Mar 26, 2009 at 8:02 PM, simonc wrote: > > > Hi, > > I'm wanting to run a script called toggle.sh on A

[android-developers] Running Scripts from an Application

2009-03-26 Thread simonc
Hi, I'm wanting to run a script called toggle.sh on Android. Should I be able to run this code? String command = "su -c \"/toggle.sh\" root"; Process pr = Runtime.getRuntime().exec(command); At the moment I can run the command from the terminal and it works but when I try to run it from the appl

[android-developers] Code to Control Internet Connections - like Togga

2009-03-12 Thread simonc
Hey, Does anyone have the code for Togga's internet connection create / destroy? I'm creating an app that needs to open an internet connection for a little bit then close it again. My app works if I use Togga to open the internet connection then I run my App then I use togga to close the internet