[android-beginners] Unable to start service

2010-07-02 Thread Bret Foreman
I'm try to start a service like this: try { Intent myIntent = new Intent(); myIntent.setClass(cb.getContext(), SensorService.class);

Re: [android-beginners] Unable to start service

2010-07-02 Thread Mark Murphy
On Fri, Jul 2, 2010 at 12:01 PM, Bret Foreman bret.fore...@gmail.com wrote: I'm try to start a service like this:                                                try {                                                        Intent myIntent = new Intent();                                      

[android-beginners] Unable to start service Intent { action=com.myapp.network.NetworkService }: not found

2010-02-22 Thread Johan Gardell
Hello I am trying to get a Server to work, but i fail to use bindService as: bindService(new Intent (com.myapp.network.NetworkService), this, BIND_AUTO_CREATE); in my code, and in the log it says 02-18 15:02:27.870: WARN/ActivityManager(71): Unable to start service Intent {