Displaying the phone screen on a PC or a video

Hi,
I have implemented an application for a Nokia N70 mobile phone (graduation project).
As i have to present my work, it would be surely very nice if all people attending
the presentation can see a demonstration of the tool projected on the wall.
Does any body know if there is a (free) software tool that enables sendig current phone screen in real time
to a connected computer, so that a connected beamer/projector will display it on the wall.
Any other ideas which fullfill the described task for the N70 device?
I am thankful for every help.
Sincerely,
huss

sry but n70 doesn't comes with a TV out option.And to the best of my knowledge there is no software available which lets you transfer the video via cable or bluetooth
Was this post of some help? Click 'Kudos' star on the right hand side of this post. Your gesture will be highly appreciated!

Similar Messages

  • Screen icons are huge.  I can't read my text messages and the whole screen page won't display.  How do I restore the phone screen to it's natural setting?

    Screen icons are huge.  I can't read my text messages and the screen page won't fully display to view. How do I restore the phone screen to it's natural setting.

    Thanks.

  • E72. Clock displayed twice on the phone screen,in ...

     Clock displayed twice on the phone screen, in the foreground,in Active mode.
     How to remove a clock in the lower right corner of the screen,
    or in the upper left of the screen? 
     Too much useless info, not logical.
     Will be corrected in the new phone software, in this regard?
    I know - another mode is Standart, only white screen,minimalistic.Without anything.
    But I need to see mailbox status screen, unread mail.
    Sometimes it's better to chew on than to speak.

     Clock displayed twice on the phone screen, in the foreground,in Active mode.
     How to remove a clock in the lower right corner of the screen,
    or in the upper left of the screen? 
     Too much useless info, not logical.
     Will be corrected in the new phone software, in this regard?
    I know - another mode is Standart, only white screen,minimalistic.Without anything.
    But I need to see mailbox status screen, unread mail.
    Sometimes it's better to chew on than to speak.

  • How to display the output screen when I use bdc.

    hey expert,
    I want to display the output screen when i use bdc without using mode 'A'.
    thank you.

    Hi,
    You can go for mode 'E'.. it will display the output screen directly and if there is any error in the transaction you would get that particular screen and you can correct and continue after which you will get the final screen if anything goes fine...
    check this sample code....
    I had a program if you execute below program it automatically creates a new zprogram.
    REPORT  zprogram_create_recording.
    PARAMETER:
      p_prog    TYPE sy-repid OBLIGATORY,
      p_shtxt TYPE repti OBLIGATORY,
      p_pack  TYPE devclass DEFAULT '$tmp'.
    DATA:
      t_bdcdata LIKE
       STANDARD TABLE
             OF bdcdata.
    DATA:
      wa_bdcdata LIKE LINE OF t_bdcdata.
    REFRESH t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-program    =  'SAPLWBABAP'.
    wa_bdcdata-dynpro     =  '0100'.
    wa_bdcdata-dynbegin   =  'X'.
    wa_bdcdata-fnam       =  'RS38M-PROGRAMM'.
    wa_bdcdata-fval       =  p_prog.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'BDC_OKCODE'.
    wa_bdcdata-fval       =  'NEW'.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-program    =  'SAPLSEDTATTR'.
    wa_bdcdata-dynpro     =  '0200'.
    wa_bdcdata-dynbegin   =  'X'.
    wa_bdcdata-fnam       =  'RS38M-REPTI'.
    wa_bdcdata-fval       =  p_shtxt.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'TRDIR-SUBC'.
    wa_bdcdata-fval       =  '1'.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'BDC_OKCODE'.
    wa_bdcdata-fval       =  'CONT'.
    APPEND wa_bdcdata TO t_bdcdata.
    IF p_pack EQ '$TMP'.
    *local object
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0100'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO007-L_DEVCLASS'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'TEMP'.
      APPEND wa_bdcdata TO t_bdcdata.
    ELSE.
    *package assignment with request
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0100'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO007-L_DEVCLASS'.
      wa_bdcdata-fval       =  p_pack.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'ADD'.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0300'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO008-TRKORR'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'KO008-AS4TEXT'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'LOCK'.
      APPEND wa_bdcdata TO t_bdcdata.
    ENDIF.                                 " IF P_PACK EQ '$TMP'
    CALL TRANSACTION 'SE38' USING t_bdcdata MODE 'E'.
    Hope this would help you..
    Regards
    Narin Nandivada

  • To display the selection screen variant name in WAD report output.

    Hello experts,
    I have a requirement which is to display the selection screen variant description in the output of the WAD report.
    I managed halfway, by using the object "Information field", which displays all the values which are selected by the variant.
    Example:I have created a cost center report created using WAD, since I need some graphical displays..
    In the selection screen, I have the characteristic "cost center" as input field. I have created a variant " GM - IT" which will include few cost centers managed by GM. In the output, I want the dispaly to be "Cost center - GM IT". Currently it displays "Cost Center - a,b,c,d" as the values a,b,c,d are the values from the variant name "GM-IT"
    Please let me know if this required any java script. I am not familiar with java / html codes and any help would be much appreciated (and rewarded)
    Thanks in advance
    KS

    Hi,
    Try this.
    If you want to include your variables in your WAD means you have to choose "Force Variable Screen" option to be in enabled condition.
    TO enable this,in WAD select your Template(New Template1) click the WEBITEM , it'll shows all generic properties , here you can enable this "Force variable screen"
    Save and execute your WAD now you can get your variable screen.
    Thanks,
    JituK

  • Why won't my Apple TV display the setup screen?

    Why won't my Apple TV display the setup screen? I have changed hdmi cable, confirmed the correct input, checked connection but nothing. HELP!!! I have a Bose System and use a universal remote, Logitech. Could this be a factor?

    Welcome to the Apple Community.
    What exactly does your Apple TV display.

  • The phone screen is stuck on the loading screen constantly

    the phone screen is stuck on the loading screen constantly

    Hi
    have a look at this uses replys, it worked fro me
    https://discussions.apple.com/people/wjosten

  • While updating the software from 6.1.3 to 6.1.4 on iPhone 5, the power failed. iTunes had just finished the backup and was beginning the software update. Now the phone screen says to connect to iTunes but the phone is not recognised when plugged in.

    While updating the iPhone 5 software from 6.1.3 to 6.1.4, the power failed. iTunes had just finished the backup and was beginning the software update. Now the phone screen says to connect to iTunes but the phone is not recognised when plugged in. Using Windows 7 and phone not recognised by computer, let alone by iTunes.
    Any suggestions? Happy to take it off to the the Apple genius people but would prefer to get it running myself.
    Regards.

    Try this
    iOS: Device not recognized in iTunes for Windows

  • How to display the selection screen fields for selected checkboxes

    Hi all,
             I have 7 checkboxes, for each check box we have some seletion screen fields.if i select first check box,i want to display first slection screen fields only.
    and if we select more than one check box how to display the selection screen fields for selected check boxes,please help me this
    Thanks
    sriman.

    hi,
    Try this code
    report z_13317_sdn2.
    tables : mara, marc, dd03l.
    parameters : p_chk1 as checkbox user-command ABC,
                 p_chk2 as checkbox user-command PQR,
                 p_chk3 as checkbox user-command XYZ.
    select-options : s_matnr for mara-matnr modif id A,
                     s_ersda for mara-ersda modif id A,
                     s_werks for marc-werks modif id B,
                     s_lvorm for marc-lvorm modif id B,
                     s_tab for dd03l-tabname modif id C.
    data: v_chk1,
          v_chk2,
          v_chk3.
    at selection-screen output.
      loop at screen.
        if screen-group1 = 'A' or
           screen-group1 = 'B' or
           screen-group1 = 'C'.
            screen-input = 0.
           modify screen.
        endif.
      endloop.
      loop at screen.
        if v_chk1 = 'X'.
          if screen-group1 = 'A'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
        if v_chk2 = 'X'.
          if screen-group1 = 'B'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
        if v_chk3 = 'X'.
          if screen-group1 = 'C'.
            screen-input = 1.
            modify screen.
          endif.
        endif.
      endloop.
    at selection-screen.
      if sy-ucomm = 'ABC'.
        if v_chk1 = ' '.
          v_chk1 = 'X'.
        else.
          v_chk1 = ' '.
        endif.
      endif.
      if sy-ucomm = 'PQR'.
        if v_chk2 = ' '.
          v_chk2 = 'X'.
        else.
          v_chk2 = ' '.
        endif.
      endif.
      if sy-ucomm = 'XYZ'.
        if v_chk3 = ' '.
          v_chk3 = 'X'.
        else.
          v_chk3 = ' '.
        endif.
      endif.
    Regards,
    Sailaja.

  • How to display the selection screen with icons as well as with text element

    How to display the selection screen with icons as well as with texts (written in text elements) for PlantDate, OrderType,WareHouse..

    Report zex33.
    type-pools: icon.
    selection-screen begin of line.
    selection-screen comment 1(20) text_001.
    parameters: p_werks type marc-werks.
    selection-screen end of line.
    selection-screen begin of line.
    selection-screen comment 1(20) text_002.
    parameters: p_whouse(10).
    selection-screen end of line.
    selection-screen begin of line.
    selection-screen comment 1(20) text_003.
    parameters: p_auart like vbak-auart.
    selection-screen end of line.
    initialization.
      write ICON_PLANT  as icon to text_001.
    concatenate text_001 text-001 into text_001 separated by space.
      write ICON_WAREHOUSE  as icon to text_002.
    concatenate text_002 text-002 into text_002 separated by space.
      write ICON_ORDER  as icon to text_003.
    concatenate text_003 text-003 into text_003 separated by space.

  • HTML Client: How to display the edit screen of an item given its ID?

    To edit a selected item, I could easily add a new button on the command line and choose the existing method, "editSelected"
    But how to edit another item instead of the selected item? Like How to edit an item whose ID # is 10? i.e How to display the edit screen for an item with ID # 10?

    The methods such as 'editSelected' apply to screen property collections. Picking these pre-selected options automatically configure the parameter as '<my-collection>.selectedItem'.
    If you want an action not directly related to the screen properties then you can choose one of the screen commands under the 'Navigation' list starting with 'show', as in 'show<my-screen-name'. If the screen command accepts parameters then you can
    configure the parameter passing manually. In your example, if you added a local 'int' data property to the screen you could assign the ID to that and bind the parameter passed to the screen to that.
    In the instances when not even that is sufficient, well then you write your own custom method.
    Dave
    Dave Baker | AIDE for LightSwitch | Xpert360 blog | twitter : @xpert360 | Xpert360 website | Opinions are my own. For better forums, remember to mark posts as helpful/answer.

  • Display the webdynpro screen in two languages?

    Hi Gurus,
    I have requirement to display the webdynpro screen in two language(English & Arabic)
    what is the steps involved to achieve this requirement.

    Hallo Dharani,
    NOTE: you cannot switch the session locale of a running Web Dynpro Java application in the same browser window. The only solution is to start a new Web Dynpro application "from scratch" by executing a  new browser instance NOT "browser window" instance. So with Browser -> File menu -> new window you will keep the same session locale even when passing another locale-parameter with the URL-param sap-locale. Sorry, but this is an unsolved restriction in Web Dynpro.
    Regards, Bertram

  • Notifications wake up the phone screen even when t...

    Notifications wake up the phone screen even when the phone is in pocket or case. It wasn't the case earlier.
    Using - Windows Phone 8, Lumia 720Problem - Notifications wake-up the screen even when in case(or pocket).
    **I am not talking about the glance feature
    I observed this strange behaviour yesterday. Whatsapp notifications wake up the screen even when the phone is in the case.
    Earlier the screen didn't use to wake up, i could hear only the notification sound. Only when u remove it from the case immediately after notification arrive, the screen turns on. If you don't remove it from the case, it never use to wake up the screen.
    That was a feature, which used the proximity sensor.
    Now this feature is gone. I recently updated to Amber, and I doubt this is due to glance feature.
    Now every time a get a whatsapp message the screen wakes up.
    Vibhor Agarwal

    hi mate,
    as first port of call, try performing a soft reset (pressing the volume down and power buttons together until the phone vibrates). also check the settings inside WhatsApp and also the background tasks in the phone Settings, and re-enable the settings you have for the Glance screen feature.

  • HT4137 help! techo phobe online. I have an unlocked iphone 3 with an unlocked sim. i have plugged the phone into the computer to set up itunes, but it just says on the phone screen "connect to itunes" nothing else is happening/

    help! techo phobe online. I have an unlocked iphone 3 with an unlocked sim. i have plugged the phone into the computer to set up itunes, but it just says on the phone screen "connect to itunes" nothing else is happening/

    Sounds like the device was dropped at some point and damaged as a result.
    Take it to Apple for evaluation and a replacement.

  • How long does it take to Erase all content and settings on iphone 4G. It's been more than 30 minutes and in the phone screen it's still the circle rotating?

    How long does it take to Erase all content and settings on iphone 4G. It's been more than 30 minutes and in the phone screen it's still the circle rotating?

    thank you. hope not to last more than 1 or 2

Maybe you are looking for

  • Need dynamic Photo Gallery

    Hi I am new, not expert in flash. Knows only basic flash action scripting, can any body guide me about dynamic flash photo gallery. How can import images in flash from database. please help me, I need that urgently, all suggestions are welcome. Regar

  • Help needed to recover info on iPad2 (restore state)

    Hi! I've a real problem. My mother has an iPad, and she says that when try to connect to iTunes (on PC not Mac), the iPad goes to restore state. It appears on the screen the iTunes logo with the USB wire, and waits to be connected. If I connect to a

  • External iSight not recognized

    I have been reading up on iSight connection troubles for a while now, to no avail. My *external firewire isight* stopped being recognized and/or turned on from one day to the next. It *does not function in any software* (iVisit, iChat) i have been us

  • Pin Specifications for Creative Sound Blaster Audigy SB1394

    ;Pin Specifications for Creative Sound Blaster Audigy SB394 I have a Sound Blaster Audigy SB934 CA000-IAF Creative Tech '0 AA299J basically a Sound Blaster Audigy Platinum (wiouth the front bay for conectivity.)? And since I dont' have the front bay

  • Using Table as Datasource

    Hi guys i need to use a SAP table in BW as source for a datasource...whats the procedure for do that? Message was edited by:         Oscar Díaz