Here's my fix for market downloads. OK - it isn't my fix. But I did two hours of research to find it!
I sideloaded ROM Toolbox from my non-safe system, then used the following instructions from our XDA brethren:
load up ROM TOOLBOX (already installed)
allow root
go to "scripter"
create new (top right corner) with custom name (anything, doesnt matter)
put this in the script
mount -o remount,rw /system
chmod +x /system/bin/drmserver
/system/bin/drmserver&
mount -o remount,ro /system
save
select and set "as boot"
After creating that script, I just ran it, and my queued downloads finished downloading.
Source:
Please Login or Register to see this Hidden Content
Edit: Man.... getting all this working really makes me wish I could develop ROMs! I have so many ideas (pull the Camera drivers off the leaked ICS for the GSM RAZR, etc) but can't make them work because I don't know how!
I guess I'll keep seeping off the system! hehe