Issue with get_selected_rows with ZCL_SALV_TABLE (done in se24)

Experts,
I'm facing a problem whereby I couldn't get the selected row. My requirement is to display an ALV. User will select a row and when click on the standard SAVE button, I will run some FM. I have created a custom class in SE24 for my program and I've coded my ALV display in a method and the selection of the rows in another method.
THis is the code in my ALV creation method:
method DISPLAY_ALV.
  DATA:
    lo_container TYPE REF TO cl_gui_custom_container,
    lt_rows      TYPE salv_t_row,
    lt_column    TYPE salv_t_column,
    ls_cell      TYPE salv_s_cell.
  gt_data[] = ct_table[].
  IF lo_container IS NOT BOUND.
      IF cl_salv_table=>is_offline( ) = if_salv_c_bool_sap=>false.
        CREATE OBJECT lo_container
          EXPORTING
            container_name = 'CONTAINER'.
      ENDIF.
  TRY.
    CALL METHOD cl_salv_table=>factory
      EXPORTING
        r_container    = lo_container
        container_name = 'CONTAINER'
      IMPORTING
        r_salv_table   = go_alv
      CHANGING
        t_table        = gt_data.
    CATCH cx_salv_msg.
  ENDTRY.
  ENDIF.
  gr_selection = go_alv->get_selections( ).
  gr_selection->set_selection_mode( if_salv_c_selection_mode=>row_column ).
  go_alv->display( ).
endmethod.
What I have for the code in the row selection method is
method GET_ALV_SELECTION.
  DATA: lt_row TYPE salv_t_row.
   lt_row = gr_selection->get_selected_rows( ).
endmethod.
In my PAI, I code my user command for the SAVE button. Once pressed, I call method GET_ALV_SELECTION. I just can't seems to get the line selected. LT_ROW always return an empty table. I didn't code any event. Is that the cause?
Thanks in advance.

Let me rephrase my question. I have a report which display an alv which allow user to perform line selection. When user click on the SAVE button, I will run some process for the selected line. Initially, I can't even get the selected line to populate lt_row (pls refer code below). After I called method get_metadata(), then I was able to grab the row selection, but only for the first time, i.e. after I click on the SAVE button (to finish some processing) and select the row again, lt_row is empty again. Not even <<POINTA>> & <<POINTB>> is fired (pls refer code below).
I have a method (METHOD A) to display my ALV as below (coded in SE24):
DATA:
    lo_container TYPE REF TO cl_gui_custom_container,
    lt_rows      TYPE salv_t_row,
    lt_column    TYPE salv_t_column,
    ls_cell      TYPE salv_s_cell.
  gt_data[] = ct_table[].
  IF lo_container IS NOT BOUND.
      IF cl_salv_table=>is_offline( ) = if_salv_c_bool_sap=>false.
        CREATE OBJECT lo_container
          EXPORTING
            container_name = 'CONTAINER'.
      ENDIF.
  TRY.
    CALL METHOD cl_salv_table=>factory
      EXPORTING
        r_container    = lo_container
        container_name = 'CONTAINER'
      IMPORTING
        r_salv_table   = go_alv
      CHANGING
        t_table        = gt_data.
    CATCH cx_salv_msg.
  ENDTRY.
  ENDIF.
  gr_selection = go_alv->get_selections( ).
  gr_selection->set_selection_mode( if_salv_c_selection_mode=>row_column ).
  go_alv->display( ).
Then, I have a method (METHOD B ) to process get the selected lines, as below (coded in SE24):
  DATA:
    l_error TYPE char1,
    l_msg   TYPE char50,
    lt_msg  TYPE fmtx_t_text_uab,
    lt_row  TYPE salv_t_row,
    lw_row  LIKE LINE OF lt_row,
    lt_temp TYPE zp2p_t_plnord_delete,
    lw_temp TYPE zp2p_s_plnord_delete.
  lt_temp[] = gt_data[].
  "<< POINT A >>
  go_alv->get_metadata( ).    ---> initially when i don't put this, I can't even get lt_row to display the selected line.
  lt_row = gr_selection->get_selected_rows( ).
  "<< POINT A >>
  IF lt_row IS NOT INITIAL.
    "do something
  ENDIF.
"<< POINT B >>
  REFRESH: lt_row.
  gr_selection->set_selected_rows(
    EXPORTING
      value = lt_row ).
  "<< POINT B >>
  go_alv->set_data(
    CHANGING
      t_table = gt_data ).
  go_alv->display( ).
And my PAI is as below (coded in SE80):
  CASE sy-ucomm.
    WHEN lc_save.
      IF g_empty IS INITIAL.
        go_object->process_data(
          IMPORTING
            et_log        = gt_log
            e_empty_table = g_empty ).
      ELSE.
        MESSAGE S000 WITH text-050.
      ENDIF.
    WHEN OTHERS.
  ENDCASE.
So, it seems like the row selection is only fired once in my method (METHOD B). Both <<POINTA>> & <<POINTB>> is also only work once. lt_row will always be empty if this method is called another time. Seems like I'm missing some instantiation. Please do help.
Thanks in advance.

Similar Messages

  • Having a strange issue with Logic, don't know what to do.

    Aright, so I'm having a really weird problem with Logic. It all started about 20 minutes ago. I'm working with 12 midi tracks; all logic instruments. Every first Snare midi note plays extra soft and then every midi note after that plays at its correct velocity. Don't know why. I tried deleting the note and pasting a new and that didn't work so I saved and quit. I then took a look in my console and this is what came up:
    11/7/11 12:21:53 AM
    bootlog[43]
    BOOT_TIME: 1320650503 0
    11/7/11 12:22:12 AM
    loginwindow[31]
    USER_PROCESS: 31 console
    11/7/11 12:29:13 AM
    loginwindow[31]
    DEAD_PROCESS: 31 console
    11/7/11 12:29:15 AM
    loginwindow[202]
    USER_PROCESS: 202 console
    11/7/11 1:32:51 AM
    loginwindow[202]
    DEAD_PROCESS: 202 console
    11/7/11 1:32:52 AM
    shutdown[2714]
    SHUTDOWN_TIME: 1320654772 505951
    11/7/11 1:33:14 AM
    bootlog[46]
    BOOT_TIME: 1320654783 0
    11/7/11 1:33:17 AM
    loginwindow[35]
    USER_PROCESS: 35 console
    11/7/11 8:18:59 AM
    loginwindow[35]
    DEAD_PROCESS: 35 console
    11/7/11 8:19:06 AM
    loginwindow[349]
    USER_PROCESS: 349 console
    11/7/11 8:28:02 AM
    reboot[1018]
    BOOT_TIME: 1320679682 95944
    11/7/11 8:28:45 AM
    bootlog[51]
    BOOT_TIME: 1320679715 0
    11/7/11 9:15:22 AM
    loginwindow[40]
    USER_PROCESS: 40 console
    11/7/11 9:56:40 AM
    loginwindow[40]
    DEAD_PROCESS: 40 console
    11/7/11 9:56:48 AM
    loginwindow[242]
    USER_PROCESS: 242 console
    11/7/11 9:59:01 AM
    reboot[835]
    BOOT_TIME: 1320685141 69936
    11/7/11 9:59:29 AM
    bootlog[48]
    BOOT_TIME: 1320685155 0
    11/7/11 10:08:33 AM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/7/11 1:20:53 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/7/11 1:20:57 PM
    shutdown[7541]
    SHUTDOWN_TIME: 1320697257 332087
    11/7/11 1:21:22 PM
    bootlog[50]
    BOOT_TIME: 1320697269 0
    11/7/11 1:21:50 PM
    loginwindow[39]
    USER_PROCESS: 39 console
    11/7/11 2:30:13 PM
    loginwindow[39]
    DEAD_PROCESS: 39 console
    11/7/11 2:30:31 PM
    shutdown[1377]
    SHUTDOWN_TIME: 1320701431 300114
    11/7/11 2:31:00 PM
    bootlog[48]
    BOOT_TIME: 1320701445 0
    11/7/11 2:58:14 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/7/11 3:02:19 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/7/11 3:02:20 PM
    shutdown[206]
    SHUTDOWN_TIME: 1320703340 498493
    11/7/11 3:02:42 PM
    bootlog[48]
    BOOT_TIME: 1320703352 0
    11/7/11 4:33:21 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/7/11 5:57:24 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/7/11 5:57:24 PM
    shutdown[404]
    SHUTDOWN_TIME: 1320713844 888171
    11/7/11 5:57:58 PM
    bootlog[48]
    BOOT_TIME: 1320713868 0
    11/7/11 5:58:21 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/7/11 6:01:48 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/7/11 6:01:48 PM
    shutdown[169]
    SHUTDOWN_TIME: 1320714108 381468
    11/7/11 11:48:22 PM
    bootlog[48]
    BOOT_TIME: 1320734891 0
    11/7/11 11:48:45 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/8/11 4:19:03 AM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/8/11 4:19:03 AM
    shutdown[641]
    SHUTDOWN_TIME: 1320751143 318155
    11/8/11 8:36:13 AM
    bootlog[45]
    BOOT_TIME: 1320766559 0
    11/8/11 8:36:30 AM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/8/11 8:10:50 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/8/11 8:10:50 PM
    shutdown[183]
    SHUTDOWN_TIME: 1320808250 610564
    11/8/11 8:12:08 PM
    bootlog[48]
    BOOT_TIME: 1320808315 0
    11/8/11 8:12:22 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/8/11 9:44:19 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/8/11 9:44:20 PM
    shutdown[385]
    SHUTDOWN_TIME: 1320813860 87755
    11/9/11 10:30:35 AM
    bootlog[48]
    BOOT_TIME: 1320859824 0
    11/9/11 10:31:05 AM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/9/11 1:01:13 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/9/11 1:01:13 PM
    shutdown[292]
    SHUTDOWN_TIME: 1320868873 995966
    11/9/11 1:02:02 PM
    bootlog[48]
    BOOT_TIME: 1320868909 0
    11/9/11 1:02:15 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/9/11 3:13:01 PM
    login[5975]
    USER_PROCESS: 5975 ttys000
    11/9/11 3:13:01 PM
    login[5975]
    DEAD_PROCESS: 5975 ttys000
    11/10/11 5:32:55 AM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/10/11 5:32:55 AM
    shutdown[6997]
    SHUTDOWN_TIME: 1320928375 628779
    11/10/11 8:41:31 PM
    bootlog[45]
    BOOT_TIME: 1320982876 0
    11/10/11 8:42:42 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/10/11 9:29:47 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/10/11 9:29:48 PM
    loginwindow[180]
    USER_PROCESS: 180 console
    11/10/11 9:30:20 PM
    reboot[283]
    BOOT_TIME: 1320985820 923753
    11/10/11 9:31:10 PM
    bootlog[45]
    BOOT_TIME: 1320985858 0
    11/10/11 9:31:43 PM
    shutdown[98]
    SHUTDOWN_TIME: 1320985903 450229
    11/11/11 12:05:40 PM
    bootlog[45]
    BOOT_TIME: 1321038331 0
    11/11/11 12:06:10 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 5:08:26 PM
    kernel
    11/12/11 6:01:11 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/12/11 6:01:11 PM
    shutdown[459]
    SHUTDOWN_TIME: 1321146071 420746
    11/12/11 9:39:44 PM
    bootlog[45]
    BOOT_TIME: 1321159171 0
    11/12/11 9:40:04 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/12/11 10:59:25 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/12/11 10:59:25 PM
    shutdown[190]
    SHUTDOWN_TIME: 1321163965 560483
    11/13/11 12:15:33 AM
    bootlog[45]
    BOOT_TIME: 1321168520 0
    11/13/11 12:15:55 AM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/13/11 2:02:40 AM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/13/11 2:02:40 AM
    shutdown[324]
    SHUTDOWN_TIME: 1321174960 535970
    11/13/11 10:54:04 AM
    bootlog[45]
    BOOT_TIME: 1321206832 0
    11/13/11 10:54:19 AM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/13/11 11:02:13 AM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/13/11 11:02:13 AM
    shutdown[154]
    SHUTDOWN_TIME: 1321207333 741020
    11/13/11 4:11:30 PM
    bootlog[45]
    BOOT_TIME: 1321225878 0
    11/13/11 4:12:00 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/13/11 4:14:40 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/13/11 4:14:41 PM
    shutdown[152]
    SHUTDOWN_TIME: 1321226081 279428
    11/13/11 4:15:01 PM
    bootlog[45]
    BOOT_TIME: 1321226090 0
    11/13/11 4:15:18 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/13/11 4:54:48 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/13/11 4:54:48 PM
    shutdown[178]
    SHUTDOWN_TIME: 1321228488 443594
    11/13/11 10:11:05 PM
    bootlog[45]
    BOOT_TIME: 1321247453 0
    11/13/11 10:11:39 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/14/11 2:34:46 AM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/14/11 2:34:47 AM
    shutdown[283]
    SHUTDOWN_TIME: 1321263287 223296
    11/14/11 11:02:03 AM
    bootlog[45]
    BOOT_TIME: 1321293712 0
    11/14/11 11:03:19 AM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/14/11 5:14:25 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/14/11 5:14:25 PM
    shutdown[345]
    SHUTDOWN_TIME: 1321316065 545760
    11/14/11 5:16:14 PM
    bootlog[45]
    BOOT_TIME: 1321316165 0
    11/14/11 5:16:33 PM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/14/11 5:44:15 PM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/14/11 5:44:16 PM
    shutdown[187]
    SHUTDOWN_TIME: 1321317856 83312
    11/15/11 12:48:10 AM
    bootlog[45]
    BOOT_TIME: 1321343279 0
    11/15/11 12:48:38 AM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/15/11 3:26:19 AM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/15/11 3:26:19 AM
    shutdown[365]
    SHUTDOWN_TIME: 1321352779 718218
    11/15/11 11:32:51 AM
    bootlog[45]
    BOOT_TIME: 1321381958 0
    11/15/11 11:33:07 AM
    loginwindow[34]
    USER_PROCESS: 34 console
    11/15/11 11:50:40 AM
    loginwindow[34]
    DEAD_PROCESS: 34 console
    11/15/11 11:50:40 AM
    shutdown[173]
    SHUTDOWN_TIME: 1321383040 949601
    11/15/11 3:13:03 PM
    bootlog[48]
    BOOT_TIME: 1321395171 0
    11/15/11 3:13:16 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/15/11 3:28:56 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/15/11 3:28:56 PM
    shutdown[169]
    SHUTDOWN_TIME: 1321396136 717878
    11/15/11 3:31:06 PM
    bootlog[48]
    BOOT_TIME: 1321396254 0
    11/15/11 3:31:21 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/16/11 2:38:00 AM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/16/11 2:38:00 AM
    shutdown[1961]
    SHUTDOWN_TIME: 1321436280 560702
    11/16/11 11:30:09 AM
    bootlog[47]
    BOOT_TIME: 1321468198 0
    11/16/11 11:30:48 AM
    loginwindow[36]
    USER_PROCESS: 36 console
    11/16/11 4:34:51 PM
    loginwindow[36]
    DEAD_PROCESS: 36 console
    11/16/11 4:34:51 PM
    shutdown[341]
    SHUTDOWN_TIME: 1321486491 583341
    11/16/11 4:36:11 PM
    bootlog[48]
    BOOT_TIME: 1321486559 0
    11/16/11 4:36:34 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/16/11 9:59:04 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/16/11 9:59:05 PM
    shutdown[371]
    SHUTDOWN_TIME: 1321505945 161871
    11/17/11 12:20:08 AM
    bootlog[48]
    BOOT_TIME: 1321514397 0
    11/17/11 12:20:32 AM
    shutdown[106]
    SHUTDOWN_TIME: 1321514432 588785
    11/17/11 12:21:30 AM
    bootlog[48]
    BOOT_TIME: 1321514481 0
    11/17/11 12:21:45 AM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/17/11 12:39:52 AM
    login[174]
    USER_PROCESS: 174 ttys000
    11/17/11 12:40:12 AM
    login[174]
    DEAD_PROCESS: 174 ttys000
    11/17/11 12:40:15 AM
    login[180]
    USER_PROCESS: 180 ttys000
    11/17/11 12:54:34 AM
    login[180]
    DEAD_PROCESS: 180 ttys000
    11/17/11 2:28:30 AM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/17/11 2:28:30 AM
    shutdown[331]
    SHUTDOWN_TIME: 1321522110 593580
    11/17/11 4:37:08 PM
    bootlog[48]
    BOOT_TIME: 1321573005 0
    11/17/11 4:38:49 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/17/11 7:39:32 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/17/11 7:39:32 PM
    shutdown[386]
    SHUTDOWN_TIME: 1321583972 773529
    11/18/11 1:41:17 AM
    bootlog[48]
    BOOT_TIME: 1321605668 0
    11/18/11 1:41:40 AM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/18/11 3:48:55 AM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/18/11 3:48:55 AM
    shutdown[355]
    SHUTDOWN_TIME: 1321613335 819965
    11/18/11 10:23:51 AM
    bootlog[48]
    BOOT_TIME: 1321637021 0
    11/18/11 10:24:13 AM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 10:28:27 AM
    kernel
    11/18/11 2:15:52 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/18/11 2:15:59 PM
    shutdown[770]
    SHUTDOWN_TIME: 1321650959 323280
    11/18/11 2:16:33 PM
    bootlog[48]
    BOOT_TIME: 1321650971 0
    11/18/11 2:16:52 PM
    loginwindow[37]
    USER_PROCESS: 37 console
    11/18/11 6:30:25 PM
    loginwindow[37]
    DEAD_PROCESS: 37 console
    11/18/11 6:30:27 PM
    shutdown[1470]
    SHUTDOWN_TIME: 1321666227 362936
    11/18/11 6:31:47 PM
    bootlog[38]
    BOOT_TIME: 1321666248 0
    11/18/11 6:32:34 PM
    loginwindow[26]
    USER_PROCESS: 26 console
    11/18/11 8:24:46 PM
    loginwindow[26]
    DEAD_PROCESS: 26 console
    11/18/11 8:24:56 PM
    shutdown[205]
    SHUTDOWN_TIME: 1321673096 424661
    11/18/11 8:25:23 PM
    bootlog[40]
    BOOT_TIME: 1321673108 0
    11/18/11 8:26:03 PM
    loginwindow[26]
    USER_PROCESS: 26 console
    11/18/11 8:37:36 PM
    loginwindow[26]
    DEAD_PROCESS: 26 console
    11/18/11 8:37:37 PM
    loginwindow[210]
    USER_PROCESS: 210 console
    11/18/11 8:38:12 PM
    reboot[264]
    BOOT_TIME: 1321673892 663474
    11/18/11 8:38:43 PM
    bootlog[40]
    BOOT_TIME: 1321673906 0
    11/18/11 8:39:06 PM
    loginwindow[27]
    USER_PROCESS: 27 console
    11/18/11 9:45:07 PM
    loginwindow[27]
    DEAD_PROCESS: 27 console
    11/18/11 9:45:08 PM
    shutdown[387]
    SHUTDOWN_TIME: 1321677908 37081
    11/18/11 10:20:09 PM
    bootlog[40]
    BOOT_TIME: 1321680000 0
    11/18/11 10:20:44 PM
    loginwindow[28]
    USER_PROCESS: 28 console
    11/18/11 11:56:22 PM
    loginwindow[28]
    DEAD_PROCESS: 28 console
    11/18/11 11:56:22 PM
    shutdown[328]
    SHUTDOWN_TIME: 1321685782 469361
    11/19/11 5:41:15 AM
    bootlog[40]
    BOOT_TIME: 1321706467 0
    11/19/11 5:42:10 AM
    shutdown[99]
    SHUTDOWN_TIME: 1321706530 778985
    11/19/11 5:49:24 AM
    bootlog[40]
    BOOT_TIME: 1321706956 0
    11/19/11 5:49:52 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/19/11 12:35:11 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/19/11 12:35:11 PM
    shutdown[658]
    SHUTDOWN_TIME: 1321731311 570256
    11/19/11 4:26:55 PM
    bootlog[40]
    BOOT_TIME: 1321745206 0
    11/19/11 4:27:31 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/19/11 4:49:55 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/19/11 4:49:55 PM
    shutdown[214]
    SHUTDOWN_TIME: 1321746595 832157
    11/19/11 4:50:36 PM
    bootlog[40]
    BOOT_TIME: 1321746619 0
    11/19/11 4:51:00 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/19/11 6:34:58 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/19/11 6:34:58 PM
    shutdown[266]
    SHUTDOWN_TIME: 1321752898 862103
    11/20/11 12:48:24 AM
    bootlog[40]
    BOOT_TIME: 1321775295 0
    11/20/11 12:48:50 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/20/11 12:50:56 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/20/11 12:50:56 AM
    shutdown[190]
    SHUTDOWN_TIME: 1321775456 727774
    11/20/11 12:51:57 AM
    bootlog[40]
    BOOT_TIME: 1321775508 0
    11/20/11 12:52:15 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/20/11 2:44:47 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/20/11 2:44:48 AM
    shutdown[287]
    SHUTDOWN_TIME: 1321782288 27378
    11/20/11 9:40:35 AM
    bootlog[40]
    BOOT_TIME: 1321807226 0
    11/20/11 9:45:38 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/20/11 1:10:45 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/20/11 1:10:45 PM
    shutdown[376]
    SHUTDOWN_TIME: 1321819845 699702
    11/20/11 2:47:41 PM
    bootlog[40]
    BOOT_TIME: 1321825653 0
    11/20/11 2:48:05 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/21/11 3:18:25 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/21/11 3:18:25 AM
    shutdown[738]
    SHUTDOWN_TIME: 1321870705 862572
    11/21/11 1:41:49 PM
    bootlog[40]
    BOOT_TIME: 1321908100 0
    11/21/11 1:42:31 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/21/11 1:45:37 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/21/11 1:45:37 PM
    shutdown[199]
    SHUTDOWN_TIME: 1321908337 723401
    11/21/11 1:46:42 PM
    bootlog[40]
    BOOT_TIME: 1321908393 0
    11/21/11 1:47:01 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/21/11 2:47:30 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/21/11 2:47:31 PM
    shutdown[221]
    SHUTDOWN_TIME: 1321912051 100508
    11/21/11 9:57:25 PM
    bootlog[40]
    BOOT_TIME: 1321937836 0
    11/21/11 10:00:25 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/21/11 10:05:34 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/21/11 10:05:34 PM
    shutdown[197]
    SHUTDOWN_TIME: 1321938334 457516
    11/21/11 10:05:55 PM
    bootlog[40]
    BOOT_TIME: 1321938345 0
    11/21/11 10:06:14 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/21/11 10:36:32 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/21/11 10:36:32 PM
    shutdown[249]
    SHUTDOWN_TIME: 1321940192 772946
    11/22/11 5:47:52 PM
    bootlog[40]
    BOOT_TIME: 1322009263 0
    11/22/11 5:48:18 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/22/11 5:57:09 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/22/11 5:57:10 PM
    shutdown[180]
    SHUTDOWN_TIME: 1322009830 100353
    11/22/11 5:57:52 PM
    bootlog[40]
    BOOT_TIME: 1322009862 0
    11/22/11 6:03:27 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/22/11 8:17:23 PM
    login[262]
    USER_PROCESS: 262 ttys000
    11/22/11 8:25:20 PM
    login[262]
    DEAD_PROCESS: 262 ttys000
    11/22/11 10:02:20 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/22/11 10:02:20 PM
    shutdown[501]
    SHUTDOWN_TIME: 1322024540 841538
    11/23/11 11:09:36 AM
    bootlog[40]
    BOOT_TIME: 1322071768 0
    11/23/11 11:12:10 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/23/11 11:16:40 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/23/11 11:16:40 AM
    shutdown[201]
    SHUTDOWN_TIME: 1322072200 484093
    11/23/11 11:17:01 AM
    bootlog[40]
    BOOT_TIME: 1322072211 0
    11/23/11 11:17:22 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/23/11 11:57:01 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/23/11 11:57:01 AM
    shutdown[219]
    SHUTDOWN_TIME: 1322074621 710897
    11/23/11 6:10:29 PM
    bootlog[40]
    BOOT_TIME: 1322097020 0
    11/23/11 6:11:30 PM
    shutdown[107]
    SHUTDOWN_TIME: 1322097090 157202
    11/23/11 6:11:48 PM
    bootlog[40]
    BOOT_TIME: 1322097100 0
    11/23/11 6:12:07 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/23/11 6:43:45 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/23/11 6:43:45 PM
    shutdown[212]
    SHUTDOWN_TIME: 1322099025 671753
    11/24/11 3:06:36 AM
    bootlog[40]
    BOOT_TIME: 1322129187 0
    11/24/11 3:07:23 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/24/11 3:25:50 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/24/11 3:26:16 AM
    shutdown[263]
    SHUTDOWN_TIME: 1322130376 181854
    11/24/11 3:41:59 PM
    bootlog[40]
    BOOT_TIME: 1322174510 0
    11/24/11 3:42:29 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/24/11 5:41:41 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/24/11 5:41:44 PM
    shutdown[182]
    SHUTDOWN_TIME: 1322181704 304082
    11/24/11 5:42:27 PM
    bootlog[40]
    BOOT_TIME: 1322181730 0
    11/24/11 5:42:44 PM
    shutdown[107]
    SHUTDOWN_TIME: 1322181764 200841
    11/25/11 1:06:30 AM
    bootlog[40]
    BOOT_TIME: 1322208382 0
    11/25/11 1:07:20 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/25/11 2:02:05 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/25/11 2:02:05 AM
    shutdown[243]
    SHUTDOWN_TIME: 1322211725 412106
    11/25/11 12:19:23 PM
    bootlog[40]
    BOOT_TIME: 1322248755 0
    11/25/11 12:19:50 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/25/11 12:21:18 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/25/11 12:21:19 PM
    shutdown[185]
    SHUTDOWN_TIME: 1322248879 181508
    11/25/11 12:21:40 PM
    bootlog[40]
    BOOT_TIME: 1322248891 0
    11/25/11 12:21:58 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/25/11 2:31:25 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/25/11 2:31:25 PM
    shutdown[388]
    SHUTDOWN_TIME: 1322256685 817758
    11/25/11 3:55:28 PM
    bootlog[40]
    BOOT_TIME: 1322261718 0
    11/25/11 3:55:55 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/25/11 3:57:10 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/25/11 3:57:11 PM
    shutdown[159]
    SHUTDOWN_TIME: 1322261831 182162
    11/25/11 5:12:01 PM
    bootlog[40]
    BOOT_TIME: 1322266311 0
    11/25/11 5:12:20 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/25/11 5:22:48 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/25/11 5:22:48 PM
    shutdown[196]
    SHUTDOWN_TIME: 1322266968 596246
    11/25/11 5:50:55 PM
    bootlog[40]
    BOOT_TIME: 1322268646 0
    11/25/11 6:04:42 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/26/11 12:28:03 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/26/11 12:28:03 AM
    shutdown[527]
    SHUTDOWN_TIME: 1322292483 989128
    11/26/11 9:56:40 AM
    bootlog[40]
    BOOT_TIME: 1322326592 0
    11/26/11 10:16:17 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/26/11 10:18:14 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/26/11 10:18:14 AM
    shutdown[203]
    SHUTDOWN_TIME: 1322327894 987763
    11/26/11 10:18:35 AM
    bootlog[40]
    BOOT_TIME: 1322327907 0
    11/26/11 10:18:54 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/27/11 12:51:27 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/27/11 12:51:28 AM
    shutdown[592]
    SHUTDOWN_TIME: 1322380288 289445
    11/27/11 8:33:25 PM
    bootlog[40]
    BOOT_TIME: 1322451196 0
    11/27/11 8:34:08 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/27/11 8:35:39 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/27/11 8:35:39 PM
    shutdown[158]
    SHUTDOWN_TIME: 1322451339 576729
    11/27/11 8:35:59 PM
    bootlog[40]
    BOOT_TIME: 1322451350 0
    11/27/11 8:36:16 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/28/11 2:20:14 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/28/11 2:20:17 AM
    shutdown[330]
    SHUTDOWN_TIME: 1322472017 680079
    11/28/11 11:32:31 AM
    bootlog[40]
    BOOT_TIME: 1322505141 0
    11/28/11 11:33:01 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/28/11 6:34:50 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/28/11 6:34:50 PM
    shutdown[473]
    SHUTDOWN_TIME: 1322530490 514177
    11/29/11 12:49:32 AM
    bootlog[40]
    BOOT_TIME: 1322552963 0
    11/29/11 12:51:15 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/29/11 4:40:24 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/29/11 4:40:24 AM
    shutdown[609]
    SHUTDOWN_TIME: 1322566824 951691
    11/29/11 9:00:52 AM
    bootlog[40]
    BOOT_TIME: 1322582442 0
    11/29/11 9:01:10 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/29/11 9:44:53 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/29/11 9:44:53 AM
    shutdown[176]
    SHUTDOWN_TIME: 1322585093 264673
    11/29/11 10:54:01 AM
    bootlog[40]
    BOOT_TIME: 1322589232 0
    11/29/11 10:54:17 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/29/11 11:12:07 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/29/11 11:12:07 AM
    shutdown[162]
    SHUTDOWN_TIME: 1322590327 902267
    11/29/11 8:32:30 PM
    bootlog[40]
    BOOT_TIME: 1322623940 0
    11/29/11 8:32:50 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/29/11 9:35:59 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/29/11 9:35:59 PM
    shutdown[188]
    SHUTDOWN_TIME: 1322627759 382014
    11/29/11 9:36:59 PM
    bootlog[40]
    BOOT_TIME: 1322627810 0
    11/29/11 9:39:05 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/29/11 9:39:35 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/29/11 9:39:35 PM
    shutdown[158]
    SHUTDOWN_TIME: 1322627975 625235
    11/29/11 9:42:45 PM
    bootlog[40]
    BOOT_TIME: 1322628157 0
    11/29/11 9:43:17 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/30/11 2:15:04 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/30/11 2:15:04 AM
    shutdown[440]
    SHUTDOWN_TIME: 1322644504 701322
    11/30/11 3:26:41 PM
    bootlog[40]
    BOOT_TIME: 1322691992 0
    11/30/11 3:27:50 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/30/11 3:29:39 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/30/11 3:29:40 PM
    shutdown[188]
    SHUTDOWN_TIME: 1322692180 264860
    11/30/11 3:30:15 PM
    bootlog[40]
    BOOT_TIME: 1322692207 0
    11/30/11 3:30:41 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    11/30/11 3:52:12 PM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    11/30/11 3:52:12 PM
    shutdown[194]
    SHUTDOWN_TIME: 1322693532 474756
    11/30/11 9:18:14 PM
    bootlog[40]
    BOOT_TIME: 1322713080 0
    11/30/11 9:18:46 PM
    loginwindow[29]
    USER_PROCESS: 29 console
    12/1/11 5:57:47 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    12/1/11 5:57:47 AM
    shutdown[869]
    SHUTDOWN_TIME: 1322744267 855950
    12/1/11 9:52:39 AM
    bootlog[40]
    BOOT_TIME: 1322758350 0
    12/1/11 9:53:01 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    12/1/11 10:24:02 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    12/1/11 10:24:03 AM
    shutdown[234]
    SHUTDOWN_TIME: 1322760243 279103
    12/1/11 10:24:22 AM
    bootlog[40]
    BOOT_TIME: 1322760253 0
    12/1/11 10:24:41 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    12/1/11 10:41:30 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    12/1/11 10:41:31 AM
    shutdown[240]
    SHUTDOWN_TIME: 1322761291 172303
    12/1/11 10:48:01 AM
    bootlog[40]
    BOOT_TIME: 1322761671 0
    12/1/11 10:50:46 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    12/1/11 11:44:03 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    12/1/11 11:44:03 AM
    shutdown[244]
    SHUTDOWN_TIME: 1322765043 549953
    12/2/11 12:51:18 AM
    bootlog[40]
    BOOT_TIME: 1322812270 0
    12/2/11 12:51:49 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    12/2/11 2:06:17 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    12/2/11 2:06:17 AM
    shutdown[245]
    SHUTDOWN_TIME: 1322816777 845146
    12/2/11 10:48:28 AM
    bootlog[40]
    BOOT_TIME: 1322848098 0
    12/2/11 10:48:50 AM
    loginwindow[29]
    USER_PROCESS: 29 console
    12/3/11 1:49:58 AM
    loginwindow[29]
    DEAD_PROCESS: 29 console
    12/3/11 1:49:59 AM
    shut

    Why did you put up with all those issues for a year? 

  • I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acr

    I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acrobat doesn't respond to any command I can give and, in place of the pointer arrow, a vertical bar, as the one of the text editor appears. The only way I can stop Acrobat is by means of the task manager. I tried to de-install and the re- install Acrobat but the behaviour is always the same. What can I do??

    Have you opened Acrobat and gone to Help>Updates to get an updated install?

  • I'm trying to connect to my home wifi with my imac gh5. After I enter the password it says connection timeout or password incorrect. I know there's no issue with the connection but I don't know what else to do. Does anyone know how to fix this problem?

    I'm trying to connect to my home wifi with my imac gh5. After I enter the password it says connection timeout or password incorrect. I know there's no issue with the connection but I don't know what else to do. Does anyone know how to fix this problem?

    What is the make & model of your home Wi-Fi router that you are attempting to connect your G5 iMac to? Which exact model of iMac do you have?
    What wireless security type is your router using: WEP, WPA, or WPA2? If you temporarily disable wireless security, can the iMac connect to it now?

  • My itunes account shuts down for no reason.  It wont recognize my iphone and there is an issue with network connectivity and itunes.  I have already  reinstalled itunes and did a syste restore on my computer, firewall checked and virus scan done.  Ideas??

    My itunes account on windows xp shuts down for no reason.  If even try to delete something from my library it shuts down.   It wont recognize my iphone and there is an issue with network connectivity and I can't connect to the store.  I have already  reinstalled itunes and did a system restore on my computer, firewall has been checked, itunes is ok on firewall and virus scan done.  Ideas??

    Same problem. I can see the itunes store so not a problem with windows firewall. The account is active on my iphone so i know i am not locked out. I can connect the PC to my iphone so i know itunes is working ok. It is just logging into itunes on this pc which doesn't work. Only thing I can think of is that the email address I use for my apple id has been offline for a while and is working again now, I'm wondering whether this has been the case for others who are having this issue?

  • Moving a drive with OSX to another computer? take it out of my Mac pro laptop and into my mac mini. can with be done with no OS/Hardware issues?

    moving a drive with OSX to another computer? take it out of my Mac pro laptop and into my mac mini. can with be done with no OS/Hardware issues?

    babowa wrote:
    Thanks; however, I was really referring to this: if it is preinstalled on a Mac, I believe the license is for that computer only (unlike an MAS purchased version which can be used on any Mac owned). Has that requirement changed?
    At this moment, that's correct. The OS X license included with a Mac can only be used with that Mac. However, in the case the OP has purchased OS X Mountain Lion in the past, this may change

  • I am having an issue with my adobe acrobat 9 pro. Every time I try to open a pdf from someone it opens it up with my free adobe reader rather than the Acrobat 9 pro so then I don't have all of the functions of 9 pro. How do I get it to open with 9 pro ins

    I am having an issue with my adobe acrobat 9 pro. Every time I try to open a pdf from someone it opens it up with my free adobe reader rather than the Acrobat 9 pro so then I don't have all of the functions of 9 pro. How do I get it to open with 9 pro instead of the free reader?

    It may depend on the plugin that is loaded into your browser. However, right click on a PDF and select the Open With option and go to the default button to select Acrobat as the default. That might do it.

  • IOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?

    iOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?  The only solution we have found is to reboot the iPad.  We don't have the option of restarting the wireless as so many people are on and it would further disrupt classes. 

    iOS 7.0.3 did not fix the mirroring issue with ATVs and AirServer.  Anyone have an idea what needs to be done?  The only solution we have found is to reboot the iPad.  We don't have the option of restarting the wireless as so many people are on and it would further disrupt classes. 

  • Today I get issues with thte device. When I in a phone call, the screen don't auto turn off. There is no a screen protector on there and it seems that the built-in proximity sensor is not responding. I have to press the screen with my face accidently.

    today I get issues with my z10 device. When I in a phone call, the screen don’t auto turn off. There is no a screen protector on there and it seems that the built-in proximity sensor is not responding. I have to press the screen with my face accidently. can anyone help me with this?

    Same issue already several weeks.
    And we are not alone:
    http://forums.crackberry.com/blackberry-z10-f254/proximity-sensors-still-not-working-my-z10-891783/i...
    At all there is, I think, 4 threads in parallel about this issue at CB forums. One of the:
    ms.crackberry.com/blackberry-z10-f254/proximity-sensors-still-not-working-my-z10-891783/index5.html
    I already contacted BB Help at Twitter. Answer:
    Thanks for the information. It seems that you have installed an OS version higher than the one supported by your carrier on your device. Please contact your carrier to get the supported OS version and try the proximity and light sensors. Let us know if you need further assistance. Cheers. ^LFC.
    I did replay:
    You are confused me. Phone got updates over network automatically. On crackberry forum a lot of people from different countries and with Different OS version, but with the same problem. Hi, this is thread at CrackBerry: http://forums.crackberry.com/blackberry-z10-f254/proximity-sensor-906493/index3.html
    This my replay was 22 of march. No more answer from BB.
    I can't contact my operator - 3UK, because I bought my from on Amazon from Amazon. This phone not from operator - seller is Amazon.
    What I already done:
    For last week, I read, how to install OS using Sachesi and Autoloader. I used Sachesi to load 3 UK version, I installed autoloader from this links:
    http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Upgrading-OS10-devices-using...
    This
    For Z10 models STL100-1, 2, -3, -4: Download 10.2.1.1925
    Doesn't help
    And this:
    For Z10 models STL100-2, -3, -4: Download the 10.2.0.1803 OS
    No result.
    After install all of them phone wants to update to 10.2.1.2102 by air.
    BBVE in all versions sais: Can not obtain data from sensors.
    Dear BB support, please, can you explain, how to resolve this issue?

  • I have iPhone 4.  I don't want to upgrade to iOS 7 because people have had issues with that.  Is there a way I can just upgrade to iOS 6?

    I have iPhone 4.  I don't want to upgrade to iOS 7 because people have had issues with that.  Is there a way I can just upgrade to iOS 6?

    No, it is not possible. When upgrading the iOS on the phone, the only one you can install is the latest version, which for the iPhone 4 is iOS 7.0.4.

  • Didnt read the issues with ios5 until i've done my update. I ve restored my iphone 4, 3 times, and till now it is locked in a loop of the apple logo, loading

    Didnt read the issues with iOS5 until i've updated my iPhone 4. Restored 3 times and it is still locked in a loop of - Apple logo, loading, and a flash of "...restore successful...few steps away..." and buzz. Please help

    At the end of a Restore, you will be asked if you want the current iPhone to be synched as a New iPhone or use the current iPhone's settings. Selecting the former since to have solved the messaging problem. If u have done back-up of the "old" iPhone on iTunes, then your New iPhone will be the "old" iPhone too after synching with iTunes :)

  • How do u get help from apple support with iChat? I was able to chat with support last week to solve my problem but now the same issue is back and I don't see the option to chat now?

    qHow do u get help from apple support with iChat? I was able to chat with support last week to solve my problem but now the same issue is back and I don't see the option to chat now?

    For what it is worth I have noticed a similar issue from the iPad3 while at work and home. At work we have two Apple TV 3rd Generation installed and tied to our A/V system. I believe the issue has to do with a timeout on the broadcast saying "here I am" and allowing devices to connect.
    For example:
    At work we have several Wi-Fi SSID being broadcast from Cisco APs. The only one we can use with the Apple TV is the one that uses a WEP since the others are either setup to be hidden, require web page authentication, or have a login requirement from employees. Essentially, what I believe the issue is that the Apple TV periodically broadcasts a message to other iOS devices that support Mirroring. When the Apple TV does not get a response from a device it goes into a dormant mode and requires either a command from the remote control or a reboot. This has been tested with both the power management enabled and not enabled with the same results.
    As for when I come home, the Apple TV3 has not seen the device in some time and therefore is not broadcasting it's location information. A simple click of the circle or menu keys on the remote will give it the command to start broadcasting again and allow the iPad3 to see the Apple TV. When trying to Home Share the computer can not play (iTunes 11, Win8RTM) until the Apple TV is awoken then it will show up for mirroing.
    This may or may not assist you but, it hopefully explains how the issue may be happening.

  • HT1918 How do you solve an issue with the card? I don't get the option of 'none' :(

    How do you solve an issue with the card? I don't get the option of 'none'

    I had this exact same problem with the new iPhone I bought on 1/4/13. The walk through they provide on how to do this is useless because it fails to explain that if you are already having the problem of not getting the "None" payment option with an Apple ID then you will need to create a completely new Apple ID.
    I had to do this 7 times since I bought my iPhone on Friday until this morning to figure out how to finally be able to use the Home Sharing option in iTunes to put my music collection on my brand new $500.00 iPhone. Pretty pathetic if you ask me but since it made me so angry I want to make sure other know how to do this so you don't get as upset as I did.
    #1 If your current or soon to be "old" Apple ID is not providing the option for "None" as a payment option then you need to make a brand new one. But you have to make it specifically how I tell you.
    #2 You will need to use an email address that has not already been used for anything related to a previous Apple ID. You might need to make a brand new email address.
    #3 Open iTunes, then open iTunes Store (upper right corner of iTunes).
    #4 Click on App Store (upper center of screen).
    #5 Scroll down the screen page until you see Top Free Apps on the right side.
    #6 Choose any one of the FREE apps.
    #7 You should either get the option to create a new Apple ID box, either that, or it will pop up with some kind of disclaimer and then it does the create new Apple ID.
    Either way just create a new Apple ID when it gives you the option to and then when you get to the page that looks like the payment page the "None" payment option will finally be available.
    Note: You will still have to fill out the information on the payment page. As long as you choose the "None" option it will not request any credit card information.
    #8 You will be sent a confirmation email to the new email account. Just follow through with what ever it tells you and viola now you can use your Apple Device.
    What a pain in the keester, eh?

  • I am having an installation failure issue with my itunes 11 software.  File is corrupted and i don't know what to do.  I've un-install and re-installed the software three times and continue to get the same error message.  It states that "This copy of ITun

    I am having an installation failure issue with my itunes 11 software.  File is corrupted and i don't know what to do.  I've un-install and re-installed the software three times and continue to get the same error message.  It states that "This copy of ITunes is corrupted or is not installed correctly.  Please reinstall Itunes"
    iMac, iOS 6

    HI,
    If your old version of iTunes is still working - then I sugest you stick with that.
    iTunes 11 is a lousy update - It will not retain your playlists, you can't find and delete duplicates... and a whole arry of oyher issues. (have a look around this forum to see how many issues IT11 gives people)
    Just a friendly advise and warning :-)

  • I want to buy a new Macbook pro 15", but I don't like Lion, I want Leopard installed, is there any issues with drivers or any other I should be aware of?

    I want to buy a new Macbook pro 15", but I don't like Lion, I want Leopard installed, is there any issues with drivers or any other I should be aware of?

    Hello, I've tried Lion from the day they released to last week I got my computer formated and with leopard again, on my iMac 24" from early 2009 2.9 Ghz core 2 duo, and I have installed 8 Gb of memory, and i have some complains about it, there are some cosmetic issues but mostly I'm concerned about issues bellow the hood, as I'm a stock trader and I depend completly from my computer's performance, let me explain:
    Superficial issues:
    1. They took off "spaces" and I liked it.
    2. I dont use the magic mouse, I need a more accurate mouse for my charts, and it seems they built the entire OS assuming you would use the magic mouse for gestures, scroll, etc to try to mimic in some way the Ipad and Iphone functions, but what if you arent using it like me?
    3. I never used that little rocket icon that makes all your apps appear and that could be one of the "improvements on Lion", at first sight it looks nice and slick, but if you try to use it and make it part of your daily use, you would find it is useless, it is a pain to try to arrange it the way you like it, so I rather use the spotlight to search for my apps, its faster.
    Now the MOST important, 'performance':
    1. It completly suffocate my computers hardware Leopard much more lighter, beggining from the start up that taked almost 1/3 or twice the time, and I think Lion has some bugs bellow the hood, i was doing my normal stuff, some apps running and everything, and suddenly I started to feel the computer a little slow, safari taking forever to open the pages for example, and I opened the activity monitor to see what was going on, and it was there, I was using 4 or 5 gb from my memory, and CPU making insane peaks, and Im using 2.46 gb as im writing it doing exactly the same stuff, (but Im happily using Leopard now), and it wasnt once, as i told before, I used lion since the day they released it and happened several times until it drove me nutts. But leopard not problem in that regard at all, Never.
    hope this helps, and hope some apple guys read that because lion resulted in a big disappointment for me.

Maybe you are looking for