Home Menu

Menu



ROMs y desarrollo Samsung Galaxy S Plus ROMs y desarrollo Samsung Galaxy S Plus


 
Herramientas
  #1  
Viejo 04/08/12, 23:22:29
Avatar de otidki
otidki otidki no está en línea
Usuario muy activo
Mensajes: 1,134
 
Fecha de registro: feb 2012
Mensajes: 1,134
Tu operador: Orange
Mencionado: 7 comentarios
Tagged: 0 hilos
No puedo compilar una apk ayuda

He estado intentado compilar SystemUI.apk, QuickPanelSettings.apk, lidroid-res.apk con
apk manager y me sale un error y no lo compilar bien.

decompilar lo hace bien sin problema pero a la hora de compilar falla a ver si alguien
me puede ayudar, tambien lo he intentado con el apktool y tambien me falla al compilar
yo lo que cambio es un strings.xml de la carpeta values lo borro y luego pego el modificado luego
le doy a la opcion 11 y me sale esto:





Me crea el archivo unsignedlidroid-res.apk en place-apk-here-for-modding
pero el archivo modificado strings.xml no me lo cambia me deja el original.
He notado que en la capeta keep no aparecen las capetas values es normal esto
este el archivo log.txt que me crea:

|05/08/2012 -- 1:44:21,35|
--------------------------------------------------------------------------
"mode" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
No se encuentra C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\place-apk-here-for-modding\../place-apk-here-for-modding/signedlidroid-res.apk
No se encuentra C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedlidroid-res.apk
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\otidki\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
I: Building apk file...
El sistema no puede hallar el archivo especificado.


a ver si alguien me puede dicir salu2

Última edición por otidki Día 05/08/12 a las 02:15:12
Responder Con Cita


  #2  
Viejo 27/09/12, 22:56:20
Avatar de armando bronca segura
armando bronca segura armando bronca segura no está en línea
Usuario poco activo
Mensajes: 17
 
Fecha de registro: nov 2008
Localización: Cádiz
Mensajes: 17
Modelo de smartphone: htc diamond
Versión de ROM: 2.03 creada por mí
Mencionado: 0 comentarios
Tagged: 0 hilos
Siento llegar tan tarde no vi tu post

Buenas compañero, lo 1º es que no expecificas el error que da el log si da errores de que no encuentra x dependencias el fallo es al editar tú pero si es un error de java el fallo puede ser que no pegaste el archivo framework-res.apk que usas en la carpeta other, le das a setup.bat y opción 2.
Otra cosa es que no debes editar nunca directamente sobre values ya que si falta lo mínimo que sea la lias parda, en lugar de eso crea una carpeta que se llame values-es y pega dentro los archivos que quieras, solo funcionará el español que tú pongas por ejemplo y si falta algo android tirará a values automáticamente. Nota: no es necesario que en la carpeta que crees pegues todo el contenido de values, solo lo que quieras en español.
Casi me olvido que una vez compiles te instalará bien y eso pero si lo integras en una rom (cualquier apk del sistema) ten en cuenta que android no arrancará porque no es capaz de comprobar los certificados, tan fácil como que cuando acabes con por ejemplo systemui.apk abras el original y le metas la carpeta META-INF y el archivo AndroidManifest.xml al systemui.apk modificado.
Espero haberte ayudado yo llevo muchos quebraderos de cabeza también jaja.
Responder Con Cita
  #3  
Viejo 28/09/12, 03:05:04
Avatar de otidki
otidki otidki no está en línea
Usuario muy activo
Mensajes: 1,134
 
Fecha de registro: feb 2012
Mensajes: 1,134
Tu operador: Orange
Mencionado: 7 comentarios
Tagged: 0 hilos
Gracias por contestar he metido el archivo framework-res.apk en other y he echo esto he seleccionado el systemUI.apk con la opción 22 luego lo he des-compilado con la opción 9 y luego le he dado a la opcion 2 luego he metido en project en la carpeta res la carpeta values-es con un archivo strings.xml y luego le he dado a compilar opción 11 le doy dos veces a yes y me sigue dando error a ver si me puedes decir estoy aquí intentando cosa y nada no hay manera en la carpeta keep que te crea se supone que hay que eliminar resources.arsc es asi no.
con lidroid-res.apk si la elimino si me funciona y no me da error pero con QuickPanelSettings.apk y SystemUI.apk si la elimino no me mete resources.arsc en modificado.

aqui el archivo log:

"mode" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
No se encuentra C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\place-apk-here-for-modding\../place-apk-here-for-modding/signedSystemUI.apk
No se encuentra C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\place-apk-here-for-modding\../place-apk-here-for-modding/unsignedSystemUI.apk
I: Baksmaling...
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Documents and Settings\otidki\apktool\framework\1.apk
I: Loaded.
I: Decoding file-resources...
W: Cant find 9patch chunk in file: "drawable-hdpi/title_bar_portrait.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi/ic_notification_overlay.9.png". Renaming it to *.png.
W: Cant find 9patch chunk in file: "drawable-hdpi/quickpanel_title_background.9.png". Renaming it to *.png.
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
"xcopy" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
"xcopy" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
libpng error: Read Error
ERROR: Failure processing PNG image C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\d rawable-hdpi\ic_notification_overlay.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\d rawable-hdpi\quickpanel_title_background.9.png
libpng error: Read Error
ERROR: Failure processing PNG image C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\d rawable-hdpi\title_bar_portrait.9.png
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues-es\strings.xml:11: error: Error parsing XML: not well-formed (invalid token)
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:9: error: Public symbol drawable/battery_low_battery declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:3: error: Public symbol drawable/btn_default_small declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:10: error: Public symbol drawable/btn_default_small_normal declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:11: error: Public symbol drawable/btn_default_small_normal_disable declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:12: error: Public symbol drawable/btn_default_small_normal_disable_focused declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:13: error: Public symbol drawable/btn_default_small_pressed declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:14: error: Public symbol drawable/btn_default_small_selected declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:15: error: Public symbol drawable/divider_horizontal_dark_opaque declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:16: error: Public symbol drawable/divider_horizontal_light_opaque declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:17: error: Public symbol drawable/ic_launcher_settings declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:18: error: Public symbol drawable/ic_notification_overlay declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:7: error: Public entry identifier 0x7f020093 entry index is larger than available symbols (index 147, total symbols 3).
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:7: error: Public symbol drawable/notification_header_text_color declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:8: error: Public entry identifier 0x7f020094 entry index is larger than available symbols (index 148, total symbols 3).
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:8: error: Public symbol drawable/notification_number_text_color declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:19: error: Public symbol drawable/quickpanel_icon_bluetooth_ing declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:20: error: Public symbol drawable/quickpanel_icon_bluetooth_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:21: error: Public symbol drawable/quickpanel_icon_bluetooth_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:22: error: Public symbol drawable/quickpanel_icon_gps_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:23: error: Public symbol drawable/quickpanel_icon_gps_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:24: error: Public symbol drawable/quickpanel_icon_ing declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:25: error: Public symbol drawable/quickpanel_icon_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:26: error: Public symbol drawable/quickpanel_icon_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:27: error: Public symbol drawable/quickpanel_icon_rotation_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:28: error: Public symbol drawable/quickpanel_icon_rotation_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:29: error: Public symbol drawable/quickpanel_icon_silent_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:30: error: Public symbol drawable/quickpanel_icon_sound_on_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:31: error: Public symbol drawable/quickpanel_icon_sound_vibration_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:32: error: Public symbol drawable/quickpanel_icon_vibration_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:33: error: Public symbol drawable/quickpanel_icon_wifi_ing declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:34: error: Public symbol drawable/quickpanel_icon_wifi_off declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:35: error: Public symbol drawable/quickpanel_icon_wifi_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:36: error: Public symbol drawable/quickpanel_quick_settings_background declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:37: error: Public symbol drawable/quickpanel_title_background declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:38: error: Public symbol drawable/shade_bg declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:6: error: Public entry identifier 0x7f020092 entry index is larger than available symbols (index 146, total symbols 3).
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:6: error: Public symbol drawable/shade_bgcolor declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:39: error: Public symbol drawable/shade_handlebar declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:40: error: Public symbol drawable/shade_header_background declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:41: error: Public symbol drawable/stat_notify_alarm declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:42: error: Public symbol drawable/stat_notify_more declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:43: error: Public symbol drawable/stat_sys_battery_full declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:44: error: Public symbol drawable/stat_sys_data_bluetooth declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:45: error: Public symbol drawable/stat_sys_data_bluetooth_connected declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:46: error: Public symbol drawable/stat_sys_data_connected_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:47: error: Public symbol drawable/stat_sys_data_connected_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:48: error: Public symbol drawable/stat_sys_data_connected_3g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:49: error: Public symbol drawable/stat_sys_data_connected_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:50: error: Public symbol drawable/stat_sys_data_connected_4g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:51: error: Public symbol drawable/stat_sys_data_connected_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:52: error: Public symbol drawable/stat_sys_data_connected_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:53: error: Public symbol drawable/stat_sys_data_connected_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:54: error: Public symbol drawable/stat_sys_data_connected_h_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:55: error: Public symbol drawable/stat_sys_data_connected_x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:56: error: Public symbol drawable/stat_sys_data_fully_connected_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:57: error: Public symbol drawable/stat_sys_data_fully_connected_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:58: error: Public symbol drawable/stat_sys_data_fully_connected_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:59: error: Public symbol drawable/stat_sys_data_fully_connected_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:60: error: Public symbol drawable/stat_sys_data_fully_connected_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:61: error: Public symbol drawable/stat_sys_data_fully_connected_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:62: error: Public symbol drawable/stat_sys_data_fully_in_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:63: error: Public symbol drawable/stat_sys_data_fully_in_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:64: error: Public symbol drawable/stat_sys_data_fully_in_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:65: error: Public symbol drawable/stat_sys_data_fully_in_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:66: error: Public symbol drawable/stat_sys_data_fully_in_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:67: error: Public symbol drawable/stat_sys_data_fully_in_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:68: error: Public symbol drawable/stat_sys_data_fully_inandout_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:69: error: Public symbol drawable/stat_sys_data_fully_inandout_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:70: error: Public symbol drawable/stat_sys_data_fully_inandout_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:71: error: Public symbol drawable/stat_sys_data_fully_inandout_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:72: error: Public symbol drawable/stat_sys_data_fully_inandout_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:73: error: Public symbol drawable/stat_sys_data_fully_inandout_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:74: error: Public symbol drawable/stat_sys_data_fully_out_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:75: error: Public symbol drawable/stat_sys_data_fully_out_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:76: error: Public symbol drawable/stat_sys_data_fully_out_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:77: error: Public symbol drawable/stat_sys_data_fully_out_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:78: error: Public symbol drawable/stat_sys_data_fully_out_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:79: error: Public symbol drawable/stat_sys_data_fully_out_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:80: error: Public symbol drawable/stat_sys_data_in_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:81: error: Public symbol drawable/stat_sys_data_in_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:82: error: Public symbol drawable/stat_sys_data_in_3g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:83: error: Public symbol drawable/stat_sys_data_in_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:84: error: Public symbol drawable/stat_sys_data_in_4g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:85: error: Public symbol drawable/stat_sys_data_in_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:86: error: Public symbol drawable/stat_sys_data_in_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:87: error: Public symbol drawable/stat_sys_data_in_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:88: error: Public symbol drawable/stat_sys_data_in_h_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:89: error: Public symbol drawable/stat_sys_data_inandout_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:90: error: Public symbol drawable/stat_sys_data_inandout_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:91: error: Public symbol drawable/stat_sys_data_inandout_3g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:92: error: Public symbol drawable/stat_sys_data_inandout_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:93: error: Public symbol drawable/stat_sys_data_inandout_4g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:94: error: Public symbol drawable/stat_sys_data_inandout_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:95: error: Public symbol drawable/stat_sys_data_inandout_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:96: error: Public symbol drawable/stat_sys_data_inandout_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:97: error: Public symbol drawable/stat_sys_data_inandout_h_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:98: error: Public symbol drawable/stat_sys_data_out_1x declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:99: error: Public symbol drawable/stat_sys_data_out_3g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:100: error: Public symbol drawable/stat_sys_data_out_3g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:101: error: Public symbol drawable/stat_sys_data_out_4g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:102: error: Public symbol drawable/stat_sys_data_out_4g_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:103: error: Public symbol drawable/stat_sys_data_out_e declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:104: error: Public symbol drawable/stat_sys_data_out_g declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:105: error: Public symbol drawable/stat_sys_data_out_h declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:106: error: Public symbol drawable/stat_sys_data_out_h_plus declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:107: error: Public symbol drawable/stat_sys_gps_acquiring declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:4: error: Public symbol drawable/stat_sys_gps_acquiring_anim declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:108: error: Public symbol drawable/stat_sys_no_sim declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:109: error: Public symbol drawable/stat_sys_r_signal_0 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:110: error: Public symbol drawable/stat_sys_r_signal_0_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:111: error: Public symbol drawable/stat_sys_r_signal_1 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:112: error: Public symbol drawable/stat_sys_r_signal_1_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:113: error: Public symbol drawable/stat_sys_r_signal_2 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:114: error: Public symbol drawable/stat_sys_r_signal_2_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:115: error: Public symbol drawable/stat_sys_r_signal_3 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:116: error: Public symbol drawable/stat_sys_r_signal_3_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:117: error: Public symbol drawable/stat_sys_r_signal_4 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:118: error: Public symbol drawable/stat_sys_r_signal_4_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:119: error: Public symbol drawable/stat_sys_ringer_silent declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:120: error: Public symbol drawable/stat_sys_ringer_vibrate declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:121: error: Public symbol drawable/stat_sys_roaming_cdma_0 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:5: error: Public symbol drawable/stat_sys_roaming_cdma_flash declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:122: error: Public symbol drawable/stat_sys_roaming_cdma_flash_anim0 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:123: error: Public symbol drawable/stat_sys_roaming_cdma_flash_anim1 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:124: error: Public symbol drawable/stat_sys_signal_0 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:125: error: Public symbol drawable/stat_sys_signal_0_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:126: error: Public symbol drawable/stat_sys_signal_1 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:127: error: Public symbol drawable/stat_sys_signal_1_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:128: error: Public symbol drawable/stat_sys_signal_2 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:129: error: Public symbol drawable/stat_sys_signal_2_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:130: error: Public symbol drawable/stat_sys_signal_3 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:131: error: Public symbol drawable/stat_sys_signal_3_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:132: error: Public symbol drawable/stat_sys_signal_4 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:133: error: Public symbol drawable/stat_sys_signal_4_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:134: error: Public symbol drawable/stat_sys_signal_flightmode declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:135: error: Public symbol drawable/stat_sys_signal_null declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:136: error: Public symbol drawable/stat_sys_tty_mode declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:137: error: Public symbol drawable/stat_sys_wifi_signal_0 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:138: error: Public symbol drawable/stat_sys_wifi_signal_1 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:139: error: Public symbol drawable/stat_sys_wifi_signal_1_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:140: error: Public symbol drawable/stat_sys_wifi_signal_2 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:141: error: Public symbol drawable/stat_sys_wifi_signal_2_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:142: error: Public symbol drawable/stat_sys_wifi_signal_3 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:143: error: Public symbol drawable/stat_sys_wifi_signal_3_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:144: error: Public symbol drawable/stat_sys_wifi_signal_4 declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:145: error: Public symbol drawable/stat_sys_wifi_signal_4_fully declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:146: error: Public symbol drawable/status_bar_background declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:147: error: Public symbol drawable/status_bar_call_ongoing_background declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:148: error: Public symbol drawable/status_bar_close_on declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:149: error: Public symbol drawable/statusbar_background declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:150: error: Public symbol drawable/title_bar_portrait declared here is not defined.
C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res\v alues\public.xml:151: error: Public symbol drawable/title_bar_shadow declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\DOCUME~1\otidki\LOCALS~1\Temp\APKTOOL8665608550 004289869.tmp, -I, C:\Documents and Settings\otidki\apktool\framework\1.apk, -S, C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res, -M, C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\Andro idManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:301)
at brut.androlib.Androlib.buildResources(Androlib.jav a:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\DOCUME~1\otidki\LOCALS~1\Temp\APKTOOL8665608550 004289869.tmp, -I, C:\Documents and Settings\otidki\apktool\framework\1.apk, -S, C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\res, -M, C:\Documents and Settings\otidki\Desktop\Apk_Manager_5.0.2-Windows_Linux\other\..\projects\SystemUI.apk\Andro idManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.java:191)
... 6 more
El sistema no puede hallar el archivo especificado.
--------------------------------------------------------------------------
|28/09/2012 -- 3:00:45,13|
--------------------------------------------------------------------------
"mode" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)

Última edición por otidki Día 28/09/12 a las 03:40:16
Responder Con Cita
  #4  
Viejo 28/09/12, 09:41:51
Avatar de alexis.
alexis. alexis. no está en línea
Colaborador/a
Mensajes: 2,654
 
Fecha de registro: nov 2011
Mensajes: 2,654
Tu operador: Movistar
Mencionado: 1 comentarios
Tagged: 0 hilos
Qué OS en el PC usas?

Si es Windows, pueden ser problemas de compatibilidad, intenta ejecutar todo como Administrador, o en su defecto, usa el modo de compatibilidad con XP accediendo a las Propiedades del programa a usar.

Haber si eso cambia algo.
Responder Con Cita
  #5  
Viejo 28/09/12, 10:50:40
Avatar de otidki
otidki otidki no está en línea
Usuario muy activo
Mensajes: 1,134
 
Fecha de registro: feb 2012
Mensajes: 1,134
Tu operador: Orange
Mencionado: 7 comentarios
Tagged: 0 hilos
Windows xp y es un systemui ya modicado con el original no me da problema es de un mod.
lo curioso es que lidroid-res.apk me lo compila bien pero al descopilar el modicado que crea para ver si esta bien da error a ver si me pueden decir y gracias

Última edición por otidki Día 28/09/12 a las 10:58:08
Responder Con Cita
  #6  
Viejo 28/09/12, 16:50:52
Avatar de alexis.
alexis. alexis. no está en línea
Colaborador/a
Mensajes: 2,654
 
Fecha de registro: nov 2011
Mensajes: 2,654
Tu operador: Movistar
Mencionado: 1 comentarios
Tagged: 0 hilos
Siento no poder ayudarte.

Quizas en XDA, si pegas el log, algun desarrollador pueda echarle un ojo.

Android Software Development
Responder Con Cita
Respuesta

Estás aquí
Regresar   HTCMania > Foros Samsung > Otros smartphones de Samsung antiguos > Samsung Galaxy S Plus > ROMs y desarrollo Samsung Galaxy S Plus

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: 22:54:20 (GMT +2)

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