chiArtem / siphon

Automatically exported from code.google.com/p/siphon
0 stars 0 forks source link

siphon crash when start up after lock screen in iOS 4.3.3 (Compilation) #531

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch siphon app, and press home button to exit foreground.
2. press lock button to lock screen
3. unlock screen and launch siphon again.siphon will crash again.
4. click siphon again, will run OK.

What is the expected output? What do you see instead?
the expected output is that siphon should launch normal, NOT crash.

What version of the product are you using? On what operating system?

IPHONE:3GS, IOS:4.3.3

Original issue reported on code.google.com by nicolec...@jpsolutions.com.sg on 12 Jul 2011 at 6:34

GoogleCodeExporter commented 9 years ago
Which Siphon version?
What are your settings?

Original comment by samuelv0...@gmail.com on 12 Jul 2011 at 10:34

GoogleCodeExporter commented 9 years ago
Hi, samuel
Siphon version: 2.3

Settings:
regTimeout:3000
enableEC :YES
siphonOverEDGE:YES

the other settings is default.

Original comment by nicolec...@jpsolutions.com.sg on 13 Jul 2011 at 4:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I found the solution..

I've got same ploblem like you..

But I installed new version then everything is going great!!!

You have to download siphon 3.9.15..

Thanks..!

Original comment by great-...@hotmail.com on 13 Jul 2011 at 9:25

GoogleCodeExporter commented 9 years ago
Hi, can you share the source code for siphon 3.9.15?

because i searched on google and can only find the source code for siphon 2.3.

Thanks

Original comment by nicolec...@jpsolutions.com.sg on 14 Jul 2011 at 2:06

GoogleCodeExporter commented 9 years ago
Dear Samuel,

May i know how to send you private message?

Thanks

Regards

Sarah

Original comment by pehpeh...@gmail.com on 14 Jul 2011 at 4:02

GoogleCodeExporter commented 9 years ago
You can install the beta version, for that:
You have to add a new source to cydia: http://svsip.free.fr/repository/cydia
You will be able to install the development version for iOS 4.X

If you have an issue, you should read this:
http://code.google.com/p/siphon/issues/detail?id=504#c24
and
http://code.google.com/p/siphon/issues/detail?id=504#c28

Original comment by samuelv0...@gmail.com on 14 Jul 2011 at 10:19

GoogleCodeExporter commented 9 years ago
Hi, Samuel

You didn't release the siphon 3.9.15 source code, right?
I want to develop some my own thing on the basics of your source code.
but the released source code of version 2.3 has the above problem.
so can you guide me how to solve that problem from source code level?

Original comment by nicolec...@jpsolutions.com.sg on 15 Jul 2011 at 2:58

GoogleCodeExporter commented 9 years ago
Dear Samuel

I add exit(0) function to force the app reload everytime when you click the app 
icon in IOS 4 later.

-(void)applicationDidEnterBackGround:(UIApplication *)application
{
 exit(0);
} 

I didn't call [ self sipCleanup] to clean sip registration, want to keep the 
sip registration even though users exit application.

But that will cause another prbolem.
because i add push notification for incoming call service when you exit the 
application.

so if somebody call you, you will receive an incoming call push notification 
and you click view button, launch application and popup call view.

but now after exit application and wait for more than 2 minutes, after you 
click push notification view button and launch application auto, but the cal1 
view will not popup sometimes, if you wait for less than 1 minutes after exit 
app, the call view will popup.

will appreciate for sharing the code.

Thanks 

Original comment by nicolec...@jpsolutions.com.sg on 15 Jul 2011 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by samuelv0...@gmail.com on 24 Jul 2011 at 8:01