endecotp, on 13 October 2011 - 10:23 PM, said:
I have enabled "ADB Daemon" from BootMenu and now that I log in I can see that there is indeed no /dev/block/mmcblk0*. However these are listed in /proc/partitions. So I can
# cd /dev/block/
# mknod mmcblk0 b 179 0
# mknod mmcblk0p1 b 179 1
Then install the update from ClockworkMod, and I have a progress bar....
....and the phone reboots with a Google logo rather that Moto, and eventually I get a screen with a green grass background! I even seem to be able to make calls, and WiFi seems to work.
OK!, so, what is the consequence of not having gone via a 2.2 system?
@endecotp - thanks man. Same problem here - glad you figured it out as i wouldn't have thought of that.
Also to anyone else that's reading. Went straight from Eclair to CM 7. Nothing odd to report. Camera, Phone, wifi all working. Great ROM - thanks to the whole CM team for a great rom + endecotp for the tip so i can use it. Very Happy
for anyone stuggling with this.
> Read the wiki to install the ADB so that you can open a terminal to issue commands to the phone.
> in BootMenu > select "Tools" > enable "ADB Daemon"
> on you computer open a terminal (cd to the adb.exe if your using windows) and type "adb.exe devices". You should see your device listed. If not, play around with USB settings,till you see it listed with this command.
> on your computer type "adb.exe shell"
> if you see a $ type su. so that you get a # on the prompt, (your now root)
> check that mmcblk0 and mmcblk0p1 are missing
>> Type "ls /dev/mmcblk0*" . if the two are missing - good.
>Now check these are listed in /proc/partitions
>> Type "cat /proc/partitions" look for mmcblk0 and mmcblk0p. If they are there good.
> Create the nodes one at a time
>> Type "mknod mmcblk0 b 179 0"
>> Type "mknod mmcblk0p1 b 179 1"
> exit
>> type exit (your now back to a $ for the prompt
>> type exit (your now back your command prompt
Continue with the install.