Способы подключения к оборудованию или камере
- локальный IP (IPv4)
- внешний, белый IP (не изменяющийся внешний адрес в интернете)
- доменное имя
Для работы через интернет, если ваш провайдер не предоставляет "белый" IP, лучше всего использовать DynDNS или ее бесплатные аналоги, например, No-IP.
The project does not work after updating the app on ios, need to receive a new UDID, what to do?
Attention! Important information for those who work with iRidium on iOS!
On August 30 we released a new iRidium version (V2.1).
The version includes updated iRidium Environment and i2 Control for iOS (iPad/iPhone/iPod touch).
Read this article before installing i2 Control on your iPad/iPhone/iPod touch or updating to Apple iOS 7!
Please read:
http://wiki2.iridiummobile.net/index.php/Update_to_iRidium_V2.1_on_iOS">http://wiki2.iridiummobile.net/index.php/Update_to_iRidium_V2.1_on_iOS
Web page visualization inside of iRIdium (not supported)
Trigger button in static list
How the $P works?
How to download the project back to my PC?
Windows, Mac: find a source project file in the directory where the file of iRIdium client stored
Android: find a source project file on the SD card, iRidium Mobile folder, using a File manager on your Android device.
[ ! ] Please remember that you can use this project only if it is not saved as a Protected Project (*.pirpz). It is not possible to unpack *.pirpz project to edit it.
Can I upload the project on my iOS or Android device without a license?
Yes, you can. But there won't be any communication with equipment: you will not be able to send commands to controllers and receive feedback. The other functions (graphics, navigation, interface scripts) will work.
How can I see the log of iRidium App and Emulator?
iOS/Android/OS X devices have the tool of remote debugging (the log can be saved on your PC). Read more here.
How the projects can be saved Online?
But you can use URL commands and QR-reader for remote uploading of the GUIs to control panels.
Can I update my design on the control panel via the Internet?
Yes, you can. In order to do that you need to set up the router and the client application. See more information here.
What OS does iRidium work on? What OS are planned to support in the future?
At the moment iRidium works on the following OS:
- Apple iOS based devices - V6 and later: iPad (later than the 1st), iPhone (3Gs and later), iPod touch (4 generation and later)
- Windows 7/8 based devices: PCs, monoblocks, tablet computers
- Android OS based devices – V2.3 and later: smartphones and tablet computers (your device should have a GPS module and an SD-card)
- Mac OS X based devices: OS X 10.5 Leopard and later (Mac Mini, iMac, MacPro, MacBook)
Support of other OS (Windows Phone 8, Windows RT, Linux, ...) is not planned in the nearest future. Information about support of new systems will be published on the company information resources.
Gestures and Lists
The swipe left\right are executed instead of moving the list.
This peculiarity will be changed later, but now it is better to use only gestures or only the lists
iRidium running on Google TV box
Deactive sound in IOS app
Hold your finger down on the screen for until you see a blue dialog appear (input to System Menu of app). Type in the number 2007 and press the OK button. click on sound button, then mute, then apply and exit.
Multistate button in List item
Как узнать, какой версией i2 control я пользуюсь?
1. Запустить приложение i2 control v2.2
2. Открыть одним из способов Системное меню.
3. Нажать на пункт меню "Info".
4. Версия приложения находится в предпоследней строчке:
Для приложения, запускаемого на Windows, есть дополнительный метод:
1. Открыть папку: C:\Program Files (x86)\iRidium mobile2\iRidium
2. Правой кнопкой мыши кликнуть по файлу: iRidium и выбрать последний пункт меню "Свойства".
3. Открыть вкладку "Подробно".
4. Версия будет указана в поле "Версия файла":
If Android keyboard doesn't work
- set up the original keyboard
- turn off the voice input
- turn off the swipe input
What Android devices has iRidium been tested on?
Please see the list of devices tested by our customers:
http://www.iridiummobile.net/recommended-equipment/
[ ! ] Lab tests of iRidium for Android were made on such devices as HTC Sensation and HTC Incredible S (UDP transport on HTC drain firmware does not work which causes inoperability of the "Search" function and forced project update for this smartphone in Transfer. The update is possible after restarting the application.). The testing cannot guarantee 100% work of your project in the similar Android device due to the possible differences in the firmware and project functional.
i2 Control for Android is crashing...
Save to file and try to remove all the scripts in the project and start the app again.
If the app doesn't crashes anymore the problem is in the Scripts. Maybe it is some syntax error there.
You can use the Debugging to find a problem.
If you cannot solve it yourself, please contact to support team
Notifications about the system events when the app closed or minimized
[V2.2] You can set up receipt of notifications when iRidium minimized on iOS. This "Local" background notifications works from 2 to 19 minutes, so we do not recomend to use it to inform about important events.
When the app cloased, you cannot get a notification at all
How to setup:
var in_BG = false;
IR.AddListener(IR.EVENT_TAG_CHANGE, IR.GetDevice("DRIVER"), function(name, value)
{
if(name == 'STATUS' && in_BG)
{
// Sound identifiers
SOUND_ID = {
None : 0, // without sound
Default : 1, // standard notification sound on iOS
Ringing : 2, // standard ringtone
}
// Creation of required variables
string = "DRIVER " + name + " VALUE = " + value;
id = "" + name;
delay = 0; // seconds
sound_id = SOUND_ID.Default;
// badge – the numeric icon on the app icon
badge_increment_num = 1;
IR.SendNotification(string, delay, sound_id, badge_increment_num, id);
}
});
// when the application goes to the background
IR.AddListener(IR.EVENT_APP_ENTER_BACKGROUND, 0, function()
{
in_BG = true;
});
// when the application comes to the foreground
IR.AddListener(IR.EVENT_APP_ENTER_FOREGROUND, 0, function()
{
in_BG = false;
});
Сервис поддержки клиентов работает на платформе UserEcho