ROMs y desarrollo Nexus 4 ROMs y desarrollo Nexus 4


 
Herramientas
  #421  
Viejo 23/10/13, 22:29:30
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Uff git.. subir código... me llevo muy mal con él

Mañana mientras estoy fuera de casa intentaré dejar subiéndose frameworks/base.

Y.. a ver como meto el Halo después
Responder Con Cita


  #422  
Viejo 23/10/13, 23:01:34
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Ayer no me dio todos estos errores.... :S

SOLUCIONADO! Me quedó un <<<<< HEAD!!

Código:
frameworks/base/packages/SystemUI/res/values/dimens.xml:215: error: Error parsing XML: not well-formed (invalid token)
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:31: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/notification_max_height').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:47: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/glow_pad_view').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:49: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/handle_icon_size').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:49: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/handle_icon_size').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:62: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/glowpad_overflow_notifications_margin_top').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:71: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/ad_clock_margin_bottom').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:80: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_date_font_size').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:91: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_clock_font_size').
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:101: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_ampm_font_size').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:50: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_date_font_size').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:61: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_clock_font_size').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:71: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_ampm_font_size').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:95: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/glow_pad_view').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:97: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/handle_icon_size').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:97: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/handle_icon_size').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:110: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/glowpad_overflow_notifications_margin_top').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:31: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/notification_max_height').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:47: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/glow_pad_view').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:49: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/handle_icon_size').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:49: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/handle_icon_size').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:62: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/glowpad_overflow_notifications_margin_top').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:71: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/ad_clock_margin_bottom').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:80: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_date_font_size').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:91: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_clock_font_size').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:101: error: Error: No resource found that matches the given name (at 'textSize' with value '@dimen/ad_ampm_font_size').
frameworks/base/packages/SystemUI/res/layout/carrier_label.xml:20: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/carrier_label_height').
frameworks/base/packages/SystemUI/res/layout/carrier_label.xml:20: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/close_handle_height').
frameworks/base/packages/SystemUI/res/layout/flip_settings.xml:17: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/close_handle_underlap').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:51: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:67: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:83: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:91: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_menu_key_width').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:158: error: Error: No resource found that matches the given name (at 'minSize' with value '@dimen/navigation_bar_deadzone_size').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:158: error: Error: No resource found that matches the given name (at 'maxSize' with value '@dimen/navigation_bar_deadzone_size_max').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:302: error: Error: No resource found that matches the given name (at 'minSize' with value '@dimen/navigation_bar_deadzone_size').
frameworks/base/packages/SystemUI/res/layout/navigation_bar.xml:302: error: Error: No resource found that matches the given name (at 'maxSize' with value '@dimen/navigation_bar_deadzone_size_max').
frameworks/base/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml:154: error: Error: No resource found that matches the given name (at 'minSize' with value '@dimen/navigation_bar_deadzone_size').
frameworks/base/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml:154: error: Error: No resource found that matches the given name (at 'maxSize' with value '@dimen/navigation_bar_deadzone_size_max').
frameworks/base/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml:295: error: Error: No resource found that matches the given name (at 'minSize' with value '@dimen/navigation_bar_deadzone_size').
frameworks/base/packages/SystemUI/res/layout-sw600dp/navigation_bar.xml:295: error: Error: No resource found that matches the given name (at 'maxSize' with value '@dimen/navigation_bar_deadzone_size_max').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:51: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:67: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:83: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:91: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_menu_key_width').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:158: error: Error: No resource found that matches the given name (at 'minSize' with value '@dimen/navigation_bar_deadzone_size').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:158: error: Error: No resource found that matches the given name (at 'maxSize' with value '@dimen/navigation_bar_deadzone_size_max').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:302: error: Error: No resource found that matches the given name (at 'minSize' with value '@dimen/navigation_bar_deadzone_size').
frameworks/base/packages/SystemUI/res/layout-ldrtl/navigation_bar.xml:302: error: Error: No resource found that matches the given name (at 'maxSize' with value '@dimen/navigation_bar_deadzone_size_max').
frameworks/base/packages/SystemUI/res/layout/quick_settings.xml:25: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/close_handle_underlap').
frameworks/base/packages/SystemUI/res/layout/quick_settings.xml:40: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/close_handle_height').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:22: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/qs_tile_margin_above_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:22: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/qs_tile_margin_below_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:22: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:22: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:32: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/qs_tile_margin_above_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:32: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/qs_tile_margin_below_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:32: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_basic.xml:32: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_battery.xml:22: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/qs_tile_margin_above_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_battery.xml:22: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/qs_tile_margin_below_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_battery.xml:22: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_battery.xml:22: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_rssi.xml:22: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/qs_tile_margin_above_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_rssi.xml:22: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/qs_tile_margin_below_icon').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_rssi.xml:22: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/quick_settings_tile_rssi.xml:22: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/qs_tile_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:33: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:59: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:148: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:148: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:153: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:153: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:158: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar.xml:158: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/status_bar_icon_size').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:21: error: Error: No resource found that matches the given name (at 'paddingTop' with value '@dimen/notification_panel_padding_top').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:32: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/close_handle_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:40: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/carrier_label_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:40: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/close_handle_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:48: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/close_handle_underlap').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:56: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/notification_panel_header_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded.xml:88: error: Error: No resource found that matches the given name (at 'rowHeight' with value '@dimen/notification_row_min_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_expanded_header.xml:18: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/notification_panel_header_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_notification_row.xml:6: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/notification_divider_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_notification_row.xml:27: error: Error: No resource found that matches the given name (at 'layout_marginBottom' with value '@dimen/notification_divider_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_notification_row.xml:27: error: Error: No resource found that matches the given name (at 'layout_marginTop' with value '@dimen/notification_divider_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_notification_row.xml:42: error: Error: No resource found that matches the given name (at 'layout_height' with value '@dimen/notification_divider_height').
frameworks/base/packages/SystemUI/res/layout/status_bar_search_panel.xml:41: error: Error: No resource found that matches the given name (at 'snapMargin' with value '@dimen/navbar_search_snap_margin').
frameworks/base/packages/SystemUI/res/layout-land/status_bar_search_panel.xml:41: error: Error: No resource found that matches the given name (at 'snapMargin' with value '@dimen/navbar_search_snap_margin').
frameworks/base/packages/SystemUI/res/layout-sw600dp/status_bar_search_panel.xml:28: error: Error: No resource found that matches the given name (at 'snapMargin' with value '@dimen/navbar_search_snap_margin').
frameworks/base/packages/SystemUI/res/layout/system_bar.xml:56: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout/system_bar.xml:64: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout/system_bar.xml:72: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_key_width').
frameworks/base/packages/SystemUI/res/layout/system_bar.xml:79: error: Error: No resource found that matches the given name (at 'layout_width' with value '@dimen/navigation_menu_key_width').
frameworks/base/packages/SystemUI/res/layout/system_bar_notification_panel.xml:63: error: Error: No resource found that matches the given name (at 'rowHeight' with value '@dimen/notification_row_min_height').
frameworks/base/packages/SystemUI/res/layout/system_bar_notification_panel_title.xml:198: error: Error: No resource found that matches the given name (at 'paddingTop' with value '@dimen/notification_panel_header_padding_top').
make: *** [/home/davidvaz/android/omni/out/target/common/obj/APPS/SystemUI_intermediates/src/R.stamp] Error 1
make: *** Se espera a que terminen otras tareas....

real	158m20.920s
user	234m51.856s
sys	12m43.532s
davidvaz@David_Vaz ~/android/omni $

Última edición por David_Vaz Día 23/10/13 a las 23:12:21
Responder Con Cita
  #423  
Viejo 23/10/13, 23:14:28
Avatar de AlvaroOrduna
AlvaroOrduna AlvaroOrduna no está en línea
Nuevo cocinero
Mensajes: 1,822
Compra y venta: (1)
 
Fecha de registro: jun 2012
Localización: Pamplona
Mensajes: 1,822
Modelo de smartphone: Nexus 6 | Nexus 4 | Nexus 7 (2012)
Versión de ROM: Stock 6.0.1
Tu operador: ONO
Mencionado: 0 comentarios
Tagged: 1 hilos
Cita:
Originalmente Escrito por David_Vaz Ver Mensaje
Uff git.. subir código... me llevo muy mal con él

Mañana mientras estoy fuera de casa intentaré dejar subiéndose frameworks/base.

Y.. a ver como meto el Halo después
Git no es lo mismo que Github. Git es el programa de control de versiones. Junto con ellor, puedes subir el código, pero no es algo obligatrio. Si no quieres subir el código (porque te cuesta mucho o por lo que sea) puedes seguir aprovechando las ventajas de usar un software de control de versiones. Por ejemplo, puedes hacer commits, revertirlos si no funcionan, compartirlos, etc.
Responder Con Cita
Gracias de parte de:
  #424  
Viejo 23/10/13, 23:19:42
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Cita:
Originalmente Escrito por AlvaroOrduna Ver Mensaje
Git no es lo mismo que Github. Git es el programa de control de versiones. Junto con ellor, puedes subir el código, pero no es algo obligatrio. Si no quieres subir el código (porque te cuesta mucho o por lo que sea) puedes seguir aprovechando las ventajas de usar un software de control de versiones. Por ejemplo, puedes hacer commits, revertirlos si no funcionan, compartirlos, etc.
Me parece que va siendo hora de que me lea el TUTORIAL que hizo mbc596 sobre Git y Github...

Por cierto, no sé si leíste mi anterior mensaje, ya está fixed

A ver si no da más errores la compilación... (rezo por que no los dé )
Responder Con Cita
  #425  
Viejo 23/10/13, 23:37:05
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Un error... espero que el último...

Código:
target R.java/Manifest.java: Settings (/home/davidvaz/android/omni/out/target/common/obj/APPS/Settings_intermediates/src/R.stamp)
target R.java/Manifest.java: SystemUI (/home/davidvaz/android/omni/out/target/common/obj/APPS/SystemUI_intermediates/src/R.stamp)
frameworks/base/packages/SystemUI/res/layout/active_display_content.xml:47: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/glow_pad_view').
frameworks/base/packages/SystemUI/res/layout-land/active_display_content.xml:95: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/glow_pad_view').
frameworks/base/packages/SystemUI/res/layout-sw600dp/active_display_content.xml:47: error: Error: No resource found that matches the given name (at 'layout' with value '@layout/glow_pad_view').
make: *** [/home/davidvaz/android/omni/out/target/common/obj/APPS/SystemUI_intermediates/src/R.stamp] Error 1
make: *** Se espera a que terminen otras tareas....

real	5m18.714s
user	0m53.392s
sys	0m8.420s
Responder Con Cita
  #426  
Viejo 23/10/13, 23:38:05
Avatar de mbc596
mbc596 mbc596 no está en línea
Usuario muy activo
Mensajes: 562
 
Fecha de registro: dic 2012
Mensajes: 562
Modelo de smartphone: Nexus 4 16GB
Versión de ROM: SaberMod
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por David_Vaz Ver Mensaje
Me parece que va siendo hora de que me lea el TUTORIAL que hizo mbc596 sobre Git y Github...

Por cierto, no sé si leíste mi anterior mensaje, ya está fixed

A ver si no da más errores la compilación... (rezo por que no los dé )
Mi tutorial es muy básico. Pero más o menos te servirá, faltan comandos muy interesantes, poco a poco uno va cogiéndole el truco.
No solo está pensado para github, yo ahora uso bitbucket (ofrece repositorios privados gratis) y cambia muy poco (personalmente me gusta más github)
Responder Con Cita
Gracias de parte de:
  #427  
Viejo 23/10/13, 23:41:05
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Cita:
Originalmente Escrito por mbc596 Ver Mensaje
Mi tutorial es muy básico. Pero más o menos te servirá, faltan comandos muy interesantes, poco a poco uno va cogiéndole el truco.
No solo está pensado para github, yo ahora uso bitbucket (ofrece repositorios privados gratis) y cambia muy poco (personalmente me gusta más github)
Yo probé bitbucket y no me gusta... (por la interfaz solamente...)

Comandos... ya irás actualizando el tutorial con más cosillas eh!!
Responder Con Cita
  #428  
Viejo 23/10/13, 23:44:43
Avatar de mbc596
mbc596 mbc596 no está en línea
Usuario muy activo
Mensajes: 562
 
Fecha de registro: dic 2012
Mensajes: 562
Modelo de smartphone: Nexus 4 16GB
Versión de ROM: SaberMod
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por David_Vaz Ver Mensaje
Yo probé bitbucket y no me gusta... (por la interfaz solamente...)

Comandos... ya irás actualizando el tutorial con más cosillas eh!!
A mi tampoco me gusta la interfaz de bitbucket, pero solo por los repos privados vale la pena.

EL tutorial tengo pendiente actualizarlo, pero seguramente solo el de dev-puremod (ahora foro-nexus) total, esta el enlace puesto.
Responder Con Cita
Los siguientes 2 usuarios han agradecido a mbc596 su comentario:
  #429  
Viejo 24/10/13, 00:21:37
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Nada, no consigo arreglarlo...

Revertido todo, mañana se vuelve a intentar....
Responder Con Cita
  #430  
Viejo 27/10/13, 01:05:36
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Un error!

Código:
target Java: Browser (/home/davidvaz/android/Omni/out/target/common/obj/APPS/Browser_intermediates/classes)
packages/apps/Settings/src/com/android/settings/cyanogenmod/StatusBar.java:123: error: cannot find symbol
        if (Utils.isTablet(getActivity())) {
                 ^
  symbol:   method isTablet(Activity)
  location: class Utils
Commits:

frameworks_base

packages_apps_Settings

Alguna ayuda??

Gracias!!
Responder Con Cita
  #431  
Viejo 27/10/13, 08:13:06
Avatar de mbc596
mbc596 mbc596 no está en línea
Usuario muy activo
Mensajes: 562
 
Fecha de registro: dic 2012
Mensajes: 562
Modelo de smartphone: Nexus 4 16GB
Versión de ROM: SaberMod
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por David_Vaz Ver Mensaje
Un error!

Código:
target Java: Browser (/home/davidvaz/android/Omni/out/target/common/obj/APPS/Browser_intermediates/classes)
packages/apps/Settings/src/com/android/settings/cyanogenmod/StatusBar.java:123: error: cannot find symbol
        if (Utils.isTablet(getActivity())) {
                 ^
  symbol:   method isTablet(Activity)
  location: class Utils
Commits:

frameworks_base

packages_apps_Settings

Alguna ayuda??

Gracias!!
No lo añade el commit, para que lo quieres?
Responder Con Cita
Gracias de parte de:
  #432  
Viejo 14/12/13, 13:50:40
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Bueno... ya estamos por aquí de nuevo...

Metiendo Halo en CyanogenMod (4.4)..

Código:
Install: /home/davidvaz/android/CyanogenMod/out/target/product/hammerhead/system/priv-app/SharedStorageBackup.apk
Install: /home/davidvaz/android/CyanogenMod/out/target/product/hammerhead/system/priv-app/Shell.apk
target Java: SystemUI (/home/davidvaz/android/CyanogenMod/out/target/common/obj/APPS/SystemUI_intermediates/classes)
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java:55: com.android.systemui.statusbar.halo.HaloProperties is not abstract and does not override abstract method onBatteryLevelChanged(int,boolean,int) in com.android.systemui.statusbar.policy.BatteryController.BatteryStateChangeCallback
public class HaloProperties extends FrameLayout implements BatteryStateChangeCallback, NetworkSignalChangedCallback {
       ^
Install: /home/davidvaz/android/CyanogenMod/out/target/product/hammerhead/system/priv-app/Tag.apk
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java:494: method does not override or implement a method from a supertype
    @Override
    ^
target Java: TeleService (/home/davidvaz/android/CyanogenMod/out/target/common/obj/APPS/TeleService_intermediates/classes)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
make: *** [/home/davidvaz/android/CyanogenMod/out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
davidvaz@DavidVaz ~/android/CyanogenMod $
Con los commits de Cristiano Matos

frameworks_base

packages_apps_settings

Help please...

Thanks!!

EDITO: Arreglado! Faltó ESTE commit, jaja

Última edición por David_Vaz Día 14/12/13 a las 14:31:05
Responder Con Cita
  #433  
Viejo 14/12/13, 14:42:38
Avatar de AlvaroOrduna
AlvaroOrduna AlvaroOrduna no está en línea
Nuevo cocinero
Mensajes: 1,822
Compra y venta: (1)
 
Fecha de registro: jun 2012
Localización: Pamplona
Mensajes: 1,822
Modelo de smartphone: Nexus 6 | Nexus 4 | Nexus 7 (2012)
Versión de ROM: Stock 6.0.1
Tu operador: ONO
Mencionado: 0 comentarios
Tagged: 1 hilos
Cita:
Originalmente Escrito por David_Vaz Ver Mensaje
Bueno... ya estamos por aquí de nuevo...

Metiendo Halo en CyanogenMod (4.4)..

Código:
Install: /home/davidvaz/android/CyanogenMod/out/target/product/hammerhead/system/priv-app/SharedStorageBackup.apk
Install: /home/davidvaz/android/CyanogenMod/out/target/product/hammerhead/system/priv-app/Shell.apk
target Java: SystemUI (/home/davidvaz/android/CyanogenMod/out/target/common/obj/APPS/SystemUI_intermediates/classes)
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java:55: com.android.systemui.statusbar.halo.HaloProperties is not abstract and does not override abstract method onBatteryLevelChanged(int,boolean,int) in com.android.systemui.statusbar.policy.BatteryController.BatteryStateChangeCallback
public class HaloProperties extends FrameLayout implements BatteryStateChangeCallback, NetworkSignalChangedCallback {
       ^
Install: /home/davidvaz/android/CyanogenMod/out/target/product/hammerhead/system/priv-app/Tag.apk
frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/halo/HaloProperties.java:494: method does not override or implement a method from a supertype
    @Override
    ^
target Java: TeleService (/home/davidvaz/android/CyanogenMod/out/target/common/obj/APPS/TeleService_intermediates/classes)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
make: *** [/home/davidvaz/android/CyanogenMod/out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
davidvaz@DavidVaz ~/android/CyanogenMod $
Con los commits de Cristiano Matos

frameworks_base

packages_apps_settings

Help please...

Thanks!!

EDITO: Arreglado! Faltó ESTE commit, jaja
No aprendemos David... Baja. Pon los errores de compilación y lo intentamos entre todos.
Responder Con Cita
Gracias de parte de:
  #434  
Viejo 14/12/13, 14:57:56
Avatar de David_Vaz
David_Vaz David_Vaz no está en línea
Cocinero veterano
Mensajes: 13,798
Compra y venta: (4)
 
Fecha de registro: jul 2013
Localización: Badalona, Barcelona, España
Mensajes: 13,798
Modelo de smartphone: iPhone 14 Pro Max 512GB
Versión de ROM: iOS 17
Tu operador: Orange
Mencionado: 42 comentarios
Tagged: 3 hilos
Cita:
Originalmente Escrito por AlvaroOrduna Ver Mensaje
No aprendemos David... Baja. Pon los errores de compilación y lo intentamos entre todos.
Ya lo arreglé!! Fíjate que edité!
Responder Con Cita
Gracias de parte de:
  #435  
Viejo 15/12/13, 01:02:50
Avatar de AlvaroOrduna
AlvaroOrduna AlvaroOrduna no está en línea
Nuevo cocinero
Mensajes: 1,822
Compra y venta: (1)
 
Fecha de registro: jun 2012
Localización: Pamplona
Mensajes: 1,822
Modelo de smartphone: Nexus 6 | Nexus 4 | Nexus 7 (2012)
Versión de ROM: Stock 6.0.1
Tu operador: ONO
Mencionado: 0 comentarios
Tagged: 1 hilos
Cita:
Originalmente Escrito por David_Vaz Ver Mensaje
Ya lo arreglé!! Fíjate que edité!
Me alegro
Responder Con Cita
Gracias de parte de:
  #436  
Viejo 15/12/13, 18:36:37
Avatar de Javier.d
Javier.d Javier.d no está en línea
Nuevo cocinero
Mensajes: 722
 
Fecha de registro: may 2012
Localización: Madrid
Mensajes: 722
Modelo de smartphone: OnePlus One/ Nexus 4
Versión de ROM: CM13
Versión de Radio: Última
Tu operador: Tuenti Movil
Mencionado: 0 comentarios
Tagged: 0 hilos
Hola, estoy intentando meterle el active display a mi rom, Diavex, que tiene como base slim, he metido estos commits:
https://github.com/Mahdi-Rom/android...b5f2ca7a9dR687
https://github.com/Mahdi-Rom/android...303bf463173917

Y después de solucinar varios errores, me dice esto, y aquí ya no se que hacer:
Código:
Copying: /home/javierd/android/rom/out/target/common/obj/JAVA_LIBRARIES/webviewchromium_intermediates/emma_out/lib/classes-jarjar.jar
make: *** [/home/javierd/android/rom/out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar] Error 41
make: *** Se espera a que terminen otras tareas....
Jar check: /home/javierd/android/rom/out/target/common/obj/JAVA_LIBRARIES/webviewchromium_intermediates/jar_check_ok
Note: frameworks/opt/mms/src/java/com/google/android/mms/util/SqliteWrapper.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduHeaders.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Reading library jar [/home/javierd/android/rom/out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/classes.jar]
Note: frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/BasicTexture.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: com.google.common.base.FinalizableReferenceQueue accesses a method 'startFinalizer(java.lang.Class,java.lang.Object)' dynamically
Note: com.google.common.base.internal.Finalizer accesses a method 'finalizeReferent()' dynamically
      Maybe this is program method 'com.google.common.base.FinalizableReference { void finalizeReferent(); }'
Note: frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/UiScrollable.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ReferenceEntry newEntry(java.lang.Object,int,com.google.common.collect.MapMakerInternalMap$ReferenceEntry); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ReferenceEntry copyEntry(com.google.common.collect.MapMakerInternalMap$ReferenceEntry,com.google.common.collect.MapMakerInternalMap$ReferenceEntry); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ReferenceEntry copyEntry(com.google.common.collect.MapMakerInternalMap$ReferenceEntry,com.google.common.collect.MapMakerInternalMap$ReferenceEntry); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ValueReference newValueReference(com.google.common.collect.MapMakerInternalMap$ReferenceEntry,java.lang.Object); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ReferenceEntry newEntry(java.lang.Object,int,com.google.common.cache.LocalCache$ReferenceEntry); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ReferenceEntry copyEntry(com.google.common.cache.LocalCache$ReferenceEntry,com.google.common.cache.LocalCache$ReferenceEntry); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ReferenceEntry copyEntry(com.google.common.cache.LocalCache$ReferenceEntry,com.google.common.cache.LocalCache$ReferenceEntry); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ValueReference newValueReference(com.google.common.cache.LocalCache$ReferenceEntry,java.lang.Object,int); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: there were 8 unkept descriptor classes in kept class members.
      You should consider explicitly keeping the mentioned classes
      (using '-keep').
Note: there were 2 accesses to class members by means of introspection.
      You should consider explicitly keeping the mentioned class members
      (using '-keep' or '-keepclassmembers').
Preparing output jar [/home/javierd/android/rom/out/target/common/obj/APPS/Tag_intermediates/proguard.classes.jar]
  Copying resources from program jar [/home/javierd/android/rom/out/target/common/obj/APPS/Tag_intermediates/classes.jar]
packages/apps/Settings/src/com/android/settings/slim/LockscreenTargets.java:446: method does not override or implement a method from a supertype
    @Override
    ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make: *** [/home/javierd/android/rom/out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar] Error 41
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
javierd@javierd-GE70-2OC-2OD-2OE ~/android/rom $
He puesto todo eso porque no se cual es el error exactamente, decir que solo he tocado eso, y que antes de añadir eso compilaba bien.
Muchas gracias
Responder Con Cita
  #437  
Viejo 15/12/13, 18:45:28
Avatar de mbc596
mbc596 mbc596 no está en línea
Usuario muy activo
Mensajes: 562
 
Fecha de registro: dic 2012
Mensajes: 562
Modelo de smartphone: Nexus 4 16GB
Versión de ROM: SaberMod
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por Javier.d Ver Mensaje
Hola, estoy intentando meterle el active display a mi rom, Diavex, que tiene como base slim, he metido estos commits:
https://github.com/Mahdi-Rom/android...b5f2ca7a9dR687
https://github.com/Mahdi-Rom/android...303bf463173917

Y después de solucinar varios errores, me dice esto, y aquí ya no se que hacer:
Código:
Copying: /home/javierd/android/rom/out/target/common/obj/JAVA_LIBRARIES/webviewchromium_intermediates/emma_out/lib/classes-jarjar.jar
make: *** [/home/javierd/android/rom/out/target/common/obj/APPS/SystemUI_intermediates/classes-full-debug.jar] Error 41
make: *** Se espera a que terminen otras tareas....
Jar check: /home/javierd/android/rom/out/target/common/obj/JAVA_LIBRARIES/webviewchromium_intermediates/jar_check_ok
Note: frameworks/opt/mms/src/java/com/google/android/mms/util/SqliteWrapper.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: frameworks/opt/mms/src/java/com/google/android/mms/pdu/PduHeaders.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Reading library jar [/home/javierd/android/rom/out/target/common/obj/JAVA_LIBRARIES/framework2_intermediates/classes.jar]
Note: frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/BasicTexture.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: com.google.common.base.FinalizableReferenceQueue accesses a method 'startFinalizer(java.lang.Class,java.lang.Object)' dynamically
Note: com.google.common.base.internal.Finalizer accesses a method 'finalizeReferent()' dynamically
      Maybe this is program method 'com.google.common.base.FinalizableReference { void finalizeReferent(); }'
Note: frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/UiScrollable.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Warning: AndroidManifest.xml already defines versionCode (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines versionName (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines minSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Warning: AndroidManifest.xml already defines targetSdkVersion (in http://schemas.android.com/apk/res/android); using existing value in manifest.
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ReferenceEntry newEntry(java.lang.Object,int,com.google.common.collect.MapMakerInternalMap$ReferenceEntry); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ReferenceEntry copyEntry(com.google.common.collect.MapMakerInternalMap$ReferenceEntry,com.google.common.collect.MapMakerInternalMap$ReferenceEntry); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ReferenceEntry copyEntry(com.google.common.collect.MapMakerInternalMap$ReferenceEntry,com.google.common.collect.MapMakerInternalMap$ReferenceEntry); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.collect.MapMakerInternalMap { com.google.common.collect.MapMakerInternalMap$ValueReference newValueReference(com.google.common.collect.MapMakerInternalMap$ReferenceEntry,java.lang.Object); }', but not the descriptor class 'com.google.common.collect.MapMakerInternalMap$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ReferenceEntry newEntry(java.lang.Object,int,com.google.common.cache.LocalCache$ReferenceEntry); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ReferenceEntry copyEntry(com.google.common.cache.LocalCache$ReferenceEntry,com.google.common.cache.LocalCache$ReferenceEntry); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ReferenceEntry copyEntry(com.google.common.cache.LocalCache$ReferenceEntry,com.google.common.cache.LocalCache$ReferenceEntry); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: the configuration keeps the entry point 'com.google.common.cache.LocalCache { com.google.common.cache.LocalCache$ValueReference newValueReference(com.google.common.cache.LocalCache$ReferenceEntry,java.lang.Object,int); }', but not the descriptor class 'com.google.common.cache.LocalCache$ReferenceEntry'
Note: there were 8 unkept descriptor classes in kept class members.
      You should consider explicitly keeping the mentioned classes
      (using '-keep').
Note: there were 2 accesses to class members by means of introspection.
      You should consider explicitly keeping the mentioned class members
      (using '-keep' or '-keepclassmembers').
Preparing output jar [/home/javierd/android/rom/out/target/common/obj/APPS/Tag_intermediates/proguard.classes.jar]
  Copying resources from program jar [/home/javierd/android/rom/out/target/common/obj/APPS/Tag_intermediates/classes.jar]
packages/apps/Settings/src/com/android/settings/slim/LockscreenTargets.java:446: method does not override or implement a method from a supertype
    @Override
    ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
make: *** [/home/javierd/android/rom/out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar] Error 41
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
javierd@javierd-GE70-2OC-2OD-2OE ~/android/rom $
He puesto todo eso porque no se cual es el error exactamente, decir que solo he tocado eso, y que antes de añadir eso compilaba bien.
Muchas gracias
http://stackoverflow.com/questions/1...om-a-supertype

Prueba a poner abstract
Responder Con Cita
  #438  
Viejo 15/12/13, 18:48:03
Avatar de Javier.d
Javier.d Javier.d no está en línea
Nuevo cocinero
Mensajes: 722
 
Fecha de registro: may 2012
Localización: Madrid
Mensajes: 722
Modelo de smartphone: OnePlus One/ Nexus 4
Versión de ROM: CM13
Versión de Radio: Última
Tu operador: Tuenti Movil
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por mbc596 Ver Mensaje
Exactamente, en que archivo tengo que poner abstract??
Responder Con Cita
  #439  
Viejo 15/12/13, 18:52:34
Avatar de mbc596
mbc596 mbc596 no está en línea
Usuario muy activo
Mensajes: 562
 
Fecha de registro: dic 2012
Mensajes: 562
Modelo de smartphone: Nexus 4 16GB
Versión de ROM: SaberMod
Tu operador: Movistar
Mencionado: 0 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por Javier.d Ver Mensaje
Exactamente, en que archivo tengo que poner abstract??
supongo packages/apps/Settings/src/com/android/settings/slim/LockscreenTargets.java:446
Responder Con Cita


  #440  
Viejo 15/12/13, 19:42:54
Avatar de Javier.d
Javier.d Javier.d no está en línea
Nuevo cocinero
Mensajes: 722
 
Fecha de registro: may 2012
Localización: Madrid
Mensajes: 722
Modelo de smartphone: OnePlus One/ Nexus 4
Versión de ROM: CM13
Versión de Radio: Última
Tu operador: Tuenti Movil
Mencionado: 0 comentarios
Tagged: 0 hilos
Perdón por la ignorancia, pero no se donde ponerlo, ¿En vez de override pongo abstract? ¿O como?
La línea 446 es solo @override, seguido de
public void onTargetChange(View v, int whichHandle) {
}
Responder Con Cita
Respuesta

Estás aquí
Regresar   HTCMania > Otras marcas y modelos de smartphones de venta en España > LG > Otros smartphones antiguos de LG > Nexus 4 > ROMs y desarrollo Nexus 4

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: 12:56:16 (GMT +1)

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