Home Menu

Menu



ROMs y desarrollo HTC Desire S ROMs y desarrollo HTC Desire S


 
Herramientas
  #101  
Viejo 07/06/12, 12:24:03
Avatar de caimir
caimir caimir no está en línea
Usuario muy activo
Mensajes: 2,024
 
Fecha de registro: ene 2010
Localización: Matrix
Mensajes: 2,024
Modelo de smartphone: XIAOMI M2S-RedRice1/1S/2/4X-MI4
Versión de ROM: 4X 4/64 Miui 8.2.10.0
Versión de Radio: Radio macuto
Tu operador: Jazztel
Mencionado: 2 comentarios
Tagged: 0 hilos
Con unlocked cada vez que pongas una rom no compatible tienes que hacer lo del boot.img, si no quieres hacerlo haz el downgrade y pasa a s-off como dice fosco.

Con mi ds por ahí.
Con Tapatalk2
Responder Con Cita


  #102  
Viejo 07/06/12, 17:11:14
Avatar de paves
paves paves no está en línea
Miembro del foro
Mensajes: 138
 
Fecha de registro: ene 2012
Localización: Logroño
Mensajes: 138
Modelo de smartphone: POCOPHONE F1
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Pues una vez comenzado el proceso aquí estoy.

c:\Recuperacion>adb push misc_version/data/local/tmp
Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this ocmmand with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i
nstall it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb help - show this help message
adb version - show version num

DATAOPTS:
(no option) - don't touch the data partition
-w - wipe the data partition
-d - flash the data partition

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

c:\Recuperacion>adb shell chmod 777 /data/local/tmp/misc_version
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Unable to chmod /data/local/tmp/misc_version: No such file or directory

c:\Recuperacion>adb shell chmod 777/data/local/tmp/misc_version
Usage: chmod <MODE> <FILE>

c:\Recuperacion>adb shell
#

# cd/data/local/tmp
cd/data/local/tmp
cd/data/local/tmp: not found
# cd /data/local/tmp
cd /data/local/tmp
# ./misc_version-s1.27.405.6
./misc_version-s1.27.405.6
./misc_version-s1.27.405.6: not found
# cd/data/local/tmp
cd/data/local/tmp
cd/data/local/tmp: not found
# cd /data/local/tmp
cd /data/local/tmp
# ./misc_version-s1.27.405.6
./misc_version-s1.27.405.6
./misc_version-s1.27.405.6: not found
# ./misc_version-s1.27.405.6
./misc_version-s1.27.405.6
./misc_version-s1.27.405.6: not found
#

Y no sé que hago mal, que no puedo pasar de aquí.
Responder Con Cita
  #103  
Viejo 07/06/12, 17:19:09
Avatar de caimir
caimir caimir no está en línea
Usuario muy activo
Mensajes: 2,024
 
Fecha de registro: ene 2010
Localización: Matrix
Mensajes: 2,024
Modelo de smartphone: XIAOMI M2S-RedRice1/1S/2/4X-MI4
Versión de ROM: 4X 4/64 Miui 8.2.10.0
Versión de Radio: Radio macuto
Tu operador: Jazztel
Mencionado: 2 comentarios
Tagged: 0 hilos
Has instalado adb y has puesto los archivos en la carpeta del sistema que dice fosco en su tuto de adb/fastboot?
Ejecuta el comando adb devices y si no sale el numero de serie de tu ds o no tienes los drivers en el pc o no has instalado bien adb,

Con mi ds por ahí.
Con Tapatalk2

Última edición por caimir Día 07/06/12 a las 17:21:25
Responder Con Cita
  #104  
Viejo 07/06/12, 18:12:13
Avatar de paves
paves paves no está en línea
Miembro del foro
Mensajes: 138
 
Fecha de registro: ene 2012
Localización: Logroño
Mensajes: 138
Modelo de smartphone: POCOPHONE F1
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Esta mañana hacia adb devices y me salia el número, ahora no. Reinstalo los adb ( y los drivers) y me sale el número de referencia pero llego al mismo punto y no puedo pasar.

c:\Recuperacion>adb devices
List of devices attached
HT13STJ53018 device


c:\Recuperacion>adb push misc_version/data/local/tmp
Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB devic
e
returns an error if more than one USB device is
present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is r
unning.
-s <serial number> - directs command to the USB device or emulator w
ith
the given serial number. Overrides ANDROID_SERI
AL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number
is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number
is specified.
Using this ocmmand with no additional arguments

will disconnect from all connected TCP/IP devic
es.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i
nstall it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data
)
('-s' means install on SD card instead of inter
nal storage)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories
)
adb bugreport - return all information from the device
that should be included in a bug report.

adb help - show this help message
adb version - show version num

DATAOPTS:
(no option) - don't touch the data partition
-w - wipe the data partition
-d - flash the data partition

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specifie
d device
adb remount - remounts the /system partition on the device re
ad-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the boo
tloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on th
e specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u
pdated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list
of the following values
1 or all, adb, sockets, packets, rwx, usb, sync
, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes prior
ity over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these de
bug tags are printed.

c:\Recuperacion>adb shell chmod 777 /data/local/tmp/misc_version
Unable to chmod /data/local/tmp/misc_version: No such file or directory

c:\Recuperacion>adb shell chmod777 /data/local/tmp/misc_version
chmod777: not found

c:\Recuperacion>adb shell chmod777/data/local/tmp/misc_version
chmod777/data/local/tmp/misc_version: not found

c:\Recuperacion>adb shell chmod 777 /data/local/tmp/misc_version
Unable to chmod /data/local/tmp/misc_version: No such file or directory

c:\Recuperacion>adb shell chmod 777 /data/local/tmp/misc_version
Unable to chmod /data/local/tmp/misc_version: No such file or directory

c:\Recuperacion>adb shell chmod 777/data/local/tmp/misc_version
Usage: chmod <MODE> <FILE>

c:\Recuperacion>adb shell
# cd/data/local/tmp
cd/data/local/tmp
cd/data/local/tmp: not found
# cd /data/local/tmp
cd /data/local/tmp
# ./misc_version-s1.27.405.6
./misc_version-s1.27.405.6
./misc_version-s1.27.405.6: not found
# ./misc_version-s 1.27.405.6
./misc_version-s 1.27.405.6
./misc_version-s: not found
# ./ misc_version-s 1.27.405.6
./ misc_version-s 1.27.405.6
./: permission denied
# ./misc_version -s 1.27.405.6
./misc_version -s 1.27.405.6
./misc_version: not found
# ./misc_version -s1.27.405.6
./misc_version -s1.27.405.6
./misc_version: not found
# ./misc_version -s 1.27.405.6
./misc_version -s 1.27.405.6
./misc_version: not found


He probado con los espacios, como ves, pero no hay forma.

intento buscar en google el archivo ./misc_version-s1.27.405.6 como dice lopoga que ha hecho en su tutorial, pero no encuentro nada.

Última edición por paves Día 07/06/12 a las 18:19:08
Responder Con Cita
  #105  
Viejo 18/07/12, 17:32:43
Avatar de jgansoc
jgansoc jgansoc no está en línea
Miembro del foro
Mensajes: 85
 
Fecha de registro: may 2012
Mensajes: 85
Modelo de smartphone: HTC Desire S
Versión de ROM: Fallout
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Buenas tengo el desbloqueo oficial. No se si estará en algún foro la respuesta pero no encontré nada. Actualmente uso el recovery clockwordmod, y quería cambiarme a 4extrecovery touch.

Mi pregunta es la siguiente. Como lo instalo? A través del bootloader? Del clockwordmod? Que tendría q hacer para desinstalar y borrar clockwordmod?

Un saludo y gracias

Tapatalkeando
Responder Con Cita
  #106  
Viejo 18/07/12, 17:41:38
Avatar de jgansoc
jgansoc jgansoc no está en línea
Miembro del foro
Mensajes: 85
 
Fecha de registro: may 2012
Mensajes: 85
Modelo de smartphone: HTC Desire S
Versión de ROM: Fallout
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por jgansoc Ver Mensaje
Buenas tengo el desbloqueo oficial. No se si estará en algún foro la respuesta pero no encontré nada. Actualmente uso el recovery clockwordmod, y quería cambiarme a 4extrecovery touch.

Mi pregunta es la siguiente. Como lo instalo? A través del bootloader? Del clockwordmod? Que tendría q hacer para desinstalar y borrar clockwordmod?

Un saludo y gracias

Tapatalkeando
Me autorespondo, llevo la pregunta a este hilo http://www.htcmania.com/showthread.p...39#post5219139
Responder Con Cita
Respuesta

Estás aquí
Regresar   HTCMania > Otras marcas y modelos de smartphones de venta en España > HTC > Otros modelos antiguos de HTC > HTC Desire S > ROMs y desarrollo HTC Desire S

Herramientas

Reglas de Mensajes
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Las caritas están On
Código [IMG] está On
Código HTML está Off

Saltar a Foro



Hora actual: 16:25:07 (GMT +1)

Cookies
Powered by vBulletin™
Copyright © vBulletin Solutions, Inc. All rights reserved.
 
HTCMania: líderes desde el 2007