[WIP][How-To] Resolving JellyBean Update Issues - Asus Eee Pad Transformer Prime

The main thread of the update got messy and my guide was buried there so I'm opening a separate thread dedicated for help with the JB update (my first real contribution to XDA!).
Recommendations! prior to updating:
Delete and re-create the Voodoo root backup, just in case.
Unfreeze all frozen apps.
I'm still gathering all the info from the previous threads.
For those who rooted but are still locked, and having issues with updating, here's something that might help (continuing from: http://forum.xda-developers.com/showpost.php?p=32091002&postcount=111):
This seems to help for those who unlocked as well.
There were 3 files missing from /system/xbin that were required for the update to work.
It was confirmed by several users that the same files are applicable for all regional software variants.
Missing files:
http://www.mediafire.com/?cqccrt70xyrxjwz
The US update file (thanks Wipeout and Bait-Fish):
http://www.mediafire.com/download.php?zzg4pjccz0od9uo
CRC32: 5F044C22
MD5: C7F2DDC50DB3E96673977E41CEB643D6
SHA-1: 6966DE005C9E83A968025673B187884E375BB680
The WW update file (thanks for kikistans for uploading):
http://www.mediafire.com/download.php?kzr30e1vufbgee9
CRC32: 954022CD
MD5: C5D117D05399281BAB243B2420D721A8
SHA-1: B063E4ECA70985C66128D81ADF5B4C48383C64FE
The TW update file (thanks for lineager for uploading, and for beckzz for notifying me):
http://www.mediafire.com/download.php?b3jt0m8f7427ix3
or
http://d-h.st/kks (Original link by lineager)
CRC32: 7C828B02
MD5: 9259363BC2A20558ABB635515E979076
SHA-1: FC339F2FB67693D642BC5425E2B0940E152D7D17
The Guide:
Extract the above zip and put the three files on the main storage.
Copy the dlpkgfile to the main storage
Enter shell:
SU
mount -o remount,rw /system
cp /mnt/sdcard/dexdump /system/xbin/dexdump
cp /mnt/sdcard/ps3bttest /system/xbin/ps3bttest
cp /mnt/sdcard/rfcomm /system/xbin/rfcomm
chmod 777 /system/xbin/dexdump
chmod 777 /system/xbin/ps3bttest
chmod 777 /system/xbin/rfcomm
mount -o remount,ro /system
cp /mnt/sdcard/dlpkgfile /cache/dlpkgfile
echo '--update_package=/cache/dlpkgfile' >> /cache/recovery/command
Exit shell.
Shut down tablet.
Turn on while holding the "volume down" key.
When it vibrates, release the power key and keep holding the volume key.
Three lines appear, hit "Volume UP".
Update starts!
Update Finishes!
Additional Notes:
Some users reported success after replacing the build.prop with the one attached here (ripped from the US .28 blob).
Reported several times: It appears that temporarily unrooting through Voodo increases the chances for the update to complete successfully.
Should an attempt to update regularly fail, checking for the update again may result in a "no update for your device" message.
Clearing the app data for CMCLient and DMClient (Settings-> Apps -> All tab) and then checking for updates again is reported to force the update to re-download. Sometimes this has to be repeated for 2-3 times.
Here's a great guide by 1wayjonny for those who still face issues after trying the method listed here. It involves completely wiping the device, but it should also help for those facing the malformed /system/bin folder issues. http://forum.xda-developers.com/showpost.php?p=32113041&postcount=261
3/10/2012: Asus has released the full system images of Jelly Bean. If all else fails (try going through the FAQ first):
http://support.asus.com/Download.aspx?SLanguage=en&p=20&s=16&m=Eee Pad Transformer Prime TF201&os=32
FAQ
Root lost? Check these threads:
http://forum.xda-developers.com/showthread.php?t=1706588
http://forum.xda-developers.com/showthread.php?t=1886460
My update is still failing! How can I get additional help?
Open adb, and type in the following:
su
cat /cache/recovery/last_log
Post the output here.
When posting, it's best to wrap the log in CODE tags, for easier reading.
Common issues found through the update log:
script aborted: assert failed: file_getprop("/system/build.prop"
This is a case of mismatched build.prop file. Replace the build.prop, and try again the steps from cp /mnt/sdcard/dlpkgfile /cache/dlpkgfile onwards.
Command: "/sbin/recovery" | WITHOUT | "--update_package=/cache/dlpkgfile"
The update command was not written successfully. Try the following:
SU
cp /mnt/sdcard/dlpkgfile /cache/dlpkgfile
rm /cache/recovery
mkdir /cache/recovery
echo '--update_package=/cache/dlpkgfile' >> /cache/recovery/command
Now reboot and boot to recovery as described above.
script aborted: assert failed: apply_patch_check("/system/bin/***
Some busybox installers remove the original binaries from system/bin, causing the update to fail. The first to be checked is always gzip, but even after adding it manually the next binary (ip) is reported as missing.
Call to arms! I'm looking for some help in trying to resolve this issue. See this message: http://forum.xda-developers.com/showpost.php?p=32164458&postcount=104
Todo:
Complete FAQ
Looking for all other dlpkgfile for missing variants (TW etc.).
Thanks (in no particular order ):
Wipeout, Bait-fish, 1wayjonny, kikistans, beckzz turboman93, csetera and lineager for helping to form this thread.

*RESEVED*

Confirmation: This guide was written for the US variant. Does it work on non-US variants?
I can confirm it works, I'm from Malaysia and followed your guide, it work flawlessly. Thanks :good:

hsw1123 said:
Confirmation: This guide was written for the US variant. Does it work on non-US variants?
I can confirm it works, I'm from Malaysia and followed your guide, it work flawlessly. Thanks :good:
Click to expand...
Click to collapse
Can you please check which variant you have? Go to Settings -> About -> Scroll to Build Number, the variant is the two letter code after the build name (JRO03C.**_epad).

Trekest said:
Can you please check which variant you have? Go to Settings -> About -> Scroll to Build Number, the variant is the two letter code after the build name (JRO03C.**_epad).
Click to expand...
Click to collapse
My variant is WW.

Also, if anyone has modified or replaced any system files (ie keyboard.apk for multi-browser mod), or the build.prop (modified build prop for supposed performance improvements), they need to be replaced with the ORIGINAL files before you start the update. If not, it will throw an error and will tell you in the log what the particular issue was.
Cheers and good luck guys!

update failed. help needed
thanks this proceedure worked

Here's my log. Followed the guide and it still didn't work. Hopefully I didn't miss anything.
[email protected]:/ $ export PATH=/data/local/bin:$PATH
[email protected]:/ $ su
[email protected]:/ # cat /cache/recovery/last_log
Starting recovery on Fri Sep 28 13:53:26 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging ext3 /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
I:Got arguments from /cache/recovery/command
Command: "/sbin/recovery" "--update_package=/cache/dlpkgfile"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp,adb
ro.build.id=IML74K
ro.build.display.id=IML74K.US_epad-9.4.2.28-20120525
ro.build.version.incremental=US_epad-9.4.2.28-20120525
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri May 25 14:56:03 CST 2012
ro.build.date.utc=1337928963
ro.build.type=user
ro.build.user=
ro.build.host=Venus
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=US_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=EeePad
ro.build.description=US_epad-user 4.0.3 IML74K US_epad-9.4.2.28-20120525 release-keys
ro.build.fingerprint=asus/US_epad/EeePad:4.0.3/IML74K/US_epad-9.4.2.28-20120525:user/release-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite=1
debug.nfc.fw_download=false
debug.nfc.se=false
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.24
gps.version.driver=V6.9.20
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V9.29
drm.service.enabled=1
windowsmgr.max_events_per_sec=200
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
gsm.bodysargsm=32,26,29,29
ro.com.google.clientidbase=android-asus
ro.wifi.country=US
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=BCOKAS159787
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=wifi-only
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.crypto.fs_type=ext4
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_flags=0x00000006
ro.crypto.state=unencrypted
ro.epad.model=TF201
persist.sys.NV_STEREOCTRL=0
persist.tegra.NV_FPSLIMIT=0
persist.sys.NV_FPSLIMIT=35
persist.sys.NV_POWERMODE=1
persist.sys.profiler_ms=0
persist.sys.NV_PROFVER=21
persist.sys.NV_STEREOSEP=20
persist.sys.NV_STEREOSEPCHG=0
persist.sys.fw.camera.status=1
persist.sys.language=en
persist.sys.country=GB
persist.sys.localevar=
persist.sys.timezone=Europe/London
persist.sys.time_synced=1
init.svc.recovery=running
init.svc.adbd=running
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /cache/dlpkgfile
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
Verifying current system...
failed to stat "/system/app/DataBackup.apk": No such file or directory
file "/system/app/DataBackup.apk" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/app/DataBackup.apk", "9e0bcf47e81ef668cf2edfeb15c5b1e4e3d87c78", "c0381621db3421c713b1b89f0499aac50b912699")
assert failed: apply_patch_check("/system/app/DataBackup.apk", "9e0bcf47e81ef668cf2edfeb15c5b1e4e3d87c78", "c0381621db3421c713b1b89f0499aac50b912699")
E:Error in /cache/dlpkgfile
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
[email protected]:/ #
I have no idea what DataBackup.apk is.

Pls guys, for your own safety: don't post full S/N in your Logs!
did you unfreeze all your apps?
Revelation_Space said:
Here's my log. Followed the guide and it still didn't work. Hopefully I didn't miss anything.
(...)
I have no idea what DataBackup.apk is.
Click to expand...
Click to collapse

Doesnt work for me either...
[email protected]:/ $ export PATH=/data/local/bin:$PATH
[email protected]:/ $ su
# cat /cache/recovery/last_log
Starting recovery on Fri Sep 28 14:06:09 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging ext3 /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
I:Got arguments from /cache/recovery/command
Command: "/sbin/recovery" "--update_package=/cache/dlpkgfile.bin"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp
ro.build.id=IML74K
ro.build.display.id=IML74K.WW_epad-9.4.2.28-20120525
ro.build.version.incremental=WW_epad-9.4.2.28-20120525
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri May 25 15:42:24 CST 2012
ro.build.date.utc=1337931744
ro.build.type=user
ro.build.user=
ro.build.host=Venus
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=WW_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=EeePad
ro.build.description=WW_epad-user 4.0.3 IML74K WW_epad-9.4.2.28-20120525 release-keys
ro.build.fingerprint=asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite=1
debug.nfc.fw_download=false
debug.nfc.se=false
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.24
gps.version.driver=V6.9.20
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V9.29
drm.service.enabled=1
windowsmgr.max_events_per_sec=200
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
gsm.bodysargsm=32,26,29,29
ro.com.google.clientidbase=android-asus
ro.com.google.mcc_fallback=262
ro.wifi.country=GB
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=C2OKAS0*****
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=wifi-only
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.crypto.fs_type=ext4
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_flags=0x00000006
ro.crypto.state=unencrypted
ro.epad.model=TF201
persist.sys.NV_STEREOCTRL=0
persist.tegra.NV_FPSLIMIT=0
persist.sys.NV_FPSLIMIT=35
persist.sys.NV_POWERMODE=1
persist.sys.profiler_ms=0
persist.sys.time_synced=1
persist.sys.NV_STEREOSEP=20
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_PROFVER=12
persist.sys.fw.camera.status=1
persist.sys.language=en
persist.sys.country=GB
persist.sys.localevar=
init.svc.recovery=running
init.svc.adbd=running
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /cache/dlpkgfile.bin
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
script aborted: assert failed: file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.1.1/JRO03C/WW_epad-10.4.2.15-20120917:user/release-keys"
assert failed: file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys" || file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.1.1/JRO03C/WW_epad-10.4.2.15-20120917:user/release-keys"
E:Error in /cache/dlpkgfile.bin
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
#

troyperez said:
[email protected]:/ $ export PATH=/data/local/bin:$PATH
(...)
Click to expand...
Click to collapse
Revelation_Space said:
Here's my log. Followed the guide and it still didn't work. Hopefully I didn't miss anything.
(...)
I have no idea what DataBackup.apk is.
Click to expand...
Click to collapse
Ok, for both of you:
did you unfreeze all apps?
Have you any changes in the build.prop?
pls check your sku-version and if you got the right files...
---------- Post added at 04:24 PM ---------- Previous post was at 04:22 PM ----------
Ok, just to confirm:
this guide works well for US and WW SKU, just checked it myself flashing back to .28 ww sku and then upgraded..works like a charm!
Grz

Are there any success stories of rooting JB after you lost it during the update? I lost mine last night at home updating and only now just saw the two methods posted here in this thread today at work. Will try one or both this evening but wanted to see if there are any success stories and which method works.

beckzz said:
Ok, for both of you:
did you unfreeze all apps?
Have you any changes in the build.prop?
pls cheack your sku-version and if you got the right files...
---------- Post added at 04:24 PM ---------- Previous post was at 04:22 PM ----------
Ok, just to confirm:
this guide works well for US and WW SKU, just checked it myself flashing back to .28 ww sku and then upgraded..works like a charm!
Grz
Click to expand...
Click to collapse
I've never frozen any apps, just deactivated with the built-in function. Aslo I did a factory reset before attempting to update.
For some reason it says my build number is US_epad-9.4.2.28
It has always been ww before. How the heck did that happen?
EDIT, was using a wrong build.prop will try again with the WW one.

troyperez said:
Installing update...
Verifying current system...
failed to stat "/system/xbin/dexdump": No such file or directory
file "/system/xbin/dexdump" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/xbin/dexdump", "6bfff804d5c767ab058115d4a006e332902b54f7", "d06a91295f69e57356a7dd2c580c513692ebf541")
assert failed: apply_patch_check("/system/xbin/dexdump", "6bfff804d5c767ab058115d4a006e332902b54f7", "d06a91295f69e57356a7dd2c580c513692ebf541")
E:Error in /cache/dlpkgfile
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
I:timed out waiting for key input; rebooting.
[email protected]:/ #
Click to expand...
Click to collapse
did you copy the file dexdump to /system/xbin/? if so, did you chmod it? the update doesn't like the dexdump file either because it's not there or there's some other issue with it.
Cernunnoz said:
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /cache/dlpkgfile.bin
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
script aborted: assert failed: file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.1.1/JRO03C/WW_epad-10.4.2.15-20120917:user/release-keys"
assert failed: file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys" || file_getprop("/system/build.prop", "ro.build.fingerprint") == "asus/WW_epad/EeePad:4.1.1/JRO03C/WW_epad-10.4.2.15-20120917:user/release-keys"
E:Error in /cache/dlpkgfile.bin
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
#
Click to expand...
Click to collapse
did you install a modded build prop? the problem you're having is that your build prop is not matching up with the one it wants. i would recommend restoring a stock .28 build.prop (your original if you still have it) and that should fix this error.
edit: just saw your post above mine. looks like you already figured it out

Cernunnoz said:
I've never frozen any apps, just deactivated with the built-in function. Aslo I did a factory reset before attempting to update.
For some reason it says my build number is US_epad-9.4.2.28
It has always been ww before. How the heck did that happen?
EDIT, was using a wrong build.prop will try again with the WW one.
Click to expand...
Click to collapse
Ok, and try with activated apps too..
Sent from my GT-I9100 using xda app-developers app

beckzz said:
Ok, for both of you:
did you unfreeze all apps?
Have you any changes in the build.prop?
pls check your sku-version and if you got the right files...
---------- Post added at 04:24 PM ---------- Previous post was at 04:22 PM ----------
Ok, just to confirm:
this guide works well for US and WW SKU, just checked it myself flashing back to .28 ww sku and then upgraded..works like a charm!
Grz
Click to expand...
Click to collapse
thanks got it to work.

I can confirm your guide works for EU (WW) as well. I used the 3 missing files you provided, and the WW update file provided by kikistans. I guess the missing file are the same for US and EU.
Thanks!
More info for other people troubleshooting:
I'm in the Netherlands, with a rooted but otherwise stock TF201. I received the OTA update. It failed to install after reboot (red triangle). Then I followed Trekest's guide, and now I'm bathing in buttery goodness.

Still issues
So I got my old build.prop back in, but it still doesn't work.
----
[email protected]:/ $ export PATH=/data/local/bin:$PATH
[email protected]:/ $ su
# cat /cache/recovery/last_log
Starting recovery on Fri Sep 28 14:36:01 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging ext3 /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
I:Got arguments from /cache/recovery/command
Command: "/sbin/recovery" "--update_package=/cache/dlpkgfile.bin"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp
ro.build.id=IML74K
ro.build.display.id=IML74K.WW_epad-9.4.2.28-20120525
ro.build.version.incremental=WW_epad-9.4.2.28-20120525
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri May 25 15:42:24 CST 2012
ro.build.date.utc=1337931744
ro.build.type=user
ro.build.user=
ro.build.host=Venus
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=WW_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=EeePad
ro.build.description=WW_epad-user 4.0.3 IML74K WW_epad-9.4.2.28-20120525 release-keys
ro.build.fingerprint=asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite=1
debug.nfc.fw_download=false
debug.nfc.se=false
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.24
gps.version.driver=V6.9.20
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V9.29
drm.service.enabled=1
windowsmgr.max_events_per_sec=200
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
gsm.bodysargsm=32,26,29,29
ro.com.google.clientidbase=android-asus
ro.com.google.mcc_fallback=262
ro.wifi.country=GB
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=C2OKAS0***'*
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=wifi-only
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.crypto.fs_type=ext4
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_flags=0x00000006
ro.crypto.state=unencrypted
ro.epad.model=TF201
persist.sys.NV_STEREOCTRL=0
persist.tegra.NV_FPSLIMIT=0
persist.sys.NV_FPSLIMIT=35
persist.sys.NV_POWERMODE=1
persist.sys.profiler_ms=0
persist.sys.time_synced=1
persist.sys.NV_STEREOSEP=20
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_PROFVER=12
persist.sys.fw.camera.status=1
persist.sys.language=en
persist.sys.country=GB
persist.sys.localevar=
init.svc.recovery=running
init.svc.adbd=running
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /cache/dlpkgfile.bin
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
Verifying current system...
file "/system/lib/egl/libEGL_tegra.so" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/lib/egl/libEGL_tegra.so", "0acfc35384696a0d39c6f188a9c905da305c8a48", "909f84e59f3e066150812b2f31cac23a450fcf8d")
assert failed: apply_patch_check("/system/lib/egl/libEGL_tegra.so", "0acfc35384696a0d39c6f188a9c905da305c8a48", "909f84e59f3e066150812b2f31cac23a450fcf8d")
E:Error in /cache/dlpkgfile.bin
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
#
Some additional info if it helps: I am running rooted stock. I used to have ATK Tweak and EZ Overclock, uninstalled them both before I reset to factory settings.

[email protected]:/ $ export PATH=/data/local/bin:$PATH
[email protected]:/ $ su
[email protected]:/ # cat /cache/recovery/last_log
Starting recovery on Fri Sep 28 15:44:35 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging ext3 /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
Command: "/sbin/recovery"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp,adb
ro.build.id=IML74K
ro.build.display.id=IML74K.WW_epad-9.4.2.28-20120525
ro.build.version.incremental=WW_epad-9.4.2.28-20120525
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri May 25 15:42:24 CST 2012
ro.build.date.utc=1337931744
ro.build.type=user
ro.build.user=
ro.build.host=Venus
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=WW_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=EeePad
ro.build.description=WW_epad-user 4.0.3 IML74K WW_epad-9.4.2.28-20120525 release-keys
ro.build.fingerprint=asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.2.28-20120525:user/release-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite=1
debug.nfc.fw_download=false
debug.nfc.se=false
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.24
gps.version.driver=V6.9.20
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V9.29
drm.service.enabled=1
windowsmgr.max_events_per_sec=200
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
gsm.bodysargsm=32,26,29,29
ro.com.google.clientidbase=android-asus
ro.com.google.mcc_fallback=262
ro.wifi.country=GB
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=C3OKAS0****
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=wifi-only
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.crypto.fs_type=ext4
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_flags=0x00000006
ro.crypto.state=unencrypted
ro.epad.model=TF201
persist.sys.NV_STEREOCTRL=0
persist.tegra.NV_FPSLIMIT=0
persist.sys.NV_FPSLIMIT=35
persist.sys.NV_POWERMODE=1
persist.sys.profiler_ms=0
persist.sys.time_synced=1
persist.sys.NV_STEREOSEP=20
persist.sys.NV_STEREOSEPCHG=0
persist.sys.NV_PROFVER=21
persist.sys.fw.camera.status=1
persist.sys.language=en
persist.sys.country=GB
persist.sys.localevar=
persist.sys.timezone=Europe/London
persist.sys.NV_STEREOAPP=0
init.svc.recovery=running
init.svc.adbd=running
Finding update package...
I:Update location: /sdcard/ASUS_BUNDLE.zip
W:failed to mount /dev/block/mmcblk1p1 (Invalid argument); trying /dev/block/mmcblk1
E:failed to mount /sdcard (Invalid argument)
E:Can't mount /sdcard/ASUS_BUNDLE.zip
W:failed to mount /dev/block/mmcblk1p1 (Invalid argument); trying /dev/block/mmcblk1
E:failed to mount /sdcard (Invalid argument)
E:Can't mount SD card.
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /sdcard/EP201_SDUPDATE.zip
W:failed to mount /dev/block/mmcblk1p1 (Invalid argument); trying /dev/block/mmcblk1
E:failed to mount /sdcard (Invalid argument)
E:Can't mount /sdcard/EP201_SDUPDATE.zip
SD Installation aborted.
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
[email protected]:/ #

troyperez said:
thanks got it to work.
Click to expand...
Click to collapse
np, glad i could help.
just hit thanks if you like the support, credits to Trekest

Related

[Q] HTC Sensation XE multiple issues ($50 reward offered)

Hi Guys, I have following issues and I already spent hours to fix it up but no luck, I am getting desperate so I am offering $50 to who will first help me to fix it.
I am running
Model Number : HTC Sensation XE with Beats Audio Z715e
Android: 2.3.4.
HTC sense 3.0
Software number 1.73.720.2
Kernel version 2.6.35.13-g2299e28, [email protected] 18-2#1, SMP PREEMPT Wed Sep 14 18:36:38 CST 2011
Baseband version 10.58.9035.00U_10.15.9035.02._2
Build Number 1.73.720.2 CL161971 release keys
Browser Number
: WebKit/533.1
I have the following issues
1} my main camera doesnt work (camcorder does) - it will take the photo and then aplication closes itself and it goes to the main screen and in gallery i can see black image
2)my WIFI doesnt work (it says Error)
I have to say that I tried to root my Sensation beforehand and I was succesful, but I could not S-OFF it then, even though I tried to flash it with custom rom and maybe different kernel.
please see the log bellow:
Starting recovery on Fri Jan 20 09:20:21 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (540 x 960)
ClockworkMod Recovery v5.0.2.0
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /recovery emmc /dev/block/mmcblk0p21 (null)
2 /boot emmc /dev/block/mmcblk0p20 (null)
3 /cache ext4 /dev/block/mmcblk0p24 (null)
4 /data ext4 /dev/block/mmcblk0p23 (null)
5 /sd-ext ext4 /dev/block/mmcblk1p2 (null)
6 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
7 /system ext4 /dev/block/mmcblk0p22 (null)
8 /misc emmc /dev/block/mmcblk0p31 (null)
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=GINGERBREAD
ro.build.display.id=full_pyramid-eng 2.3.5 GINGERBREAD eng.koush.20110905.114148 test-keys
ro.build.version.incremental=eng.koush.20110905.114148
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.5
ro.build.date=Mon Sep 5 11:42:12 PDT 2011
ro.build.date.utc=1315248132
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-Lion.local
ro.build.tags=test-keys
ro.product.model=HTC Sensation
ro.product.brand=generic
ro.product.name=full_pyramid
ro.product.device=pyramid
ro.product.board=pyramid
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=msm8660
ro.build.product=pyramid
ro.build.description=full_pyramid-eng 2.3.5 GINGERBREAD eng.koush.20110905.114148 test-keys
ro.build.fingerprint=generic/full_pyramid/pyramid:2.3.5/GINGERBREAD/eng.koush.20110905.114148:eng/test-keys
ro.sf.lcd_density=240
debug.fb.rgb565=0
debug.composition.type=c2d
rild.libpath=/system/lib/libhtc_ril.so
rild.libpath.ganlite=/system/lib/librilswitch.so
rilswitch.vendorlibpath=/system/lib/libhtc_ril.so
rilswitch.ganlibpath=/system/lib/libganril.so
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
ro.ril.enable.dtm=0
ro.ril.gprsclass=12
ro.ril.hsdpa.category=10
ro.ril.hsupa.category=6
ro.ril.hsxpa=3
ro.telephony.default_network=0
wifi.interface=eth0
wifi.supplicant_scan_interval=15
mobiledata.interfaces=gannet0,rmnet0,rmnet1,rmnet2
ro.opengles.version=131072
dalvik.vm.heapsize=32m
ro.ril.def.agps.mode=2
ro.ril.disable.power.collapse=1
ro.ril.enable.prl.recognition=1
ro.phone_storage=0
ro.emmc=1
ro.com.google.clientidbase=android-htc
ro.com.google.locationfeatures=1
ro.com.google.networklocation=1
ro.setupwizard.enable_bypass=1
dalvik.vm.lockprof.threshold=500
dalvik.vm.dexopt-flags=m=y
media.a1026.nsForVoiceRec=0
media.a1026.enableA1026=0
htc.audio.alt.enable=0
htc.audio.hac.enable=1
keyguard.no_require_sim=true
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=SH1ATV804568
ro.bootmode=recovery
ro.baseband=10.14.9035.02_2
ro.carrier=HTC-India
ro.bootloader=1.18.0000
ro.hardware=pyramid
ro.revision=128
init.svc.choice_fn=stopped
init.svc.htcbatt=running
init.svc.adbd=running
ro.9kramdump=0
init.svc.recovery=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
Signature Check: Enabled
No files found.
No files found.
No files found.
-- Installing: /sdcard/Android_Revolution_HD-Sensation_5.0.1.zip
Finding update package...
I:Update location: /sdcard/Android_Revolution_HD-Sensation_5.0.1.zip
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:verify_file returned 1
E:signature verification failed
Installation aborted.
Signature Check: Disabled
-- Installing: /sdcard/Android_Revolution_HD-Sensation_5.0.1.zip
Finding update package...
I:Update location: /sdcard/Android_Revolution_HD-Sensation_5.0.1.zip
Opening update package...
minzip: Missed a central dir sig (at 0)
E:Can't open /sdcard/Android_Revolution_HD-Sensation_5.0.1.zip
(bad)
Installation aborted.
-- Installing: /sdcard/update.zip
Finding update package...
I:Update location: /sdcard/update.zip
Opening update package...
E:Can't open /sdcard/update.zip
(No such file or directory)
Installation aborted.
-- Installing: /sdcard/Android_Revolution_HD-Sensation_5.0.1_to_5.0.2_update.zip
Finding update package...
I:Update location: /sdcard/Android_Revolution_HD-Sensation_5.0.1_to_5.0.2_update.zip
Opening update package...
Installing update...
minzip: Extracted file "/system/app/VoiceSearch.apk"
===============================================
minzip: Extracted file "/system/app/YouTube.apk"
minzip: Extracted file "/system/build.prop"
symlink: failed to symlink /system/vendor/firmware/hdcp.keys to /factory/hdcp.keys: No such file or directory
| Android Revolution HD |
| by mike1986 |
| Be patient - 1st boot may take a while |
===============================================
>>> Mounting partitions
>>> Writing Data & System
>>> Unmounting partitions
about to run program [/sbin/busybox] with 4 args
Your help is much appreciated, I think I tried pretty much everything inclluding factory reset but no luck, I am very happy to pay the reward to who is going to solve this issue.
Thx
me again
so , I finally figure it out,,, I donwloaded Sensation xe stock rom and flash it, then everything seems to be fine.... I even S-OFF,, root my phone,,,life is good again..

Failed update WPA supplicant checksum can someone upload please. Thanks in advance

I don't have a wpa supplicant at all for some reason all I have is wpa supplicant 2 in my system/bin folder? It said that my update failed because of check-sum mismatch? "wpa supplicant" file I'm pretty sure i put the original wpa supplicant 2 back in there after .21 update.
I would really appreciate it if there is two supplicant files a wpa supplicant and a wpa supplicant 2 file if someone could upload both originals. If not please upload the wpa supplicant files found in system/bin in original .21.
Thanks in advance.
Starting recovery on Wed Jun 13 05:52:39 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging ext3 /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
I:Boot command: boot-recovery
I:Got arguments from boot message
I:Got arguments from /cache/recovery/command
Command: "recovery" "--update_package=/cache/dlpkgfile"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp,adb
ro.build.id=IML74K
ro.build.display.id=IML74K.US_epad-9.4.2.21-20120323
ro.build.version.incremental=US_epad-9.4.2.21-20120323
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri Mar 23 16:33:01 CST 2012
ro.build.date.utc=1332491581
ro.build.type=user
ro.build.user=
ro.build.host=Mercury
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=US_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=EeePad
ro.build.description=US_epad-user 4.0.3 IML74K US_epad-9.4.2.21-20120323 release-keys
ro.build.fingerprint=asus/US_epad/EeePad:4.0.3/IML74K/US_epad-9.4.2.21-20120323:user/release-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite=1
debug.nfc.fw_download=false
debug.nfc.se=false
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.22
gps.version.driver=V6.9.16
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V9.27
drm.service.enabled=1
windowsmgr.max_events_per_sec=200
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
gsm.bodysargsm=32,26,29,29
ro.com.google.clientidbase=android-asus
ro.wifi.country=US
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=C1OKAS200007
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=wifi-only
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.crypto.fs_type=ext4
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_flags=0x00000006
ro.crypto.state=unencrypted
ro.epad.model=TF201
persist.sys.NV_STEREOCTRL=0
persist.tegra.NV_FPSLIMIT=0
persist.sys.NV_FPSLIMIT=35
persist.sys.NV_POWERMODE=1
persist.sys.profiler_ms=0
persist.sys.NV_STEREOSEP=20
persist.sys.NV_PROFVER=16
persist.sys.NV_STEREOSEPCHG=0
persist.sys.fw.camera.status=1
persist.sys.language=en
persist.sys.country=US
persist.sys.localevar=
persist.sys.timezone=America/New_York
persist.service.adb.enable=
persist.sys.ui.hw=false
persist.sys.NV_STEREOAPP=0
persist.sys.time_synced=1
init.svc.recovery=running
init.svc.adbd=running
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /cache/dlpkgfile
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
Verifying current system...
failed to stat "/system/bin/wpa_supplicant": No such file or directory
file "/system/bin/wpa_supplicant" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/bin/wpa_supplicant", "5f522708acb063a8872ef5b4243094700a7bd4ca", "1aaf43f868b617ec13dc8a8140d19fdc85cd5e6c")
assert failed: apply_patch_check("/system/bin/wpa_supplicant", "5f522708acb063a8872ef5b4243094700a7bd4ca", "1aaf43f868b617ec13dc8a8140d19fdc85cd5e6c")
E:Error in /cache/dlpkgfile
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
Here is my WPA Supplicant file is this the modified one or original https://www.dropbox.com/s/bewhp2w5nr1ufb0/wpa_supplicant2

FIXED I don't even have a WPA_Supplicant I only have WPA_supplicant_2 help

EDIT 2 FIXED - finally got it all I did was make a copy of my WPA_Supplicant2 and renamed it WPA_Supplicant. Then ran a manual update that I downloaded but but I forgot to save root. Nothing going right!
EDIT I don't even have a WPA_Supplicant I only have WPA_supplicant_2 WTF from my post below I can see that it says WPA_supplicant not 2 so do we have 2 supplicant files in our Primes if so I only have one in mine and its in the System/Bin folder and it WPA_Supplicant2 file. So I may need the WPA_supplicant files if we do suppose to have 2 of them. If so could someone post both Supplicant files thank you so much, You don't know how much I would appreciate this, hell I would pay someone to post these files, this is my second day trying to get things straitened out now. If there are two supplicant files are they both suppose to be in System/Bin folder because like I said I only have one WPA file and its WPA_Supplicant2?
Starting recovery on Wed Jun 13 05:52:39 2012
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /system ext4 /dev/block/mmcblk0p1 (null) 0
2 /cache ext4 /dev/block/mmcblk0p2 (null) 0
3 /misc emmc /dev/block/mmcblk0p3 (null) 0
4 /boot emmc boot (null) 0
5 /recovery emmc recovery (null) 0
6 /staging ext3 /dev/block/mmcblk0p4 (null) 0
7 /btmac vfat /dev/block/mmcblk0p5 (null) 0
8 /data ext4 /dev/block/mmcblk0p8 (null) -32768
9 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
I:Boot command: boot-recovery
I:Got arguments from boot message
I:Got arguments from /cache/recovery/command
Command: "recovery" "--update_package=/cache/dlpkgfile"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp,adb
ro.build.id=IML74K
ro.build.display.id=IML74K.US_epad-9.4.2.21-20120323
ro.build.version.incremental=US_epad-9.4.2.21-20120323
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Fri Mar 23 16:33:01 CST 2012
ro.build.date.utc=1332491581
ro.build.type=user
ro.build.user=
ro.build.host=Mercury
ro.build.tags=release-keys
ro.product.model=EPAD
ro.product.brand=asus
ro.product.name=US_epad
ro.product.device=EeePad
ro.product.board=EeePad
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=asus
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=EeePad
ro.build.description=US_epad-user 4.0.3 IML74K US_epad-9.4.2.21-20120323 release-keys
ro.build.fingerprint=asus/US_epad/EeePad:4.0.3/IML74K/US_epad-9.4.2.21-20120323:user/release-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
rild.libpath=/system/lib/libril-icera.so
rild.libargs=-e wwan0
persist.tegra.nvmmlite=1
debug.nfc.fw_download=false
debug.nfc.se=false
ro.config.notification_sound=NewMessage.ogg
persist.sys.ringermode=2
ro.config.bootsound=PowerOn.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
wifi.version.driver=V6.1.22
gps.version.driver=V6.9.16
keyguard.no_require_sim=true
ro.kernel.qemu=
bt.version.driver=V9.27
drm.service.enabled=1
windowsmgr.max_events_per_sec=200
ro.setupwizard.mode=OPTIONAL
ro.com.google.gmsversion=4.0_r1
gsm.bodysargsm=32,26,29,29
ro.com.google.clientidbase=android-asus
ro.wifi.country=US
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=C1OKAS200007
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=wifi-only
ro.bootloader=unknown
ro.hardware=cardhu
ro.revision=0
ro.crypto.fs_type=ext4
ro.crypto.fs_real_blkdev=/dev/block/mmcblk0p8
ro.crypto.fs_mnt_point=/data
ro.crypto.fs_flags=0x00000006
ro.crypto.state=unencrypted
ro.epad.model=TF201
persist.sys.NV_STEREOCTRL=0
persist.tegra.NV_FPSLIMIT=0
persist.sys.NV_FPSLIMIT=35
persist.sys.NV_POWERMODE=1
persist.sys.profiler_ms=0
persist.sys.NV_STEREOSEP=20
persist.sys.NV_PROFVER=16
persist.sys.NV_STEREOSEPCHG=0
persist.sys.fw.camera.status=1
persist.sys.language=en
persist.sys.country=US
persist.sys.localevar=
persist.sys.timezone=America/New_York
persist.service.adb.enable=
persist.sys.ui.hw=false
persist.sys.NV_STEREOAPP=0
persist.sys.time_synced=1
init.svc.recovery=running
init.svc.adbd=running
I:Enable RSA key verification.
Installing update...
Finding update package...
I:Update location: /cache/dlpkgfile
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1682 bytes; signature 1664 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Installing update...
Verifying current system...
failed to stat "/system/bin/wpa_supplicant": No such file or directory
file "/system/bin/wpa_supplicant" doesn't have any of expected sha1 sums; checking cache
failed to stat "/cache/saved.file": No such file or directory
failed to load cache file
script aborted: assert failed: apply_patch_check("/system/bin/wpa_supplicant", "5f522708acb063a8872ef5b4243094700a7bd4ca", "1aaf43f868b617ec13dc8a8140d19fdc85cd5e6c")
assert failed: apply_patch_check("/system/bin/wpa_supplicant", "5f522708acb063a8872ef5b4243094700a7bd4ca", "1aaf43f868b617ec13dc8a8140d19fdc85cd5e6c")
E:Error in /cache/dlpkgfile
(Status 7)
Installation aborted.
I:result_code: 410
Check and format /storage to vfat if needed...
Mount /btmac successfully
Done.
Here is my WPA Supplicant2 file that I have in my Prime right now is this the modified one or original? https://www.dropbox.com/s/bewhp2w5nr1ufb0/wpa_supplicant2

[Q] Help Requested - Sony Tablet S UK WiFi still stuck at animation

So - I have had no time to 'play' with this again until now, but here's the current status:
I've downloaded a bunch of different ROM images to try to flash from SD Card, none of which work. The ones I have are:
20/03/2013 12:18 275,048,607 signed-nbx03_003-ota-121116040.zip
20/03/2013 12:18 244,273,290 signed-nbx03_003-ota-120803004.zip
27/04/2012 09:48 244,388,577 signed-nbx03_001-ota-120410004.zip
20/03/2013 13:22 233,149,440 signed-nbx03_016-ota-120803071.zip
Attempting to flash ANY of those (each done immediately after a "Reset to Factory Settings") results in:
E: Prohibit update as a result of checking version or base sku
Installation aborted.
adb connects, with adb devices showing:
List of devices attached
0123456789ABCDEF recovery
adb shell fails, reporting:
- exec '/system/bin/sh' failed: No such file or directory (2) -
After one of the attempted flashes, and looking in recovery.log, *presumably* the issue is the reported:
Not found detailed sku[27550237] in META-INF/com/android/detailedSKU.lst
But I have no idea how to fix this, so any help would be gratefully received!
More info:
adb pull /tmp retrieves:
pull: building file list...
skipping special file 'prev_vendor'
pull: /tmp/recovery.log -> ./recovery.log
pull: /tmp/nfx_daemon_flash.txt -> ./nfx_daemon_flash.txt
pull: /tmp/random -> ./random
pull: /tmp/last_install -> ./last_install
pull: /tmp/metadata -> ./metadata
pull: /tmp/region.prop -> ./region.prop
6 files pulled. 0 files skipped.
356 KB/s (18244 bytes in 0.050s)
The contents of each (excluding random) are:
recovery.log:
Starting recovery on Wed Mar 11 23:54:08 2009
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (1280 x 800)
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /configs ext2 /dev/block/mmcblk0p1 (null) 0
2 /system0 ext4 /dev/block/mmcblk0p2 (null) 0
3 /system1 ext4 /dev/block/mmcblk0p3 (null) 0
4 /cache ext4 /dev/block/mmcblk0p4 (null) 0
5 /misc emmc /dev/block/mmcblk0p5 (null) 0
6 /staging ext4 /dev/block/mmcblk0p6 (null) 0
7 /blflags ext4 /dev/block/mmcblk0p7 (null) 0
8 /datapp ext4 /dev/block/mmcblk0p8 (null) 0
9 /log ext4 /dev/block/mmcblk0p9 (null) 0
10 /data ext4 /dev/block/mmcblk0p10 (null) 0
11 /vsdcard vfat /dev/block/mmcblk0p11 (null) 0
12 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
13 /boot emmc boot (null) 0
14 /recovery emmc recovery (null) 0
15 /system ext4 system (null) 0
16 /vendor0 ext4 /datapp/vendor/vendor0.img (null) 0
17 /vendor1 ext4 /datapp/vendor/vendor1.img (null) 0
Command: "/sbin/recovery"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=0
persist.sys.usb.config=mtp
ro.build.id=TISU0077
ro.build.display.id=TISU0077
ro.build.version.incremental=120410002
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.3
ro.build.date=Tue Apr 10 01:08:41 JST 2012
ro.build.date.utc=1333987721
ro.build.type=user
ro.build.user=integ-build
ro.build.host=build9
ro.build.tags=test-keys
ro.product.model=Sony Tablet S
ro.product.brand=Sony
ro.product.name=SYS_001
ro.product.device=nbx03
ro.product.board=nbx03
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
ro.build.product=nbx03
ro.build.description=SYS_001-user 4.0.3 TISU0077 120410002 test-keys
ro.build.fingerprint=Sony/SYS_001/nbx03:4.0.3/TISU0077/120410002:user/test-keys
ro.build.characteristics=tablet
ro.opengles.version=131072
wifi.interface=wlan0
ro.ethernet.interface=eth0
ro.ethernet.autoEnable=yes
rild.libargs=-d /dev/ttyACM1 -i rmnet0
windowsmgr.max_events_per_sec=120
ro.tether.denied=true
ro.sony.sound.enabled=true
ro.sony.update.server=info.update.sony.net
ro.sony.update.category_id=ST001
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.sony.wifisleep=0
drm.service.enabled=true
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=4.0.3_r0
ro.com.google.clientidbase=android-sony
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.sony.wan.ipv6.enable=false
ro.sony.dlna.dtcp_pext=0
ro.factorytest=0
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=unknown
ro.bootloader=0x00000008
ro.hardware=nbx03
ro.revision=0
init.svc.recovery=running
init.svc.nfx_daemon=running
init.svc.adbd=running
-- Install /sdcard ...
Finding update package...
I:Update location: /sdcard/signed-nbx03_003-ota-120803004.zip
Desklunvr update package...
Opening update package...
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1465 bytes; signature 1447 bytes from end
I:whole-file signature verified against key 0
I:verify_file returned 0
Checking version is passed, 111104048 -> 120803004
Not found detailed sku[27550237] in META-INF/com/android/detailedSKU.lst
Erohibit update as a result of checking version or base sku
Installation aborted.
nfx_daemon_flash.txt - many, many lines of:
Error opening : /cache/recovery/sign
Error opening : /cache/recovery/sign
Error opening : /cache/recovery/sign
Error opening : /cache/recovery/sign
Error opening : /cache/recovery/sign
last_install:
/sdcard/signed-nbx03_003-ota-120803004.zip
0
metadata:
post-base_sku=nbx03_003
post-build=Sony/SYS_001/nbx03:4.0.3/TISU0R0110/120803000:user/release-keys
post-timestamp=1343979970
post-version=120803004
pre-device=nbx03
region.prop:
ro.sony.sku.version=27550237_9
ro.camera.sound.forced=0
ro.product.locale.language=en
ro.product.locale.region=GB
ro.pss.gamepad.buttonmeaning=cross-enter
ro.sony.network.wwan=1
ro.sony.sku.country=UK
ro.sony.sku.detailed=27550237
ro.sony.update.category_id=ST003
ro.sony.volume_limit=0
ro.sony.wm.atrac=0
ro.sony.wm.clearphase_path=SGPT1_001.LPS
ro.sony.wm.xloud_path=SGPT1_001.XLD
@stifilz might be able to help you with this one mate.
enjoy fix
Any luck mate? I've got exactly same prob. UK Sony S. Stuck on logo. Ive tried Condis UK links an just get the e: prohibit error. Please help!

QMobile Noir A500

Hello. I need some help with installing custom ROM on my phone please. I am using QMobile Noir A500. You see, I rooted it some time ago and installed a custom ROM which ran just fine but then I again wanted to flash another ROM so I downloaded it and alongwith it a .zip which was supposed tto change the boot logo of my phon. Since i flashed this file I haven't been able to flash any ROM whatsoever. I was able to generate a report of it using ROM Manager which is as follows.
Starting recovery on Wed Aug 20 15:28:17 2014
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 854)
ioctl(): blank: Invalid argument
ioctl(): blank: Invalid argument
CWM automade 17.08.2013 21:03:08
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /misc emmc /dev/misc (null) 0
2 /data ext4 /dev/block/mmcblk0p7 (null) 0
3 /system ext4 /dev/block/mmcblk0p5 (null) 0
4 /cache ext4 /dev/block/mmcblk0p6 (null) 0
5 /boot emmc /dev/bootimg (null) 0
6 /recovery emmc /dev/recovery (null) 0
7 /emmc vfat /dev/block/mmcblk0p8 (null) 0
8 /sdcard vfat /dev/block/mmcblk1p1 (null) 0
9 /sd-ext auto /dev/block/mmcblk1p2 (null) 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.sys.usb.config=mass_storage,adb
ro.build.id=IMM76L
ro.build.display.id=full_MTK-eng 4.0.4 IMM76L eng.rua1.20130129.114933 test-keys
ro.build.version.incremental=eng.rua1.20130129.114 933
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Вто Янв 29 11:51:46 MSK 2013
ro.build.date.utc=0
ro.build.type=eng
ro.build.user=rua1
ro.build.host=rua1-desktop
ro.build.tags=test-keys
ro.product.model=Full Android on Emulator
ro.product.brand=Android
ro.product.name=full_MTK
ro.product.device=MTK
ro.product.board=MTK
ro.product.cpu.abi=armeabi
ro.product.manufacturer=unknown
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=unknown
ro.build.product=MTK
ro.build.description=full_MTK-eng 4.0.4 IMM76L eng.rua1.20130129.114933 test-keys
ro.build.fingerprint=Android/full_MTK/MTK:4.0.4/IMM76L/eng.rua1.20130129.114933:eng/test-keys
ro.build.characteristics=default
ro.cm.device=MTK
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=
ro.bootmode=unknown
ro.baseband=unknown
ro.carrier=unknown
ro.bootloader=unknown
ro.hardware=mt6589
ro.revision=0
ro.emmc=0
sys.usb.vid=0BB4
init.svc.recovery=running
sys.usb.config=mass_storage,adb
service.adb.root=1
init.svc.adbd=restarting
sys.usb.state=mass_storage,adb
I:Checking for extendedcommand...
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
SD Card mounted...
Verifying SD Card marker...
I:Running script:
I:
run_program("/sbin/cp", "-R", "/cache/recovery", "/tmp/recovery");
ui_print("ROM Manager Version 5.5.3.7");
ui_print("August 20, 2014");
ui_print("Preparing to install ROM...");
run_program("/cache/dowipedalvikcache.sh");
mount("/system");
run_program("/sbin/chmod", "+x", "/tmp/recovery/11-rommanager.sh");
run_program("/tmp/recovery/11-rommanager.sh", "place");
run_program("/sbin/umount", "/system");
assert(install_zip("/sdcard/note3rom.zip"));
parse returned 0; 0 errors encountered
about to run program [/sbin/cp] with 4 args
ROM Manager Version 5.5.3.7
August 20, 2014
Preparing to install ROM...
about to run program [/cache/dowipedalvikcache.sh] with 1 args
mount: mounting /dev/block/mmcblk0p6 on /cache failed: Device or resource busy
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
umount: can't umount /sd-ext: Invalid argument
run_program: child exited with status 1
about to run program [/sbin/chmod] with 3 args
about to run program [/tmp/recovery/11-rommanager.sh] with 2 args
mount: mounting /dev/block/mmcblk0p5 on /system failed: Device or resource busy
about to run program [/sbin/umount] with 2 args
-- Installing: /sdcard/note3rom.zip
Finding update package...
I:Update location: /sdcard/note3rom.zip
Opening update package...
minzip: Invalid entries=2080 offset=452264
Please I need the help.

Categories

Resources