I don't use TF3D or Titanium on my Touch Pro 2, just old Windows home screen (the one with the small type and the horizontal lines between the various sections). This is for memory and speed; I happen to like access to various email accounts with one touch, tasks, etc. and I don't care about eye candy.
This also makes using the Redfly really easy since there's no worry about having to turn off TF3D or strange Titanium graphics artifacts. But on recent drivers, the video would not transfer from the phone to the Redfly on connection.
I finally figured out why. Open your \Program Files\Redfly\AppAdapt.xml file (I usually copy it to my PC, edit, then copy back to the phone when finished), and change:
to
Then I also commented
so it looks like:
Just in case that was going to try starting TF3D every time I disconnect, which I definitely do not want.
Commenting the first block (with "preconnect") solved the video transfer problem and the RF works great again. For some reason the RF installer assumes that we are all running TF3D when in fact it is a terribly slow memory hog. (oops, opinion slipped in there).
This also makes using the Redfly really easy since there's no worry about having to turn off TF3D or strange Titanium graphics artifacts. But on recent drivers, the video would not transfer from the phone to the Redfly on connection.
I finally figured out why. Open your \Program Files\Redfly\AppAdapt.xml file (I usually copy it to my PC, edit, then copy back to the phone when finished), and change:
Code:
<DisableTouchFlo>
<When>preconnect</When>
</DisableTouchFlo>
to
Code:
<!--DisableTouchFlo>
<When>preconnect</When>
</DisableTouchFlo-->
Then I also commented
Code:
<EnableTouchFlo>
<When>disconnect</When>
</EnableTouchFlo>
so it looks like:
Code:
<!--EnableTouchFlo>
<When>disconnect</When>
</EnableTouchFlo-->
Just in case that was going to try starting TF3D every time I disconnect, which I definitely do not want.
Commenting the first block (with "preconnect") solved the video transfer problem and the RF works great again. For some reason the RF installer assumes that we are all running TF3D when in fact it is a terribly slow memory hog. (oops, opinion slipped in there).