WOW player Error- - Touch Pro, Fuze Themes and Apps

I am a World of Warcraft fanatic. I downloaded the WOW player app to my fuze to keep track of my characters. I am experiencing an error when I attempt to access the items tab to view my equipment. Is there anyone else who uses this app and may be experiencing the same problem?

This error does occur...probably because I'm assuming Blizzard has updated some functions of the Armory Database and the winmo app you are speaking of has not been updated in a while

Related

Best Apps for Kaiser

A guy like me prefers a diffrent sort of app campaign than most ppl
On my tytn.. before it went for a swim i had app along these lines:
Emulators
Media player close to Winamp.. Gps player or sumthin like that, it was capable of streaming internet radio was well as playing mp3's
Instant messenger program.. i was using octrotalk because it was free and offer many of the same features of Im+ and Agile messenger. although i woudl have liked the send picture feature that Agile has!
Google Maps... with the Kaisers GPS i cant imagine how sweet It'll be
Alternate camera App.. i forgot what mine was called but it booted up much faster and offered a couple more options that the stock camera app
Java and Flash for Internet Browsing
Finally tons of custom Today screens and Dial pads.. i wasnt to into the lakeridge software apps because they required me to pay, and they ran off of my windows mobile OS as a completly diffrent OS (almost)... but the dial pads i found at zombienexus were pretty sweet
If anyone has gone ahead and found their favorite apps along these lines for their Kaiser i would apreciate it if they could post this findings for me and the rest of the forum users!
visualterrorist said:
A guy like me prefers a diffrent sort of app campaign than most ppl
On my tytn.. before it went for a swim i had app along these lines:
Emulators
Media player close to Winamp.. Gps player or sumthin like that, it was capable of streaming internet radio was well as playing mp3's
Instant messenger program.. i was using octrotalk because it was free and offer many of the same features of Im+ and Agile messenger. although i woudl have liked the send picture feature that Agile has!
Google Maps... with the Kaisers GPS i cant imagine how sweet It'll be
Alternate camera App.. i forgot what mine was called but it booted up much faster and offered a couple more options that the stock camera app
Java and Flash for Internet Browsing
Finally tons of custom Today screens and Dial pads.. i wasnt to into the lakeridge software apps because they required me to pay, and they ran off of my windows mobile OS as a completly diffrent OS (almost)... but the dial pads i found at zombienexus were pretty sweet
If anyone has gone ahead and found their favorite apps along these lines for their Kaiser i would apreciate it if they could post this findings for me and the rest of the forum users!
Click to expand...
Click to collapse
Emulators - None
Media Player - Tcpmp with flash enable hack
Instant Messagner - IM+ Ver 4.45
Map - Micorsoft Live Search with GPS
Jave/Flash - Built in Java, Flash lite
Today - Using HTC Home ver 2.0

bbc iplayer on android

is it comeing to android ? i think i read somewhere is was like 2 weeks ago cant remember exactly where is this true?
and is there any tv sreaming apps for android?
Search Marketplace for "Beebplayer"
Works well over WiFi - No download and its not offical.
Has anyone got this working on 3G in the UK? Or anywhere for that matter?
I keep getting "Cannot play this video" which apparently means the carrier does not support iPlayer (?)
Does this mean that T-Mobile UK block the iplayer ports? Could we get this to work with an ssh tunnel or something?
It doesnt seem to be in the market anymore????
Anyone have the apk?
Cheers
estecman said:
It doesnt seem to be in the market anymore????
Anyone have the apk?
Cheers
Click to expand...
Click to collapse
It is still in the market, just a bit hard to find. You need to search for 'beebplayer'
Attached the apk (zipped) anyway.
Cheers for the zip!!!
Thats totally weird I did of course carefully search for beebplayer and I never got a hit?!
Anyway I'll try the apk, thanks.
for any who can't get it to work, it needs 1.5 firmware.
This is an impressive implementation, and the only choice to hand, however as the owner of both an iPhone 3g and a white G1 i have to say the the comparison between the two shows up just how much better the iPhone h.264 streams are to the mobile streams used via the mobile iPlayer portals.
It's a shame these streams can't be utilised by the developer, but I imagine the G1 just doesn't have good enough graphics acceleration to cope with it
leoni1980 said:
This is an impressive implementation, and the only choice to hand, however as the owner of both an iPhone 3g and a white G1 i have to say the the comparison between the two shows up just how much better the iPhone h.264 streams are to the mobile streams used via the mobile iPlayer portals.
Click to expand...
Click to collapse
Getting the iPhone streams on there was my first choice - in fact all the code to resolve the streams is in beebPlayer but unused. The problem is that the G1 can't play the iPhone streams.
leoni1980 said:
It's a shame these streams can't be utilised by the developer, but I imagine the G1 just doesn't have good enough graphics acceleration to cope with it
Click to expand...
Click to collapse
Actually, the G1 is more than powerful enough. The problem is that the iPhone streams are in a .MOV container that the G1 video player can't decode. It's annoying - it's SO close to being MP4 which would be perfect, but of course Apple had to ruin the party!
Does that mean if the streams weren't in a .mov container we'd be able to use the direct iPhone iplayer page using the Steel browser and the iPhone user agent spoof option?
That would be pretty cool.
Impressed as I am with this app the mobile streams are just too poor for me.
Hi DaveJ!
Is there any chance you could put server/port options in beebplayer (or release source code) so that I can play around with getting it to work through a proxy? I'd love to be able to use this app over 3G...
Thanks for making a great app! (and great maps )
leoni1980 said:
Does that mean if the streams weren't in a .mov container we'd be able to use the direct iPhone iplayer page using the Steel browser and the iPhone user agent spoof option?
Click to expand...
Click to collapse
Nearly... the next issue there would be to deal with the media player spoofing, as iPlayer checks the HTTP request and expects it to be exactly the same request and behaviour as the QuickTime player on the iPhone, and is actually the trickiest bit to copy.
In Python, this was fairly easy to forge. On Android's Java however, it likes to make forging this very difficult and is what gave me most of my problems when I last tried it.
Billthe4th said:
Is there any chance you could put server/port options in beebplayer (or release source code) so that I can play around with getting it to work through a proxy? I'd love to be able to use this app over 3G...
Click to expand...
Click to collapse
This is theoretically possible, but is actually pretty similar to the iPhone media player problem - it would need a custom video player app, rather than the one built-in to Android that beebPlayer currently uses (beebPlayer never touches the video streams itself.)
I'm already toying with the idea of a custom video player which would deal more pleasantly with errors (particularly "Video cannot be played" could use a better description!) but it's not my priority right now unfortunately.
Have you seen the Windows Mobile implementation of iPlayer done by a guy here at XDA-Devs? (It's called myPlayer)
That can use VLC on a desktop PC to re-encode the BBC streams to more suitable sizes for mobile devices, this also gives the option of viewing live tv channels (which the BBC now broadcast online) as the mobile app uses telnet to command VLC to open the BBC stream, convert it on the fly.. then streams it to the phone.
Would be great to have something like that on android, and may help with the quality issue of using mobile streams?
Any chance we can make use of get_iplayer?
i like this app. im only really able to run it over 3g when i use adrenalin
since running JACs hero roms beebplayer is working for me on 3g as well as wifi with t-mobile UK.
I don't know if this is a change in T-mobile's blocks on streaming or because of the hero rom. but shhhhhhh keep it quiet, I don't want TMob to switch it off again...
MyPlayer
Any chance you could get together with the developer of Myplayer for Windows Mobile? I really like Beebplayer, works a treat on my Hero ... but I'd really really like to be able to listen to Radio 5, which Myplayer lets you.
Cheers
what a great (not previously found) app.... thank you.
Been watching the wifi stream over 3G without a problem couldnt ask for anything more.
t-mobile UK
JF ADP1 1.5
great app,
this app is great!, couldnt find it with a search on the market place, if you have trouble, view all applications in the marketplace and keep scrolling till you see it, i couldnt find it with a search for some reason,
this app works like a charm over wifi, really fast and great quality,
i have a g1 and on the network "three". I have no problems with using beebplayer over 3g, the app also tells you the download size just in case your on a limited data plan.
this is a must have application, just wish thier was on for demand 5, and channel 4od.

Internet Radio: Pandora (Touch Version)

Pandora Radio is your own FREE personalized radio now available to stream music on your Windows Mobile handset. Just start with the name of one of your favorite artists, songs or classical composers and Pandora will create a "station" that plays their music and more music like it.
Already a Pandora user? Even easier. Just sign in. Pandora on Windows Mobile is fully integrated with Pandora on the web. Enjoy all your existing stations - and create new ones right from your Windows Mobile handset.
This is Version 1.1.10(Down Below) For HTC Touch BUT Works Good On The Viva(Opal)
Note:There isn't a Version for the HTC Viva
Also works on my Tilt, for which I am very thankful, because the client that I was using before stopped working when I updated to 6.1. Thank you so much!
redherring728 said:
Also works on my Tilt, for which I am very thankful, because the client that I was using before stopped working when I updated to 6.1. Thank you so much!
Click to expand...
Click to collapse
No Problem Glad I Was Of Use
Mostly working on HTC Touch Pro
I have HTC Touch Pro Just got my replacement in the beginning of the month with Win6.1 and upgraded rom. App works great and plays complete songs. Graphics are off, but I will take the working music over the miss aligned graphics. Just a little pause between songs, but not too bad.
Great work on getting the app running.
WVGA Version?
Any chance for a version that displays the controls properly in WVGA (aka Touch Pro 2)?
Not Working
Hello, I get an error message saying PANDORA is not allowed to be used outside the US..
Please help..!!
Diagrax said:
Pandora Radio is your own FREE personalized radio now available to stream music on your Windows Mobile handset. Just start with the name of one of your favorite artists, songs or classical composers and Pandora will create a "station" that plays their music and more music like it.
Already a Pandora user? Even easier. Just sign in. Pandora on Windows Mobile is fully integrated with Pandora on the web. Enjoy all your existing stations - and create new ones right from your Windows Mobile handset.
This is Version 1.1.10(Down Below) For HTC Touch BUT Works Good On The Viva(Opal)
Note:There isn't a Version for the HTC Viva
Click to expand...
Click to collapse
Help..!!
Can anyone please help me here..!!
Works on the imagio
Thanks!!
Fonts are tiny
graphics are off to the rights
can't shut it off...have to turn off the phone
But it plays my stations in the car!
I'm saddened by this. I tried it on my Imagio (Whitestone). The graphics are pretty messed up but it connects and plays... almost.
It will play a song.. cut off ~ the last 15 seconds, go to a connecting screen and about 30 seconds later start the next song. Rinse and repeat for every song.
Anyone know of a working version of this app?
Hello..!!
Any idea as to how to make the radio work in India with "Vodafone" as your SP. I get an error saying, "Pandora is not allowed to be used outside the US"
I am writing for quite sometime now.. with no help from any one..
Can any of you please suggest..!!
rahulsaha007 said:
Any idea as to how to make the radio work in India with "Vodafone" as your SP. I get an error saying, "Pandora is not allowed to be used outside the US"
I am writing for quite sometime now.. with no help from any one..
Can any of you please suggest..!!
Click to expand...
Click to collapse
Only works inside the US, and probably others.
pandora wvga
i found a wvga cab on the htc-touchpro2 forum. still has its downsides though...

[Q] MLB At Bat App on TNT Lite 4.40 Connection Issues

I've seen people talking about watching live mlb video on the G Tab, but my problem is I have the MLB at bat app but the audio won't work.
When I try to load the radio feed, it just keeps trying to refresh the connection over and over again and never works.
Is there a fix or something obvious I am missing?
Thanks!
I'm able to load the audio and video through the browser but not the app itself, anyone have ideas why?
No Video on MLB At Bat App
I can't get video on the MLB at bat app. I have the subscription but theres no icon for it. I'm guessing that its because my 4.4 tnt isn't giving them a location, so they can't give me video- in case its blacked out. Thats just a hunch.
Any ideas? Or How would i fix the location thing?

[Q] Media Playback/Codec Problem

What happens:
The phone refuses to play most media types, refusing to play songs, movies etc that had played without issue previously.
Music:
The stock touchwiz music player refuses to play mp3s, cycling through the playlist attempting several songs before exiting back to the list, displaying the error message "Sorry the player does not support this type of audio file". The same message is given when trying to use Fede's music app (fedecarnale's wp7 style music player)...
Video:
The video player gives the message "Sorry, this video cannot be played." while an alternative app QQ player plays the media without problems. Another example is the youtube app which gives "There was a problem while playing Touch to retry".
When does it happen:
This problem presents on both my Captivate and my girlfriends Vibrant after a non specific amount of time. One the problem presents, it remains regardless of memory or cache clearing, app closing etc.
What fixes it (temporarily):
As soon as one of these errors is given, the other apps behave the same way, and a reboot fixes the issue temporarily.
So I don't know enough about how the phone works to sort out the common cause of it all... but I can give you any information you want if it will help you sort it out... I realize that the difference between QQ and video player must be different than between fede's and the music player... I gather that he must be using more of the same stuff whereas QQ might bring its own codecs or whatnot... Any help would be greatly appreciated!
tldr:
I'm having media/codec issues with my SGS on froyo, have you heard of the problem? any ways to fix it?
I used to have this same issue when I was running Doc's XWJS8 Froyo rom with Hardcore Speedmod K13E Kernel. Since I switched to Simply Honey 3.5 Gingerbread it hasn't been a problem
I have this issue on stock Gingerbread ROM from Samsung (JPO). I didn't find a cure for it.
customer support was useless as anticipated, they suggested that it could be a corrupt app and I should factory reset... that is always their recommendation...
its just unusual that both my girlfriend and I would have it on different phones, different carriers and with a different set of apps...
The only real apps that we share in common shouldn't be going anywhere near media such as launcher pro and some games...
Well I was reading on another forum that Twitter for android seemed to be causing media files not to be read. More than one user reported no further problems when they uninstalled the twitter app and started using something different.
So it could be an app not playing well.
CASz said:
Well I was reading on another forum that Twitter for android seemed to be causing media files not to be read. More than one user reported no further problems when they uninstalled the twitter app and started using something different.
So it could be an app not playing well.
Click to expand...
Click to collapse
I have an AT&T Captivate with Froyo and I get the same issue. It is exactly as described here.
My phone has the froyo you install from Kies Mini.
Model number :SAMSUNG-SGH-I897
Firmware version 2.2
Baseband Version I897UCKB1
Kernel Version 2.6.32.9
I will try uninstalling my Twitter app and see.
The annoying part of this bug is that when i have a custom ringtone based on an MP3, it would not play so I would miss calls. I hope uninstalling the Twitter app fixes it. I'll reply back with it after a day.
This issue happens to me after about a day from restarting my phone (on/off)
I've gone a full day so far and my media still works.
I guess it is the twitter app?
Edit: yes it is the Official Twitter app causing this issue for me.
After uninstalling 2 days ago, I have not experienced this issue.

Categories

Resources