Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
...flashing a new rom should fix it....
ClockworkMod Recovery v5.0.2.0
Waiting for SD Card to mout (20s)
SD Card mounted...
Verifying SD Card marker...
SD Card marker not found...
Checking Internal SD Card marker...
Error verifying extendedcommand.
Error processing ROM Manager script. Please verify you have ROM Manager v4.4.0.0 or higher installed.
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.
Okay, just tried to root. Everything went smoothly until I got this message:
Any help here? I can't get out of ClockworkMod Recovery. I've tried to choose "reboot system now" and "power off" but it just goes to the black screen with the hat.
***EDIT***: okay, I rebooted and installed the newest version of ROM Manager. Everything is okay now (I think). I downloaded Root Check Basic and it confirms I am now rooted.
Quick update: was able to finish with rom manager pro using these instructions: [Complete Guide] How To Flash A Custom ROM To Your Android Phone With ROM Manager + Full Backup & Restore
that fixed my wifi issues and I love cyanogen mod 7! Everything I wanted and then some!!! only issue I had was with visual vm and used the apk i found on this thread: VZW Visual Voicemail for GB/CM7? - xda-developers
good luck everyone else and thanks for everybody's help. with CM7 I see what all the root hype is about!
im pretty out of the loop when it comes to roms,but for recovery i use amon on all my devices that its available for,including the inc. i personally feel it is safer,more reliable.
i usually do wipe data when restoring,but the restore should do it automatically for you,so you should not have any issues
if you like AOSP roms,cm7 is very stable on the inc,definately chek it out
im glad the guide was helpful
Ok cool thanks for the response Also do you have a link for Amon recovery for the inc? Dont have time to hunt for it, gotta get to work here real soon,
Thanks,
Dan
ok cool ty :0 So as far as CM7 goes whats the difference between Cm7 and the nightly roms?
The phone reboots fine. But when I'm back to the home screen, I still don't have root access.ClockworkMod Recovery v5.0.2.0
Waiting for SD Card to mount (20s)
SD Card mounted...
Verifying SD Card marker...
SD Card marker not found...
Checking Internal SD Card marker...
Error verifying extendedcommand.
Error processing ROM Manager script. Please verify you have ROM Manager v4.4.0.0 or higher installed.
/tmp/recovery.log was copied to /sdcard/clockworkmod/recovery.log. Please open ROM Manager to report the issue.
chmod 0755 /data/local/flash_image
Unable to chmod /: Read-only file system
Okay, I'm rooted just fine (thanks for the thread!!).
However, when I try to downgrade, I get an error when I get to the sd card. It tells me it can't chmod.
I typed in:
It tells me:
I was at the # prompt as well, not the $.
I've read through this thread and didn't find any answers. Sorry if this has already been addressed and I missed it.
cd /data/local
Did you type the su command and get the prompt on your phone to allow superuser permissions? (Sounds like you are)
Did you type the su command and get the prompt on your phone to allow superuser permissions? (Sounds like you are)
And are you typing in the command before the chmod command
Code:cd /data/local
Copy and paste your adb session here...you are probably just messing up on something small.
c:\mini-adb_inc>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT07EHJ03323 device
c:\mini-adb_inc>md5sums mtd0.img
MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
Type md5sums -h for help
[Path] / filename MD5 sum
-------------------------------------------------------------------------------
[c:\mini-adb_inc\]
mtd0.img 34307be744275f1db1dd16af04c37839
c:\mini-adb_inc>md5sums flash_image
MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+
Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/
Type md5sums -h for help
[Path] / filename MD5 sum
-------------------------------------------------------------------------------
[c:\mini-adb_inc\]
flash_image 0098a7dd6600b55fac34fc6645be5d7a
c:\mini-adb_inc>adb push flash_image /data/local/
1579 KB/s (76044 bytes in 0.047s)
c:\mini-adb_inc>adb push mtd0.img /sdcard
failed to copy 'mtd0.img' to '/sdcard': Is a directory
c:\mini-adb_inc>
You are forgetting the / at the end of /sdcard should beOkay, now I can't even get that far. Here's a shot of where I'm at:
Code:c:\mini-adb_inc>adb devices * daemon not running. starting it now * * daemon started successfully * List of devices attached HT07EHJ03323 device c:\mini-adb_inc>md5sums mtd0.img MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+ Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/ Type md5sums -h for help [Path] / filename MD5 sum ------------------------------------------------------------------------------- [c:\mini-adb_inc\] mtd0.img 34307be744275f1db1dd16af04c37839 c:\mini-adb_inc>md5sums flash_image MD5sums 1.2 freeware for Win9x/ME/NT/2000/XP+ Copyright (C) 2001-2005 Jem Berkes - http://www.pc-tools.net/ Type md5sums -h for help [Path] / filename MD5 sum ------------------------------------------------------------------------------- [c:\mini-adb_inc\] flash_image 0098a7dd6600b55fac34fc6645be5d7a c:\mini-adb_inc>adb push flash_image /data/local/ 1579 KB/s (76044 bytes in 0.047s) c:\mini-adb_inc>adb push mtd0.img /sdcard failed to copy 'mtd0.img' to '/sdcard': Is a directory c:\mini-adb_inc>
adb push mtd0.img /sdcard/
You are forgetting the / at the end of /sdcard should be
Code:adb push mtd0.img /sdcard/
adb reboot bootloader