Quote:
Originally Posted by imHemo
I finally got this to actually boot after I removed my sim card. After the data store is created, the phone hangs withthe last text line on the screen reading :
[ 68.034667] SMD: ch 0 OPENING -> OPENED
ugh.. and wtf.
when I was running xdandroid from wm/haret - this is about the point where the screen turned into the animated android boot screen.
Guess it's not mattering much, as if I reinsert my sim (needed to use my phone) then this build reboots as soon as it hits the 'waiting for SD card' part of the boot process.
at&t branded tilt2
|
From what I've seen described with the SIM card so far, it appears that init for initramfs might be detecting the SIM card as a sdcard slot and waiting for a valid sdcard to be inserted. I'm wondering if we need to make any changes to this:
Code:
while [ ! -d /sys/block/mmcblk0 ] ; do
echo "Waiting for SD Card"
sleep 1
done