I solve it by adding the module to berli_crmtogo_modules table.
Regarding new Corebos users, instead of inserting to the SQL table. Maybe you can update in modules/Mobile/Mobile.php the $supported_module array?!
I will check and update later.
PHP Code:
INSERT INTO berli_crmtogo_modules (`crmtogo_user`, `crmtogo_module`, `crmtogo_active`, `order_num`) VALUES ('13', 'ServiceContracts', '1', '17');
Regarding new Corebos users, instead of inserting to the SQL table. Maybe you can update in modules/Mobile/Mobile.php the $supported_module array?!
I will check and update later.