First kernel and rootfs with working mux driver. The main advantages: o Phones stays on o Sending SMS is working (through mkphone) o Kernel supports usb-net so you can ssh into it (phone IP is192.168.1.2) Still broken: o SMS recieving o Voice call (audio routing) o Touchscreen is somehow broken Steps to reproduce: ------------------- o Remove the PIN protection from your SIM card and insert it in your phone o Flash the zImage into the phone. Booting it with boot_usb does not work for mux communication yet. o Put the image on the SD card on the first partition on ext3 filesystem. o To successfully boot the kernel from flash you need to hold down the power key until the first kernel messages appear on the screen. (This is needed for the handshake between AP and BP and takes about 15 secs) o Login to gpe as root with no password o The script /home/root/a does all the needed stuff to start mkphone. Just execute it via rxvt (./a) This has been tested with an E680 and A780. Issues: ------- o Sometimes gpe does not start up. Connect via usb-net and issue /etc/init.d/gpe-dm start o Out of three SIM cards tested one had some sort of problem that prevented mkphone from working o Due to some race condition you should wait until the phone has booted and then plug in the USB cable This comes with absolutely no warranty.