Project

General

Profile

KnownIssues » History » Version 19

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

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