[Q] Android 4.0.4 OTA Problem - Samsung Galaxy Nexus

So since I bought my Galaxy Nexus, I was not able to update my device over the air. I used to receive the update, download it, then reboot to install. I always get the android mascot laying on his back with his internals open stuck.
After updating manually from 4.0.1 to 4.0.2 everything seemed to work perfectly, until 4.0.4 came out. The same problem happened again.
I tried to update it manually like the last time. but I got ths message:
Code:
-- Installing: /sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip
Finding update package...
I:Update location: /sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip
I:using /data/media, no /sdcard found.
Opening update package...
Installing update...
installing samsung updater extensions
Verifying current system...
file "/system/build.prop" 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/build.prop", "c47a6508986e87bdd807aabc2418c1399735e34e", "4bf6dfef298bc3a61bb9613cb814f2ee0a806d14")
assert failed: apply_patch_check("/system/build.prop", "c47a6508986e87bdd807aabc2418c1399735e34e", "4bf6dfef298bc3a61bb9613cb814f2ee0a806d14")
E:Error in /sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip
(Status 7)
Installation aborted.
result was NULL, message is: assert failed: install_zip("/sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip")
I:using /data/media, no /sdcard found.
I think my problem relies on build.prop file. Here is mine:
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=ICL53F
ro.build.display.id=ICL53F
ro.build.version.incremental=235179
ro.build.version.sdk=14
ro.build.version.codename=REL
ro.build.version.release=4.0.2
ro.build.date=Thu Dec 8 01:24:15 UTC 2011
ro.build.date.utc=1323307455
ro.build.type=user
ro.build.user=android-build
ro.build.host=vpbs3.mtv.corp.google.com
ro.build.tags=release-keys
ro.product.model=Galaxy Nexus
ro.product.brand=google
ro.product.name=yakju
ro.product.device=maguro
ro.product.board=tuna
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=omap4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=maguro
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=yakju-user 4.0.2 ICL53F 235179 release-keys
ro.build.fingerprint=google/yakju/maguro:4.0.2/ICL53F/235179:user/release-keys
ro.build.characteristics=nosdcard
# end build properties
#
# system.prop for maguro
#
rild.libpath=/vendor/lib/libsec-ril.so
rild.libargs=-d /dev/ttys0
telephony.lteOnCdmaDevice=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
wifi.interface=wlan0
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
ro.sf.lcd_density=320
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
ro.config.ringtone=Girtab.ogg
ro.config.notification_sound=Proxima.ogg
ro.config.alarm_alert=Cesium.ogg
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=false
ro.url.legal=***/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=***/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.error.receiver.system.apps=com.google.android.feedback
ro.setupwizard.enterprise_mode=1
keyguard.no_require_sim=true
drm.service.enabled=true
camera.flash_off=0
ro.com.google.mcc_fallback=262
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.config.vc_call_vol_steps=100
Could you guys help me fix this?

It looks like your trying to apply the zip while it's on the SDCARD. Are you rooted? Try flashing the img not zip file.
Try re downloading and store on your computer and flash remotely via adb. Let us know how you get on.
Sent from my Galaxy Nexus using Tapatalk

shonas said:
So since I bought my Galaxy Nexus, I was not able to update my device over the air. I used to receive the update, download it, then reboot to install. I always get the android mascot laying on his back with his internals open stuck.
After updating manually from 4.0.1 to 4.0.2 everything seemed to work perfectly, until 4.0.4 came out. The same problem happened again.
I tried to update it manually like the last time. but I got ths message:
Code:
-- Installing: /sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip
Finding update package...
I:Update location: /sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip
I:using /data/media, no /sdcard found.
Opening update package...
Installing update...
installing samsung updater extensions
Verifying current system...
file "/system/build.prop" 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/build.prop", "c47a6508986e87bdd807aabc2418c1399735e34e", "4bf6dfef298bc3a61bb9613cb814f2ee0a806d14")
assert failed: apply_patch_check("/system/build.prop", "c47a6508986e87bdd807aabc2418c1399735e34e", "4bf6dfef298bc3a61bb9613cb814f2ee0a806d14")
E:Error in /sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip
(Status 7)
Installation aborted.
result was NULL, message is: assert failed: install_zip("/sdcard/7f97fbc19417.signed-yakju-IMM76D-from-ICL53F.7f97fbc1.zip")
I:using /data/media, no /sdcard found.
Click to expand...
Click to collapse
You do not have a stock build.prop file. I've posted a stock ICL53F one before, but can't remember where. Regardless, the "update" link in my signature explains how to extract it yourself from the stock image.
Additionally, it seems like you have other issues as well. You shouldn't be getting sdcard errors...
Sent from my Galaxy Nexus using Tapatalk 2

what kind of issues? I really appreciate any help I can get.
Sent from my Galaxy Nexus using XDA

shonas said:
what kind of issues? I really appreciate any help I can get.
Sent from my Galaxy Nexus using XDA
Click to expand...
Click to collapse
It you want it to install automatically, you need to have the recovery that came with 4.0.4 installed. Otherwise you need CWM installed. A recovery from a different build version won't work.
As well, all the files in /system have to be original -- if you've made changes, you will have to undo them.

Stock Recovery
efrant said:
It you want it to install automatically, you need to have the recovery that came with 4.0.4 installed. Otherwise you need CWM installed. A recovery from a different build version won't work.
As well, all the files in /system have to be original -- if you've made changes, you will have to undo them.
Click to expand...
Click to collapse
I went to the post you have in the signature. Downloaded the Stock ICL53 and extracted the build.prop file. I cannot implement it to my device to replace the old file.
I have CWM Touch recovery installed. It seems my device have so many problems that I have to do a full wipe and a fresh installation of version 4.0.4 to fix all issues.
Thanks for your help. I did not want to bother you more. Starting fresh this time. Bye Bye data.

Related

Help please - cant install roms

Hello guys. I have this "tiny" problem:
I was running OpenDesire 3.0.5 with a custom theme, modified by me(had to use the OD's stock framework to modify an xml). All was running smoothly, to my surprise since it was my first attempt at modifying something. Had 2 restore points made in ROMmanager, both working.
Then 3.1 was launched, I installed it and, like a fool, I thought the theme will work on 3.1 too and I flashed it via recovery. Obviously it didnt work. This wasnt the issue, since this happened to me before, i just wiped/installed 3.0, restored back-up.
Well, here comes the problem(or the chain of problems)... followed the same steps now, only to my surprise, nothing good came out of it. I got stuck at boot animation. The animation was going and going and going, then it restarted(just the animation), then the same thing all over again.
Then my sd card "bricked", couldnt read it by phone nor PC
Then one of my restore points worked but it was fubared, since phone was seeing the sd card now, but blank
then miraculously the sd card got back in shape after putting it in my PC then back in phone :S
fresh OD 3.1 install got stuck at boot loop too
restore points, again, the same
any OD ROM except the 3.0 i was lucky to keep on my phone the same
So now Im stuck with OD 3.0 and dont know what to do, as I dont know wtf happened
edit: I also tried restoring from the fresh 3.0. same problems as if I installed it from recovery menu
edit2: I read somewhere on these forums about something on fastboot saying S-OFF and S-ON. mine is S-ON, dunno how it was before today...
I also found this recovery log i saved
Code:
Starting recovery on Wed Aug 11 16:00:18 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
E:Can't open /cache/recovery/command
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.service.adb.enable=1
ro.ril.ecc.VIRGIN-UK=112,999,911
ro.ril.ecc.HTC-ELL=92,93,94
ro.ril.ecc.HTC-Russia=01,02,03,04
ro.ril.ecc.HTC-FRA=123,911
ro.ril.ecc.HTC-WWE=999,999
ro.ril.disable.fd.plmn.prefix=23402,23410,23411
ro.ril.enable.sdr=0
ro.ril.enable.a52.HTC-ITA=1
ro.ril.enable.a53.HTC-ITA=1
ro.ril.enable.a52.VODA-Portugal=0
ro.ril.enable.a53.VODA-Portugal=1
ro.build.id=ERE27
ro.build.display.id=htc_bravo-userdebug 2.1-update1 ERE27 eng.u70000.20100315.233632 test-keys
ro.build.version.incremental=150129
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Mon Mar 15 23:37:14 CST 2010
ro.build.date.utc=1268667434
ro.build.type=userdebug
ro.build.user=u70000
ro.build.host=Oven-X05
ro.build.tags=test-keys
ro.product.model=HTC Desire
ro.product.brand=htc_europe
ro.product.name=htc_bravo
ro.product.device=bravo
ro.product.board=bravo
ro.product.cpu.abi=armeabi
ro.product.cpu.abi2=
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=bravo
ro.build.description=1.15.405.3 CL150129 test-keys
ro.build.changelist=150129
ro.product.ua=
ro.build.fingerprint=htc_europe/htc_bravo/bravo/bravo:2.1-update1/ERE27/150129:userdebug/test-keys
ro.product.version=1.15.405.3
keyguard.no_require_sim=1
ro.sf.lcd_density=240
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.enable.dtm=1
ro.ril.gprsclass=12
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=5
ro.ril.hsxpa=2
ro.telephony.default_network=0
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
dalvik.vm.heapsize=24m
ro.ril.def.agps.mode=2
ro.phone_storage=0
ro.ril.disable.power.collapse=1
ro.ril.enable.prl.recognition=1
ro.media.enc.file.format=3gp,mp4
ro.media.enc.vid.codec=m4v,h263
ro.media.enc.vid.h263.width=176,1280
ro.media.enc.vid.h263.height=144,720
ro.media.enc.vid.h263.bps=64000,2000000
ro.media.enc.vid.h263.fps=1,30
ro.media.enc.vid.m4v.width=176,1280
ro.media.enc.vid.m4v.height=144,720
ro.media.enc.vid.m4v.bps=64000,2000000
ro.media.enc.vid.m4v.fps=1,30
ro.media.dec.jpeg.memcap=20000000
ro.htc.checkin.url=http://andchin.htc.com/android/checkin
ro.htc.checkin.crashurl=http://andchin.htc.com/android/crash
ro.bt.chipset=Broadcom BCM4329-B1
ro.bt.version=Bluetooth 2.1 + EDR
ro.bt.stack=Broadcom BTL-A
ro.bt.stack.version=2.0.47.005
ro.bt.profiles=4270339
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.networklocation=1
ro.setupwizard.mode=DISABLED
ro.config.ringtone=Innovation.mp3
ro.config.notification_sound=Color.mp3
ro.config.alarm_alert=Light.mp3
ro.config.cal_notification=Vector.mp3
ro.config.msg_notification=Ascend.mp3
ro.com.google.clientidbase=android-htc
ro.com.google.locationfeatures=1
ro.com.google.gmsversion=2.1_r2
media.a1026.nsForVoiceRec=0
htc.audio.alt.enable=0
htc.audio.hac.enable=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT03SPL01423
ro.bootmode=recovery
ro.baseband=5.09.00.20
ro.carrier=HTC-EastEurope
ro.bootloader=0.75.0000
ro.hardware=bravo
ro.revision=129
ro.cid=HTC__032
init.svc.choice_fn=stopped
init.svc.adbd=running
init.svc.recovery=running
I:Set boot command ""
I:Unlink
-- Install from sdcard...
I:Set boot command "boot-recovery"
Finding update package...
I:Update location: SDCARD:update.zip
Opening update package...
I:Update file path: /sdcard/update.zip
I:1 key(s) loaded from /res/keys
Verifying update package...
I:comment is 1738 bytes; signature 1720 bytes from end
I:whole-file signature verified
I:verify_file returned 0
Installing update...
package_extract_file: can't open /res/modules/crc16.ko for write: No such file or directory
set_perm: chown of /res/modules/crc16.ko to 0 0 failed: No such file or directory
set_perm: chmod of /res/modules/crc16.ko to 755 failed: No such file or directory
package_extract_file: can't open /res/modules/ext4.ko for write: No such file or directory
set_perm: chown of /res/modules/ext4.ko to 0 0 failed: No such file or directory
set_perm: chmod of /res/modules/ext4.ko to 755 failed: No such file or directory
package_extract_file: can't open /res/modules/jbd2.ko for write: No such file or directory
set_perm: chown of /res/modules/jbd2.ko to 0 0 failed: No such file or directory
set_perm: chmod of /res/modules/jbd2.ko to 755 failed: No such file or directory
Replacing stock recovery with ClockworkMod recovery...about to run program [/sbin/busybox] with 4 args
rm: can't remove '/cache/recovery/command': No such file or directory
rm: can't remove '/cache/update.zip': No such file or directory
sh: bad pid 'root'
sh: can't kill pid 3368: No such process
sh: bad pid 'S'
sh: bad pid '/sbin/adbd'
sh: bad pid 'recovery'
sh: bad pid 'root'
sh: can't kill pid 10948: No such process
sh: bad pid 'D'
sh: bad pid '/sbin/recovery'
run_program: child exited with status 1
script result was [256]
Starting recovery on Wed Aug 11 16:00:33 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v2.5.0.1
I:Boot command: boot-recovery
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.service.adb.enable=1
ro.ril.ecc.VIRGIN-UK=112,999,911
ro.ril.ecc.HTC-ELL=92,93,94
ro.ril.ecc.HTC-Russia=01,02,03,04
ro.ril.ecc.HTC-FRA=123,911
ro.ril.ecc.HTC-WWE=999,999
ro.ril.disable.fd.plmn.prefix=23402,23410,23411
ro.ril.enable.sdr=0
ro.ril.enable.a52.HTC-ITA=1
ro.ril.enable.a53.HTC-ITA=1
ro.ril.enable.a52.VODA-Portugal=0
ro.ril.enable.a53.VODA-Portugal=1
ro.build.id=ERE27
ro.build.display.id=htc_bravo-userdebug 2.1-update1 ERE27 eng.u70000.20100315.233632 test-keys
ro.build.version.incremental=150129
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Mon Mar 15 23:37:14 CST 2010
ro.build.date.utc=1268667434
ro.build.type=userdebug
ro.build.user=u70000
ro.build.host=Oven-X05
ro.build.tags=test-keys
ro.product.model=HTC Desire
ro.product.brand=htc_europe
ro.product.name=htc_bravo
ro.product.device=bravo
ro.product.board=bravo
ro.product.cpu.abi=armeabi
ro.product.cpu.abi2=
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=bravo
ro.build.description=1.15.405.3 CL150129 test-keys
ro.build.changelist=150129
ro.product.ua=
ro.build.fingerprint=htc_europe/htc_bravo/bravo/bravo:2.1-update1/ERE27/150129:userdebug/test-keys
ro.product.version=1.15.405.3
keyguard.no_require_sim=1
ro.sf.lcd_density=240
rild.libpath=/system/lib/libhtc_ril.so
ro.ril.enable.dtm=1
ro.ril.gprsclass=12
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=5
ro.ril.hsxpa=2
ro.telephony.default_network=0
wifi.interface=eth0
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
dalvik.vm.heapsize=24m
ro.ril.def.agps.mode=2
ro.phone_storage=0
ro.ril.disable.power.collapse=1
ro.ril.enable.prl.recognition=1
ro.media.enc.file.format=3gp,mp4
ro.media.enc.vid.codec=m4v,h263
ro.media.enc.vid.h263.width=176,1280
ro.media.enc.vid.h263.height=144,720
ro.media.enc.vid.h263.bps=64000,2000000
ro.media.enc.vid.h263.fps=1,30
ro.media.enc.vid.m4v.width=176,1280
ro.media.enc.vid.m4v.height=144,720
ro.media.enc.vid.m4v.bps=64000,2000000
ro.media.enc.vid.m4v.fps=1,30
ro.media.dec.jpeg.memcap=20000000
ro.htc.checkin.url=http://andchin.htc.com/android/checkin
ro.htc.checkin.crashurl=http://andchin.htc.com/android/crash
ro.bt.chipset=Broadcom BCM4329-B1
ro.bt.version=Bluetooth 2.1 + EDR
ro.bt.stack=Broadcom BTL-A
ro.bt.stack.version=2.0.47.005
ro.bt.profiles=4270339
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.networklocation=1
ro.setupwizard.mode=DISABLED
ro.config.ringtone=Innovation.mp3
ro.config.notification_sound=Color.mp3
ro.config.alarm_alert=Light.mp3
ro.config.cal_notification=Vector.mp3
ro.config.msg_notification=Ascend.mp3
ro.com.google.clientidbase=android-htc
ro.com.google.locationfeatures=1
ro.com.google.gmsversion=2.1_r2
media.a1026.nsForVoiceRec=0
htc.audio.alt.enable=0
htc.audio.hac.enable=0
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT03SPL01423
ro.bootmode=recovery
ro.baseband=5.09.00.20
ro.carrier=HTC-EastEurope
ro.bootloader=0.75.0000
ro.hardware=bravo
ro.revision=129
ro.cid=HTC__032
init.svc.choice_fn=stopped
init.svc.adbd=running
init.svc.recovery=running
adb.connected=1
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
I:Set boot command ""
-- Wiping data...
Formatting DATA:...
mtd: not erasing bad block at 0x028a0000
mtd: not erasing bad block at 0x078c0000
mtd: not erasing bad block at 0x08a20000
Formatting CACHE:...
Formatting SDEXT:...
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't stat '/sd-ext//dalvik-cache/[email protected]@[email protected]': Stale NFS file handle
rm: can't remove '/sd-ext//dalvik-cache': Directory not empty
rm: can't remove '.' or '..'
rm: can't remove '.' or '..'
Formatting SDCARD:/.android_secure...
rm: can't remove '.' or '..'
rm: can't remove '.' or '..'
Data wipe complete.
Fixing execute permissions for /cache
I:Set boot command ""
No files found.
I:Set boot command ""
Checking MD5 sums...
md5sum: can't open 'boot.img': No such file or directory
boot.img: FAILED
cache.img: OK
data.img: OK
recovery.img: OK
sd-ext.img: OK
system.img: OK
md5sum: WARNING: 1 of 6 computed checksums did NOT match
MD5 mismatch!
I:Set boot command ""
-- Wiping cache...
Formatting CACHE:...
Cache wipe complete.
Fixing execute permissions for /cache
I:Set boot command ""
Anyone any ideas? Altho I'd LOVE my restore back so I wont have to recustomize the whole thing again, I'd be happy with only getting my contacts only, as I didnt sync them on SIM, nor google. they were saved on sd card at one point tho... Is there any way to get the data out of the restore points and install them in another way?
Thank you
Damn, 2nd page already
Noone? Or is this in the wrong place?

Help.. Error trying to flash cyanogenmod

Starting recovery on Fri Aug 13 07:27:27 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v2.5.0.1
Fixing execute permissions for /cache
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=ECLAIR
ro.build.display.id=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.build.version.incremental=eng.koush.20100714.213746
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Wed Jul 14 21:38:26 PDT 2010
ro.build.date.utc=1279168706
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-OSx86.local
ro.build.tags=test-keys
ro.product.model=HTC Evo (US)
ro.product.brand=generic
ro.product.name=koush_supersonic
ro.product.device=supersonic
ro.product.board=supersonic
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=htc
ro.product.locale.language=mdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=supersonic
ro.build.description=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT072HL05904
ro.bootmode=recovery
ro.baseband=2.15.00.07.28
ro.carrier=COMMON
ro.bootloader=0.79.0000
ro.hardware=supersonic
ro.revision=3
init.svc.recovery=running
init.svc.adbd=running
I:Checking for extendedcommand...
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
SD Card mounted...
I:Running script:
I:
print ROM Manager Version 2.0.1.7
print Preparing to install ROM...
format CACHE:
format DATA:
format SDEXT:
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
Parsed /tmp/extendedcommand
calling command print
ROM Manager Version 2.0.1.7
calling command print
Preparing to install ROM...
calling command format
Formatting CACHE:...
mtd: not erasing bad block at 0x01c00000
mtd: not erasing bad block at 0x02fa0000
mtd: not erasing bad block at 0x03dc0000
mtd: not erasing bad block at 0x04780000
mtd: not erasing bad block at 0x05840000
calling command format
Formatting DATA:...
calling command format
Formatting SDEXT:...
No app2sd partition found. Skipping format of /sd-ext.
calling command install_zip
-- Installing: SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
I:Set boot command "boot-recovery"
Finding update package...
I:Update location: SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
Opening update package...
I:Update file path: /sdcard/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
Installing update...
I:Trying update-binary.
installing HTC updater extensions
script aborted: assert failed: getprop("ro.bootloader") == "0.76.2000"
Welcome to CyanogenMod-6-08132010-NIGHTLY-N1!
assert failed: getprop("ro.bootloader") == "0.76.2000"
E:Error in /sdcard/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
(Status 7)
Installation aborted.
Failure at line 6:
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.Fixing execute permissions for /cache
I:Set boot command ""
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.
Sent from my PC36100 using XDA App
Crossrocker said:
Starting recovery on Fri Aug 13 07:27:27 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v2.5.0.1
Fixing execute permissions for /cache
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=ECLAIR
ro.build.display.id=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.build.version.incremental=eng.koush.20100714.213746
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Wed Jul 14 21:38:26 PDT 2010
ro.build.date.utc=1279168706
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-OSx86.local
ro.build.tags=test-keys
ro.product.model=HTC Evo (US)
ro.product.brand=generic
ro.product.name=koush_supersonic
ro.product.device=supersonic
ro.product.board=supersonic
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=htc
ro.product.locale.language=mdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=supersonic
ro.build.description=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT072HL05904
ro.bootmode=recovery
ro.baseband=2.15.00.07.28
ro.carrier=COMMON
ro.bootloader=0.79.0000
ro.hardware=supersonic
ro.revision=3
init.svc.recovery=running
init.svc.adbd=running
I:Checking for extendedcommand...
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
SD Card mounted...
I:Running script:
I:
print ROM Manager Version 2.0.1.7
print Preparing to install ROM...
format CACHE:
format DATA:
format SDEXT:
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
Parsed /tmp/extendedcommand
calling command print
ROM Manager Version 2.0.1.7
calling command print
Preparing to install ROM...
calling command format
Formatting CACHE:...
mtd: not erasing bad block at 0x01c00000
mtd: not erasing bad block at 0x02fa0000
mtd: not erasing bad block at 0x03dc0000
mtd: not erasing bad block at 0x04780000
mtd: not erasing bad block at 0x05840000
calling command format
Formatting DATA:...
calling command format
Formatting SDEXT:...
No app2sd partition found. Skipping format of /sd-ext.
calling command install_zip
-- Installing: SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
I:Set boot command "boot-recovery"
Finding update package...
I:Update location: SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
Opening update package...
I:Update file path: /sdcard/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
Installing update...
I:Trying update-binary.
installing HTC updater extensions
script aborted: assert failed: getprop("ro.bootloader") == "0.76.2000"
Welcome to CyanogenMod-6-08132010-NIGHTLY-N1!
assert failed: getprop("ro.bootloader") == "0.76.2000"
E:Error in /sdcard/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
(Status 7)
Installation aborted.
Failure at line 6:
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/cm/nightly/supersonic/cm_supersonic-08132010-042309.zip
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.Fixing execute permissions for /cache
I:Set boot command ""
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
Use Amon RA_Recovery ..it doesnt require signed zips from google.. clockwork is know to give problems. (doesnt completly wipe) ...download link provided and place on root of sd card and power down. then press and hold the power button +volume up and will jump to a white screen and update the PC36.IMG and then reboot into recovery . wipe all --factory-cache-dalvik and sd partition if you have it. then flash any zip you want.... GOONZ
http://db.tt/vju8PX

Tried CM 6, cant get it to install dying to try it, new to rooting...

First off the responses I've gotten on here have been awesome, I just ran into a issue trying to get cm 6 to install on my evo. Can anyone suggest how I can do this?
Any info I need to provide to help I can just a noob to his, I kicked my iphone to the curb.
Starting recovery on Thu Sep 30 01:46:35 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v2.5.0.1
Fixing execute permissions for /cache
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=ECLAIR
ro.build.display.id=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.build.version.incremental=eng.koush.20100714.213746
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Wed Jul 14 21:38:26 PDT 2010
ro.build.date.utc=1279168706
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-OSx86.local
ro.build.tags=test-keys
ro.product.model=HTC Evo (US)
ro.product.brand=generic
ro.product.name=koush_supersonic
ro.product.device=supersonic
ro.product.board=supersonic
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=htc
ro.product.locale.language=mdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=supersonic
ro.build.description=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT07DHL03992
ro.bootmode=recovery
ro.baseband=2.15.00.09.01
ro.carrier=COMMON
ro.bootloader=0.97.0000
ro.hardware=supersonic
ro.revision=3
init.svc.recovery=running
init.svc.adbd=running
I:Checking for extendedcommand...
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
SD Card mounted...
I:Running script:
I:
print ROM Manager Version 2.5.0.2
print Preparing to install ROM...
run_program /sbin/touch /tmp/.installscript
format CACHE:
format DATA:
format SDEXT:
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/cm/stable/supersonic/update-cm-6.0.0-Supersonic-signed.zip
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/gapps/gapps-hdpi-20100817-signed.zip
Parsed /tmp/extendedcommand
calling command print
ROM Manager Version 2.5.0.2
calling command print
Preparing to install ROM...
calling command run_program
calling command format
Formatting CACHE:...
mtd: not erasing bad block at 0x04f00000
mtd: not erasing bad block at 0x05840000
calling command format
Formatting DATA:...
mtd: not erasing bad block at 0x15580000
mtd: not erasing bad block at 0x1a000000
calling command format
Formatting SDEXT:...
No app2sd partition found. Skipping format of /sd-ext.
calling command install_zip
-- Installing: SDCARD:/clockworkmod/download/mirror.kanged.net/cm/stable/supersonic/update-cm-6.0.0-Supersonic-signed.zip
I:Set boot command "boot-recovery"
Finding update package...
I:Update location: SDCARD:/clockworkmod/download/mirror.kanged.net/cm/stable/supersonic/update-cm-6.0.0-Supersonic-signed.zip
Opening update package...
I:Update file path: /sdcard/clockworkmod/download/mirror.kanged.net/cm/stable/supersonic/update-cm-6.0.0-Supersonic-signed.zip
Installing update...
I:Trying update-binary.
installing HTC updater extensions
script aborted: assert failed: getprop("ro.bootloader") == "0.76.2000" ||
getprop("ro.bootloader") == "0.79.0000"
Welcome to CyanogenMod-6.0.0-Supersonic!
assert failed: getprop("ro.bootloader") == "0.76.2000" || getprop("ro.bootloader") == "0.79.0000"
E:Error in /sdcard/clockworkmod/download/mirror.kanged.net/cm/stable/supersonic/update-cm-6.0.0-Supersonic-signed.zip
(Status 7)
Installation aborted.
Failure at line 7:
install_zip SDCARD:/clockworkmod/download/mirror.kanged.net/cm/stable/supersonic/update-cm-6.0.0-Supersonic-signed.zip
Sent from my PC36100 using XDA App
You need the 0.76.2000 bootloader. You can find a thread on how to change from your current booloader to 76 in the dev section. Running the .zip found in that thread will likely leave you in bootloops/fastboot, so have your rom on the root of your SD. Reflashing your rom fixes it.
Sent from my PC36100 using XDA App
So I have to change the bootloader, is there a thread for that? And do you mean move that.zip update just to the main folder of my sd card?
Thanks for the help, learning as I go....
Sent from my PC36100 using XDA App
So I found a few of the threads guess I just don't understand how to run the zip file from recovery or is there another app I need?
Sent from my PC36100 using XDA App

[q] not sure to how to unroot using unrevoked3

Just curious on how to unroot my evo after rooting w/ unrevoked3. The S-On shows in the reboot mode, im not even sure that i downloaded the (2) required downloads. i tried to download the PC36IMG and its saying that its not valid. i have no idea what im doing, i tried to install the new update 3.7 and my phone showed the android, w/ a triangle w/ a yellow exclamation point in the center....i had to take the battery out because it just froze up. i really want this phone back to the way it was when i bought it, im not good at things like this, im desperate for some help. i just want to go to sprint and see if maybe there might be someone to help me but im afraid to go that far just yet... another thing, there is this that shows up on my sd card:
Starting recovery on Mon Dec 13 22:33:54 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v2.5.0.1
Fixing execute permissions for /cache
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=ECLAIR
ro.build.display.id=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.build.version.incremental=eng.koush.20100714.213746
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Wed Jul 14 21:38:26 PDT 2010
ro.build.date.utc=1279168706
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-OSx86.local
ro.build.tags=test-keys
ro.product.model=HTC Evo (US)
ro.product.brand=generic
ro.product.name=koush_supersonic
ro.product.device=supersonic
ro.product.board=supersonic
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=htc
ro.product.locale.language=mdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=supersonic
ro.build.description=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT072HL00439
ro.bootmode=recovery
ro.baseband=2.15.00.09.01
ro.carrier=COMMON
ro.bootloader=0.97.0000
ro.hardware=supersonic
ro.revision=3
init.svc.recovery=running
init.svc.adbd=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
I:Set boot command ""
Starting recovery on Mon Dec 13 22:34:00 2010
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (480 x 800)
ClockworkMod Recovery v2.5.0.1
I:Set boot command "boot-recovery"
Command: "/sbin/recovery"
ro.secure=0
ro.allow.mock.location=1
ro.debuggable=1
persist.service.adb.enable=1
ro.build.id=ECLAIR
ro.build.display.id=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.build.version.incremental=eng.koush.20100714.213746
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Wed Jul 14 21:38:26 PDT 2010
ro.build.date.utc=1279168706
ro.build.type=eng
ro.build.user=koush
ro.build.host=Koushik-OSx86.local
ro.build.tags=test-keys
ro.product.model=HTC Evo (US)
ro.product.brand=generic
ro.product.name=koush_supersonic
ro.product.device=supersonic
ro.product.board=supersonic
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=htc
ro.product.locale.language=mdpi
ro.product.locale.region=
ro.wifi.channels=
ro.board.platform=qsd8k
ro.build.product=supersonic
ro.build.description=koush_supersonic-eng 2.1-update1 ECLAIR eng.koush.20100714.213746 test-keys
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
net.change=net.bt.name
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.factorytest=0
ro.serialno=HT072HL00439
ro.bootmode=recovery
ro.baseband=2.15.00.09.01
ro.carrier=COMMON
ro.bootloader=0.97.0000
ro.hardware=supersonic
ro.revision=3
init.svc.recovery=running
init.svc.adbd=running
I:Checking for extendedcommand...
I:Running extendedcommand...
Waiting for SD Card to mount (20s)
SD Card mounted...
I:Running script:
I:
install_zip DATA:local/unrevoked-forever.zip
print "Rebooting in 10 seconds..."
sleep 10
Parsed /tmp/extendedcommand
calling command install_zip
-- Installing: DATA:local/unrevoked-forever.zip
I:Set boot command "boot-recovery"
Finding update package...
I:Update location: DATA:local/unrevoked-forever.zip
Opening update package...
I:Update file path: /data/local/unrevoked-forever.zip
Installing update...
I:Trying update-binary.
unrEVOked forever S-OFF patch v1.1
Verifying system type...
E:unsupported radio version
E:Update failed. Check /sdcard/soff.log.
E:Error in /data/local/unrevoked-forever.zip
(Status 42)
Installation aborted.
Failure at line 1:
install_zip DATA:local/unrevoked-forever.zip
SOOOOOOOOO, AFTER LOOKING THIS OVER I SEE THE TERM (UNREVOKED FOREVER BEING USED MULTIPLE TIMES, IM PRETTY SURE I DIDNT USE THAT METHOD, I DONT THINK I FLASHED ANYTHING, IF ANYONE COULD HELP ME I WOULD REALLY APPRECIATE IT........I NEEEEEEEED HELP!!!!
I have read that some people lose root and go back to stock applying this update. Good Luck.
http://forum.xda-developers.com/showthread.php?t=874091
You may also try this link:
http://forum.xda-developers.com/showthread.php?t=780141&highlight=unrevoked
Since you mentioned your phone shows S-ON, all you could do is place the PC36IMG on the root of the SD and then boot in the bootloader. Power + Vol Down and then apply the update. Try to relax and take time to read thoroughly. As long as you can boot into your bootloader, your phone should still work.
i hope this works...like i said im not good at this, and if this helps i will thank you alot.....
yeah, that didnt do anything but show me a bunch of blank pages where nothing would load and one link actually opened and it was all in a foreign language, anymore ideas??
am i supposed to upload the rapidshare file?? and if im supposed to what are the next steps in regards to unrooting my phone. i need step by step instructions if you will please, i cant afford to ruin my phone...
steveno131 said:
am i supposed to upload the rapidshare file?? and if im supposed to what are the next steps in regards to unrooting my phone. i need step by step instructions if you will please, i cant afford to ruin my phone...
Click to expand...
Click to collapse
Can you log onto Gtalk? I will send PM you my screen name.
Just sent you a PM. Check it out.
the pc36img.zip is invalid.....i wonder why?? how can i download the pc36img w it being fully functional, and if that worked i dont understand where this root is on my sd card, ive searched high and low and come up empty handed.....is root a folder or sub folder, if so i cant find it, i didnt mention this before but i attempted to root my phone using unrevoked3 and the 1st attempt failed and then i got excited, i think i extracted the 2 necessary files they asked me to and so the i tried to root the second time and it said it was a triumph.....and then magically my phone was rooted.....please dont give up on me.
dont get mad at me, but what is G talk?? i have a gmail account is that kind of related?? im at work im about to be off, i can be available in like 30 min to be free from everything if you still want to help me...
steveno131 said:
dont get mad at me, but what is G talk?? i have a gmail account is that kind of related?? im at work im about to be off, i can be available in like 30 min to be free from everything if you still want to help me...
Click to expand...
Click to collapse
I have no reason to get mad man. Just log onto your GMail account on the left side you will see a window that says Chat. Just add me up I sent you a PM with my username. I will be around for a while just let me know and I will try to help as best I can.
i checked my hotmail acct and i didnt see any user name whats a pm?? im going to log on to my gmail right now
PM is a private message. Scroll to the very top of the XDA forums, you will see 'Welcome, steveno131.' Under that you will see 'You last visited on....' and 'Private Messages' under that. Click on Private Messages to check your PMs.

i747 boot loop after deleting phone partition

This is a 4.4.2 rooted android that i just flashed a custom spirit rom. It worked perfect but I go greedy and tried to format the whole phone with intentions of reinstalling spirit again on a fresh device but soon as I formated my phone i got the boot loop....Fail.
Cant access recovery even though the twrp logo pops up when i attempt to enter recovery only to boot loop again.
I tried flashing back to stock rom via odin but no can do cuz you cant downgrade. So I tried reinstalling twrp via odin. Said success but it still won't let me go into recovery mode cuz it still boot loops.
What should i do?
Should I try to use odin to flash to the custom spirit rom that i had on before this happened?
Or download a custom 4.4.2 stock rom and dtry to use that to flash via odin? makes no sense since i had the spirit rom last.
I'm looking at countless threads and am a little bit clouded wtih information. I have a feeling there is something easy to fix this that i dont know about. aNy input? thanks......
Should i try to install the stock recovery with odin? or another custom recovery thats not twrp? then install spirit rom again?
its an att i747 , not canadian one.
I'm not sure but maybe you need to flash a PIT file too?
audit13 said:
I'm not sure but maybe you need to flash a PIT file too?
Click to expand...
Click to collapse
Installed CWM-Recovery-LTE-SGS3-v5.tar_13-40-46.md5 via odin with success. Now I tried to re install the custom spirit rom again but get the error 7 installation aborted error. I know this rom will work since I had it installed last... what gives?
Also it i asks me to install update.zip when installing spirit rom. What update zip ? Should i rename the spirit rom zip to update.zip? or is it asking me to update to 4.4?
Sorry one more thing. I downloaded
I747UCDLK3_I747ATTDLK3_I747UCDLK3_HOME stock rom
update412
update4.3
zips ....Should i install stock rom first then the updates? then re root then re stock rom?
I read that if you install stock rom you could brick the phone becuase the bootloader wont let yuou downgrade... so before i potentially brick my phone should i just install the update 4.3 or can i just use the stock one and update?
bamf210 said:
Installed CWM-Recovery-LTE-SGS3-v5.tar_13-40-46.md5 via odin with success. Now I tried to re install the custom spirit rom again but get the error 7 installation aborted error. I know this rom will work since I had it installed last... what gives?
Also it i asks me to install update.zip when installing spirit rom. What update zip ? Should i rename the spirit rom zip to update.zip? or is it asking me to update to 4.4?
Click to expand...
Click to collapse
Status 7 errors can occur when the recovery is out of date.
audit13 said:
Status 7 errors can occur when the recovery is out of date.
Click to expand...
Click to collapse
when i initially formated the internal sd card i deleted 4 partitions via twrp
so when i used odin i notcied it had an option to re-partition
should i click it or will i mess up my phone
wont let me install twrp via odin, only cwm recovery is sticking. then any zip file i try to flash via cwm says the sd card is bad?
i found some guy with the same problem in these forums
Edit: In case others stumble upon this, the solution for me was to scrap the partitions on my SD card and start over. I used the proper sdformatter from the official sdcard site to create a FAT partition using up the entire disk, then used gparted to resize that partition leaving 512mb at the end to fit my ext3 in there. The official sdcard formatter leaves 4mb of unallocated space at the start of the disk, I left this there as I didn't want to mess with it. Once my new partitions were setup, I can again flash ROMS from the sdcard. So although there was a proper FAT32 partition on there previously that seemed to be working fine, for some reason it wasn't.
Last edited by tigris666; 24th January 2011 at 11:13 PM.
Click to expand...
Click to collapse
he appears to be talking about his external sd card but my internal sd card is the one i formated?
hi guys is this forum still active? I think im making this too complicated...
Problem: deleted key partitions via twrp now stuck in bootloop...
things i done.... installed cwm via odin since twrp wont stick. tried to install stock rom via recovery and the previous custom rom i was using "spirit rom" fails with error 7 and says my card is bad when i can read it via card reader still.
What version of cwm are you using?
You can tick repartition but I am not sure if that will help. I have never used that option.
heres cwm log
Starting recovery on Thu Jan 1 00:58:48 1970
framebuffer: fd 4 (720 x 1280)
CWM-based Recovery v5.5.0.4
recovery filesystem table
=========================
0 /tmp ramdisk (null) (null) 0
1 /boot emmc /dev/block/mmcblk0p7 (null) 0
2 /system ext4 /dev/block/mmcblk0p14 (null) 0
3 /data ext4 /dev/block/mmcblk0p15 (null) -16384
4 /cache ext4 /dev/block/mmcblk0p17 (null) 0
5 /recovery emmc /dev/block/mmcblk0p18 (null) 0
6 /emmc datamedia /dev/null (null) 0
7 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1 0
W:Unable to get recovery.fstab info for /datadata during fstab generation!
W:Unable to get recovery.fstab info for /sd-ext during fstab generation!
I:Completed outputting fstab.
Irocessing arguments.
I:Checking arguments.
I:device_recovery_start()
Command: "/sbin/recovery"
ro.secure=1
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
ro.build.id=IMM76L
ro.build.display.id=cm_d2spr-userdebug 4.0.4 IMM76L eng.bbelos.20120709.161533 test-keys
ro.build.version.incremental=eng.bbelos.20120709.161533
ro.build.version.sdk=15
ro.build.version.codename=REL
ro.build.version.release=4.0.4
ro.build.date=Mon Jul 9 16:15:52 EDT 2012
ro.build.date.utc=0
ro.build.type=userdebug
ro.build.user=bbelos
ro.build.host=EroticBox
ro.build.tags=test-keys
ro.product.model=SPH-L710
ro.product.brand=samsung
ro.product.name=d2spr
ro.product.device=d2spr
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=msm8960
ro.build.product=d2spr
ro.build.description=samsung/d2spr/d2spr:4.0.4/IMM76D/L710VPALF9:user/release-keys
ro.build.fingerprint=d2spr-user 4.0.4 IMM76D L710VPALF9 release-keys
ro.build.characteristics=default
ro.cm.device=d2spr
rild.libpath=/system/lib/libril-qc-qmi-1.so
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
dev.pm.dyn_samplingrate=1
media.stagefright.enable-player=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=false
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
lpa.decode=false
lpa.use-stagefright=false
ro.use_data_netmgrd=true
persist.data_netmgrd_nint=16
ro.emmc.sdcard.partition=17
persist.timed.enable=true
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=digital
persist.audio.speaker.location=high
ro.opengles.version=131072
ro.ril.transmitpower=true
ro.telephony.call_ring.multiple=0
ro.sf.lcd_density=320
persist.gps.qmienabled=true
ro.telephony.ril_class=SamsungCDMAQualcommRIL
gsm.sim.operator.alpha=sprint
gsm.sim.operator.numeric=310120
gsm.sim.operator.iso-country=us
gsm.operator.alpha=sprint
gsm.operator.numeric=310120
gsm.operator.iso-country=us
ro.cdma.home.operator.numeric=310120
ro.cdma.home.operator.alpha=Sprint
ro.telephony.default_network=4
keyguard.no_require_sim=true
DEVICE_PROVISIONED=1
telephony.lteOnCdmaDevice=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.add_power_save=1
persist.radio.snapshot_disabled=1
debug.enabletr=true
com.qc.hardware=true
ro.sf.compbypass.enable=1
com.qc.hdmi_out=true
ro.hdmi.enable=true
debug.sf.hw=1
debug.composition.type=dyn
ro.cwm.enable_key_repeat=true
ro.com.android.dateformat=MM-dd-yyyy
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=64m
dalvik.vm.heapsize=256m
ro.rommanager.developerid=cyanogenmod
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google
ro.com.android.wifi-watchlist=GoogleGuest
ro.setupwizard.enterprise_mode=1
ro.com.android.dataroaming=false
ro.cm.version=9-20120709-UNOFFICIAL-d2spr
ro.modversion=9-20120709-UNOFFICIAL-d2spr
ro.config.ringtone=CyanTone.ogg
ro.config.notification_sound=CyanMessage.ogg
ro.config.alarm_alert=CyanAlarm.ogg
dalvik.vm.lockprof.threshold=500
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=90d0a89e
ro.bootmode=unknown
ro.baseband=msm
ro.carrier=unknown
ro.bootloader=I747UCUFNJ1
ro.hardware=qcom
ro.revision=16
ro.emmc=1
init.svc.recovery=running
service.adb.root=1
init.svc.adbd=running
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
-- Installing: /sdcard/SpiritRom-4.4.4-v1.7-20141112-d2lte.zip
Finding update package...
I:Update location: /sdcard/SpiritRom-4.4.4-v1.7-20141112-d2lte.zip
Opening update package...
Installing update...
Warning: No file_contexts
about to run program [/tmp/backuptool.sh] with 2 args
/tmp/backuptool.sh: line 50: check_prereq: not found
about to run program [/tmp/otasigcheck.sh] with 1 args
Creating filesystem with parameters:
Size: 1572864000
Block size: 4096
Blocks per group: 32768
Inodes per group: 8000
Inode size: 256
Journal blocks: 6000
Label:
Blocks: 384000
Block groups: 12
Reserved block group size: 95
Created filesystem with 11/96000 inodes and 12609/384000 blocks
is the filesystem being null a reason to be concerned?
audit13 said:
What version of cwm are you using?
You can tick repartition but I am not sure if that will help. I have never used that option.
Click to expand...
Click to collapse
oh hi thanks for replying. its CWM-Recovery-LTE-SGS3-v5.tar_13-40-46.md5
Yes i know im suppose to use an updated version, but i downloaded CWMTouch-recovery_ATT-6.0.3.1 to try to install via recovery but the zip got error status 7.
I'm thinking i messed up the filesystem table.
Lets start fresh. Do you what bootloader version is on your phone? When you boot into download mode, do you see anything on the screen about warranty bit?
audit13 said:
Lets start fresh. Do you what bootloader version is on your phone? When you boot into download mode, do you see anything on the screen about warranty bit?
Click to expand...
Click to collapse
Thanks for the response
product name sgh-i747
current binary: custom
system status: custom
qualcomm secureboot: enable
warranty bit: 1
bootloader ap swrev: 3
Am i screwed?
This tells me that you have at least a 4.3 bootloader on your phone. Do not try to flash a stock rom to your phone until you verify the exact bootloader.
It is best to take things one step at a time. Was your phone ever running a stock kit Kat rom?
audit13 said:
This tells me that you have at least a 4.3 bootloader on your phone. Do not try to flash a stock rom to your phone until you verify the exact bootloader.
It is best to take things one step at a time. Was your phone ever running a stock kit Kat rom?
Click to expand...
Click to collapse
It was 4.4 from what i remember i tried updating and it had no update available. That propably does not mean anything but for sure it was 4.4 and rooted stock rom. I did install a custom rom named "SpiritRom-4.4.4-v1.7-20141112-d2lte" and it ran perfect. It was also the last rom installed.
I messed up and either deleted or formated all my filesytem folders in the phone via twrp hence the boot loop....
Thanks for saying not to install the stock rom. I just downloaded it and the updates as well.
Do not try to flash a stock rom to your phone until you verify the exact bootloader.
Click to expand...
Click to collapse
Not sure how to check, Is the clock mod recovery log reliable? It shows ro.bootloader=I747UCUFNJ1 google search shows it as 4.4.2
Am I going to have to flash a 4.4.2 stock rom? Or can I just install the custom "spirit rom"? via odin? since I get the error 7 when trying from recovery...
The phone is running the latest bootloader so you cannot downgrade it it; otherwise, you run the risk of bricking the phone.
Download the latest tar version of TWRP from here: https://dl.twrp.me/d2att/
Open Odin, uncheck everything in Odin except f.reset time.
Connect the phone and flash TWRP.
When you see the word reset in the window, remove the USB cable, remove the battery, replace the battery, boot into recovery to make sure the phone can enter into and stay in TWRP.
If you get an error when flashing, let us know the error.

Categories

Resources