Ver Mensaje Individual
  #325  
Viejo 02/10/13, 20:07:45
Avatar de menan
menan menan no está en línea
Miembro del foro
Mensajes: 377
Compra y venta: (28)
 
Fecha de registro: mar 2010
Mensajes: 377
Modelo de smartphone: Magic
Mencionado: 10 comentarios
Tagged: 0 hilos
Bueno estuve revisando y comparando, borre varias lineas de codigo que se añadieron .
Ahora esperar , tuve que hacer make clean porque luego me dio error el kernel al iniciar brunch.

Saludos


Edito: He tenido que revisar también el PhoneWindowManager y continuo..

Código:
target Java: TelephonyProvider (/Volumes/android/cm10.2/out/target/common/obj/APPS/TelephonyProvider_intermediates/classes)
frameworks/base/services/java/com/android/server/am/ActivityStack.java:3893: cannot find symbol
symbol  : variable WindowManagerPolicy
location: class com.android.server.am.ActivityStack
                    ? WindowManagerPolicy.TRANSIT_TASK_CLOSE
                      ^
frameworks/base/services/java/com/android/server/am/ActivityStack.java:3894: cannot find symbol
symbol  : variable WindowManagerPolicy
location: class com.android.server.am.ActivityStack
                    : WindowManagerPolicy.TRANSIT_ACTIVITY_CLOSE, false);
                      ^
frameworks/base/services/java/com/android/server/am/ActivityRecord.java:477: ent is already defined in ActivityRecord(com.android.server.am.ActivityManagerService,com.android.server.am.ActivityStack,com.android.server.am.ProcessRecord,int,java.lang.String,android.content.Intent,java.lang.String,android.content.pm.ActivityInfo,android.content.res.Configuration,com.android.server.am.ActivityRecord,java.lang.String,int,boolean)
            AttributeCache.Entry ent = AttributeCache.instance().get(userId, packageName,
                                 ^
frameworks/base/services/java/com/android/server/am/ActivityRecord.java:477: get(java.lang.String,int,int[],int) in com.android.server.AttributeCache cannot be applied to (int,java.lang.String,int,int[])
            AttributeCache.Entry ent = AttributeCache.instance().get(userId, packageName,
                                                                ^
Note: packages/providers/TelephonyProvider/src/com/android/providers/telephony/SmsProvider.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
frameworks/base/services/java/com/android/server/NotificationManagerService.java:106: com.android.server.NotificationManagerService is not abstract and does not override abstract method areNotificationsEnabledForPackage(java.lang.String,int) in android.app.INotificationManager
public class NotificationManagerService extends INotificationManager.Stub
       ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:475: cannot find symbol
symbol  : class FileOutputStream
location: class com.android.server.NotificationManagerService
            FileOutputStream outfile = null;
            ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:479: cannot find symbol
symbol  : class XmlSerializer
location: class com.android.server.NotificationManagerService
                XmlSerializer out = new FastXmlSerializer();
                ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:479: cannot find symbol
symbol  : class FastXmlSerializer
location: class com.android.server.NotificationManagerService
                XmlSerializer out = new FastXmlSerializer();
                                        ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:508: cannot find symbol
symbol  : class FileOutputStream
location: class com.android.server.NotificationManagerService
        FileOutputStream outfile = null;
        ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:512: cannot find symbol
symbol  : class XmlSerializer
location: class com.android.server.NotificationManagerService
            XmlSerializer out = new FastXmlSerializer();
            ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:512: cannot find symbol
symbol  : class FastXmlSerializer
location: class com.android.server.NotificationManagerService
            XmlSerializer out = new FastXmlSerializer();
                                    ^
frameworks/base/services/java/com/android/server/NotificationManagerService.java:595: cannot find symbol
symbol  : variable uid
location: class com.android.server.NotificationManagerService
        return (mAppOps.checkOpNoThrow(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg)
                                                                           ^
target Dex: ThemeChooser
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.
12 errors
make: *** [/Volumes/android/cm10.2/out/target/common/obj/JAVA_LIBRARIES/services_intermediates/classes-full-debug.jar] Error 41
make: *** Waiting for unfinished jobs....
No consigo solventar esto ... compare los archivos pero no veo el error

faltan los import quiza?

:O

Última edición por menan Día 02/10/13 a las 23:24:15
Responder Con Cita