Project

General

Profile

KnownIssues » History » Version 22

Adrian Georgescu, 09/30/2012 12:36 PM

1 1 Adrian Georgescu
h1. Known Issues
2
3 22 Adrian Georgescu
h2. Enrollment for free sip account failure may cause crash
4 21 Adrian Georgescu
5
Affected versions: Blink Pro < 2.0 and Blink Lite < 2.0
6 19 Adrian Georgescu
7
Replace
8
9
<pre>
10
/Applications/Blink\ Pro.app/Contents/Resources/EnrollmentController.py
11
</pre>
12
13
and / or
14
15
<pre>
16
/Applications/Blink\ Lite.app/Contents/Resources/EnrollmentController.py
17
</pre>
18
19
with this one:
20
21
http://download.ag-projects.com/Blink/Pro-1.9.0/EnrollmentController.py
22
23 17 Adrian Georgescu
24 18 Adrian Georgescu
h2. Single quote character in account display name configuration (config file gets corrupted)
25 17 Adrian Georgescu
26
Replace
27
28
<pre>
29
/Applications/Blink\ Pro.app/Contents/Resources/lib/sipsimple/configuration/backend/file.py
30
</pre>
31
 
32
with this one:
33
34
http://download.ag-projects.com/Blink/Pro-1.9.0/file.py
35
36
37 15 Adrian Georgescu
h2. Add contact fails (Blink Pro 1.9.0)
38 7 Adrian Georgescu
39 13 Adrian Georgescu
A fix is available in 1.9.1 currently in Apple review queue. You can fix this manually by replacing the following file:
40 11 Saúl Ibarra Corretgé
41
<pre>
42
/Applications/Blink Pro.app/Contents/Resources/ContactWindowController.py
43
</pre>
44
45
with this one:
46
47
http://download.ag-projects.com/Blink/Pro-1.9.0/ContactWindowController.py
48
49
To locate the file right, click in Finder on Blink Pro and click on Show Package Contents option.
50
51
Then restart Blink.
52 7 Adrian Georgescu
53 15 Adrian Georgescu
h2. Add contact fails (Blink Lite 1.7.0)
54 12 Saúl Ibarra Corretgé
55 13 Adrian Georgescu
A fix is available in 1.7.1 currently in Apple review queue. You can fix this manually by replacing the following file:
56 12 Saúl Ibarra Corretgé
57
<pre>
58
/Applications/Blink Lite.app/Contents/Resources/ContactWindowController.py
59
</pre>
60
61
with this one:
62
63
http://download.ag-projects.com/Blink/Lite-1.7.0/ContactWindowController.py
64
65
To locate the file right, click in Finder on Blink Lite and click on Show Package Contents option.
66
67
Then restart Blink.
68
69 8 Adrian Georgescu
h2. Migration panel does not vanish (Blink Pro 1.8.3)
70 1 Adrian Georgescu
71 16 Adrian Georgescu
Fixed in newer versions.
72
73 2 Adrian Georgescu
Replace the following file:
74 1 Adrian Georgescu
75 4 Adrian Georgescu
<pre>
76 1 Adrian Georgescu
/Applications/Blink Pro.app/Contents/Resources/HistoryManager.py
77 4 Adrian Georgescu
</pre>
78 1 Adrian Georgescu
79
with this one:
80
81 10 Adrian Georgescu
http://download.ag-projects.com/Blink/HistoryManager.py
82 4 Adrian Georgescu
83
To locate the file right, click in Finder on Blink Pro and click on Show Package Contents option.
84 1 Adrian Georgescu
85
Then restart Blink.