Re: SKYPE ON C650
Posted: Sun Jan 02, 2011 5:05 pm
I think "skypecam compatibility check" is performed in SsTvBase::FlagMoIPSupport(); this method calls TDsSystem::GetSuppportOption(0xf, ...). Checking is done against model string (from factory settings);
if modelstring=~/^(UC9000|UC6|PC6|LC6|LC5)/, skype fuctionality will be disabled.
So, it will not work for models: UC6900 UC9000 LC630 LC650 LC670 UC6000 UC6400 UC6500 UC6600 UC6700 UC6800 UC6200 PC6500 UC6510 UC6530 UC6540 UC6620 UC6710 UC6730 UC6740 UC6820 UC5800 LC580 LC640 PC6900 PC6970 PC680 PC687.
It should work for models: UC7000 UC8000 UC7700 UC8700 PC7000 PC8000 PC7700.
It _may_ work for LC750 (interesting) and possibly for UC5800 & PC580 (but are those lesser models shipped with T-VALDEUC firmware ?).
That's just one check; possibly there are other restrictions elsewhere.
Workaround against this check will not be easy (changing model string in factory menu being not recommended, for obvious reasons). It's probably performed on boot time, and patching exeDSP binary in /mtd_exe partition is AFAIK not an option in C-Series due to authld.
if modelstring=~/^(UC9000|UC6|PC6|LC6|LC5)/, skype fuctionality will be disabled.
So, it will not work for models: UC6900 UC9000 LC630 LC650 LC670 UC6000 UC6400 UC6500 UC6600 UC6700 UC6800 UC6200 PC6500 UC6510 UC6530 UC6540 UC6620 UC6710 UC6730 UC6740 UC6820 UC5800 LC580 LC640 PC6900 PC6970 PC680 PC687.
It should work for models: UC7000 UC8000 UC7700 UC8700 PC7000 PC8000 PC7700.
It _may_ work for LC750 (interesting) and possibly for UC5800 & PC580 (but are those lesser models shipped with T-VALDEUC firmware ?).
That's just one check; possibly there are other restrictions elsewhere.
Workaround against this check will not be easy (changing model string in factory menu being not recommended, for obvious reasons). It's probably performed on boot time, and patching exeDSP binary in /mtd_exe partition is AFAIK not an option in C-Series due to authld.