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