[android-developers] Re: Errors In Android Run time I need suggestions

2009-06-25 Thread Daniel Janev
ss {com.dci.isizzle/com.dci.isizzle.WebServices}; have you > > declared this activity in your AndroidManifest.xml? > > It would appear you did not declare com.dci.isizzle.WebServices as an > activity in your AndroidManifest.xml file: > > http://developer.a

[android-developers] Re: OutOfMemoryError

2009-06-19 Thread Daniel Janev
Thanks in advance for you advices. > > Francois > > > > > -- Best Regards, Daniel --- Daniel Janev · Department Manager/Core Platform and Smart Home ProSyst Software GmbH 1606 Sofia, Bulgaria · Vladajska Str. 48 Tel. +359 (0)2 95

[android-developers] Re: Can not receive multicast packets

2009-05-19 Thread Daniel Janev
Log.v(TAG, "UPNP network exception", e); > try { > Thread.sleep(1000); > } catch (InterruptedException e1) {} > } > } > > }}; > sListener = new Thread(r); >

[android-developers] Re: Eclipse + cupcake + other android projects in build path = VerifyError

2009-04-29 Thread Daniel Janev
do the trick but it is far from being >> convenient. Indeed, if we have to reinstall Eclipse or if we move the >> place we check out the code in our developer station we have to >> reconfigure all these messy path variables in Eclipse. >> >> Is there a way to resto

[android-developers] Re: ClassLoader.isAncestorOf(ClassLoader) Bug

2009-03-24 Thread Daniel Janev
Thanks Mark, I've posted the bug there. Mark Murphy wrote: > Daniel Janev wrote: >> My colleagues has found a bug in the java.lang.ClassLoader >> implementation of the cupcake tag of the Android platform. > > Did you file this on http://b.android.com? Tha

[android-developers] ClassLoader.isAncestorOf(ClassLoader) Bug

2009-03-24 Thread Daniel Janev
egards, Daniel ------- Daniel Janev · Department Manager/Core Platform and Smart Home ProSyst Software GmbH 1606 Sofia, Bulgaria · Vladajska Str. 48 Tel. +359 (0)2 952 35 81/109 · Fax +359 (0)2 953 26 17 Mobile Phone +359 (0)888 678 670 http://www.prosyst.com · d

[android-developers] Re: Server Socket on Real Device

2009-03-20 Thread Daniel Janev
ds to connect to the phone using the received (or the static, depends on the WiFi configuration) address... Cadge wrote: > Ok but what about if the device is not connected to Wifi, is there an > easy way to get the IP address and use sockets as above? > > Thanks again. > > O

[android-developers] Re: Server Socket on Real Device

2009-03-20 Thread Daniel Janev
t;TEST"); > } > catch (UnknownHostException e) { > e.printStackTrace(); > } > catch (IOException e) { > e.printStackTrace(); > } > } > > > > > -- Best Regards, Daniel

[android-developers] Android and Java Security Running Together

2009-02-04 Thread Daniel Janev
orks good enough. If anyone is interested in this I can share with you what have to be done. P.S. So, it seems that I was the first in the world to run it :) -- Best Regards, Daniel ------- Daniel Janev · Department Manager/Core Platform an

[android-developers] Re: Failed to upload myapp.apk on 'HT841GZ03224': Too many open files

2009-02-02 Thread Daniel Janev
lator and >>> device. All of a sudden I am getting the following error when I try >>> to debug. >>> Failed to upload myapp.apk on 'HT841GZ03224': Too many open files >>> I figure I could simply uninstall the app and try again but is there a >>> qui

[android-developers] Re: Porting JavaME Midlet to android.

2009-01-29 Thread Daniel Janev
quite different from coding for J2ME - you probably >> are better of writing things like the UI from scratch. >> >> That's my experience ... > > > > -- Best Regards, Daniel --- Daniel Janev · Dep

[android-developers] Re: SAXParser doesn't resolve Entitiy-References ( EntityResolver )

2009-01-16 Thread Daniel Janev
a. > > Best Regards, > plusminus > > On 16 Jan., 08:41, Daniel Janev wrote: >> Hi Guys, >> >> Why don't you try to escape the &? I've had same problems with kXML >> parser for MIDP and escaping the "&" with & everything

[android-developers] Re: SAXParser doesn't resolve Entitiy-References ( EntityResolver )

2009-01-16 Thread Daniel Janev
seems like the Entity-Reference is not being resolved =( >>> If I set an EntityResolver: >>> >>> myXMLReader.setEntityResolver(new EntityResolver(){ >>> public InputSource resolveEntity(...) { >>> }} >>> >>> It NEVER gets call

[android-developers] Re: PathClassLoader failed in SDK 1.0, worked in 0.9

2008-10-30 Thread Daniel Janev
On Oct 22, 9:48 am, Wesley <[EMAIL PROTECTED]> wrote: > hi, > > sound bad... > if this is the case means my app/idea is not going to work > > wesley. > > On Wed, Oct 22, 2008 at 2:45 PM, MoggoDude <[EMAIL PROTECTED]> wrote: > > > Hi Guys, > >        Just sending this update on the PathClassL