[SOLVED] HotelMode Hack and SkypeCam

Here is information about customize your C series firmware..:!:This forum is NOT FOR DUMMY USERS questions or problems but DEVELOPER.
Post Reply

User avatar
beatfreak
SamyGO Project Donor
Posts: 597
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

[SOLVED] HotelMode Hack and SkypeCam

Post by beatfreak »

i had problems with my Skype Cam (stc1100) read here

i solved this by reformatting mtd_rwarea

after re-rooting my UE46C8790 T-VALDEUC 3018.1 successfully the Camera stopped working again :evil:

i have not even started rcSGO only imported Clone files

after killself.sh finished cam was working again...

so i think there must be something wrong with usb_cmd / usb_mount :(

does this mean my only option to launch rcSGO would be a modified rootfs?

what about replacing /mtd_rwarea/usb_mount/usb_mount with a symlink to /sbin/usb_mount/usb_mount instead of creating a script that passes 7 arguments?
and of course adding a symlink for usb_moip_cmd too


EDIT:
i only had 1 hour of sleep but hey...
the link thing works :D
this happens way too often, i have a problem, spend a lot of hours trying to fix it, get totally frustrated and ask for help in the web-board of choice, get no answer, and can't calm down until its solved, and then i find a way before someone else has answered my questions...
seems like meanwhile you see my posts and think "wait a few more weeks for him to fix it himself, then maybe answer" :P

so my advice is: if you have hacked your TV and want a working SkypeCam do

Code: Select all

# ln -s /sbin/usb_mount/usb_moip_cmd /mtd_rwarea/usb_mount/
i think the problem is that we can't create these symlinks during hotelmode usb_clone right?
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS // >> decommissioned due to tuner death
//UE46F8090 @ T-FXPDEUC 1136 // rooted by new Widget // root starting with empty usb drive
FYI: you can close your ssh session with SamyGO with

Code: Select all

~.
If you can't fix it using dvct tape, you are not using enough dvct tape.
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [SOLVED] HotelMode Hack and SkypeCam

Post by greenhorn »

still wondering....
90% of the boots, my camera works. I have rooted via internet hack over 3005.1, after that update to 3011 and do the hotel mode hack.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
User avatar
beatfreak
SamyGO Project Donor
Posts: 597
Joined: Tue Aug 23, 2011 9:03 am
Location: Hamburg
Contact:

Re: [SOLVED] HotelMode Hack and SkypeCam

Post by beatfreak »

FYI:
i replaced my symlink for usb_moip_cmd with this script:

Code: Select all

# cat /mtd_rwarea/usb_mount/usb_moip_cmd 
   #!/bin/sh
   touch /mtd_rwcommon/samygo.log
   echo "P1:$1 P2:$2 P3:$3 P4:$4 P5:$5 P6:$6 P7:$7" >> /mtd_rwcommon/samygo.log
   echo `ls /dtv/usb` >> /mtd_rwcommon/samygo.log
   echo `dmesg | grep MOIP` >> /mtd_rwcommon/samygo.log
   /sbin/usb_mount/usb_moip_cmd $1 $2 $3 $4 $5 $6 $7
result:

Code: Select all

# cat /mtd_rwcommon/samygo.log 
P1:moip_add P2:/class/usb_device/usbdev2.2 P3: P4: P5: P6: P7:

MOIP device connected Manufacturer: Samsung Product : MoIP_HD
P1:moip_add P2:/class/usb_device/usbdev2.2 P3: P4: P5: P6: P7:
hiddev0 sda usblog
MOIP device connected Manufacturer: Samsung Product : MoIP_HD
you see every time the script got executed, cam has been present >> usb_moip_cmd is called every time for hotplug/coldplug of cam
and it gets also called if cam is connected and no usb storage (first entrys in testlog)

next i tested:

Code: Select all

rm /mtd_rwarea/usb_mount/usb_moip_cmd
(disconnected cam)
(wait 15 sec)
(connected it again)
(cam didn't got started / no blue led)
/sbin/usb_mount/usb_moip_cmd moip_add /class/usb_device/usbdev2.2 
(cam still off)
so manually launching it doesn't work...


could anyone with a similar setup and freetalk cam check this commandline / determine it with testscript?
//UE40C6500 @ T-VALDEUC 3011 // rooted manual HotelMode style // PVR to NFS via 18MB on-the-fly sparse XFS // >> decommissioned due to tuner death
//UE46F8090 @ T-FXPDEUC 1136 // rooted by new Widget // root starting with empty usb drive
FYI: you can close your ssh session with SamyGO with

Code: Select all

~.
If you can't fix it using dvct tape, you are not using enough dvct tape.

Post Reply

Return to “[C] Firmware”