linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] linphone android 2.02 cannot start in android 2.2.


From: Dennis
Subject: [Linphone-developers] linphone android 2.02 cannot start in android 2.2.1 but it won't start
Date: Thu, 20 Dec 2012 23:50:46 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.18) Gecko/20110320 SeaMonkey/2.0.13

I downloaded the latest source from git and complied with Eclipse to run on Samsung Galaxy phone running android 2.2.1.
The program won't start.
I debugged it and it seems it is forever waiting for LinphoneService.IsReady()

in LinphoneLauncherActivity.java

    private class ServiceWaitThread extends Thread {
        public void run() {
            while (!LinphoneService.isReady()) {
                try {
                    sleep(30);
                } catch (InterruptedException e) {
                    throw new RuntimeException("waiting thread sleep() has been interrupted");
                }
            }

Anyone has the same problem?

Dennis

reply via email to

[Prev in Thread] Current Thread [Next in Thread]