Cita Iniciado por car105z Ver mensaje
Por fin he logrado hacer funcionar el sleepmode gracias al tutorial de nuestro amigo edgpaez.

Solo me quedan tres cosas que no he podido configurar.
  1. No logro hacer que cambie el fondo del sleepmode de acuerdo a el dia, he intentado muchas cosas y nada.
  2. Cuando activo los efectos stobe, lamp y lo demas, solo parpadea la pantalla y luego aparece este mensaje "Restarting zoyd's moby"
  3. En los wallpaper automaticos, tengo que descomentar la linea que voy a utilizar verdad, pues cuando lo hago e inicio el sleepmode el celular se congela, y toca que sacarle la bateria y volverlo a encender y siempre pasa lo mismo, entonces para que funcione tengo que comentar nuevamente las lineas.

Asi tengo el ini, es un w810 r4ea031

Código:
;---------------------------------------------------------
;Custom images can be loaded here to be placed anywhere on the sleepmode screen, usually 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]: /usb/other/Sleepmode
;[CUSTOM00.ICON]: 0xE5B0;
[CUSTOM00.ICON]: skin1.png
[CUSTOM01.ICON]: skin2.png
[CUSTOM02.ICON]: skin3.png
[CUSTOM03.ICON]: skin4.png
[CUSTOM04.ICON]: skin5.png
[CUSTOM05.ICON]: skin6.png
[CUSTOM06.ICON]: skin7.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
 
;---------Misc Options---------------------------------------
[DOW_MODE]: 0x01; 00=short day of week names, 01=normal
[HEAP_FMT]: 0x01; 00=KB, 01=MB, 02=Bat% + Heap, 03=Bat%
[SECONDS]: 0x01; 00=display seconds
[AM_PM]: 0x00; 00=24 hour clock, 01=12 hour clock
[SHOW_CURRENT]: 0x01; shows current in mA, always on when charging
[BACKLIGHT_TIMEOUT]: 0x0C; timeout in seconds
[BACKLIGHT_LEVEL]: 0x01; Can be levels from 1 to 10
[REFRESH_TIME]: 0xC0; lower numbers scroll faster, recommended 160-400 msec(0xA0 to 0x1D0)
[CONT_REFRESH]: 0x00; No longer needed, set to 0
[TOTAL_BLACK]: 0x00; set to 0x01 for total black on db2020 phones
[HANDS_FREE]: 0x36; keycode for handsfree button
[KEY_DELAY]: 0x708; delay in ms between handsfree keypresses
[EFFECTS_KEY]: 0x20;
[EFFECTS_KEY_MODE]: 0x01; 0=short, 1=long
[EFFECTS_1]: 0x01; strobe
[EFFECTS_2]: 0x01;lamp
[EFFECTS_3]: 0x01; vibra
[EFFECTS_4]: 0x00; random color fill in stby
[EFFECTS_VOLUME]: 0x02; set from 0-8
 
;---------Automatic Wallpaper Changer------------------------;
;Up to 20 images can be specified, put them in [IMAGE_FOLDER]
[WALL00]: image1.png
[WALL01]: image2.png
[WALL02]: image3.png
[WALL03]: image4.png
;[WALL_CHANGE]: 0x0F; minute interval, 0 to disable, valid range 1-60 in hex
;[WALL_MODE]: 0x02; 1=sequence by time, 2=random by time; 3=sequence by day (must load 7 images)
;[WALL_CHANGE_KEY]: 0x04; double click of this key will cycle through your wallpapers
 
;----supported phones for auto-wallpaper change-------------;
;[PHONE]: 0x00;
0x00;//W810_R4EA031
0x01;//W800_R1BD001 
0x02;//K750_R1CA021
0x03;//W700_R1CA021
0x04;//Z550_R6CA009 
0x05;//W850_R1KG001
0x06;//K800_R8BF003 
0x07;//K810_R8BA024 
0x08;//W880_R8BA024 
0x09;//W610_R6BC002 
0x0A;//W580_R8BA024
0x0B;//W660_R8BB001
0x0C;//W550_R4CB020
0x0D;//W200_R4HA014
0x0E;//W300_R4EA031
 
;Do Not delete
Espero me ayuden.
amigo se queda congelado porque el .ini de tu sleepmode no reconoce el modelo de celular...tienes que sacarle el ; antes .porque en tu .ini no esta descomentada la linea y por lo tanto el .ini del sleepmode no recone el modelo de celular para que funcione en tu celualr..debe quedar asi:

;----supported phones for auto-wallpaper change-------------;
[PHONE]: 0x00;
0x00;//W810_R4EA031