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

Respuesta
 
Herramientas
  #101  
Viejo 07/06/12, 12:24:03
Array

[xs_avatar]
caimir caimir no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Matrix
Mensajes: 2,024
Modelo de smartphone: XIAOMI M2S-RedRice1/1S/2/4X-MI4
Tu operador: Jazztel
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
__________________
Terminal | RedMi 4X 4/64 | Rom | 8.2.10.0 |
Responder Con Cita


  #102  
Viejo 07/06/12, 17:11:14
Array

[xs_avatar]
paves paves no está en línea
Miembro del foro
 
Fecha de registro: ene 2012
Localización: Logroño
Mensajes: 137
Modelo de smartphone: POCOPHONE F1
Tu operador: Movistar
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
Array

[xs_avatar]
caimir caimir no está en línea
Usuario muy activo
 
Fecha de registro: ene 2010
Localización: Matrix
Mensajes: 2,024
Modelo de smartphone: XIAOMI M2S-RedRice1/1S/2/4X-MI4
Tu operador: Jazztel
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
__________________
Terminal | RedMi 4X 4/64 | Rom | 8.2.10.0 |

Ú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
Array

[xs_avatar]
paves paves no está en línea
Miembro del foro
 
Fecha de registro: ene 2012
Localización: Logroño
Mensajes: 137
Modelo de smartphone: POCOPHONE F1
Tu operador: Movistar
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
Array

[xs_avatar]
jgansoc jgansoc no está en línea
Miembro del foro
 
Fecha de registro: may 2012
Mensajes: 85
Modelo de smartphone: HTC Desire S
Tu operador: Movistar
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
__________________
HTC Desire S | Unlocked oficial
Android
4.0.3
| Kernel 3.0.16
Hboot
2.00.0002
| Recovery ClockWorkMod 4.0.0.5
Rom Fallout Evolution
| Radio 20.4801.30.0822U_3822.10.08.04_M
Responder Con Cita
  #106  
Viejo 18/07/12, 17:41:38
Array

[xs_avatar]
jgansoc jgansoc no está en línea
Miembro del foro
 
Fecha de registro: may 2012
Mensajes: 85
Modelo de smartphone: HTC Desire S
Tu operador: Movistar
 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
__________________
HTC Desire S | Unlocked oficial
Android
4.0.3
| Kernel 3.0.16
Hboot
2.00.0002
| Recovery ClockWorkMod 4.0.0.5
Rom Fallout Evolution
| Radio 20.4801.30.0822U_3822.10.08.04_M
Responder Con Cita
Respuesta

Estás aquí
Regresar   Portal | Indice > 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



Hora actual: 01:45: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 / 邮件联系 /