Resultados 1 al 10 de 130

Vista híbrida

  1. #1
    Cuenta inhabilitada
    Fecha de ingreso
    01/feb/2008
    Mensajes
    2.965

    Re: Mini GPS

    Cita Iniciado por LeO_snm Ver mensaje
    yo lo tengo en mi z550 y corre, pero la direccion, este donde este es 0000:08000 alguien sabe como solucionar esto?, saludos!
    Amigo es porque tu ini no deja que el elf actualize su ubicacion debe quedar asi amigo:
    Código PHP:
    Choose update options (interval in secondshexadecimal):
    [
    UPDATE_INTERVAL]: 0x02Look for new LAC:CID every 2 seconds (default)
    [
    ALWAYS_UPDATE]: 0x00;  Only update the displayed location when it has changed (default)
    ;[
    ALWAYS_UPDATE]: 0x01;  Update the displayed location even when nothing has changed (fixes disappearing location
    suerte

  2. #2
    Avanzado Avatar de LeO_snm
    Fecha de ingreso
    07/ago/2007
    Ubicación
    San Miguel de Tucuman - Argentina
    Móvil
    z550a
    Mensajes
    213

    Re: Mini GPS

    Cita Iniciado por edgpaezc Ver mensaje
    Amigo es porque tu ini no deja que el elf actualize su ubicacion debe quedar asi amigo:
    Código PHP:
    Choose update options (interval in secondshexadecimal):
    [
    UPDATE_INTERVAL]: 0x02Look for new LAC:CID every 2 seconds (default)
    [
    ALWAYS_UPDATE]: 0x00;  Only update the displayed location when it has changed (default)
    ;[
    ALWAYS_UPDATE]: 0x01;  Update the displayed location even when nothing has changed (fixes disappearing location
    suerte
    Negativo, lo tengo asi al ini,no es eso, saludos!

  3. #3
    Cuenta inhabilitada
    Fecha de ingreso
    01/feb/2008
    Mensajes
    2.965

    Re: Mini GPS

    Cita Iniciado por LeO_snm Ver mensaje
    Negativo, lo tengo asi al ini,no es eso, saludos!
    Muy raro amigo mi ini estas asi y siempre esta cambiando de direccion, copia el ini que postee arriba ese es el mio que anda perfecto , ademas esas son las unicas lineas que manejan esto, revisa suerte

  4. #4
    Top Android Avatar de saibof
    Fecha de ingreso
    05/abr/2007
    Ubicación
    México D.F.
    Móvil
    K790i
    Mensajes
    45

    Re: Mini GPS

    Cita Iniciado por LeO_snm Ver mensaje
    Negativo, lo tengo asi al ini,no es eso, saludos!
    Saludos Ay que leer, en un post pasado () Refiero que el MiniGPS funciona con la configuracion GPRS, si aun tiene dudas y no se les actualiza pulsen el boton del operador! (o intente entrar a internet) aunque no tengan saldo, y veran que cuandose pone la E arriba de la señal, la direccion cambia, de ser asi configuren su telefono como lo explico en el post numero 4 recuerden que para no crear spam ay que leer bien no solo postear un mensaje hasta el ultimo!
    Saludos

  5. #5
    Avanzado Avatar de LeO_snm
    Fecha de ingreso
    07/ago/2007
    Ubicación
    San Miguel de Tucuman - Argentina
    Móvil
    z550a
    Mensajes
    213

    Re: Mini GPS

    Cita Iniciado por saibof Ver mensaje
    Saludos Ay que leer, en un post pasado () Refiero que el MiniGPS funciona con la configuracion GPRS, si aun tiene dudas y no se les actualiza pulsen el boton del operador! (o intente entrar a internet) aunque no tengan saldo, y veran que cuandose pone la E arriba de la señal, la direccion cambia, de ser asi configuren su telefono como lo explico en el post numero 4 recuerden que para no crear spam ay que leer bien no solo postear un mensaje hasta el ultimo!
    Saludos
    Si, conozco las normas del foro, y todos los mensajes que tengo fueron sin spam, estuve navegando con el opera en mi telefono y la direcciones no cambien, sigue siendo las mismas en cualquier punto de mi ciudad, gracias igual, saludos!

  6. #6
    Experto Avatar de porongo1
    Fecha de ingreso
    05/mar/2008
    Móvil
    w760 tuning by daniel
    Mensajes
    903

    Re: Mini GPS

    Cita Iniciado por LeO_snm Ver mensaje
    Si, conozco las normas del foro, y todos los mensajes que tengo fueron sin spam, estuve navegando con el opera en mi telefono y la direcciones no cambien, sigue siendo las mismas en cualquier punto de mi ciudad, gracias igual, saludos!
    amigo aca te posteo mi .ini para que te guies..el mio funciona perfectamente en mi w610...si es para otro modelo cambia lo que esta en negrita: y activa el que tu quieras a lo mejor es por eso:.saludos..avisame como te va.


    ; MiniGPS Elf example configuration
    ;
    ; Remove semicolon ( from the beginning of lines you want to use.
    ; Insert semicolons before lines you don't want to use, or simply remove those lines.
    ; Options marked as default will be used even if the option is not entered, example:
    ; if you don't enter a [LOG_EXT] the .txt extension will be used.


    ; Choose your phone (not optional!):
    ;[PHONE]: 0x00; W810_R4EA031
    ;[PHONE]: 0x01; K790_R8BF003
    ;[PHONE]: 0x02; W700_R1CA021
    ;[PHONE]: 0x03; K750_R1CA021
    ;[PHONE]: 0x04; W800_R1BD001
    [PHONE]: 0x05; W610_RBC002
    ;[PHONE]: 0x06; K810_R8BA024
    ;[PHONE]: 0x07; K800_R8BF003
    ;[PHONE]: 0x08; W850_R1KG001
    ;[PHONE]: 0x09; W880_R8BA024
    ;[PHONE]: 0x0A; W580_R8BA024
    ;[PHONE]: 0x0B; W660_R8BB001
    ;[CUSTOM_CID]: Enter CID address if have different than default phones above


    ; Choose location of logfile, if this option is left out nothing will be logged:
    ;[LOG_FOLDER]: /tpa/user/other/ini/MiniGPS
    [LOG_FOLDER]: /usb/other/MiniGPS


    ; Choose logfile date format:
    [DATE_FORMAT]: 0x00; YYYY-MM-DD (default)
    ;[DATE_FORMAT]: 0x01; DD-MM-YYYY


    ; Choose logfile extension:
    [LOG_EXT]: 0x00; .txt (default)
    ;[LOG_EXT]: 0x01; .ini


    ; Choose a log mode:
    [LOG_MODE]: 0x00; Log every change in LAC:CID (default)
    ;[LOG_MODE]: 0x01; Only log changes in displayed location (known and unknown)
    ;[LOG_MODE]: 0x02; Only log known locations
    ;[LOG_MODE]: 0x03; Only log unknown locations


    ; Choose a vibration notification for when LAC:CID changes:
    [VIBRATE]: 0x00; Don't vibrate (default)
    ;[VIBRATE]: 0x01; Vibrate three times (70 ms)
    ;[VIBRATE]: 0x02; Vibrate once for 250 ms
    ;[VIBRATE]: 0x03; Vibrate once for 500 ms


    ; Choose position for current location:
    ;[LOCATION]: 0x07; On the first operator line
    ;[LOCATION]: 0x06; On the second operator line (default)
    ;[LOCATION]: 0x00; On the third operator line if the second is used, too
    ;[LOCATION]: 0x09; Within a big message box
    [LOCATION]: 0x0D; At the right bottom (place of date)
    ;[LOCATION]: 0x0B; small-screen phones: left bottom (place of time)large-screen phones: in place of big clock
    ;[LOCATION]: 0x0C; One line above the right bottom (only on large-screen phones - default place of small clock)
    ;[LOCATION]: 0x0F; At the left bottom of large-screen phones
    ;[LOCATION]: 0x0E; One line above the left bottom (only on large-screen phones)


    ; Choose a key and keymode to show / hide current location:
    [SHOW]: 0x05; Camera focus (key codes depend on phone)
    [KEY_MODE]: 0x01; Short press (default)
    [IGNORE_KEYLOCK]: 0x01; Key will work only work when keys are unlocked (default)
    ;[IGNORE_KEYLOCK]: 0x01; Key will work even when keylock is active

    ; Choose a key to toggle (with long press) between displaying location name / LAC:CID (not affected by above settings):
    [SHOWCELLID]: 0x04; Back key on some phones, C key on others

    ; Choose update options (interval in seconds, hexadecimal):
    [UPDATE_INTERVAL]: 0x02; Look for new LAC:CID every 2 seconds (default)
    [ALWAYS_UPDATE]: 0x00; Only update the displayed location when it has changed (default)
    ;[ALWAYS_UPDATE]: 0x01; Update the displayed location even when nothing has changed (fixes disappearing location)


    ; Choose a character encoding for location names
    [CHAR_ENCODING]: 0x00; No special encoding (default)
    ;[CHAR_ENCODING]: 0x01; Windows-1251 encoding


    ; Location names (use tilde (~) for newline):
    ; Put the LAC:CID combination where the Xs are and change "Somewhere" to the name of the corresponding location
    [0FA1:C655]:COMPUTADORA
    [0FA1:C653]:SALA

    ; Location profiles:
    ; You have to start the option with "P_" and use the same location name as displayed when you're there
    ; Profile numbers are in the same order as in the phones menu, starting with 0:
    ; 0x00 = Normal
    ; 0x01 = Meeting
    ; 0x02 = In car
    ; 0x03 = Outdoors
    ; 0x04 = Handsfree
    ; 0x05 = Home
    ; 0x06 = Office
    [P_DEFAULT]: 0x00; Switch to profile Normal when you're at any unconfigured location (optional)
    [P_Home]: 0x05; Switch to profile Home when you get to location "Home"


    ; Location vibration:
    ; Same idea as profiles, but use "V_".
    ; Vibrations options are the ase as with [VIBRATE]:
    ; 0x01 = Vibrate three times (70 ms)
    ; 0x02 = Vibrate once for 250 ms
    ; 0x03 = Vibrate once for 500 ms
    [V_Home]: 0x01; Vibrate three times when you get to location "Home"


    ; Location sound
    ; Same idea as profiles, but use "S_".
    ; You can only enter filenames, files should be in [SOUND_FOLDER].
    [SOUND_FOLDER]: /usb/music
    [S_Home]: home.mp3 Plays /usb/music/home.mp3 when you get to location "Home"


    ;Language Encoding
    ;name of win2unicode file in ini directory
    ;Availible files are cyrillic.bin, latin1.bin, greek.bin, turkish.bin, eastern_european.bin, arabic.bin
    [WIN2UNICODE_FILE]: latin1.bin

    ;Timeout in MINUTES before a change in location will initiate an action, default=0x0A;
    [NEW_ACTION_TIMEOUT]: 0x0A;

Información de tema

Usuarios viendo este tema

Actualmente hay 1 usuarios viendo este tema. (0 miembros y 1 visitantes)

Temas similares

  1. [RESUELTO] Ayuda mini SD bloqueada en N73 S60!
    Por kenryusv en el foro Discusiones Generales Nokia
    Respuestas: 5
    Último mensaje: 31/03/2010, 10:52:30
  2. [RESUELTO] problema con opera mini
    Por djmaberik en el foro Firmware - Actualización - Despersonalización - Cambio de idioma
    Respuestas: 3
    Último mensaje: 07/05/2009, 00:56:45
  3. [RESUELTO] [PEDIDO] Opera Mini 4
    Por keviin.14 en el foro Aplicaciones
    Respuestas: 4
    Último mensaje: 13/06/2008, 18:44:52
  4. [RESUELTO] [Propuesta] Mini Chat en topsony
    Por Theadrian en el foro Funcionamiento & Sugerencias
    Respuestas: 4
    Último mensaje: 08/05/2008, 04:38:03
  5. [RESUELTO] Mini Guia
    Por hanuhanu en el foro Phone XS / XC / XS++ / GFlash
    Respuestas: 5
    Último mensaje: 28/09/2007, 14:36:42

Etiquetas para este tema

Marcadores

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •