At Mon, 17 Oct 2011 11:43:11 +0200, Jesper Vesterberg wrote: > > It seems the script created boot-inferno.img is no good, after i push > it over neither > android nor inferno wanna boot. The inferno bit is less suprising, since i > haven't built it and pushed /data/inferno over. Android on the other > hand is. > > I am using the cyanogen mod 7.1 and if i click the white screen the > phone just get stuck on the loading screen. I've formated the sdcard, > boot, system, data and cache partitions aswell before installing > (flashing if you like) > the cyanogen mod. Then ran the script with mkbootimg, fastboot and adb > installed on the machine i ran the script on. > > phone model > Nexus S i9023 (EU) > > -jvg >
Why would you try to flash the Inferno stuff to your phone when you haven't even built Inferno yet? Anyway, without more information, I can't help much. I don't think there's much difference between the i9023 and the i9020a (which is what we used to test), so it should work. Were there any error messages when you ran Reflash-Nexus-S.sh? Can you re-format everything and install Cyanogenmod? Then, push over the Inferno stuff and test it *without* running the reflash script. You shouldn't have to build Inferno yourself, you can just download https://bitbucket.org/floren/inferno/downloads/hellaphone.tgz and copy that over. Then copy the .so files in android/audio/ to /system/lib on the phone and copy android/audio/mediaserver-inferno to /system/bin. Then, run this: linux% adb shell # stop zygote # stop mediaserver # /system/bin/mediaserver-inferno # /data/inferno/Android/arm/bin/emu-g ; wm/wm If that works, we can move on to the next step, getting it installed. Your chances should be very good because we did a lot of our development for Nexus S phones and they definitely got the most polish. I hope the other 9fans don't mind if I keep this on the list--it's a reasonable way to archive this kind of information. Nothing is more annoying that googling a problem and only coming up with emails saying "Yes, I figured this problem out, email me off-list and I'll tell you". John
