Re: Problemas en los sleepmode
Cita:
Iniciado por
miguel8e
revisa tu ini y ve que tengas correctamente los codigos de los iconos, puede que tengas el codigo de llamada perdida en el icono de silencio o bloqueo por ejemplo.
Sino postea tu ini a ver si tiene otro error
amigo ahi te posteo mi .ini del sleep mode 1.17..quisiera saber si me pudieras decir como poner la imagen de fondo ..yo la puse pero no sale nada....esta bien la ruta o como deberia ser??.gracias
;NOTE: You must edit this file to fit your phone.
;************************************************
;ICONS currently in use FOR W810,w800,k750
;You enter the name of the icon from your firmware or
;the correct hex codes
;00 - MISSED_VOICE_CALL
;01 - MISSED_SMS
;03 - MISSED_MMS
;15 - music player
;16 - FM radio
;17 - battery charging
;18 - KEYLOCKED
;19 - MUTE
;W810 icons
[ICON00]: CALLS_MISSED_STATUS_ICN
[ICON01]: MSG_UI_TEXT_MESSAGE_STATUS_BAR_ICN
[ICON03]: MSG_UI_MULTIMEDIA_MESSAGE_STATUS_BAR_ICN
[ICON15]: MEDIAPLAYER_RUNNING_ICN
[ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN
[ICON17]: C_UI_BATTERY_CHARGING_ICN
[ICON18]: KEYLOCK_ICN
[ICON19]: SILENT_MODE_ICN
;ICONS currently in use for large format phones
;00 - KEYLOCKED
;01 - SOUNDOFF
;02 - MISSED_VOICE_CALL
;03 - MISSED_SMS
;04 - MISSED_EMAIL
;05 - MISSED_MMS
;06 - Calendar event Reminder
;07 - Task Event Reminder
;15 - music player
;16 - FM radio
;17 - battery charging
;[ICON00]: KEYLOCK_ICN
;[ICON01]: SILENT_MODE_ICN
;[ICON02]: CALLS_MISSED_ICN
;[ICON03]: MSG_UI_MESSAGE_STATUS_BAR_ICN
;[ICON04]: MSG_UI_EMAIL_MESSAGE_STATUS_BAR_ICN
;[ICON05]: MMS_NEW_MESSAGE_ICN
;[ICON06]: CALE_APPOINTMENT_ICN
;[ICON07]: CALE_RN_TASK_STATUS_ICN
;[ICON15]: MEDIAPLAYER_RUNNING_ICN
;[ICON16]: FM_RADIO_STATUSBAR_RADIO_ICN
;[ICON17]: C_UI_BATTERY_CHARGING_ICN
;Custom icons-hex code of icon to be placed anywhere on screen, even as background
;Set this to an unused icon and use sysgfx (or other method) to replace it with your custom picture
;You can define multiple backgrounds 0-6 to switch automatically according to custom_mode
Specify either hex code of internal image or folder and name of external image
[IMAGE_FOLDER]: /card/other/e702xv8.png
[CUSTOM00.ICON]: 0xE5B1;
[CUSTOM00.ICON]: e702xv8.png
[CUSTOM01.ICON]: e702xv8.png
[CUSTOM02.ICON]: e702xv8.png
[CUSTOM03.ICON]: e702xv8.png
[CUSTOM04.ICON]: e702xv8.png
[CUSTOM05.ICON]: e702xv8.png
[CUSTOM06.ICON]: e702xv8.png
;[CUSTOM_MODE]: 0x03; 0=static icon00, 1=sequence by time, 2=random by time, 3=sequence by Day of week(Sunday=icon00, Mon=icon01, etc)
;[CUSTOM_TIME]: 0x10; Time period before background changes in minutes
;example for 176x220 phones
[WIN00.TOP]: 0x2F; Clock
;[WIN00.X]: 0x00;
[WIN01.TOP]: 0xA0; Date
;[WIN01.X]: 0x00;
[WIN02.TOP]: 0xA0; Dayof Week
;[WIN02.X]: 0x00;
[WIN03.TOP]: 0x01; Icons
;[WIN03.X]: 0x00;
[WIN04.TOP]: 0x5F; Custom Message
;[WIN04.X]: 0x00;
[WIN05.TOP]: 0xBF; Battery/Heap status
[WIN06.TOP]: 0x88; MiniGPS location
;[WIN06.X]: 0x00;
[WIN07.TOP]: 0x1C; Radio/Mplayer
[WIN08.TOP]: 0x00; Custom Icon Position
[WIN08.X]: 0x00;
[WIN09.TOP]: 0x78; Icon Row 2
;[WIN09.X]: 0x00;
;Horizontal location of windows
[TIME_JUSTIFY]: 0x02; // 0=LEFT,1=RIGHT,2=CENTER
[DAY_JUSTIFY]: 0x00;
[DATE_JUSTIFY]: 0x01;
[ICON_JUSTIFY]: 0x02; Icon row 1 (missed events)
[ICON_JUSTIFY_2]: 0x02; Icon row 2 (status)
[MSG_JUSTIFY]: 0x02;
[GPS_JUSTIFY]: 0x02;
Re: Problemas en los sleepmode
Lo de los iconos deberia estar trabajando bien porque estas usando los nombres internos, si puedes prueba con los codigos hexadecimales.
Para la imagen de fondo debes poner un punto y coma al final de cada linea, te quedaria asi:
Cita:
[IMAGE_FOLDER]: /card/other/e702xv8.png
[CUSTOM00.ICON]: 0xE5B1;
[CUSTOM00.ICON]: e702xv8.png;
[CUSTOM01.ICON]: e702xv8.png;
[CUSTOM02.ICON]: e702xv8.png;
[CUSTOM03.ICON]: e702xv8.png;
[CUSTOM04.ICON]: e702xv8.png;
[CUSTOM05.ICON]: e702xv8.png;
[CUSTOM06.ICON]: e702xv8.png;
Re: Problemas en los sleepmode
como saco el codigo hexadecimal de la imagen que quiero de fondo en el sleepmode??
Re: Problemas en los sleepmode
Si trabajas con le 1.18 para arriba es solo que pongas una imagen con la resolucion necesitada en la carpeta y poner el nombre en el .ini que lo invoique, sino lo puedes hacer como lo explico miguel arriba :D
Re: Problemas en los sleepmode
Cita:
Iniciado por
edgpaezc
Si trabajas con le 1.18 para arriba es solo que pongas una imagen con la resolucion necesitada en la carpeta y poner el nombre en el .ini que lo invoique, sino lo puedes hacer como lo explico miguel arriba :D
pos asi como dice miguel fue lo que hice, la imagen es 240x320, y lo puse en la carpeta de "otro" de la memory stick.. o tiene que ser en la memoria del telefono??
Re: Problemas en los sleepmode
No es hexadecimal amigo sol pon en la ruta /card/other/ la imagen en 240*320 con extension .png, lo otro es que no la estes invocando bien en el .ini, prueba por el momento solo una imagen y despues vas sumando y mirando suerte :D
debe ser en la stick RUTA EXACTAMENTE IGUAL A LA DEL INI