on which installer script? that is important
Used the "cm7 based rom installer" script.
Edit: Maybe I misunderstood. I just tried with the default installer and just appended the entries you mentioned. "ls" works fine now.
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.
on which installer script? that is important
Holy crap, I got telephone to work, problem is I made so many changes I don't know what did it. It also doesn't work the first minute after boot. Anyways I copied the /lib folder from my /system dump into the prebuilt. Also copied files to the /etc, but only the files that were a different size. And then I used the system.prop from quietstorm's cwm sources. I was able to make calls and "Boost Mobile" showed up as the carrier in the notifications pull down. I'll clean out my source and find exact reason it started working
Edit:
I still can't find the specific reason, it can't find the baseband, some reason su keeps force closing. Anyways there is alot of work here
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.3.7
TARGET_PRODUCT=ZTE_Warp
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=GINGERBREAD
============================================
Checking build tools versions...
build/core/base_rules.mk:474: warning: overriding commands for target `out/target/product/arthur/system/lib/libaudioalsa.so'
build/core/base_rules.mk:474: warning: ignoring old commands for target `out/target/product/arthur/system/lib/libaudioalsa.so'
build/core/prebuilt.mk:63: warning: overriding commands for target `out/target/product/arthur/obj/lib/libaudioalsa.so'
build/core/dynamic_binary.mk:141: warning: ignoring old commands for target `out/target/product/arthur/obj/lib/libaudioalsa.so'
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
build/core/base_rules.mk:162: *** hardware/msm7k/libaudio-msm7x30: MODULE.TARGET.SHARED_LIBRARIES.libaudiopolicy already defined by device/zte/arthur/libaudio. Stop.

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.3.7
TARGET_PRODUCT=ZTE_Warp
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=GINGERBREAD
============================================
Checking build tools versions...
build/core/base_rules.mk:474: warning: overriding commands for target `out/target/product/arthur/system/lib/libwpa_client.so'
build/core/base_rules.mk:474: warning: ignoring old commands for target `out/target/product/arthur/system/lib/libwpa_client.so'
build/core/dynamic_binary.mk:141: warning: overriding commands for target `out/target/product/arthur/obj/lib/libwpa_client.so'
build/core/prebuilt.mk:63: warning: ignoring old commands for target `out/target/product/arthur/obj/lib/libwpa_client.so'
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
find: `out/target/common/docs/gen': No such file or directory
build/core/base_rules.mk:162: *** hardware/ril/libril: MODULE.TARGET.SHARED_LIBRARIES.libril already defined by device/zte/arthur/libril. Stop.


If you are compiling CM7 from source, you have to have a .mk file that tells the cyanogenmod build environment what files you want and the paths to where you want them to go.i thought that the files in /prebuilt , were just getting copied to the build. can anyone else confirm?
I can't really help much as far as the radio stuff goes. I've been doing my own builds and even tried yours and can't see much difference as far as the logs go. (though the phone at least works with yours) So I'm really at a loss as far as troubleshooting this stuff goes. Anyway, I believe that files in prebuilt are not copied to the ROM unless you specify to do so in device_arthur.mk.
