HTC Touch HD También conocida como: HTC Blackstone

Respuesta
 
Herramientas
  #1  
Viejo 11/05/09, 13:12:40
Array

[xs_avatar]
arhd arhd no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: dic 2008
Localización: Barcelona
Mensajes: 1,559
Modelo de smartphone: Samsung Galaxy S24 Ultra de 512GB
Tu operador: Vodafone
Programa para configurar los botones del IGO en cualquier pda incluida la HD

Hola a todos!

Recordaréis que escribí un post para los que no les funcionaba el botón de volumen de subir/bajar volumen del IGO, para roms cocinadas que es donde había problemas, en las oficiales que yo sepa no había problema. Propuse una solución que era borrar la carpeta SAVE del iGO y después ejecutarlo y en principio los botones de subir/bajar volumen iban bien. Pues indagando un poco al cabo de unos días los botones no me funcionaban e incluso haciendo un "jarr-reset" tampoco. Al final he encontrado el problema: en la web de http://navmanunlocked.wikispaces.com/iGO8 hay una aplicación que se llama AEKMapScan.exe cuyo propósito es buscar el código hexadecimal de los botones. O sea, primero copiamos el programa en la pda y como que es un exe no hace falta instalación. Una vez abierto pulsamos cualquier botón y nos informa del código hex. de cada uno. Para nuestro caso los botones son:
x75="VOLUMEUP"
x76="VOLUMEDOWN"

Hecho esto nos vamos en el Data.zip y abrimos el archivo keybind.txt que está dentro de DATA.zip\config. Si nos fijamos en [default] seguramente que ya estarán pero aún así a mí no me funcionaba. La solución ha sido en abrir el sys.txt y seguramente mucho de vosotros tendréis puesto esto:

[device]
Type="ALIAS_TOUCH HD"
sdcard_dsk_num=7

Por lo que he deducido en el keybind.txt nuestro dispositivo no está en la lista por lo que coge el default. Como que es uno de genérico a veces funciona y veces no funciona. En las roms oficiales suele andar, en el resto depende.

La solución ha sido introducir dentro del keybind.exe estas líneas (al final):

[ALIAS_TOUCH HD]
; HTC TOUCH HD
x75="VOLUMEUP"
x76="VOLUMEDOWN"

Y a mí me ha funcionado

Nada más y espero que también os funcione a los que no les iba bien.

Saludetes!!
Responder Con Cita


  #2  
Viejo 16/06/09, 16:03:12
Array

[xs_avatar]
Jagg99 Jagg99 no está en línea
Usuario novato en la web
 
Fecha de registro: jun 2009
Mensajes: 3
Modelo de smartphone: HTC Touch HD

Hi,

found your thread in google.... but can't talk in spain so I hope you can understand english....


I have exactly the same problem with my new flashed rom on my Touch HD. The volume hard keys don't work anymore.

I tried your method with keybind.txt but again NO Vol keys work

Última edición por Jagg99 Día 16/06/09 a las 16:08:37.
Responder Con Cita
  #3  
Viejo 16/06/09, 18:12:46
Array

[xs_avatar]
Neikos Neikos no está en línea
Usuario novato en la web
 
Fecha de registro: abr 2009
Mensajes: 6
Modelo de smartphone: HD Touch

 Cita: Originalmente Escrito por Jagg99 Ver Mensaje
I tried your method with keybind.txt but again NO Vol keys work
O lo que es lo mismo, que dice que no funciona
Responder Con Cita
  #4  
Viejo 16/06/09, 21:10:17
Array

[xs_avatar]
arhd arhd no está en línea
Usuario muy activo
· Votos compra/venta: (3)
 
Fecha de registro: dic 2008
Localización: Barcelona
Mensajes: 1,559
Modelo de smartphone: Samsung Galaxy S24 Ultra de 512GB
Tu operador: Vodafone
Hola! Probad de borrar la carpeta \Save a ver si funciona. A tener en cuenta: se borrará la configuración actual.

Saludos
Responder Con Cita
  #5  
Viejo 16/06/09, 22:24:38
Array

[xs_avatar]
kiowa kiowa no está en línea
Usuario muy activo
· Votos compra/venta: (6)
 
Fecha de registro: may 2008
Localización: Madrid
Mensajes: 1,312
Tu operador: Movistar

A mí tampoco me ha funcionado el mapeado de teclas en el txt. A ver si encontramos una solución.
Responder Con Cita
  #6  
Viejo 17/06/09, 11:20:42
Array

[xs_avatar]
Jagg99 Jagg99 no está en línea
Usuario novato en la web
 
Fecha de registro: jun 2009
Mensajes: 3
Modelo de smartphone: HTC Touch HD

Ok, what I did so far...

Add
Código:
[debug]
show_device_type=1
to sys.txt to let me show how igo8 identifies my phone (popup window on igo start).
It identifies as "HTC Touch HD T8282" as Device.

Then I did a test with the program AEKMapScan which Hex-Code I get for the two keys. It's the same as arhd's (Vol-Up x75 and Vol-Down x76).

So I copied the keybind.txt out of data.zip and made a new folder iGO8config and put in there my edited keybind.txt (this keybind.txt in config folder overwrites the file(s) in data.zip so you don't have to play with unzipping, zipp again and so on...)

I added the following at bottom of my keybind.txt file:
Código:
 [HTC Touch HD T8282]
x75="VOLUMEUP"
x76="VOLUMEDOWN"
...and deleted the save folder!

Then I start iGO and what should I say..... nothing happens, no working volume keys
Responder Con Cita
  #7  
Viejo 17/06/09, 15:21:41
Array

[xs_avatar]
Jagg99 Jagg99 no está en línea
Usuario novato en la web
 
Fecha de registro: jun 2009
Mensajes: 3
Modelo de smartphone: HTC Touch HD

update:

also tried to do my changes directly in data.zip (with total commander) instead of doing it with the new iGO8/config folder but again volume keys don't work!
Responder Con Cita
  #8  
Viejo 17/06/09, 16:11:34
Array

[xs_avatar]
kiowa kiowa no está en línea
Usuario muy activo
· Votos compra/venta: (6)
 
Fecha de registro: may 2008
Localización: Madrid
Mensajes: 1,312
Tu operador: Movistar

 Cita: Originalmente Escrito por Jagg99 Ver Mensaje
Ok, what I did so far...

Add
Código:
[debug]
show_device_type=1
to sys.txt to let me show how igo8 identifies my phone (popup window on igo start).
It identifies as "HTC Touch HD T8282" as Device.

Then I did a test with the program AEKMapScan which Hex-Code I get for the two keys. It's the same as arhd's (Vol-Up x75 and Vol-Down x76).

So I copied the keybind.txt out of data.zip and made a new folder iGO8config and put in there my edited keybind.txt (this keybind.txt in config folder overwrites the file(s) in data.zip so you don't have to play with unzipping, zipp again and so on...)

I added the following at bottom of my keybind.txt file:
Código:
 [HTC Touch HD T8282]
x75="VOLUMEUP"
x76="VOLUMEDOWN"
...and deleted the save folder!

Then I start iGO and what should I say..... nothing happens, no working volume keys


Tried changing a little your code into
Código:
 [ALIAS_TOUCH HD]
; HTC Touch HD T8282
x75="VOLUMEUP"
x76="VOLUMEDOWN"
and

Código:
 [ALIAS_HTC Touch HD T8282]
; HTC Touch HD T8282
x75="VOLUMEUP"
x76="VOLUMEDOWN"
and also have tried deleting [default] part in keybind to check if it was superseeding [ALIAS] commands but still no success, please report if you find a clue.


o sea, que no va de momento.
Responder Con Cita
Respuesta

Estás aquí
Regresar   Portal | Indice > Otras marcas y modelos de smartphones de venta en España > HTC > Terminales HTC con Windows Mobile > HTC Touch HD



Hora actual: 00:32:42 (GMT +2)



User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Contactar por correo / Contact by mail / 邮件联系 /