Problem to add gapp in AOSP Donut rom - myTouch 3G, Magic Android Development

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

Related

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?

Market Force Quitting

Hi All,
I have a rooted EVO 4G and I recently installed a updated stock ROM:
http://forum.xda-developers.com/showthread.php?t=1319881
Unfortunately, i can't post to that thread yet, so I'm forced to post here.
At any rate, everything seems to be working fine except that Market is force quitting on me.
I did a logcat and I see this:
D/Finsky ( 1084): [1] DownloadQueueImpl.startDownload: Download com.rerware.android.MyBackupRoot starting
E/DatabaseUtils( 441): Writing exception to parcel
E/DatabaseUtils( 441): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 441): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:754)
E/DatabaseUtils( 441): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:692)
E/DatabaseUtils( 441): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:495)
E/DatabaseUtils( 441): at android.content.ContentProvider$Transport.insert(ContentProvider.java:210)
E/DatabaseUtils( 441): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:181)
E/DatabaseUtils( 441): at android.os.Binder.execTransact(Binder.java:320)
E/DatabaseUtils( 441): at dalvik.system.NativeStart.run(Native Method)
W/dalvikvm( 1084): threadid=21: thread exiting with uncaught exception (group=0x4001d5a0)
E/AndroidRuntime( 1084): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 1084): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 1084): at android.os.Parcel.readException(Parcel.java:1322)
E/AndroidRuntime( 1084): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:160)
E/AndroidRuntime( 1084): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:114)
E/AndroidRuntime( 1084): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:456)
E/AndroidRuntime( 1084): at android.content.ContentResolver.insert(ContentResolver.java:606)
E/AndroidRuntime( 1084): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:44)
E/AndroidRuntime( 1084): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 1084): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 1084): at android.os.Looper.loop(Looper.java:143)
E/AndroidRuntime( 1084): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 124): Unable to start service Intent { act=com.htc.android.iqagent.action.ui03 (has extras) }: not found
W/ActivityManager( 124): Force finishing activity com.android.vending/.AssetBrowserActivity
Any one have any idea how I can fix the invalid value for that "is_public_api" variable?
I've tried "fixing permissions" in the ClockworkMod, but that's not helped. I've also tried clearing the data & caches for the Market.
Any help would be appreciated!
Had you try to unistall market using Titanium Backup and then re-install it????
Plis let me know if this work
Unfortunately, I'd not tried that. I ended up using a older version of the market and it was fine then.
Sent from my PC36100 using XDA App

[Q] Market doesn't work with albinoman887 ROM

Market crashes with latest albinoman887 ROM:
E/DatabaseUtils( 1551): Writing exception to parcel
E/DatabaseUtils( 1551): java.lang.SecurityException: Invalid value for is_public_api: null
E/DatabaseUtils( 1551): at com.android.providers.downloads.DownloadProvider.enforceAllowedValues(DownloadProvider.java:815)
E/DatabaseUtils( 1551): at com.android.providers.downloads.DownloadProvider.checkInsertPermissions(DownloadProvider.java:733)
E/DatabaseUtils( 1551): at com.android.providers.downloads.DownloadProvider.insert(DownloadProvider.java:495)
E/DatabaseUtils( 1551): at android.content.ContentProvider$Transport.insert(ContentProvider.java:201)
E/DatabaseUtils( 1551): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:148)
E/DatabaseUtils( 1551): at android.os.Binder.execTransact(Binder.java:351)
E/DatabaseUtils( 1551): at dalvik.system.NativeStart.run(Native Method)
I/ActivityManager( 457): Displayed com.android.vending/.AssetBrowserActivity: +1s262ms
W/dalvikvm( 3669): threadid=25: thread exiting with uncaught exception (group=0x40ad8930)
E/AndroidRuntime( 3669): FATAL EXCEPTION: download-manager-thread
E/AndroidRuntime( 3669): java.lang.SecurityException: Invalid value for is_public_api: null
E/AndroidRuntime( 3669): at android.os.Parcel.readException(Parcel.java:1425)
E/AndroidRuntime( 3669): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:185)
E/AndroidRuntime( 3669): at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:137)
E/AndroidRuntime( 3669): at android.content.ContentProviderProxy.insert(ContentProviderNative.java:420)
E/AndroidRuntime( 3669): at android.content.ContentResolver.insert(ContentResolver.java:866)
E/AndroidRuntime( 3669): at com.google.android.finsky.download.DownloadManagerImpl$1.run(DownloadManagerImpl.java:43)
E/AndroidRuntime( 3669): at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime( 3669): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3669): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 3669): at android.os.HandlerThread.run(HandlerThread.java:60)
W/ActivityManager( 457): Force finishing activity com.android.vending/.AssetBrowserActivity
D/Finsky ( 3669): [1] SelfUpdateScheduler.checkForSelfUpdate: Skipping DFE self-update. Local Version [8016014] >= Server Version [-1]
D/Finsky ( 3669): [1] InstallerImpl.kick: Installer kick null - no action because busy.
D/Finsky ( 3669): [1] MainActivity.initializeBilling: Optimistically initializing billing parameters.
D/dalvikvm( 457): GC_EXPLICIT freed 183K, 21% free 10512K/13228K, paused 7ms+8ms, total 115ms
I/dalvikvm-heap( 3669): Grow heap (frag case) to 10.252MB for 449296-byte allocation
W/SystemClock( 3669): time going backwards: prev 304017780309(ioctl) vs now 304016132359(ioctl), tid=3691
I/Process ( 3669): Sending signal. PID: 3669 SIG: 9
I/ActivityManager( 457): Process com.android.vending (pid 3669) has died.
W/ActivityManager( 457): Scheduling restart of crashed service com.android.vending/com.google.android.finsky.services.DailyHygiene in 5000ms
Click to expand...
Click to collapse
Any suggestions, please?
Looks like I need to install http://goo.im/gapps/gapps-jb-20130301-signed.zip
Will try...
New gapp fixed the issue.
Sorry for disturbance.
the_tooon said:
New gapp fixed the issue.
Sorry for disturbance.
Click to expand...
Click to collapse
I am using the earlier version of gapps with albinoman ROM without problems. Anyway glad your problem was sorted. :thumbup:
Sent from my HTC Sensation using xda app-developers app

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.

[Q] clock not working

The clock widget is working but I can't open the clock. Here is the logcat output:
Code:
I/ActivityManager( 897): Start proc com.android.deskclock for activity com.android.deskclock/.DeskClock: pid=3426 uid=1
0042 gids={50042, 1028, 1023, 3003}
I/MicrophoneInputStream( 1725): mic_close [email protected]
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
D/hardware_info( 230): hw_info_append_hw_type : device_name = voice-rec-mic
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
D/audio_hw_primary( 230): adev_close_input_stream: enter:stream_handle(0xb8d56970)
D/audio_hw_primary( 230): in_standby: enter: stream (0xb8d56970) usecase(8: audio-record)
I/HotwordRecognitionRnr( 1725): Stopping hotword detection.
I/HotwordRecognitionRnr( 1725): Hotword detection finished
D/ActivityThread( 3426): handleBindApplication:com.android.deskclock
D/ActivityThread( 3426): setTargetHeapUtilization:0.75
D/ActivityThread( 3426): setTargetHeapMinFree:2097152
I/ActivityThread( 3426): Switching default density from 480 to 300
I/QCOM PowerHAL( 230): Processing audio hint. Metadata: state=0
W/dalvikvm( 3426): threadid=1: thread exiting with uncaught exception (group=0x41af6ce0)
E/AndroidRuntime( 3426): FATAL EXCEPTION: main
E/AndroidRuntime( 3426): Process: com.android.deskclock, PID: 3426
E/AndroidRuntime( 3426): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.deskclock/com.an
droid.deskclock.DeskClock}: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to 10
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2224)
E/AndroidRuntime( 3426): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2283)
E/AndroidRuntime( 3426): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 3426): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
E/AndroidRuntime( 3426): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3426): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 3426): at android.app.ActivityThread.main(ActivityThread.java:5158)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3426): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 3426): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 3426): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3426): Caused by: android.database.sqlite.SQLiteException: Can't downgrade database from version 11 to
10
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.onDowngrade(SQLiteOpenHelper.java:361)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:255)
E/AndroidRuntime( 3426): at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:18
8)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.ClockProvider.query(ClockProvider.java:96)
E/AndroidRuntime( 3426): at android.content.ContentProvider.query(ContentProvider.java:857)
E/AndroidRuntime( 3426): at android.content.ContentProvider$Transport.query(ContentProvider.java:200)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:461)
E/AndroidRuntime( 3426): at android.content.ContentResolver.query(ContentResolver.java:404)
E/AndroidRuntime( 3426): at com.android.deskclock.provider.AlarmInstance.getInstances(AlarmInstance.java:192)
E/AndroidRuntime( 3426): at com.android.deskclock.alarms.AlarmStateManager.updateNextAlarm(AlarmStateManager.java
:138)
E/AndroidRuntime( 3426): at com.android.deskclock.DeskClock.onCreate(DeskClock.java:178)
E/AndroidRuntime( 3426): at android.app.Activity.performCreate(Activity.java:6020)
E/AndroidRuntime( 3426): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 3426): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2181)
E/AndroidRuntime( 3426): ... 11 more
W/ActivityManager( 897): Force finishing activity com.android.deskclock/.DeskClock
I am using the LiquidSmooth ROM LS-KK-v3.2-2014-10-23-bacon.zip (tried other versions too) and always wiped system/cache/dalvik.
Any idea?
Bebbo
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Thanks for the fix man, helped me !
bebbodl said:
ok solved it:
using a file explorer I went to /data/data/com.android.deskclock/databases and removed the file alarms.db
Bebbo
Click to expand...
Click to collapse
Tnx. SGS4A fix work.

Categories

Resources