75 // pop-up query. |
75 // pop-up query. |
76 // |
76 // |
77 // ----------------------------------------------------------------------------- |
77 // ----------------------------------------------------------------------------- |
78 RESOURCE TBUF r_qtn_dm_query_accept_postsale { buf = qtn_dm_query_accept_postsale ; } |
78 RESOURCE TBUF r_qtn_dm_query_accept_postsale { buf = qtn_dm_query_accept_postsale ; } |
79 |
79 |
80 // |
|
81 // ----------------------------------------------------------------------------- |
|
82 // |
|
83 // r_fota_conf_query_connection_is_needed |
|
84 // Text for the server initiated management session acception |
|
85 // pop-up query. |
|
86 // |
|
87 // ----------------------------------------------------------------------------- |
|
88 // |
|
89 RESOURCE TBUF r_fota_conf_query_connection_is_needed { buf = qtn_fota_conf_query_connection_is_needed; } |
|
90 |
|
91 // ----------------------------------------------------------------------------- |
80 // ----------------------------------------------------------------------------- |
92 // |
81 // |
93 // r_sml_server_msg_prompt |
82 // r_sml_server_msg_prompt |
94 // Text for the server initiated management session acception |
83 // Text for the server initiated management session acception |
95 // pop-up query. |
84 // pop-up query. |
170 // Text indicating that firmware updating is not permitted. |
159 // Text indicating that firmware updating is not permitted. |
171 // |
160 // |
172 // ----------------------------------------------------------------------------- |
161 // ----------------------------------------------------------------------------- |
173 // |
162 // |
174 RESOURCE TBUF r_fota_query_install_now { buf = qtn_fota_conf_query_install_now; } |
163 RESOURCE TBUF r_fota_query_install_now { buf = qtn_fota_conf_query_install_now; } |
|
164 |
|
165 |
|
166 // ----------------------------------------------------------------------------- |
|
167 // |
|
168 // r_fota_query_install_force_now |
|
169 // Text indicating that firmware updating is not permitted. |
|
170 // |
|
171 // ----------------------------------------------------------------------------- |
|
172 // |
|
173 RESOURCE TBUF r_fota_query_install_force_now { buf = qtn_att_fota_conf_query_install_forced; } |
|
174 |
|
175 // ----------------------------------------------------------------------------- |
|
176 // |
|
177 // r_post_limit_fota_query_install_now |
|
178 // Text indicating that firmware updating, is to be done now or later. |
|
179 // |
|
180 // ----------------------------------------------------------------------------- |
|
181 // |
|
182 RESOURCE TBUF r_post_limit_fota_query_install_now { buf = qtn_att_fota_conf_query_install_now; } |
175 |
183 |
176 // ----------------------------------------------------------------------------- |
184 // ----------------------------------------------------------------------------- |
177 // |
185 // |
178 // r_fota_update_1_warning |
186 // r_fota_update_1_warning |
179 // First confirmation query describing the effect of firmware update. |
187 // First confirmation query describing the effect of firmware update. |
240 RESOURCE TBUF r_fota_connection_fail2 { buf = qtn_fota_query_download_conn_lost; } |
248 RESOURCE TBUF r_fota_connection_fail2 { buf = qtn_fota_query_download_conn_lost; } |
241 RESOURCE TBUF r_fota_download_general_resume { buf = qtn_fota_query_download_error_continue; } |
249 RESOURCE TBUF r_fota_download_general_resume { buf = qtn_fota_query_download_error_continue; } |
242 RESOURCE TBUF r_fota_download_no_resume { buf = qtn_fota_query_download_error_restart; } |
250 RESOURCE TBUF r_fota_download_no_resume { buf = qtn_fota_query_download_error_restart; } |
243 RESOURCE TBUF r_fota_download_resume { buf = qtn_fota_query_download_resume; } |
251 RESOURCE TBUF r_fota_download_resume { buf = qtn_fota_query_download_resume; } |
244 |
252 |
|
253 // Update Postpone Limit |
|
254 |
|
255 RESOURCE TBUF r_fota_postpone_update_one_minute { buf = qtn_att_fota_info_installation_postponed_one_minute; } |
|
256 RESOURCE TBUF r_fota_postpone_update_minutes { buf = qtn_att_fota_info_installation_postponed_minutes; } |
|
257 RESOURCE TBUF r_fota_postpone_update_one_hour { buf = qtn_att_fota_info_installation_postponed_one_hour; } |
|
258 RESOURCE TBUF r_fota_postpone_update_hours { buf = qtn_att_fota_info_installation_postponed_hours; } |
|
259 RESOURCE TBUF r_fota_postpone_update_one_day { buf = qtn_att_fota_info_installation_postponed_one_day; } |
|
260 RESOURCE TBUF r_fota_postpone_update_days { buf = qtn_att_fota_info_installation_postponed_days; } |
|
261 |
|
262 |
245 // Header text for encryption related queries |
263 // Header text for encryption related queries |
246 RESOURCE TBUF r_fota_update_dec_warning { buf = qtn_fota_msg_query_update_dec_warning; } |
264 RESOURCE TBUF r_fota_update_dec_warning { buf = qtn_fota_msg_query_update_dec_warning; } |
247 RESOURCE TBUF r_fota_update_enc { buf = qtn_fota_msg_query_update_encrypt; } |
265 RESOURCE TBUF r_fota_update_enc { buf = qtn_fota_msg_query_update_encrypt; } |
248 RESOURCE TBUF r_fota_update_enc_battery_low { buf = qtn_fota_battery_encryption_low; } |
266 RESOURCE TBUF r_fota_update_enc_battery_low { buf = qtn_fota_battery_encryption_low; } |
249 RESOURCE TBUF r_fota_device_memory_busy { buf = qtn_fota_device_busy; } |
267 RESOURCE TBUF r_fota_device_memory_busy { buf = qtn_fota_device_busy; } |
|
268 |
250 // ============================================================================= |
269 // ============================================================================= |
251 // SOFTKEYS |
270 // SOFTKEYS |
252 // |
271 // |
253 // ----------------------------------------------------------------------------- |
272 // ----------------------------------------------------------------------------- |
254 // |
273 // |
265 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
284 CBA_BUTTON { id = EAknSoftkeyCancel; txt = text_softkey_cancel; }, |
266 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_accept; } |
285 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_accept; } |
267 }; |
286 }; |
268 } |
287 } |
269 |
288 |
|
289 |
|
290 // ----------------------------------------------------------------------------- |
|
291 // |
|
292 // r_sml_softkeys_force_accept |
|
293 // Query for the server initiated session acception. |
|
294 // |
|
295 // ----------------------------------------------------------------------------- |
|
296 // |
|
297 RESOURCE CBA r_sml_softkeys_force_accept__accept |
|
298 { |
|
299 buttons = |
|
300 { |
|
301 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_accept; }, |
|
302 CBA_BUTTON { txt=text_softkey_empty;}, |
|
303 CBA_BUTTON { id = EAknSoftkeyOk; txt = text_softkey_accept; } |
|
304 }; |
|
305 } |
|
306 |
|
307 |
270 //------------------------------------------------------------------------------ |
308 //------------------------------------------------------------------------------ |
271 //softkeys for the query to install downloaded package |
309 //softkeys for the query to install downloaded package |
272 //------------------------------------------------------------------------------ |
310 //------------------------------------------------------------------------------ |
273 |
311 |
274 RESOURCE CBA r_fota_install_query_softkeys_now_later__now |
312 RESOURCE CBA r_fota_install_query_softkeys_now_later__now |
276 buttons = |
314 buttons = |
277 { |
315 { |
278 CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_now; }, |
316 CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_now; }, |
279 CBA_BUTTON { id = EAknSoftkeyNo; txt = text_softkey_later; }, |
317 CBA_BUTTON { id = EAknSoftkeyNo; txt = text_softkey_later; }, |
280 CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_now; } |
318 CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_now; } |
|
319 }; |
|
320 } |
|
321 |
|
322 |
|
323 //------------------------------------------------------------------------------ |
|
324 //softkeys for the query to install downloaded package, customized for AT&T. |
|
325 //------------------------------------------------------------------------------ |
|
326 |
|
327 RESOURCE CBA r_fota_install_query_softkeys_force__now |
|
328 { |
|
329 buttons = |
|
330 { |
|
331 CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_ok; }, |
|
332 CBA_BUTTON { txt=text_softkey_empty;}, |
|
333 CBA_BUTTON { id = EAknSoftkeyYes; txt = text_softkey_ok; } |
281 }; |
334 }; |
282 } |
335 } |
283 |
336 |
284 // ============================================================================= |
337 // ============================================================================= |
285 // QUERIES |
338 // QUERIES |
314 // r_sml_confirmation_query |
367 // r_sml_confirmation_query |
315 // Query for the downloaded package installation. |
368 // Query for the downloaded package installation. |
316 // |
369 // |
317 // ----------------------------------------------------------------------------- |
370 // ----------------------------------------------------------------------------- |
318 |
371 |
319 |
|
320 RESOURCE DIALOG r_fota_install_confirmation_query |
372 RESOURCE DIALOG r_fota_install_confirmation_query |
321 { |
373 { |
322 flags = EGeneralQueryFlags; |
374 flags = EGeneralQueryFlags; |
323 buttons = r_fota_install_query_softkeys_now_later__now; |
375 buttons = r_fota_install_query_softkeys_now_later__now; |
324 items = |
376 items = |
334 }; |
386 }; |
335 } |
387 } |
336 }; |
388 }; |
337 } |
389 } |
338 |
390 |
|
391 /* |
|
392 |
|
393 RESOURCE DIALOG r_fota_install_confirmation_query |
|
394 { |
|
395 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
396 buttons = r_fota_install_query_softkeys_now_later__now; |
|
397 items = |
|
398 { |
|
399 DLG_LINE |
|
400 { |
|
401 type = EAknCtPopupHeadingPane; |
|
402 id = EAknMessageQueryHeaderId; |
|
403 control = AVKON_HEADING |
|
404 { |
|
405 label = qtn_sml_server_message_heading; |
|
406 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
407 }; |
|
408 }, |
|
409 DLG_LINE |
|
410 { |
|
411 type = EAknCtMessageQuery; |
|
412 id = EAknMessageQueryContentId; |
|
413 control = AVKON_MESSAGE_QUERY |
|
414 { |
|
415 //layout = EConfirmationQueryLayout; |
|
416 //animation = R_QGN_NOTE_QUERY_ANIM; |
|
417 message = "%U"; |
|
418 }; |
|
419 } |
|
420 }; |
|
421 } |
|
422 |
|
423 */ |
|
424 |
|
425 |
|
426 // ----------------------------------------------------------------------------- |
|
427 // |
|
428 // r_sml_confirmation_query |
|
429 // Query for forcing the downloaded package installation. |
|
430 // |
|
431 // ----------------------------------------------------------------------------- |
|
432 |
|
433 |
|
434 RESOURCE DIALOG r_fota_force_install_confirmation_query |
|
435 { |
|
436 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
437 buttons = r_fota_install_query_softkeys_force__now; |
|
438 items = |
|
439 { |
|
440 DLG_LINE |
|
441 { |
|
442 type = EAknCtPopupHeadingPane; |
|
443 id = EAknMessageQueryHeaderId; |
|
444 control = AVKON_HEADING |
|
445 { |
|
446 label = qtn_sml_server_message_heading; |
|
447 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
448 }; |
|
449 }, |
|
450 DLG_LINE |
|
451 { |
|
452 type = EAknCtMessageQuery; |
|
453 id = EAknMessageQueryContentId; |
|
454 control = AVKON_MESSAGE_QUERY |
|
455 { |
|
456 //layout = EConfirmationQueryLayout; |
|
457 //animation = R_QGN_NOTE_QUERY_ANIM; |
|
458 message = "%U"; |
|
459 }; |
|
460 } |
|
461 }; |
|
462 } |
|
463 |
|
464 |
|
465 // ----------------------------------------------------------------------------- |
|
466 // |
|
467 // r_sml_confirmation_query |
|
468 // Query for forcing the downloaded package installation. |
|
469 // |
|
470 // ----------------------------------------------------------------------------- |
|
471 |
|
472 |
|
473 RESOURCE DIALOG r_fota_install_message_query |
|
474 { |
|
475 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow; |
|
476 buttons = r_fota_install_query_softkeys_now_later__now; |
|
477 items = |
|
478 { |
|
479 DLG_LINE |
|
480 { |
|
481 type = EAknCtPopupHeadingPane; |
|
482 id = EAknMessageQueryHeaderId; |
|
483 control = AVKON_HEADING |
|
484 { |
|
485 label = qtn_sml_server_message_heading; |
|
486 headinglayout = R_AVKON_WML_SIGN_QUERY_HEADING_PANE; |
|
487 }; |
|
488 }, |
|
489 DLG_LINE |
|
490 { |
|
491 type = EAknCtMessageQuery; |
|
492 id = EAknMessageQueryContentId; |
|
493 control = AVKON_MESSAGE_QUERY |
|
494 { |
|
495 //layout = EConfirmationQueryLayout; |
|
496 //animation = R_QGN_NOTE_QUERY_ANIM; |
|
497 message = "%U"; |
|
498 }; |
|
499 } |
|
500 }; |
|
501 } |
|
502 |
|
503 |
|
504 |
339 // ----------------------------------------------------------------------------- |
505 // ----------------------------------------------------------------------------- |
340 // |
506 // |
341 // r_sml_server_msg_infonote |
507 // r_sml_server_msg_infonote |
342 // Info note for showing the information received from the server. |
508 // Info note for showing the information received from the server. |
343 // |
509 // |