telecom >> Thanks to Cellphones, TV Screens Get Smaller

by Monty Solomon » Thu, 17 Feb 2005 12:19:42 GMT

By NOAH ROBISCHON

New from the creators of "24": a spinoff series about a rogue
Washington antiterrorism agent who is trying to infiltrate the
Department of Defense. It's called "24 Conspiracy," but unlike "CSI:
Miami" or "Law & Order: SVU," it is not broadcast on a different
night, or on television at all. It is seen exclusively on Verizon's
newest mobile phone.

Each of the one-minute mobile episodes (referred to as mobisodes) is
specially shot and edited for the small, small screen. "Conspiracy,"
produced by Twentieth Century Fox Television, a division of the News
Corporation, is one of three original series making their debut on
Verizon's V Cast, a high-speed cellular phone network that delivers
broadband Internet-quality video.

Mobile video is already popular in Korea, Japan and Europe. "24
Conspiracy" made its debut last month in England, where it costs 50
pence for a single episode and $39.99, or about $19, for the series.

V Cast, which began its service on Feb. 7, is the most ambitious
wireless video offering in the United States to date. The network
gives subscribers access to some 300 video clips, most from two to
three minutes long. There are CNN news updates, ESPN sports briefs,
music videos and jokes from the previous night's edition of "The Daily
Show With Jon Stewart."

http://www.nytimes.com/2005/02/15/arts/television/15cell.html?ex=126612360=0&en=5bf6ef9b75a1cb9d&ei=5090


Similar Threads

1. writting small app to run while logon screen showing

Hi

Win 98 based network

I have been trying to develop a small app that will shutdown the machines on
our site at a specific time in the evening to save our technicians
physically walking around to do it. The program works fine when it executed
via a user logging on. However, we really need the program to shut down the
computers when nobody is logged on and there is only the logon screen
displayed.  The technicians have said that the when they tried to execute
the code via the config.sys or autoexec the program hangs........

I have written the program in Delphi as a 'console app' but presumably the
problem is that my program uses calls to Windows such as 'time'?

I'm now stuck! My code needs to log-off and shutdown if a student has left
their machine logged on but also needs to shutdown when only the logon
screen is present, but I'm not sure where I should be looking for the
solution.

Any help appreciated.

Dave
(remove the nospam to reply)



program shutdown;
uses
  Windows,
  Messages,
  SysUtils,
  Variants,
  Classes,
  Graphics,
  Controls,
 // Forms,
//  Dialogs,
  StdCtrls;

var
shutDownTime:TdateTime;

function GetWindowsVersion: Word;
var
  VerInfo: TOSVersionInfo;
begin
  VerInfo.dwOSVersionInfoSize := SizeOf(VerInfo);
  GetVersionEx(VerInfo);
  Result := VerInfo.dwPlatformID;
  { The results are as followed: }
  {case VerInfo.dwPlatformID of
    VER_PLATFORM_WIN32S: Platform is 'Windows 3.1x running Win32s';
    VER_PLATFORM_WIN32_WINDOWS: Platform is 'Windows 95/98';
    VER_PLATFORM_WIN32_NT: Platform is 'Windows NT';
  end;}
end;
procedure ExitWindows32(ShutDownFlag: Word);
{ proc to Exit 32-bit Windows.  ShutDownFlag is either EWX_REBOOT,
EWX_SHUTDOWN, or EWX_LOGOFF. }

  function ChangeNTSecurityForShutdown: Boolean;
  { This func changes security rights on a WinNT machine.     }
  { to give app shutdown privileges.                          }
  { Use proc ExitWindows32 to reboot or shutdown the machine. }
  var
    hToken : THandle;
    tkp,
    Newt   : TTokenPrivileges;
    retlength : DWORD;
  begin
    Result := False;
    if OpenProcessToken(GetCurrentProcess(), TOKEN_ADJUST_PRIVILEGES +
                        TOKEN_QUERY, hToken) <> False then
      begin
        { Get the LUID for shutdown privilege }
        if LookupPrivilegeValue( nil, 'SeShutdownPrivilege',
                                 tkp.Privileges[0].Luid) = True then
          begin
            tkp.PrivilegeCount := 1;  // One to set
            tkp.Privileges[0].Attributes := SE_PRIVILEGE_ENABLED;
            { Get shutdown privilege for this process }
            Result := AdjustTokenPrivileges(hToken, False, tkp,
                                            SizeOf(TTokenPrivileges), Newt,
                                            retlength);
          end;
      end;
  end;

begin
  if GetWindowsVersion = VER_PLATFORM_WIN32_NT then
    begin
      if ChangeNTSecurityForShutdown then
        ExitWindowsEx(ShutDownFlag, 0)
    //  else
        { Failed to change security rights to give us shutdown privilege. }
      //  MessageDlg('Unable to modify security rights for shutdown
privileges.', mtError, [mbOK], 0);
    end
  else
    if GetWindowsVersion = VER_PLATFORM_WIN32_WINDOWS then
      ExitWindowsEx(ShutDownFlag, 0);
end;

begin
shutDownTime:= encodeTime(22,30,00,00);
LongTimeFormat:='hh:mm:ss.z';

repeat
until time> shutDownTime;
ExitWindows32(EWX_FORCE+EWX_LOGOFF + EWX_POWEROFF+ EWX_SHUTDOWN);

end.


2. Cellphone Screen is Today's Hip Billboard / Ads Must be Targeted

3. New on TV: The Multiple-Channel Screen

4. No more Tech TV web site, thanks to Comcast

5. Thanks to Geniuses in Congress, Your TV May no Longer Work

6. Phone Books Are Getting Thinner As Cellphones Take Over

7. Watching TV on Your Cellphone

8. Verizon to Offer TV Shows on Cellphones