It's a nice app and free for personal use. Once you get it installed, you'll need my ID/password to make the connection. Can I email you through the forums or send you a PM?
send PM I added you to my friend list, so that you can
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.
It's a nice app and free for personal use. Once you get it installed, you'll need my ID/password to make the connection. Can I email you through the forums or send you a PM?
do a
make clobber
delete the libwpa_client from the arthur folder
edit the BoardConfig.mk
and change
WPA_SUPPLICANT_VERSION := VER_0_8_X
to
WPA_SUPPLICANT_VERSION := VER_0_6_X
make clean
make clobber
source ./build/envsetup.sh
lunch ZTE_Warp-eng
mka -j4 bacon
E/AndroidRuntime( 2433): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 2433): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1969]: 2427 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1969]: 2427 could not load needed library 'libcameraservice.so' for 'libsystem_server.so' (link_image[1969]: 2427 could not load needed library 'libcamera.so' for 'libcameraservice.so' (reloc_library[1318]: 2427 cannot locate '_ZN7android16CameraParameters24KEY_SHUTTER_SOUND_SELECTE'...

Had the same issue, but hroark gave me some info to get past it.
The build was able to finish, but the phone wouldn't boot. Logcat is showing this error over and over. Trying to figure out where this key shutter sound parameter is exactly.
Build completed, would not boot. Really tired so bear with me. I just noticed that hroark's build said 7_2 on it, my repository is gingerbread, not gingerbread 7.2. I'm still wondering if it's maybe the kernel that was in the source?
Also my update-script looked different than hroark's, I tried the way it was compiled, I tried using hroark's update-script, then again with his boot.img, I used the source from the zip that was posted. Any ideas?
I hope you guys realize that I am trying to get hardware working
so my source is changing a lot
sometimes those changes cause more issues
it is really a lot of testing
try this driver, see if ti works, blah blah blah
I have stopped focusing on hardware like camera and stuff because I believe the major thing we are going to need to overcome is the RIL
and if we can not get the RIL working, then there is no point on doing anything else
, you have helped us enormously! I'm just wanting to learn, and I'd hope my questions aren't a bother! Thanks again hroarkI totally don't blame you for any issues, you have helped us enormously! I'm just wanting to learn, and I'd hope my questions aren't a bother! Thanks again hroark

Well as for my last build, it got past the green android logo, but wouldn't logcat, so I'll wait for the updated source![]()
FINALLY got to see what CM7 looks like... lolYup, worked for me too.FINALLY got to see what CM7 looks like... lol
I did have a ROM in the OP from day 1
I did have a ROM in the OP from day 1
Yup, worked for me too.FINALLY got to see what CM7 looks like... lol
I know BT and such aren't high priority ATM, but I found a couple files that are not in the arthur source that are called by init scripts. (listed below) I'll add them to my local source, but thought I'd mention them in case anyone else wants to add them as well.
/system/bin/hci_qcomm_init needed by: init.qcom.bt.sh
/system/bin/btwlancoex needed by: init.qcom.coex.sh
/system/bin/fm_qsoc_patches needed by: init.qcom.fm.sh
i put those file in the patch file in the second post a while back
i have tried adding then to the source and having them copy during the compile, but CM7 seems to overwrite them with its own version and I have to use the patch update anyway
Couple questions...
Anyone have ideas as to why "ls" doesn't work when using adb shell from within CM7 unless you specify the full path? (/system/xbin/ls) Tried a couple other xbin files and they seem fine.
Other thing is, I see an error in logcat stating that /data/system/entropy.dat is missing and causes the entropy service to fail. However, it is in the correct spot on the phone so I'm assuming this is a permissions issue. Currently it's set r/w for system (user) only. Can I assume that the errors are being caused because root needs access instead? Not really asking about this case so much, but whether this is the correct logic when troubleshooting these types of errors.