Yes. Only have a couple things left to do, which are giving me fits. Once those are resolved, it will be releasedWill we see 1.9.7 soon??
Sent from my SCH-I500 using DroidForums App
plus another 100 twitter followers
hehe
Yes. Only have a couple things left to do, which are giving me fits. Once those are resolved, it will be releasedWill we see 1.9.7 soon??
Sent from my SCH-I500 using DroidForums App
Has anyone had any issues syncing their contacts with facebook? It seems all of my contacts are linked to their accounts, but only about half of them show profile pics. Any ideas how to fix this?
Sent from my DROIDX using DroidForums App
Has anyone had any issues syncing their contacts with facebook? It seems all of my contacts are linked to their accounts, but only about half of them show profile pics. Any ideas how to fix this?
Sent from my DROIDX using DroidForums App
LOL, as Droid74 pointed out, I would love to answer this one. My answer: read the FAQ for how to fix this
Rubix 1.9.5 is the first rom and only I have ran.
Just out of curiousness, when 1.9.7 comes out will I be able to install over 1.9.5, or is this a wipe data and install type of update?
For the record, this rom has fixed my biggest issue with stock. Push email. on the stock rom my email worked "sometimes" and that was unacceptable. but Rubix fixed it for me, and then some.
Thanks for your work it is appreciated.
Cool, thanks! Good to know these things.
I was just trying to mess with the scripts, the one to add the droid eye live wall paper keeps throwing an error for me. I used terminal, and su, the dxeye -rs and get the error
'failed on '/data/rubix/DroidEye.bak' - Cross-device link'
I guess if 1.9.7 is coming out I won't worry about it not really needing the wall paper, I was just trying out some of the scripts.
Cool, thanks! Good to know these things.
I was just trying to mess with the scripts, the one to add the droid eye live wall paper keeps throwing an error for me. I used terminal, and su, the dxeye -rs and get the error
'failed on '/data/rubix/DroidEye.bak' - Cross-device link'
I guess if 1.9.7 is coming out I won't worry about it not really needing the wall paper, I was just trying out some of the scripts.
Scripts were included, but probably not thoroughly tested. That should be fixed in 1.9.7.
Cool, thanks! Good to know these things.
I was just trying to mess with the scripts, the one to add the droid eye live wall paper keeps throwing an error for me. I used terminal, and su, the dxeye -rs and get the error
'failed on '/data/rubix/DroidEye.bak' - Cross-device link'
I guess if 1.9.7 is coming out I won't worry about it not really needing the wall paper, I was just trying out some of the scripts.
Cool, thanks! Good to know these things.
I was just trying to mess with the scripts, the one to add the droid eye live wall paper keeps throwing an error for me. I used terminal, and su, the dxeye -rs and get the error
'failed on '/data/rubix/DroidEye.bak' - Cross-device link'
I guess if 1.9.7 is coming out I won't worry about it not really needing the wall paper, I was just trying out some of the scripts.
Just a hunch, the Android 'mv' command doesn't like going from one device(partition) to another. Try doing:
export PATH="/system/xbin:${PATH}"
and then running dxeye -rs. That should cause the commands in dxeye to use the busybox versions if they exist (like 'mv') over the Android versions.
(For what it's worth, I tested this. It should work =P)
This issue is a limitation of the phone.apk that is used. By chance, the phone.apk used in 1.9.5 IS different from 1.9.0.Don't mean to pester but these two issues are still present:
1. Landscape mode for "current call" window still not happening when on car dock. For such an awesome ROM, this one feature definitely should be easy enough to get rid of. :-(
2. Camera crashing when in video mode. While the video works from a fresh reboot or after clearing cache/force stop, it would be nice to not have to do that anymore.
Otherwise, this ROM just gets better and better all the time. TY TY TY!
Cool, thanks! Good to know these things.
I was just trying to mess with the scripts, the one to add the droid eye live wall paper keeps throwing an error for me. I used terminal, and su, the dxeye -rs and get the error
'failed on '/data/rubix/DroidEye.bak' - Cross-device link'
I guess if 1.9.7 is coming out I won't worry about it not really needing the wall paper, I was just trying out some of the scripts.
Just a hunch, the Android 'mv' command doesn't like going from one device(partition) to another. Try doing:
export PATH="/system/xbin:${PATH}"
and then running dxeye -rs. That should cause the commands in dxeye to use the busybox versions if they exist (like 'mv') over the Android versions.
(For what it's worth, I tested this. It should work =P)