Ok heres the situation. Torch 9800s seem to have a bug when you have an animated gif on the homescreen and switch back and forth between portrait and landscape. Sometimes the gif will stop working.
So I figured maybe I can create an svg just for the homescreen wallpaper animation, leaving the rest to be customized in theme builder. Im new to svgs, but here is what I did:
In composer I created a new theme for the 9800. I went object>create animation. In the animation edit screen I imported an animated gif I made. I exited the editing and went to interactivity>actions, created a "play animation" action, I have the animation selected in the dropdown, restart>(tried both always and when not active), set to loop forever. In the little preview window the animation seems to play fine.
I then export>svg, I choose rgb blackberry for color, and save it. In Theme builder (a blackberry6 theme I created) I change the homescreen background to the svg i made. I get an error about "The current screen does not support svg 1.0. Your svg may not render correctly on your device. Do you wish to continue loading?" I click ok.
Now I export the theme to a cod, load it up in a 9800 simulator. When the theme turns on I see the last frame of the animation, but never actually see it animate. It just sits there on the last frame. In the svg I do see the call for each image/frame of the animation, and there is a part about the looping:
repeatCount="indefinite" restart="whenNotActive" calcMode="discrete"
So anyone have any ideas?
Damn torches and their gif bug, if they would just play the gif properly this wouldnt be an issue.