[Q] My First Try to build a nand android - HD2 Android Q&A, Help & Troubleshooting and Genera

hey
today i started to build my first ever android nand build, and what i did is the follwoing:
1- i get an existed build and extracted the system.img using unyaffs2(under windows)
2- i made some changs on the applicatoins, i only removed some applicatoins.
3- repacked the system.img again using the (mkfs.yaffs2.x86) under unix - i am using ubuntu 10.10)
4- now i atried to install on my phone it via magldr and it worked, but the build did not started (hehe)
i used droidexplorer to debug and i got the following:
logcat
# --------- beginning of /dev/log/main
logwrapper( 125): executing /system/xbin/busybox failed: Permission denied
logwrapper( 120): /system/xbin/busybox terminated by exit(255)
AndroidRuntime( 131):
AndroidRuntime( 131): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
AndroidRuntime( 131): CheckJNI is OFF
dalvikvm( 131): creating instr width table
AndroidRuntime( 131): --- registering native functions ---
ServiceManager( 131): error in getService
ServiceManager( 131): android.os.DeadObjectException
ServiceManager( 131): at android.os.BinderProxy.transact(Native Method)
ServiceManager( 131): at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:120)
ServiceManager( 131): at android.os.ServiceManager.getService(ServiceManager.java:55)
ServiceManager( 131): at android.app.ActivityManagerNative.getDefault(ActivityManagerNative.java:78)
ServiceManager( 131): at com.android.commands.am.Am.run(Am.java:81)
ServiceManager( 131): at com.android.commands.am.Am.main(Am.java:65)
ServiceManager( 131): at com.android.internal.os.RuntimeInit.finishInit(Native Method)
ServiceManager( 131): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
ServiceManager( 131): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 131): AndroidRuntime onExit calling exit(1)
AndroidRuntime( 143):
AndroidRuntime( 143): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
AndroidRuntime( 143): CheckJNI is OFF
dalvikvm( 143): creating instr width table
AndroidRuntime( 143): --- registering native functions ---
ServiceManager( 143): error in getService
ServiceManager( 143): android.os.DeadObjectException
ServiceManager( 143): at android.os.BinderProxy.transact(Native Method)
ServiceManager( 143): at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:120)
ServiceManager( 143): at android.os.ServiceManager.getService(ServiceManager.java:55)
ServiceManager( 143): at com.android.commands.pm.Pm.run(Pm.java:73)
ServiceManager( 143): at com.android.commands.pm.Pm.main(Pm.java:63)
ServiceManager( 143): at com.android.internal.os.RuntimeInit.finishInit(Native Method)
ServiceManager( 143): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
ServiceManager( 143): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 143): Shutting down VM
jdwp ( 143): adbd disconnected
AndroidRuntime( 154):
AndroidRuntime( 154): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
AndroidRuntime( 154): CheckJNI is OFF
dalvikvm( 154): creating instr width table
AndroidRuntime( 154): --- registering native functions ---
ServiceManager( 154): error in getService
ServiceManager( 154): android.os.DeadObjectException
ServiceManager( 154): at android.os.BinderProxy.transact(Native Method)
ServiceManager( 154): at android.os.ServiceManagerProxy.getService(ServiceManagerNative.java:120)
ServiceManager( 154): at android.os.ServiceManager.getService(ServiceManager.java:55)
ServiceManager( 154): at android.app.ActivityManagerNative.getDefault(ActivityManagerNative.java:78)
ServiceManager( 154): at com.android.commands.am.Am.run(Am.java:81)
ServiceManager( 154): at com.android.commands.am.Am.main(Am.java:65)
ServiceManager( 154): at com.android.internal.os.RuntimeInit.finishInit(Native Method)
ServiceManager( 154): at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:235)
ServiceManager( 154): at dalvik.system.NativeStart.main(Native Method)
AndroidRuntime( 154): AndroidRuntime onExit calling exit(1)
-End of debug-
can some one please help me in this issue, what i did wrong, or i am missing somthing?

Related

Please look at this error message. What does it mean

D/AndroidRuntime( 1547): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 1547): CheckJNI is OFF
D/dalvikvm( 1547): DexOpt: incorrect opt magic number (0xff ff ff ff)
D/dalvikvm( 1547): Stale deps in cache file; removing and retrying
W/dalvikvm( 1547): zlib inflate: zerr=-3 (nIn=0x41c4f4d0 aIn=705030 nOut=0xbef64e7f aOut=1433)
E/dalvikvm( 1547): Unable to extract+optimize DEX from '/system/framework/framework.jar'
D/dalvikvm( 1547): Failed on '/system/framework/framework.jar' (boot=1)
D/dalvikvm( 1547): VM cleaning up
D/dalvikvm( 1547): LinearAlloc 0x0 used 4100 of 4194304 (0%)
W/dalvikvm( 1547): JNI_CreateJavaVM failed
E/AndroidRuntime( 1547): JNI_CreateJavaVM failed
D/AndroidRuntime( 1548):

Application Wont Play Audio From Raw Folder

Code:
20:51:12.061 916 ERROR AndroidRuntime Uncaught handler: thread main exiting due to uncaught exception
20:51:12.092 916 ERROR AndroidRuntime java.lang.RuntimeException: Unable to start activity ComponentInfo{org.me.zx/org.me.zx.MainActivity}: android.content.res.Resources$NotFoundException: File res/raw/a.ogg from drawable resource ID #0x7f040000
20:51:12.092 916 ERROR AndroidRuntime at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)
20:51:12.092 916 ERROR AndroidRuntime at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
20:51:12.092 916 ERROR AndroidRuntime at android.app.ActivityThread.access$1800(ActivityThread.java:112)
20:51:12.092 916 ERROR AndroidRuntime at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
20:51:12.092 916 ERROR AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:99)
20:51:12.092 916 ERROR AndroidRuntime at android.os.Looper.loop(Looper.java:123)
20:51:12.092 916 ERROR AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:3948)
20:51:12.092 916 ERROR AndroidRuntime at java.lang.reflect.Method.invokeNative(Native Method)
20:51:12.092 916 ERROR AndroidRuntime at java.lang.reflect.Method.invoke(Method.java:521)
20:51:12.092 916 ERROR AndroidRuntime at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
20:51:12.092 916 ERROR AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
20:51:12.092 916 ERROR AndroidRuntime at dalvik.system.NativeStart.main(Native Method)
20:51:12.092 916 ERROR AndroidRuntime Caused by: android.content.res.Resources$NotFoundException: File res/raw/a.ogg from drawable resource ID #0x7f040000
20:51:12.092 916 ERROR AndroidRuntime at android.content.res.Resources.openRawResourceFd(Resources.java:814)
20:51:12.092 916 ERROR AndroidRuntime at android.media.SoundPool.load(SoundPool.java:172)
20:51:12.092 916 ERROR AndroidRuntime at org.me.zx.SoundManager.addSound(SoundManager.java:27)
20:51:12.092 916 ERROR AndroidRuntime at org.me.zx.MainActivity.onCreate(MainActivity.java:22)
20:51:12.092 916 ERROR AndroidRuntime at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
20:51:12.092 916 ERROR AndroidRuntime at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2231)
20:51:12.092 916 ERROR AndroidRuntime ... 11 more
20:51:12.092 916 ERROR AndroidRuntime Caused by: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
20:51:12.092 916 ERROR AndroidRuntime at android.content.res.AssetManager.openNonAssetFdNative(Native Method)
20:51:12.092 916 ERROR AndroidRuntime at android.content.res.AssetManager.openNonAssetFd(AssetManager.java:412)
20:51:12.092 916 ERROR AndroidRuntime at android.content.res.Resources.openRawResourceFd(Resources.java:811)
20:51:12.092 916 ERROR AndroidRuntime ... 16 more
Why do I get this when I load my application?

[Q] Debug a crash in phone application

Hi All,
I am trying to debug a crash in the phone application, on receiving a call it is crashing and unable to receive any call. I am new to Android, so looking for some help on debugging the same. Some background for the problem is just upgraded to JPQ. I have restored system and applications along with data using Titanium backup. Looks like some restored data is causing the problem, as was able to receive calls before backup restore.
Below is the logcat log, looks like it is crashing while trying to retrieve some data in cursorwindow:
D/InCallScreen( 4993): onResume()...
D/PowerManagerService( 2278): setPokeLock pokey=9 tag=PhoneApp
D/StatusBar( 2278): manageDisableList what=0x1 pkg=com.android.phone
D/StatusBar( 2278): DISABLE_EXPAND: yes
D/StatusBar( 2278): manageDisableList what=0x1 pkg=com.android.phone
W/ResourceType( 4993): getEntry failing because entryIndex 65 is beyond type ent
ryCount 1
E/CursorWindow( 4980): Bad request for field slot 0,2. numRows = 5, numColumns =
2
E/DatabaseUtils( 4980): Writing exception to parcel
E/DatabaseUtils( 4980): java.lang.IllegalStateException: get field slot from row
0 col 2 failed
E/DatabaseUtils( 4980): at android.database.CursorWindow.getLong_native(
Native Method)
E/DatabaseUtils( 4980): at android.database.CursorWindow.getInt(CursorWi
ndow.java:466)
E/DatabaseUtils( 4980): at android.database.AbstractWindowedCursor.getIn
t(AbstractWindowedCursor.java:93)
E/DatabaseUtils( 4980): at com.sec.android.app.callsetting.allcalls.AllC
allsProvider.query(AllCallsProvider.java:354)
E/DatabaseUtils( 4980): at android.content.ContentProvider$Transport.bul
kQuery(ContentProvider.java:150)
E/DatabaseUtils( 4980): at android.content.ContentProviderNative.onTrans
act(ContentProviderNative.java:111)
E/DatabaseUtils( 4980): at android.os.Binder.execTransact(Binder.java:28
8)
E/DatabaseUtils( 4980): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 4993): threadid=23: thread exiting with uncaught exception (group=0x
4001d7d0)
E/AndroidRuntime( 4993): FATAL EXCEPTION: Thread-26
E/AndroidRuntime( 4993): java.lang.IllegalStateException: get field slot from ro
w 0 col 2 failed
E/AndroidRuntime( 4993): at android.os.Parcel.readException(Parcel.java:1
268)
E/AndroidRuntime( 4993): at android.database.DatabaseUtils.readExceptionF
romParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 4993): at android.database.DatabaseUtils.readExceptionF
romParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 4993): at android.content.ContentProviderProxy.bulkQuer
yInternal(ContentProviderNative.java:330)
E/AndroidRuntime( 4993): at android.content.ContentProviderProxy.query(Co
ntentProviderNative.java:366)
E/AndroidRuntime( 4993): at android.content.ContentResolver.query(Content
Resolver.java:245)
E/AndroidRuntime( 4993): at com.android.phone.RejectCallWithMsgLayout$upd
ateThread.run(RejectCallWithMsgLayout.java:134)
W/ActivityManager( 2278): Force finishing activity com.android.phone/.InCallSc
reen
I/ ( 2278): dumpmesg > /data/log/dumpstate_app_error.log[/B]
W/AudioFlinger( 2177): write blocked for 131 msecs, 20 delayed writes, thread 0x
25e68
D/IncomingSlidingWidget( 4993): IncomingSlidingWidget gone
D/IncomingSlidingWidget( 4993): IncomingSlidingWidget show
E/CursorWindow( 4980): Bad request for field slot 0,2. numRows = 5, numColumns =
2
E/DatabaseUtils( 4980): Writing exception to parcel
E/DatabaseUtils( 4980): java.lang.IllegalStateException: get field slot from row
0 col 2 failed
E/DatabaseUtils( 4980): at android.database.CursorWindow.getLong_native(
Native Method)
E/DatabaseUtils( 4980): at android.database.CursorWindow.getInt(CursorWi
ndow.java:466)
E/DatabaseUtils( 4980): at android.database.AbstractWindowedCursor.getIn
t(AbstractWindowedCursor.java:93)
E/DatabaseUtils( 4980): at com.sec.android.app.callsetting.allcalls.AllC
allsProvider.query(AllCallsProvider.java:354)
E/DatabaseUtils( 4980): at android.content.ContentProvider$Transport.bul
kQuery(ContentProvider.java:150)
E/DatabaseUtils( 4980): at android.content.ContentProviderNative.onTrans
act(ContentProviderNative.java:111)
E/DatabaseUtils( 4980): at android.os.Binder.execTransact(Binder.java:28
8)
E/DatabaseUtils( 4980): at dalvik.system.NativeStart.run(Native Method)
D/IncomingSlidingWidget( 4993): IncomingSlidingWidget gone
W/dalvikvm( 4993): threadid=24: thread exiting with uncaught exception (group=0x
4001d7d0)
I/Process ( 4993): Sending signal. PID: 4993 SIG: 9
D/PowerManagerService( 2278): setPokeLock pokey=0 tag=PhoneApp
W/AudioService( 2278): setMode() client died
I/StatusBar( 2278): binder died for pkg=com.android.phone
D/StatusBar( 2278): manageDisableList what=0x0 pkg=com.android.phone
I/ServiceManager( 2168): service 'iphonesubinfo' died
I/ServiceManager( 2168): service 'simphonebook' died
I/ServiceManager( 2168): service 'isms' died
I/ServiceManager( 2168): service 'phone' died
I/ServiceManager( 2168): service 'phoneext' died
I/PowerManagerService( 2278): Ulight 7->3|0

[L7] Need some people with porting or development experience

Hey everyone, currently i am trying to PORT Paranoid-Android using CM10 nigtlies as my BASE rom, i end up with bootloop and i need some people with porting or dev experience to help me put on the right road to do it correctly. We could talk on skype or w/e
Write in this thread or PM me here or on Skype: m4nu4l
i wanna ask, which meta-inf folder you're used? and did you edit some lines on updater-script?
my suggestions is, try to use your pure meta-inf folder from CM10 first without editing. as i know, paranoid android roms do not needs anything different files to symlink... n you have to try to use pure libs folder (nothing added from port rom)
give it a try n let me know...
if not make it, then try this method;
http://forum.xda-developers.com/showthread.php?t=1941239
good luck
Could it be that porting from Galaxy S or Galaxy S2 wont work couse of different specs (boards and cpu) couse at first i thought that only same resolution was in need ?
If so, could u offer an device similar to L7 to try to port from ?
you can research here;
http://blog.blundell-apps.com/list-of-android-devices-with-pixel-density-buckets/
btw, if you have CM10 as base rom, why you don't try to port PAC ROM...??? it's more than Pandroid...
i suggest you port PAC from ZTE SKATE (root box). they have forum on modaco.
i have looked into those roms, all of them 4.2.2 and we still got CM10 (4.1.2)
how about this;
http://www.modaco.com/topic/360010-romcm10aokppa-pac-man-rom-v1940-for-zte-blade-updated-5313/
it's 4.1.2 based
yayakuya said:
how about this;
http://www.modaco.com/topic/360010-romcm10aokppa-pac-man-rom-v1940-for-zte-blade-updated-5313/
it's 4.1.2 based
Click to expand...
Click to collapse
Thanks, ill try to port now, will contact you if something fails or if it work eventually
Okay, i tried this ZTE Skate rom, i want to note that this device build prop was nearly identical and was easiest to try to port, as u suggested i didnt touched META-INF folders, but still i'm stuck in a bootloop
EDIT: Now i have tried with changing libs, Device is stuck on LG logo and Pacman boot animation dont even show up.
EDIT2: Tried also with set perms on META-INF folder, stuck on LG logo.
Here's a LOGCAT from the first build, w/o META-INF folder and libs. Any comments ?
Code:
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:37.091 Error AndroidRuntime 8443 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:37.092 Info Process 8443 Sending signal. PID: 8443 SIG: 9
22:38:37.092 Error AndroidRuntime 8443 Error reporting crash
22:38:37.092 Error AndroidRuntime 8443 java.lang.NullPointerException
22:38:37.093 Error AndroidRuntime 8443 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:37.094 Info ServiceManager 112 service 'entropy' died
22:38:37.094 Info ServiceManager 112 service 'power' died
22:38:37.095 Info ServiceManager 112 service 'sensorservice' died
22:38:37.095 Info Zygote 8314 Exit zygote because system server (8443) has terminated
22:38:37.262 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:37.263 Info ServiceManager 112 service 'media.player' died
22:38:37.263 Info ServiceManager 112 service 'media.camera' died
22:38:37.263 Info ServiceManager 112 service 'media.audio_policy' died
22:38:38.148 Info Netd 8461 Netd 1.0 starting
22:38:38.714 Debug AndroidRuntime 8462
22:38:38.714 Debug AndroidRuntime 8462 >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
22:38:38.715 Debug AndroidRuntime 8462 CheckJNI is OFF
22:38:38.715 Debug dalvikvm 8462 Trying to load lib libjavacore.so 0x0
22:38:38.715 Debug dalvikvm 8462 Added shared lib libjavacore.so 0x0
22:38:38.716 Debug dalvikvm 8462 Trying to load lib libnativehelper.so 0x0
22:38:38.840 Debug dalvikvm 8462 Added shared lib libnativehelper.so 0x0
22:38:38.840 Info mediaserver 8463 ServiceManager: 0xfd78
22:38:38.841 Info AudioFlinger 8463 Using default 3000 mSec as standby time.
22:38:38.841 Info CameraService 8463 CameraService started (pid=8463)
22:38:38.841 Error QualcommCamera 8463 Qint android::get_number_of_cameras(): E
22:38:38.842 Info AudioPolicyManagerBase 8463 loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
22:38:38.965 Info AudioHardwareMSM76XXA 8463 get_audpp_filter
22:38:38.965 Info AudioHardwareMSM76XXA 8463 open /system/etc/AudioFilter.csv success.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.967 Error AudioHardwareMSM76XXA 8463 failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
22:38:38.967 Debug AudioHardwareMSM76XXA 8463 Auto Volume Enabled= 0
22:38:38.968 Info AudioFlinger 8463 loadHwModule() Loaded primary audio interface from QCOM Audio HW HAL (audio) handle 1
22:38:38.968 Info AudioFlinger 8463 HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
22:38:38.968 Info AudioMixer 8463 found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
22:38:38.969 Info AudioFlinger 8463 Using module 1 has the primary audio interface
22:38:38.969 Debug AudioHardwareInterface 8463 setMode(NORMAL)
22:38:38.969 Info AudioHardwareMSM76XXA 8463 Set master volume to 7.
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(6, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(0, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(13, 0, 7)
22:38:38.971 Info AudioFlinger 8463 AudioFlinger's thread 0x11870 ready to run
22:38:38.971 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(2, 0, 7)
22:38:38.971 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(15, 0, 1)
22:38:38.973 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(16, 0, 1)
22:38:38.973 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.974 Info AudioHardwareMSM76XXA 8463 Routing audio to Speakerphone
22:38:38.974 Warning AudioHardwareMSM76XXA 8463 rpc_snd_set_device(0, 1, 1)
22:38:38.974 Debug AudioHardwareMSM76XXA 8463 setVoiceVolume(0.400000)
22:38:38.975 Info AudioHardwareMSM76XXA 8463 Setting in-call volume to 2 (available range is 2 to 7)
22:38:38.975 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(32, 0, 2)
22:38:38.975 Info AudioFlinger 8463 loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
22:38:38.976 Info AudioPolicyService 8463 Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
22:38:39.100 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Info SamplingProfilerIntegration 8462 Profiling disabled.
22:38:39.228 Info Zygote 8462 Preloading classes...
22:38:39.355 Debug dalvikvm 8462 GC_EXPLICIT freed 37K, 84% free 423K/2560K, paused 0ms+0ms, total 7ms
22:38:39.355 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$2
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$3
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$4
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$5
22:38:39.478 Warning Zygote 8462 Class not found for preloading: android.content.res.Resources$1
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener::Hander starting up
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener starting to monitor
22:38:39.604 Debug MDnsDS 8461 Going to poll with pollCount 1
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
22:38:39.605 Debug skia 8462 ---- failed to open </system/fonts/DroidSansTamil-Bold.ttf> as a font
22:38:39.725 Debug TextLayoutCache 8462 Using debug level = 0 - Debug Enabled = 0
22:38:39.725 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Debug MtpDeviceJNI 8462 register_android_mtp_MtpDevice
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
22:38:39.961 Warning Zygote 8462 Class not found for preloading: android.os.Power
22:38:40.126 Warning Zygote 8462 Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.text.method.WordIterator$1
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.view.InputHandler
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.InputQueue$FinishedCallback
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.ViewRootImpl$3
22:38:40.240 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
22:38:40.240 Debug dalvikvm 8462 No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
22:38:40.241 Debug dalvikvm 8462 GC_FOR_ALLOC freed 617K, 36% free 1647K/2560K, paused 26ms, total 26ms
22:38:40.241 Warning Zygote 8462 Class not found for preloading: android.widget.EdgeGlow
22:38:40.367 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$Blink
22:38:40.491 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$EasyEditSpanController
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputContentType
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputMethodState
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$TextAlign
22:38:40.493 Error PhonePolicy 8462 Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
22:38:40.493 Warning Zygote 8462 Class not found for preloading: java.text.DecimalFormat$1
22:38:40.730 Info System 8462 Loaded time zone names for in 229ms (223ms in ICU)
22:38:40.964 Info System 8462 Loaded time zone names for en_US in 171ms (165ms in ICU)
22:38:40.964 Info Zygote 8462 ...preloaded 2282 classes in 1733ms.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 889K, 30% free 2205K/3139K, paused 2ms+2ms, total 33ms
22:38:41.085 Info Zygote 8462 Preload resources disabled, skipped.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 32K, 31% free 2173K/3139K, paused 4ms+2ms, total 31ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.209 Info dalvikvm 8462 System server process 8591 has been created
22:38:41.209 Info Zygote 8462 Accepting command socket connections
22:38:41.210 Info sysproc 8591 Entered system_init()
22:38:41.210 Info sysproc 8591 ServiceManager: 0x157188
22:38:41.210 Debug SensorService 8591 nuSensorService starting...
22:38:41.211 Info SensorService 8591 BMA250 Acclerometer
22:38:41.211 Info SensorService 8591 Proximity Sensor
22:38:41.211 Info SensorService 8591 BMM050 Magnetic
22:38:41.212 Info SensorService 8591 BMC050 Orientation
22:38:41.212 Info SensorService 8591 Rotation Vector
22:38:41.213 Info sysproc 8591 System server: starting Android runtime.
22:38:41.213 Info sysproc 8591 System server: starting Android services.
22:38:41.213 Info sysproc 8591 System server: entering thread pool.
22:38:41.214 Debug SensorService 8591 nuSensorService thread starting...
22:38:41.214 Info SystemServer 8591 Entered the Android system server!
22:38:41.214 Info SystemServer 8591 Entropy Mixer
22:38:41.335 Info SystemServer 8591 Power Manager
22:38:41.335 Info SystemServer 8591 Activity Manager
22:38:41.336 Info ActivityManager 8591 Memory class: 48
22:38:41.336 Warning UsageStats 8591 Usage stats version changed; dropping
22:38:41.337 Warning dalvikvm 8591 No implementation found for native Landroid/util/ExtendedPropertiesUtils;.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.337 Warning dalvikvm 8591 threadid=11: thread exiting with uncaught exception (group=0x40b97300)
22:38:41.338 Info Process 8591 Sending signal. PID: 8591 SIG: 9
22:38:41.338 Error AndroidRuntime 8591 *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
22:38:41.338 Error AndroidRuntime 8591 java.lang.UnsatisfiedLinkError: Native method not found: android.util.ExtendedPropertiesUtils.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.readFile(Native Method)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:415)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:382)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1622)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1732)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ContextImpl.createSystemContext(ContextImpl.java:1591)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:41.342 Error AndroidRuntime 8591 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:41.343 Error AndroidRuntime 8591 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:41.343 Error AndroidRuntime 8591 Error reporting crash
22:38:41.343 Error AndroidRuntime 8591 java.lang.NullPointerException
22:38:41.344 Error AndroidRuntime 8591 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:41.344 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:41.345 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:41.345 Info ServiceManager 112 service 'entropy' died
22:38:41.345 Info ServiceManager 112 service 'power' died
22:38:41.346 Info ServiceManager 112 service 'sensorservice' died
22:38:41.346 Info Zygote 8462 Exit zygote because system server (8591) has terminated
22:38:41.462 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:41.462 Info ServiceManager 112 service 'media.player' died
22:38:41.463 Info ServiceManager 112 service 'media.camera' died
22:38:41.463 Info ServiceManager 112 service 'media.audio_policy' died
did you change a whole fingerprint comment on build.prop?
try to open both updater-script n search if there's any different symlink command on port rom.
btw it's from ZTE Blade, not Skate
m4nu4l said:
Okay, i tried this ZTE Skate rom, i want to note that this device build prop was nearly identical and was easiest to try to port, as u suggested i didnt touched META-INF folders, but still i'm stuck in a bootloop
EDIT: Now i have tried with changing libs, Device is stuck on LG logo and Pacman boot animation dont even show up.
EDIT2: Tried also with set perms on META-INF folder, stuck on LG logo.
Here's a LOGCAT from the first build, w/o META-INF folder and libs. Any comments ?
Code:
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:37.090 Error AndroidRuntime 8443 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:37.091 Error AndroidRuntime 8443 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:37.091 Error AndroidRuntime 8443 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:37.092 Info Process 8443 Sending signal. PID: 8443 SIG: 9
22:38:37.092 Error AndroidRuntime 8443 Error reporting crash
22:38:37.092 Error AndroidRuntime 8443 java.lang.NullPointerException
22:38:37.093 Error AndroidRuntime 8443 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:37.093 Error AndroidRuntime 8443 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:37.094 Info ServiceManager 112 service 'entropy' died
22:38:37.094 Info ServiceManager 112 service 'power' died
22:38:37.095 Info ServiceManager 112 service 'sensorservice' died
22:38:37.095 Info Zygote 8314 Exit zygote because system server (8443) has terminated
22:38:37.262 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:37.263 Info ServiceManager 112 service 'media.player' died
22:38:37.263 Info ServiceManager 112 service 'media.camera' died
22:38:37.263 Info ServiceManager 112 service 'media.audio_policy' died
22:38:38.148 Info Netd 8461 Netd 1.0 starting
22:38:38.714 Debug AndroidRuntime 8462
22:38:38.714 Debug AndroidRuntime 8462 >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
22:38:38.715 Debug AndroidRuntime 8462 CheckJNI is OFF
22:38:38.715 Debug dalvikvm 8462 Trying to load lib libjavacore.so 0x0
22:38:38.715 Debug dalvikvm 8462 Added shared lib libjavacore.so 0x0
22:38:38.716 Debug dalvikvm 8462 Trying to load lib libnativehelper.so 0x0
22:38:38.840 Debug dalvikvm 8462 Added shared lib libnativehelper.so 0x0
22:38:38.840 Info mediaserver 8463 ServiceManager: 0xfd78
22:38:38.841 Info AudioFlinger 8463 Using default 3000 mSec as standby time.
22:38:38.841 Info CameraService 8463 CameraService started (pid=8463)
22:38:38.841 Error QualcommCamera 8463 Qint android::get_number_of_cameras(): E
22:38:38.842 Info AudioPolicyManagerBase 8463 loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
22:38:38.965 Info AudioHardwareMSM76XXA 8463 get_audpp_filter
22:38:38.965 Info AudioHardwareMSM76XXA 8463 open /system/etc/AudioFilter.csv success.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.966 Info AudioHardwareMSM76XXA 8463 EQ flag = 00.
22:38:38.967 Error AudioHardwareMSM76XXA 8463 failed to open AUTO_VOLUME_CONTROL /system/etc/AutoVolumeControl.txt: No such file or directory (2)
22:38:38.967 Debug AudioHardwareMSM76XXA 8463 Auto Volume Enabled= 0
22:38:38.968 Info AudioFlinger 8463 loadHwModule() Loaded primary audio interface from QCOM Audio HW HAL (audio) handle 1
22:38:38.968 Info AudioFlinger 8463 HAL output buffer size 1200 frames, normal mix buffer size 1200 frames
22:38:38.968 Info AudioMixer 8463 found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
22:38:38.969 Info AudioFlinger 8463 Using module 1 has the primary audio interface
22:38:38.969 Debug AudioHardwareInterface 8463 setMode(NORMAL)
22:38:38.969 Info AudioHardwareMSM76XXA 8463 Set master volume to 7.
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(6, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(0, 0, 7)
22:38:38.970 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(13, 0, 7)
22:38:38.971 Info AudioFlinger 8463 AudioFlinger's thread 0x11870 ready to run
22:38:38.971 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(2, 0, 7)
22:38:38.971 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(-1, 0, 7)
22:38:38.972 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(15, 0, 1)
22:38:38.973 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(16, 0, 1)
22:38:38.973 Warning AudioFlinger 8463 Thread AudioOut_2 cannot connect to the power manager service
22:38:38.974 Info AudioHardwareMSM76XXA 8463 Routing audio to Speakerphone
22:38:38.974 Warning AudioHardwareMSM76XXA 8463 rpc_snd_set_device(0, 1, 1)
22:38:38.974 Debug AudioHardwareMSM76XXA 8463 setVoiceVolume(0.400000)
22:38:38.975 Info AudioHardwareMSM76XXA 8463 Setting in-call volume to 2 (available range is 2 to 7)
22:38:38.975 Debug AudioHardwareMSM76XXA 8463 rpc_snd_set_volume(32, 0, 2)
22:38:38.975 Info AudioFlinger 8463 loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 3
22:38:38.976 Info AudioPolicyService 8463 Loaded audio policy from QCOM Audio Policy HAL (audio_policy)
22:38:39.100 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/iptables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Error BandwidthController 8461 runIptablesCmd(): failed /system/bin/ip6tables -t raw -N bw_raw_PREROUTING res=256
22:38:39.227 Info SamplingProfilerIntegration 8462 Profiling disabled.
22:38:39.228 Info Zygote 8462 Preloading classes...
22:38:39.355 Debug dalvikvm 8462 GC_EXPLICIT freed 37K, 84% free 423K/2560K, paused 0ms+0ms, total 7ms
22:38:39.355 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$2
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$3
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$4
22:38:39.356 Warning Zygote 8462 Class not found for preloading: android.animation.ValueAnimator$5
22:38:39.478 Warning Zygote 8462 Class not found for preloading: android.content.res.Resources$1
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener::Hander starting up
22:38:39.603 Debug MDnsDS 8461 MDnsSdListener starting to monitor
22:38:39.604 Debug MDnsDS 8461 Going to poll with pollCount 1
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteCompiledSql
22:38:39.604 Warning Zygote 8462 Class not found for preloading: android.database.sqlite.SQLiteDatabase$DatabaseReentrantLock
22:38:39.605 Debug skia 8462 ---- failed to open </system/fonts/DroidSansTamil-Bold.ttf> as a font
22:38:39.725 Debug TextLayoutCache 8462 Using debug level = 0 - Debug Enabled = 0
22:38:39.725 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Debug MtpDeviceJNI 8462 register_android_mtp_MtpDevice
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.726 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libmedia_jni.so)
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher
22:38:39.727 Warning Zygote 8462 Class not found for preloading: android.media.IRemoteControlClientDispatcher$Stub
22:38:39.961 Warning Zygote 8462 Class not found for preloading: android.os.Power
22:38:40.126 Warning Zygote 8462 Class not found for preloading: android.text.TextDirectionHeuristics$CharCount
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.text.method.WordIterator$1
22:38:40.127 Warning Zygote 8462 Class not found for preloading: android.view.InputHandler
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.InputQueue$FinishedCallback
22:38:40.128 Warning Zygote 8462 Class not found for preloading: android.view.ViewRootImpl$3
22:38:40.240 Info dalvikvm 8462 threadid=1: recursive native library load attempt (/system/lib/libwebcore.so)
22:38:40.240 Debug dalvikvm 8462 No JNI_OnLoad found in /system/lib/libchromium_net.so 0x0, skipping init
22:38:40.241 Debug dalvikvm 8462 GC_FOR_ALLOC freed 617K, 36% free 1647K/2560K, paused 26ms, total 26ms
22:38:40.241 Warning Zygote 8462 Class not found for preloading: android.widget.EdgeGlow
22:38:40.367 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$Blink
22:38:40.491 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$EasyEditSpanController
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputContentType
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$InputMethodState
22:38:40.492 Warning Zygote 8462 Class not found for preloading: android.widget.TextView$TextAlign
22:38:40.493 Error PhonePolicy 8462 Could not preload class for phone policy: com.android.internal.policy.impl.PhoneWindow$ContextMenuCallback
22:38:40.493 Warning Zygote 8462 Class not found for preloading: java.text.DecimalFormat$1
22:38:40.730 Info System 8462 Loaded time zone names for in 229ms (223ms in ICU)
22:38:40.964 Info System 8462 Loaded time zone names for en_US in 171ms (165ms in ICU)
22:38:40.964 Info Zygote 8462 ...preloaded 2282 classes in 1733ms.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 889K, 30% free 2205K/3139K, paused 2ms+2ms, total 33ms
22:38:41.085 Info Zygote 8462 Preload resources disabled, skipped.
22:38:41.085 Debug dalvikvm 8462 GC_EXPLICIT freed 32K, 31% free 2173K/3139K, paused 4ms+2ms, total 31ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.086 Debug dalvikvm 8462 GC_EXPLICIT freed <1K, 31% free 2173K/3139K, paused 2ms+2ms, total 30ms
22:38:41.209 Info dalvikvm 8462 System server process 8591 has been created
22:38:41.209 Info Zygote 8462 Accepting command socket connections
22:38:41.210 Info sysproc 8591 Entered system_init()
22:38:41.210 Info sysproc 8591 ServiceManager: 0x157188
22:38:41.210 Debug SensorService 8591 nuSensorService starting...
22:38:41.211 Info SensorService 8591 BMA250 Acclerometer
22:38:41.211 Info SensorService 8591 Proximity Sensor
22:38:41.211 Info SensorService 8591 BMM050 Magnetic
22:38:41.212 Info SensorService 8591 BMC050 Orientation
22:38:41.212 Info SensorService 8591 Rotation Vector
22:38:41.213 Info sysproc 8591 System server: starting Android runtime.
22:38:41.213 Info sysproc 8591 System server: starting Android services.
22:38:41.213 Info sysproc 8591 System server: entering thread pool.
22:38:41.214 Debug SensorService 8591 nuSensorService thread starting...
22:38:41.214 Info SystemServer 8591 Entered the Android system server!
22:38:41.214 Info SystemServer 8591 Entropy Mixer
22:38:41.335 Info SystemServer 8591 Power Manager
22:38:41.335 Info SystemServer 8591 Activity Manager
22:38:41.336 Info ActivityManager 8591 Memory class: 48
22:38:41.336 Warning UsageStats 8591 Usage stats version changed; dropping
22:38:41.337 Warning dalvikvm 8591 No implementation found for native Landroid/util/ExtendedPropertiesUtils;.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.337 Warning dalvikvm 8591 threadid=11: thread exiting with uncaught exception (group=0x40b97300)
22:38:41.338 Info Process 8591 Sending signal. PID: 8591 SIG: 9
22:38:41.338 Error AndroidRuntime 8591 *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
22:38:41.338 Error AndroidRuntime 8591 java.lang.UnsatisfiedLinkError: Native method not found: android.util.ExtendedPropertiesUtils.readFile:(Ljava/lang/String;)Ljava/lang/String;
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.readFile(Native Method)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:415)
22:38:41.339 Error AndroidRuntime 8591 at android.util.ExtendedPropertiesUtils.getProperty(ExtendedPropertiesUtils.java:382)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1622)
22:38:41.340 Error AndroidRuntime 8591 at android.app.ContextImpl.init(ContextImpl.java:1732)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ContextImpl.createSystemContext(ContextImpl.java:1591)
22:38:41.341 Error AndroidRuntime 8591 at android.app.ActivityThread.getSystemContext(ActivityThread.java:1904)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.attach(ActivityThread.java:4891)
22:38:41.342 Error AndroidRuntime 8591 at android.app.ActivityThread.systemMain(ActivityThread.java:4930)
22:38:41.342 Error AndroidRuntime 8591 at com.android.server.am.ActivityManagerService.main(ActivityManagerService.java:1370)
22:38:41.343 Error AndroidRuntime 8591 at com.android.server.ServerThread.run(SystemServer.java:181)
22:38:41.343 Error AndroidRuntime 8591 Error reporting crash
22:38:41.343 Error AndroidRuntime 8591 java.lang.NullPointerException
22:38:41.344 Error AndroidRuntime 8591 at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
22:38:41.344 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
22:38:41.345 Error AndroidRuntime 8591 at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
22:38:41.345 Info ServiceManager 112 service 'entropy' died
22:38:41.345 Info ServiceManager 112 service 'power' died
22:38:41.346 Info ServiceManager 112 service 'sensorservice' died
22:38:41.346 Info Zygote 8462 Exit zygote because system server (8591) has terminated
22:38:41.462 Info ServiceManager 112 service 'media.audio_flinger' died
22:38:41.462 Info ServiceManager 112 service 'media.player' died
22:38:41.463 Info ServiceManager 112 service 'media.camera' died
22:38:41.463 Info ServiceManager 112 service 'media.audio_policy' died
Click to expand...
Click to collapse
looking at your logcat i see the folowing:
MSM76XXA
Click to expand...
Click to collapse
it should be msm72x7a.
have you unpacked the boot image from paranoid rom to take tha ramdisk and pack it with p700 kernel?
libs should be from p700.
you should try to port it from a device that has msm7227a SOC
tudorsirb said:
looking at your logcat i see the folowing:
it should be msm72x7a.
have you unpacked the boot image from paranoid rom to take tha ramdisk and pack it with p700 kernel?
libs should be from p700.
you should try to port it from a device that has msm7227a SOC
Click to expand...
Click to collapse
Oops...!!! it's my fault i didn't see the whole specs.... sorry

wanam exposed error log

xposed log is eating all the space available.
Code:
java.lang.NoSuchFieldError: com.android.systemui.statusbar.policy.ClockCenter#mExpandedHeader
at de.robv.android.xposed.XposedHelpers.findField(XposedHelpers.java:69)
at de.robv.android.xposed.XposedHelpers.getBooleanField(XposedHelpers.java:628)
at ma.wanam.xposed.XSysUIStatusBarClockPackage$1.afterHookedMethod(Unknown Source)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at com.android.systemui.statusbar.policy.Clock.updateClock(Native Method)
at com.android.systemui.statusbar.policy.Clock$2$1.run(Clock.java:362)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5335)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1265)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
can any body know how to fix this?
bump
toinktoink said:
xposed log is eating all the space available.
Code:
java.lang.NoSuchFieldError: com.android.systemui.statusbar.policy.ClockCenter#mExpandedHeader
at de.robv.android.xposed.XposedHelpers.findField(XposedHelpers.java:69)
at de.robv.android.xposed.XposedHelpers.getBooleanField(XposedHelpers.java:628)
at ma.wanam.xposed.XSysUIStatusBarClockPackage$1.afterHookedMethod(Unknown Source)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:645)
at com.android.systemui.statusbar.policy.Clock.updateClock(Native Method)
at com.android.systemui.statusbar.policy.Clock$2$1.run(Clock.java:362)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:157)
at android.app.ActivityThread.main(ActivityThread.java:5335)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1265)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1081)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)
can any body know how to fix this?
Click to expand...
Click to collapse
Can you upload your SystemUI.apk on my main thread?

Categories

Resources