If you've flashed without doing a factory reset, none of the updated
system applications will be able to access their data. You'll need to
do a factory reset (both now and after a corrected image is
available).
I strongly recommend that you avoid flashing 1.6 until we have the
proper files available.
JBQ
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
Thanks and really thanks for the quick reply =)
I modified to include my self compiled kernel and wlan.ko. I also
renamed the following:
In order to disable first boot up to install stock 1.6 recovery to my
ADP1, I done the following:
/system/etc/install-recovery.sh to /system/etc/install-recovery.sh.disabled
/system/recovery-from-boot.p /system/recovery-from-boot.p.disabled
Removed the line related to update radio.img:
/META-INF/com/google/android/updater-script
/META-INF/com/google/android/update-script
Removed the line "set_perm 0 0 0544 SYSTEM:etc/install-recovery.sh" in
/META-INF/com/google/android/update-script
Lastly check_preq line in /META-INF/com/google/android/updater-script
or /META-INF/com/google/android/update-script cannot remember :p
Partial logcat below which previous firmware 1.6 caused
com.google.android.partnersetup to force close with keystone
read/write/initialize error for /data/misc/keystone if I remember
correctly without wipe. Now it isn't and I tried with few reboots and
everything looks fine. So from the logcat it looks like
com.google.android.partnersetup is being uninstalled after the first
reboot of the upgrade?
D/dalvikvm( 89): GC freed 3463 objects / 170168 bytes in 338ms
D/dalvikvm( 236): GC freed 1738 objects / 98712 bytes in 643ms
I/ContactsProvider( 236): Processed 139 contacts.
D/HomeLoaders( 236): load applications
D/HomeLoaders( 236): loading user items
D/HomeLoaders( 236): --> starting workspace loader
D/HomeLoaders( 236): ----> running workspace loader (1)
I/ActivityManager( 89): Stopping service:
com.android.providers.downloads/.DownloadService
D/LauncherProvider( 236): onUpgrade triggered
D/ActivityManager( 89): Uninstalling process
com.google.android.partnersetup
D/ActivityManager( 89): Force removing process
ProcessRecord{4389fc78 327:com.google.android.partnersetup/10045}
(com.google.android.partnersetup/10045)
I/Process ( 89): Sending signal. PID: 327 SIG: 9
D/HomeLoaders( 236): aborting loaders
D/ActivityManager( 89): Received spurious death notification for
thread android.os.BinderProxy@439285a8
W/ResourceType( 89): No package identifier when getting value for
resource number 0x7f060000
D/HomeLoaders( 236): --> aborting workspace loader
W/ResourceType( 89): No package identifier when getting value for
resource number 0x7f060001
D/GpsLocationProvider( 89): state: CONNECTED apnName: e-ideas
reason: gprsAttached
D/HomeLoaders( 236): ----> worskpace loader was stopped
D/GpsLocationProvider( 89): state: DISCONNECTED apnName: e-ideas
reason: dataDisabled
D/HomeLoaders( 236): load applications
D/HomeLoaders( 236): loading user items
Thanks.
Kindest regards,
Giam Teck Choon