'Zip is good, but no classes.dex inside, and no valid .odex file in the same directory, Unable to process classpath element' on real phone

571 views
Skip to first unread message

Petr Bartoš

unread,
Apr 26, 2014, 6:39:03 PM4/26/14
to android-...@googlegroups.com
Hi there,

I'm sorry if I'm writing to wrong group, please let me know where to post it.

I've got a problem with my phone Prestigio 4055. After updating firmware phone stack during boot during playing media adverts.

adb logcat reports problems with loading important jar files  from framework and therefore whole VM crash with SIGSEGV. This is in early stage so there is loop trying to bring VM...

I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/core.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
....
E/dalvikvm( 3155): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-framework.jar:/system/framework/mediatek-op.jar:/system/framework/secondary-framework.jar:/system/framework/CustomProperties.jar'
E/dalvikvm( 3155): VM aborting
F/libc    ( 3155): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 3155 (zygote)

(whole log at the back).

The phone is NOT rooted. I've got 'backup' of /system/framework/ which I did via 'adb pull' some time ago. Would it be possible to use these files? If yes, which ones? I don't know much about odex optimalization, but I suppose I have to use both odex and jar files from the same source.
The other question is, how to overwrite these files without root permission. Is it the only way to mount /system/ and overwrite/copy necessary files with update.zip?

O would be possible to use some recovery partition? Would it require root permissions?

Thanks a lot for any tip
Petr

==============
adb logcat output
==============
....
D/BootAnimation(  305): [BootAnimation movie 907]0,delay=32
D/BootAnimation(  305): [BootAnimation checkExit 723]exitnow=0
D/BootAnimation(  305): [BootAnimation movie 869]i=1,r=941,j=0,lastFrame=108359826623(108359 ms),file=000089.png
D/BootAnimation(  305): [BootAnimation movie 872]glBindTexture,i=1,r=941,j=0,frame.tid=100271,name=000089.png
D/BootAnimation(  305): 0, 32
D/BootAnimation(  305): [BootAnimation movie 907]0,delay=32
D/AndroidRuntime( 3155): 
D/AndroidRuntime( 3155): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 3155): CheckJNI is OFF
D/AndroidRuntime( 3155): language=-Duser.language=en region=-Duser.region=US
D/dalvikvm( 3155): Guard Package : 
D/dalvikvm( 3155):   core.jar
D/dalvikvm( 3155):   core-junit.jar
D/dalvikvm( 3155):   bouncycastle.jar
D/dalvikvm( 3155):   ext.jar
D/dalvikvm( 3155):   framework.jar
D/dalvikvm( 3155):   android.policy.jar
D/dalvikvm( 3155):   services.jar
D/dalvikvm( 3155):   apache-xml.jar
D/dalvikvm( 3155):   mediatek-common.jar
D/dalvikvm( 3155):   mediatek-framework.jar
D/dalvikvm( 3155):   mediatek-op.jar
D/dalvikvm( 3155):   secondary-framework.jar
D/dalvikvm( 3155):   CustomProperties.jar
D/dalvikvm( 3155):   am.jar
D/dalvikvm( 3155): threadid=1: interp stack at 0x4be06000
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/core.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/core-junit.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/core-junit.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/bouncycastle.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/bouncycastle.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/ext.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/ext.jar'
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/framework.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/android.policy.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/android.policy.jar'
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/services.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/apache-xml.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/apache-xml.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/mediatek-common.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/mediatek-common.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/mediatek-framework.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/mediatek-framework.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/mediatek-op.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/mediatek-op.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/secondary-framework.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/secondary-framework.jar'
I/dalvikvm( 3155): DexOpt: Some deps went away
D/dalvikvm( 3155): BOOTCLASSPATH : 
E/dalvikvm( 3155): /system/framework/CustomProperties.jar odex has stale dependencies
I/dalvikvm( 3155): Zip is good, but no classes.dex inside, and no valid .odex file in the same directory
D/dalvikvm( 3155): Unable to process classpath element '/system/framework/CustomProperties.jar'
E/dalvikvm( 3155): No valid entries found in bootclasspath '/system/framework/core.jar:/system/framework/core-junit.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/apache-xml.jar:/system/framework/mediatek-common.jar:/system/framework/mediatek-framework.jar:/system/framework/mediatek-op.jar:/system/framework/secondary-framework.jar:/system/framework/CustomProperties.jar'
E/dalvikvm( 3155): VM aborting
F/libc    ( 3155): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 3155 (zygote)
D/AEE/AED (   99): $===AEE===AEE===AEE===$
D/AEE/AED (   99): p 0 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 1 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 2 poll events 1 revents 1
D/AEE/AED (   99): aed_main_fork_worker: generator 0x1414150, worker 0xbecaaac0, recv_fd 15
D/AEE/AED (   99): p 3 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 4 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
I/DEBUG   ( 3156): handle_request(15)
I/DEBUG   ( 3156): BOOM: pid=3155 uid=0 gid=0 tid=3155
D/BootAnimation(  305): [BootAnimation checkExit 723]exitnow=0
D/BootAnimation(  305): [BootAnimation movie 869]i=1,r=942,j=0,lastFrame=108460026624(108460 ms),file=000089.png
D/BootAnimation(  305): [BootAnimation movie 872]glBindTexture,i=1,r=942,j=0,frame.tid=100271,name=000089.png
D/BootAnimation(  305): 0, 32
D/BootAnimation(  305): [BootAnimation movie 907]0,delay=32
I/DEBUG   ( 3156): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG   ( 3156): Build fingerprint: 'unknown'
I/DEBUG   ( 3156): pid: 3155, tid: 3155, name: zygote  >>> zygote <<<
I/DEBUG   ( 3156): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadd00d
D/BootAnimation(  305): [BootAnimation checkExit 723]exitnow=0
I/DEBUG   ( 3156):     r0 00000000  r1 1a182f87  r2 deadd00d  r3 00000000
I/DEBUG   ( 3156):     r4 40b241b8  r5 0000acd2  r6 40b241b8  r7 4be05e90
I/DEBUG   ( 3156):     r8 4be05e98  r9 00000000  sl 4be05e8f  fp 40b124cb
I/DEBUG   ( 3156):     ip 40b1fd68  sp bee89f20  lr 4014fc58  pc 40abd858  cpsr 60000030
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): backtrace:
I/DEBUG   ( 3156):     #00  pc 00045858  /system/lib/libdvm.so (dvmAbort+75)
I/DEBUG   ( 3156):     #01  pc 00069027  /system/lib/libdvm.so (dvmClassStartup()+694)
I/DEBUG   ( 3156):     #02  pc 00047129  /system/lib/libdvm.so (dvmStartup(int, char const* const*, bool, _JNIEnv*)+5836)
I/DEBUG   ( 3156):     #03  pc 0004d535  /system/lib/libdvm.so (JNI_CreateJavaVM+544)
I/DEBUG   ( 3156):     #04  pc 0004a9b5  /system/lib/libandroid_runtime.so (android::AndroidRuntime::startVm(_JavaVM**, _JNIEnv**)+1556)
I/DEBUG   ( 3156):     #05  pc 0004ae3d  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+176)
I/DEBUG   ( 3156):     #06  pc 00000dcf  /system/bin/app_process
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): stack:
I/DEBUG   ( 3156):          bee89ee0  77656d61  
I/DEBUG   ( 3156):          bee89ee4  bee89ea4  [stack]
I/DEBUG   ( 3156):          bee89ee8  401966a4  
I/DEBUG   ( 3156):          bee89eec  40190738  /system/lib/libc.so
I/DEBUG   ( 3156):          bee89ef0  00000000  
I/DEBUG   ( 3156):          bee89ef4  4014fc58  /system/lib/libc.so (__sflush_locked+36)
I/DEBUG   ( 3156):          bee89ef8  4019078c  /system/lib/libc.so
I/DEBUG   ( 3156):          bee89efc  ffffffff  
I/DEBUG   ( 3156):          bee89f00  00000000  
I/DEBUG   ( 3156):          bee89f04  401518a0  /system/lib/libc.so (_fwalk+64)
I/DEBUG   ( 3156):          bee89f08  40b241b8  /system/lib/libdvm.so
I/DEBUG   ( 3156):          bee89f0c  0000acd2  
I/DEBUG   ( 3156):          bee89f10  40b241b8  /system/lib/libdvm.so
I/DEBUG   ( 3156):          bee89f14  4be05e90  
I/DEBUG   ( 3156):          bee89f18  df0027ad  
I/DEBUG   ( 3156):          bee89f1c  00000000  
I/DEBUG   ( 3156):     #00  bee89f20  7379732f  
I/DEBUG   ( 3156):          bee89f24  2f6d6574  
I/DEBUG   ( 3156):          bee89f28  6d617266  
I/DEBUG   ( 3156):          bee89f2c  726f7765  
I/DEBUG   ( 3156):          bee89f30  6f632f6b  
I/DEBUG   ( 3156):          bee89f34  6a2e6572  
I/DEBUG   ( 3156):          bee89f38  2f3a7261  
I/DEBUG   ( 3156):          bee89f3c  74737973  
I/DEBUG   ( 3156):          bee89f40  662f6d65  
I/DEBUG   ( 3156):          bee89f44  656d6172  
I/DEBUG   ( 3156):          bee89f48  6b726f77  
I/DEBUG   ( 3156):          bee89f4c  726f632f  
I/DEBUG   ( 3156):          bee89f50  756a2d65  
I/DEBUG   ( 3156):          bee89f54  2e74696e  
I/DEBUG   ( 3156):          bee89f58  3a72616a  
I/DEBUG   ( 3156):          bee89f5c  7379732f  
I/DEBUG   ( 3156):          ........  ........
I/DEBUG   ( 3156):     #01  bee8a138  000000a0  
I/DEBUG   ( 3156):          bee8a13c  00000003  
I/DEBUG   ( 3156):          bee8a140  40e555e0  
I/DEBUG   ( 3156):          bee8a144  4be05cd0  
I/DEBUG   ( 3156):          bee8a148  40b125cb  /system/lib/libdvm.so
I/DEBUG   ( 3156):          bee8a14c  4019cad4  
I/DEBUG   ( 3156):          bee8a150  000227f4  
I/DEBUG   ( 3156):          bee8a154  0003162a  
I/DEBUG   ( 3156):          bee8a158  00000000  
I/DEBUG   ( 3156):          bee8a15c  00000002  
I/DEBUG   ( 3156):          bee8a160  0000b303  
I/DEBUG   ( 3156):          bee8a164  00000000  
I/DEBUG   ( 3156):          bee8a168  00000000  
I/DEBUG   ( 3156):          bee8a16c  00002082  
I/DEBUG   ( 3156):          bee8a170  000081a4  
I/DEBUG   ( 3156):          bee8a174  00000001  
I/DEBUG   ( 3156):          ........  ........
I/DEBUG   ( 3156):     #02  bee8a200  00000001  
I/DEBUG   ( 3156):          bee8a204  00000001  
I/DEBUG   ( 3156):          bee8a208  00000000  
I/DEBUG   ( 3156):          bee8a20c  bee8a2e4  [stack]
I/DEBUG   ( 3156):          bee8a210  0000000c  
I/DEBUG   ( 3156):          bee8a214  40e55b68  
I/DEBUG   ( 3156):          bee8a218  40e55570  
I/DEBUG   ( 3156):          bee8a21c  40b037da  /system/lib/libdvm.so
I/DEBUG   ( 3156):          bee8a220  40b037da  /system/lib/libdvm.so
I/DEBUG   ( 3156):          bee8a224  00000006  
I/DEBUG   ( 3156):          bee8a228  00000000  
I/DEBUG   ( 3156):          bee8a22c  40e555b0  
I/DEBUG   ( 3156):          bee8a230  4019cad4  
I/DEBUG   ( 3156):          bee8a234  00047922  
I/DEBUG   ( 3156):          bee8a238  00047911  
I/DEBUG   ( 3156):          bee8a23c  40b24740  /system/lib/libdvm.so
I/DEBUG   ( 3156):          ........  ........
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near r1:
I/DEBUG   ( 3156):     1a182f64 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     1a182f74 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     1a182f84 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     1a182f94 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     1a182fa4 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near r4:
I/DEBUG   ( 3156):     40b24198 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     40b241a8 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     40b241b8 40e555e0 40e555d0 00400000 08000000  .U.@.U.@..@.....
I/DEBUG   ( 3156):     40b241c8 04000000 00008000 00006000 01000001  .........`......
I/DEBUG   ( 3156):     40b241d8 00000101 00000002 00000001 00000000  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near r5:
I/DEBUG   ( 3156):     0000acb0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     0000acc0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     0000acd0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     0000ace0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156):     0000acf0 ffffffff ffffffff ffffffff ffffffff  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near r6:
I/DEBUG   ( 3156):     40b24198 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     40b241a8 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     40b241b8 40e555e0 40e555d0 00400000 08000000  .U.@.U.@..@.....
I/DEBUG   ( 3156):     40b241c8 04000000 00008000 00006000 01000001  .........`......
I/DEBUG   ( 3156):     40b241d8 00000101 00000002 00000001 00000000  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near r7:
I/DEBUG   ( 3156):     4be05e70 6172662f 6f77656d 432f6b72 6f747375  /framework/Custo
I/DEBUG   ( 3156):     4be05e80 6f72506d 74726570 2e736569 0072616a  mProperties.jar.
I/DEBUG   ( 3156):     4be05e90 00000000 000000b3 00000003 00000000  ................
I/DEBUG   ( 3156):     4be05ea0 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     4be05eb0 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near r8:
I/DEBUG   ( 3156):     4be05e78 432f6b72 6f747375 6f72506d 74726570  rk/CustomPropert
I/DEBUG   ( 3156):     4be05e88 2e736569 0072616a 00000000 000000b3  ies.jar.........
I/DEBUG   ( 3156):     4be05e98 00000003 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     4be05ea8 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     4be05eb8 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near sl:
I/DEBUG   ( 3156):     4be05e6c 6d657473 6172662f 6f77656d 432f6b72  stem/framework/C
I/DEBUG   ( 3156):     4be05e7c 6f747375 6f72506d 74726570 2e736569  ustomProperties.
I/DEBUG   ( 3156):     4be05e8c 0072616a 00000000 000000b3 00000003  jar.............
I/DEBUG   ( 3156):     4be05e9c 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156):     4be05eac 00000000 00000000 00000000 00000000  ................
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near fp:
I/DEBUG   ( 3156):     40b124a8 70206e6f 69766572 6c73756f 61662d79  on previously-fa
I/DEBUG   ( 3156):     40b124b8 64656c69 616c6320 25207373 3d762073  iled class %s v=
I/DEBUG   ( 3156):     40b124c8 6a007025 64007261 20007865 64322520  %p.jar.dex.  %2d
I/DEBUG   ( 3156):     40b124d8 7974203a 253d6570 73252073 00702520  : type=%s %s %p.
I/DEBUG   ( 3156):     40b124e8 3a72616a 656c6966 252f2f3a 252f2173  jar:file://%s!/%
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near ip:
I/DEBUG   ( 3156):     40b1fd48 4070d5bd 4019e944 4016bd58 40149f58  ..p@D..@X..@X..@
I/DEBUG   ( 3156):     40b1fd58 401393a0 4013e404 4014f748 4013ee30  ...@...@H..@0..@
I/DEBUG   ( 3156):     40b1fd68 4014fc84 4015e110 4013e9a4 401bdb68  ...@...@...@h..@
I/DEBUG   ( 3156):     40b1fd78 4013a660 4014d980 4013fb28 4015e630  `..@...@(..@0..@
I/DEBUG   ( 3156):     40b1fd88 402041f8 40139db0 4015eb68 4015e068  .A @...@h..@h..@
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory near sp:
I/DEBUG   ( 3156):     bee89f00 00000000 401518a0 40b241b8 0000acd2  .......@.A.@....
I/DEBUG   ( 3156):     bee89f10 40b241b8 4be05e90 df0027ad 00000000  .A.@.^.K.'......
I/DEBUG   ( 3156):     bee89f20 7379732f 2f6d6574 6d617266 726f7765  /system/framewor
I/DEBUG   ( 3156):     bee89f30 6f632f6b 6a2e6572 2f3a7261 74737973  k/core.jar:/syst
I/DEBUG   ( 3156):     bee89f40 662f6d65 656d6172 6b726f77 726f632f  em/framework/cor
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): code around pc:
I/DEBUG   ( 3156):     40abd838 447a34bc efccf7d7 461d2300 b1525d1a  .4zD.....#.F.]R.
I/DEBUG   ( 3156):     40abd848 18ad3301 7f00f5b3 e004d1f8 4a0a4798  .3...........G.J
I/DEBUG   ( 3156):     40abd858 f7d77015 490cefc4 4a0c2006 44794c0c  .p.....I. .J.LyD
I/DEBUG   ( 3156):     40abd868 f7d7447a 447cee78 f7d72000 6ca3ef16  zD..x.|D. .....l
I/DEBUG   ( 3156):     40abd878 d1eb2b00 bf00e7eb deadd00d 000622de  .+..........."..
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): code around lr:
I/DEBUG   ( 3156):     4014fc38 e1a05000 e59f403c e79f4004 e5943000  .P..<@...@...0..
I/DEBUG   ( 3156):     4014fc48 e3530000 1a000009 e1a00005 ebffffcf  ..S.............
I/DEBUG   ( 3156):     4014fc58 e1a06000 e5940000 e3500000 0a000001  .`........P.....
I/DEBUG   ( 3156):     4014fc68 e1a00005 eb0001ed e1a00006 e8bd8070  ............p...
I/DEBUG   ( 3156):     4014fc78 eb0001de eafffff3 00040860 e92d4070  ........`...p@-.
I/DEBUG   ( 3156): 
I/DEBUG   ( 3156): memory map around fault addr deadd00d:
I/DEBUG   ( 3156):     bee6a000-bee8b000 [stack]
I/DEBUG   ( 3156):     (no map for address)
I/DEBUG   ( 3156):     ffff0000-ffff1000 [vectors]
D/AEE/AED ( 3156): Skip for Exp level'0'
D/AEE/AED (   99): $===AEE===AEE===AEE===$
D/AEE/AED (   99): p 0 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 1 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 2 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 3 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
D/AEE/AED (   99): p 4 poll events 1 revents 0
D/AEE/AED (   99): not know revents:0
I/ServiceManager(   94): service 'media.audio_policy' died
I/ServiceManager(   94): service 'media.VTS' died
I/ServiceManager(   94): service 'media.audio_flinger' died
I/ServiceManager(   94): service 'media.player' died
I/ServiceManager(   94): service 'memory.dumper' died
I/ServiceManager(   94): service 'media.camera' died
I/Netd    ( 3158): Netd 1.0 starting
D/BootAnimation(  305): [BootAnimation movie 869]i=1,r=943,j=0,lastFrame=108560550393(108560 ms),file=000089.png
D/BootAnimation(  305): [BootAnimation movie 872]glBindTexture,i=1,r=943,j=0,frame.tid=100271,name=000089.png
D/BootAnimation(  305): 0, 32
D/BootAnimation(  305): [BootAnimation movie 907]0,delay=32
D/BootAnimation(  305): [BootAnimation checkExit 723]exitnow=0
D/BootAnimation(  305): [BootAnimation movie 869]i=1,r=944,j=0,lastFrame=108660778624(108660 ms),file=000089.png
D/BootAnimation(  305): [BootAnimation movie 872]glBindTexture,i=1,r=944,j=0,frame.tid=100271,name=000089.png
D/BootAnimation(  305): 3, 29
D/BootAnimation(  305): [BootAnimation movie 907]3,delay=29
D/BootAnimation(  305): [BootAnimation checkExit 723]exitnow=0
...

shridutt kothari

unread,
Apr 27, 2014, 1:21:41 AM4/27/14
to android-...@googlegroups.com

Hi pbartos,

I guess the jars are corrupt.. So may be reverting these jars may help you

D/dalvikvm( 3155):   core.jar

D/dalvikvm( 3155):   core-junit.jar

D/dalvikvm( 3155):   bouncycastle.jar

D/dalvikvm( 3155):   ext.jar

D/dalvikvm( 3155):   framework.jar

D/dalvikvm( 3155):   android.policy.jar

D/dalvikvm( 3155):   services.jar

D/dalvikvm( 3155):   apache-xml.jar

D/dalvikvm( 3155):   mediatek-common.jar

D/dalvikvm( 3155):   mediatek-framework.jar

D/dalvikvm( 3155):   mediatek-op.jar

D/dalvikvm( 3155):   secondary-framework.jar

D/dalvikvm( 3155):   CustomProperties.jar

D/dalvikvm( 3155):   am.jar

Thanks,
Shridutt kothari
Impetus infotech India Ltd.
shriduttkothari @gmail.com

--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-platfo...@googlegroups.com.
To post to this group, send email to android-...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-platform.
For more options, visit https://groups.google.com/d/optout.

Petr Bartoš

unread,
Apr 28, 2014, 3:43:51 PM4/28/14
to android-...@googlegroups.com

Hi shridutt,

I guess the jars are corrupt.. So may be reverting these jars may help you

I thought the same, but actually jars are ok, problem seems to be with
"Zip is good, but no classes.dex inside, and no valid .odex file in the same directory"
Content of problematic jars (at least some - e.g. core-junit.jar) is just: file META-INF/MANIFEST.MF, sizes are the same, but archives have different checksum. Strange - it should be just plain zip (file core-junit.jar:     Java archive data (JAR)).
The same is with core-junit.odex (file core-junit.odex:     Dalvik dex file (optimized for host) version 036))

I'm posting whole logcat output in case someone want to have a look http://pastebin.com/r9VLhBEp

Thanks for any tip.
Petr
Reply all
Reply to author
Forward
0 new messages