[Q] Porting MIUI error - General Questions and Answers

Hello guys, i was trying to port MIUI on my device but i encountred some errors that i can't understand then i ask it to you.
Code:
D/dalvikvm( 1840): GC_EXPLICIT freed 1967K, 31% free 10825K/15555K, paused 13ms+20ms
E/System ( 1840): ******************************************
E/System ( 1840): ************ Failure starting core service
E/System ( 1840): java.lang.RuntimeException: Unable to find android system package
E/System ( 1840): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1358)
E/System ( 1840): at com.android.server.ServerThread.run(SystemServer.java:176)
E/System ( 1840): Caused by: android.content.pm.PackageManager$NameNotFoundException: android
E/System ( 1840): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:208)
E/System ( 1840): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1339)
E/System ( 1840): ... 1 more
I/SystemServer( 1840): Input Method Service
W/InputManagerService( 1840): Couldn't create dir.: /data/system/inputmethod
W/SystemServer( 1840): ***********************************************
F/SystemServer( 1840): BOOT FAILURE starting Input Manager Service
F/SystemServer( 1840): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=1840) when registering receiver [email protected]
F/SystemServer( 1840): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:12030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1055)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1024)
F/SystemServer( 1840): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:65)
F/SystemServer( 1840): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:560)
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:271)
I/SystemServer( 1840): Accessibility Manager
F/SystemServer( 1840): BOOT FAILURE starting Accessibility Manager
F/SystemServer( 1840): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=1840) when registering receiver [email protected]
F/SystemServer( 1840): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:12030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1055)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1030)
F/SystemServer( 1840): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1024)
F/SystemServer( 1840): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:65)
F/SystemServer( 1840): at com.android.server.accessibility.AccessibilityManagerService.registerPackageChangeAndBootCompletedBroadcastReceiver(AccessibilityManagerService.java:278)
F/SystemServer( 1840): at com.android.server.accessibility.AccessibilityManagerService.<init>(AccessibilityManagerService.java:172)
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:279)
W/SystemServer( 1840): ***********************************************
F/SystemServer( 1840): BOOT FAILURE making display ready
F/SystemServer( 1840): java.lang.NullPointerException
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:287)
W/SystemServer( 1840): ***********************************************
W/SystemServer( 1840): ***********************************************
F/SystemServer( 1840): BOOT FAILURE performing boot dexopt
F/SystemServer( 1840): java.lang.NullPointerException
F/SystemServer( 1840): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:4084)
F/SystemServer( 1840): at com.android.server.pm.PackageManagerService.performBootDexOpt(PackageManagerService.java:3033)
F/SystemServer( 1840): at com.android.server.ServerThread.run(SystemServer.java:293)
W/dalvikvm( 1840): threadid=12: thread exiting with uncaught exception (group=0x40a3c1f8)
E/AndroidRuntime( 1840): *** FATAL EXCEPTION IN SYSTEM PROCESS: android.server.ServerThread
E/AndroidRuntime( 1840): java.lang.NullPointerException
E/AndroidRuntime( 1840): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:4084)
E/AndroidRuntime( 1840): at com.android.server.ServerThread.run(SystemServer.java:299)
I/Process ( 1840): Sending signal. PID: 1840 SIG: 9
I/ServiceManager( 1646): service 'batteryinfo' died
I/ServiceManager( 1646): service 'usagestats' died
I/ServiceManager( 1646): service 'package' died
I/ServiceManager( 1646): service 'sensorservice' died
I/ServiceManager( 1646): service 'meminfo' died
I/ServiceManager( 1646): service 'gfxinfo' died
I/ServiceManager( 1646): service 'cpuinfo' died
I/ServiceManager( 1646): service 'entropy' died
I/ServiceManager( 1646): service 'permission' died
I/ServiceManager( 1646): service 'activity' died
I/ServiceManager( 1646): service 'telephony.registry' died
I/ServiceManager( 1646): service 'power' died
E/installd( 1659): eof
E/installd( 1659): failed to read size
I/installd( 1659): closing connection
I/Zygote ( 1655): Exit zygote because system server (1840) has terminated
I/ServiceManager( 1646): service 'media.audio_flinger' died
I/ServiceManager( 1646): service 'media.player' died
I/ServiceManager( 1646): service 'media.camera' died
I/ServiceManager( 1646): service 'media.audio_policy' died
Thank you.

Me too but on AOKP rom!!!!

Related

Problem to add gapp in AOSP Donut rom

I'm working on a custom rom. I have an AOSP rom builded from android source code. I'm working with android 1.6 donut on htc magic 32b.
the rom without gapp works without problems...now I have to add the gapp...I have used this script (and a lot of other method found in the web very similar) but nothing. If I add the gapp the rom doesn't start...if I delete the gapp the rom works again!
this is the logcat:
Code:
[email protected]:~/gapp/gfiles/app$ adb logcat *:E
- waiting for device -
E/RIL Acoustic( 49): can't open /dev/htc-acoustic -1
E/HTC Acoustic( 51): Fail to open /system/etc/AudioPara_VODA-Italy.csv -1.
E/libEGL ( 73): h/w accelerated eglGetDisplay() failed (EGL_SUCCESS)
E/System ( 73): Failure starting core service
E/System ( 73): java.lang.RuntimeException: Unable to get provider com.google.android.server.checkin.CheckinProvider: java.lang.ClassNotFoundException: com.google.android.server.checkin.CheckinProvider in loader [email protected]
E/System ( 73): at android.app.ActivityThread.installProvider(ActivityThread.java:4112)
E/System ( 73): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3908)
E/System ( 73): at android.app.ActivityThread.installSystemProviders(ActivityThread.java:4190)
E/System ( 73): at com.android.server.am.ActivityManagerService.installSystemProviders(ActivityManagerService.java:7594)
E/System ( 73): at com.android.server.ServerThread.run(SystemServer.java:124)
E/System ( 73): Caused by: java.lang.ClassNotFoundException: com.google.android.server.checkin.CheckinProvider in loader [email protected]
E/System ( 73): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
E/System ( 73): at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
E/System ( 73): at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
E/System ( 73): at android.app.ActivityThread.installProvider(ActivityThread.java:4097)
E/System ( 73): ... 4 more
E/AndroidRuntime( 73): Crash logging skipped, no checkin service
E/AndroidRuntime( 73): Uncaught handler: thread android.server.ServerThread exiting due to uncaught exception
E/AndroidRuntime( 73): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime( 73): java.lang.NullPointerException
E/AndroidRuntime( 73): at com.android.server.ServerThread.run(SystemServer.java:349)
E/AndroidRuntime( 73): Crash logging skipped, no checkin service
E/installd( 53): eof
E/installd( 53): failed to read size
someone can help me? thanks

Market causes reboot on self compiled CM6

hi!
I compiled for myself CM6 with newest pershoot's kernel with enabled 2708-radio support and little OC.
The problem is that when i try to install app via Market. When it's installing my phone is freezeing and rebooting (boot loop)
here's the log:
Code:
D/vending ( 550): [27] AssetDownloader.downloadAndInstall(): Initiating Download for 1 applications.
I/vending ( 550): [27] DownloadManagerUtil.enqueueDownload(): Enqueue for download [email protected]
D/vending ( 550): [27] LocalAssetDatabase.notifyListener(): -5781525206773732665 / null
D/vending ( 550): [27] LocalAssetDatabase.notifyListener(): -5781525206773732665 / DOWNLOADING
D/dalvikvm( 160): GC_FOR_MALLOC freed 11628 objects / 587920 bytes in 179ms
D/dalvikvm( 295): GC_FOR_MALLOC freed 10210 objects / 624656 bytes in 111ms
I/vending ( 550): [28] AssetDownloader$DownloadManagerBroadcastReceiver.startNextDownload(): Found Paused URI null
I/vending ( 550): [28] AssetDownloader$DownloadManagerBroadcastReceiver.startNextDownload(): No more paused downloads.
D/vending ( 550): [28] AssetDownloader$DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got a download completed intent.
D/vending ( 550): [28] LocalAssetDatabase.notifyListener(): -5781525206773732665 / null
D/vending ( 550): [29] AssetDownloader$DownloadManagerBroadcastReceiver.installFromUri(): Calling install uri=content://downloads/download/2 src=null asset=-5781525206773732665 (com.rechild.advancedtaskkiller:0) [DOWNLOADING] name=Advanced Task Killer last=TRUE
D/vending ( 550): [29] LocalAssetDatabase.notifyListener(): -5781525206773732665 / INSTALLING
D/vending ( 550): [29] VendingNotificationManager.showNotification(): Showing notification: [AssetID=-5781525206773732665, NotificationID=2076704426, Title=Advanced Task Killer, Message=Instalowanie...]
I/ActivityManager( 160): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=620 uid=10007 gids={1015, 2001}
D/MediaScannerService( 295): IMediaScannerService.scanFile: /mnt/sdcard/download/downloadfile.apk mimeType: application/vnd.android.package-archive
D/dalvikvm( 620): GC_EXPLICIT freed 657 objects / 51256 bytes in 84ms
V/MediaProvider( 295): /mnt/sdcard volume ID: -290918062
E/PackageManager( 160): Couldn't create temp file for downloaded package file.
W/dalvikvm( 160): threadid=10: thread exiting with uncaught exception (group=0x400207f0)
E/AndroidRuntime( 160): *** FATAL EXCEPTION IN SYSTEM PROCESS: PackageManager
E/AndroidRuntime( 160): java.lang.NullPointerException
E/AndroidRuntime( 160): at com.android.server.PackageManagerService$FileInstallArgs.createCopyFile(PackageManagerService.java:5144)
E/AndroidRuntime( 160): at com.android.server.PackageManagerService$FileInstallArgs.copyApk(PackageManagerService.java:5152)
E/AndroidRuntime( 160): at com.android.server.PackageManagerService$InstallParams.handleStartCopy(PackageManagerService.java:4962)
E/AndroidRuntime( 160): at com.android.server.PackageManagerService$HandlerParams.startCopy(PackageManagerService.java:4821)
E/AndroidRuntime( 160): at com.android.server.PackageManagerService$PackageHandler.doHandleMessage(PackageManagerService.java:470)
E/AndroidRuntime( 160): at com.android.server.PackageManagerService$PackageHandler.handleMessage(PackageManagerService.java:415)
E/AndroidRuntime( 160): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 160): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 160): at android.os.HandlerThread.run(HandlerThread.java:60)
I/Process ( 160): Sending signal. PID: 160 SIG: 9
I/ServiceManager( 118): service 'uimode' died
I/ServiceManager( 118): service 'backup' died
I/ServiceManager( 118): service 'appwidget' died
I/ServiceManager( 118): service 'SurfaceFlinger' died
How to fix that problem?

logcat help..!!

hey can anyone help me with this logcat..!!
D/dalvikvm( 1080): GC_EXPLICIT freed 24K, 61% free 399K/1024K, external 0K/0K, paused 5ms
D/dalvikvm( 1080): GC_EXPLICIT freed 26K, 55% free 464K/1024K, external 0K/0K, paused 11ms
W/dalvikvm( 1080): Unable to register: not native: Landroid/media/MediaRecorder;.native_start)V
W/dalvikvm( 1080): Unable to register: not native: Landroid/media/MediaRecorder;.native_stop)V
E/JNIHelp ( 1080): RegisterNatives failed for 'android/media/MediaRecorder'
E/MediaPlayer-JNI( 1080): ERROR: MediaRecorder native registration failed
W/dalvikvm( 1080): JNI_OnLoad returned bad version (-1) in /system/lib/libmedia_jni.so 0x0
W/dalvikvm( 1080): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Landroid/media/AmrInputStream;
E/Zygote ( 1080): Error preloading android.media.AmrInputStream.
E/Zygote ( 1080): java.lang.ExceptionInInitializerError
E/Zygote ( 1080): at java.lang.Class.classForName(Native Method)
E/Zygote ( 1080): at java.lang.Class.forName(Class.java:234)
E/Zygote ( 1080): at java.lang.Class.forName(Class.java:181)
E/Zygote ( 1080): at com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:297)
E/Zygote ( 1080): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:566)
E/Zygote ( 1080): at dalvik.system.NativeStart.main(Native Method)
E/Zygote ( 1080): Caused by: java.lang.UnsatisfiedLinkError: unknown failure
E/Zygote ( 1080): at java.lang.Runtime.loadLibrary(Runtime.java:455)
E/Zygote ( 1080): at java.lang.System.loadLibrary(System.java:554)
E/Zygote ( 1080): at android.media.AmrInputStream.<clinit>(AmrInputStream.java:33)
E/Zygote ( 1080): ... 6 more
E/Zygote ( 1080): setreuid() failed. errno: 17
D/AndroidRuntime( 1080): Shutting down VM
W/dalvikvm( 1080): threadid=1: thread exiting with uncaught exception (group=0x40018560)
I/ServiceManager( 471): service 'media.camera' died
I/ServiceManager( 471): service 'media.audio_policy' died
I/ServiceManager( 471): service 'media.audio_flinger' died
I/ServiceManager( 471): service 'media.player' died
I/Netd ( 1086): Netd 1.0 starting
what is with all the errors...can any dev help me..!
Moving to Q&A

[Q] Logcat that i don't understand

I'm getting these errors :
Code:
W/dalvikvm( 1804): No implementation found for native Lcom/android/server/wm/InputManager;.nativeHasExternalAlphakey ()Z
F/SystemServer( 1804): BOOT FAILURE making display ready
F/SystemServer( 1804): java.lang.UnsatisfiedLinkError: nativeHasExternalAlphakey
F/SystemServer( 1804): at com.android.server.wm.InputManager.nativeHasExternalAlphakey(Native Method)
F/SystemServer( 1804): at com.android.server.wm.InputManager.hasExternalAlphakey(InputManager.java:502)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.computeNewConfigurationLocked(WindowManagerService.java:6113)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.computeNewConfigurationLocked(WindowManagerService.java:5865)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.computeNewConfiguration(WindowManagerService.java:5852)
F/SystemServer( 1804): at com.android.server.am.ActivityManagerService.updateConfiguration(ActivityManagerService.java:13463)
F/SystemServer( 1804): at com.android.server.wm.WindowManagerService.displayReady(WindowManagerService.java:6466)
F/SystemServer( 1804): at com.android.server.ServerThread.run(SystemServer.java:287)
I implemented the method "nativeHasExternalAlphakey" on InputManager.smali but it gives me other errors that i don't understand.
Please help me D:
Full logcat is attached!

help! infinite bootloop

Hi,
for no apparent reason, my device started to bootloop today.
My current roms are CM11 nightlies. I install a new nightly about every 3 days.
I can access my phone via adb, and also reboot into recovery.
I tried to install a lot of past nightlies, but the bootloops remains.
I also tried wiping cache and dalvik cache, but with no success.
Here's what I think to be the relevant part of logcat during the bootloop process:
Code:
V/PackageManager( 3538): Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
W/PackageManager( 3538): Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity
V/PackageManager( 3538): Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
W/PackageManager( 3538): Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService
V/PackageManager( 3538): Disabling com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
W/PackageManager( 3538): Unable to disable com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver
E/System ( 3538): ******************************************
E/System ( 3538): ************ Failure starting core service
E/System ( 3538): java.lang.RuntimeException: Unable to find android system package
E/System ( 3538): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1838)
E/System ( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:305)
E/System ( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
E/System ( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
E/System ( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
E/System ( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/System ( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/System ( 3538): at dalvik.system.NativeStart.main(Native Method)
E/System ( 3538): Caused by: android.content.pm.PackageManager$NameNotFoundException: android
E/System ( 3538): at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:227)
E/System ( 3538): at com.android.server.am.ActivityManagerService.setSystemProcess(ActivityManagerService.java:1818)
E/System ( 3538): ... 7 more
I/SystemServer( 3538): Input Method Service
F/SystemServer( 3538): BOOT FAILURE starting Input Manager Service
F/SystemServer( 3538): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=3538) when register
ing receiver [email protected]
F/SystemServer( 3538): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13140)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1489)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1457)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiver(ContextImpl.java:1451)
F/SystemServer( 3538): at com.android.server.InputMethodManagerService.<init>(InputMethodManagerService.java:657)
F/SystemServer( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:430)
F/SystemServer( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
F/SystemServer( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
F/SystemServer( 3538): at dalvik.system.NativeStart.main(Native Method)
W/SystemServer( 3538): ***********************************************
F/SystemServer( 3538): BOOT FAILURE starting Accessibility Manager
F/SystemServer( 3538): java.lang.SecurityException: Unable to find app for caller [email protected] (pid=3538) when register
ing receiver [email protected]
F/SystemServer( 3538): at com.android.server.am.ActivityManagerService.registerReceiver(ActivityManagerService.java:13140)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1489)
F/SystemServer( 3538): at android.app.ContextImpl.registerReceiverAsUser(ContextImpl.java:1464)
F/SystemServer( 3538): at com.android.internal.content.PackageMonitor.register(PackageMonitor.java:84)
F/SystemServer( 3538): at com.android.server.accessibility.AccessibilityManagerService.registerBroadcastReceivers(AccessibilityManagerService.java:326)
F/SystemServer( 3538): at com.android.server.accessibility.AccessibilityManagerService.<init>(AccessibilityManagerService.java:229)
F/SystemServer( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:438)
F/SystemServer( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
F/SystemServer( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
F/SystemServer( 3538): at dalvik.system.NativeStart.main(Native Method)
F/SystemServer( 3538): BOOT FAILURE making display ready
F/SystemServer( 3538): java.lang.NullPointerException
F/SystemServer( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:447)
F/SystemServer( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
F/SystemServer( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
F/SystemServer( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
F/SystemServer( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
F/SystemServer( 3538): at dalvik.system.NativeStart.main(Native Method)
I/SystemServer( 3538): Accessibility Manager
W/SystemServer( 3538): ***********************************************
W/SystemServer( 3538): ***********************************************
D/AndroidRuntime( 3538): Shutting down VM
W/dalvikvm( 3538): threadid=1: thread exiting with uncaught exception (group=0x4157bce0)
I/Process ( 3538): Sending signal. PID: 3538 SIG: 9
V/MIK ( 3538): Finished in 27 ms
E/AndroidRuntime( 3538): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 3538): java.lang.NullPointerException
E/AndroidRuntime( 3538): at com.android.server.am.ActivityManagerService.showBootMessage(ActivityManagerService.java:5201)
E/AndroidRuntime( 3538): at com.android.server.ServerThread.initAndLoop(SystemServer.java:459)
E/AndroidRuntime( 3538): at com.android.server.SystemServer.main(SystemServer.java:1342)
E/AndroidRuntime( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime( 3538): at dalvik.system.NativeStart.main(Native Method)
I/ServiceManager( 202): service 'sensorservice' died
W/AudioFlinger( 3234): power manager service died !!!
I/ServiceManager( 202): service 'gfxinfo' died
I/ServiceManager( 202): service 'power' died
I/ServiceManager( 202): service 'usagestats' died
I/ServiceManager( 202): service 'batterystats' died
I/ServiceManager( 202): service 'appops' died
I/ServiceManager( 202): service 'display' died
I/ServiceManager( 202): service 'telephony.registry' died
I/ServiceManager( 202): service 'scheduling_policy' died
I/ServiceManager( 202): service 'package' died
I/ServiceManager( 202): service 'procstats' died
I/ServiceManager( 202): service 'cpuinfo' died
I/ServiceManager( 202): service 'meminfo' died
I/ServiceManager( 202): service 'permission' died
I/ServiceManager( 202): service 'dbinfo' died
I/ServiceManager( 202): service 'activity' died
E/installd( 213): eof
E/installd( 213): failed to read transaction id
I/installd( 213): closing connection
I/Zygote ( 3232): Exit zygote because system server (3538) has terminated
Is there something I could do?
I'd like not to wipe my data if possible.
Thanks.
Sigi
Wipe system, data, dalvik, and cache. Then flash a rom. Bet it solves your problem
Sent from my Nexus 5
Or just wipe system and caches and reflash the ROM your on. I'd only wipe data if that fails.
The 3rd error line seems to suggest there's a rom issue. Try and reflash
Sent from my Nexus 5 using Tapatalk
First of all, kudos for providing logcat without people asking. Gave you a thanks for that keep it up!
Second, I don't think the rom is save-able anymore. If you've dirty flashed another rom on top of it and it still wouldn't boot, it's pretty much dead. Just wipe your device and reflash. It shouldn't wipe your data partition, it will however wipe all your app data. If ADB is reachable, I think you can do an adb pull /system/ and it might just backup EVERYTHING in that folder and you'll be able to restore it one by one.
I THINK that's possible, I'm not very sure tho.
exb0 said:
First of all, kudos for providing logcat without people asking. Gave you a thanks for that keep it up!
Second, I don't think the rom is save-able anymore. If you've dirty flashed another rom on top of it and it still wouldn't boot, it's pretty much dead. Just wipe your device and reflash. It shouldn't wipe your data partition, it will however wipe all your app data. If ADB is reachable, I think you can do an adb pull /system/ and it might just backup EVERYTHING in that folder and you'll be able to restore it one by one.
I THINK that's possible, I'm not very sure tho.
Click to expand...
Click to collapse
I tried reflashing a lot of different nightlies, but without success.
I successfully backed up the entire sdcard with an
Code:
adb pull /storage/sdcard0/
I backed up also the system folder as you said, but... what does it contains exactly?
I thought the app data was in /data/data... am I right?
I tried
Code:
adb pull /data
and also
Code:
adb pull /data/data
but nothing happens:
Code:
pull: building file list...
0 files pulled. 0 files skipped.
I'd like to be totally sure to backup all app data before wiping it.
Is there anything else I can do?
If I run a nandroid backup, will I be able to restore only app data after wiping?
Thanks in advance
sigitm said:
I tried reflashing a lot of different nightlies, but without success.
I successfully backed up the entire sdcard with an
Code:
adb pull /storage/sdcard0/
I backed up also the system folder as you said, but... what does it contains exactly?
I thought the app data was in /data/data... am I right?
I tried
Code:
adb pull /data
and also
Code:
adb pull /data/data
but nothing happens:
Code:
pull: building file list...
0 files pulled. 0 files skipped.
I'd like to be totally sure to backup all app data before wiping it.
Is there anything else I can do?
If I run a nandroid backup, will I be able to restore only app data after wiping?
Thanks in advance
Click to expand...
Click to collapse
I think you're not getting anything from /data/data because you're not root under adb. Try adb remount then try pulling it again.
If I remember correctly you can back up your data partition from recovery or fastboot but I don't really remember.

Categories

Resources