Tagged Questions
The unsupported tag has no wiki summary.
3
votes
3answers
474 views
finding unsupported apis with os version
i've developed and application for iphone. it works fine on os4 but it does not work on os3.1. infact works but there are some problems; after splash screen a what screen appears. while i leaving the ...
2
votes
2answers
65 views
Execution of Java program
After searching all over the web, I am not able to solve my problem of Java execution. When using command prompt to run my "first" Java program, I am faced with the errors of Unsupported class version ...
2
votes
2answers
2k views
iPhone: AVAudioPlayer unsupported file type
My app downloads an mp3 from our server and plays it back to the user. The file is 64 kbps (which is well within the acceptable range for iPhone if I understand correctly). I have looked up how to do ...
2
votes
2answers
472 views
ASP.Net Background Music
I have a website with a master page and I want to play an mp3 file in the background, in every page.
tried bgmusic but its not supported and so is embed.
Any Ideas?
1
vote
2answers
64 views
Could anyone tell from the Manifest why my app is not supported on Droid X?
Users report that my app is not supported on their Droid X phones. The manifest file looks like this:
<?xml version="1.0" encoding="utf-8"?>
<manifest ...
1
vote
1answer
396 views
unsupported media type for an android rest client
I try to send request from android emulator to a restful server. But always there is the error: unsupported media type.
the code of client:
public JSONtest() throws Exception, IOException{
...
1
vote
0answers
75 views
Localize iPhone app to support Irish
I'd like to support multiple languages in one of my apps. I don't have a problem with the localization for the supported languages, but I'd also like to support Irish (Gaelic).
Is this a case of ...
1
vote
2answers
640 views
cURL Error 1: Unsupported protocol: https
All,
I am trying to HTTPS POST a SOAP request via PHP's cURL wrapper methods but keep getting the following cURL error: Error 1: Unsupported protocol: https, Any ideas why this is happening? The ...
1
vote
2answers
108 views
Implement LINQ to Entities unsupported method
LINQ to Entities has many LINQ methods marked as "Unsupported" (http://msdn.microsoft.com/en-us/library/bb738550.aspx).
Is any way to implement some of these methods by hands? Or I should wait next ...
1
vote
14answers
852 views
When is the right time and the wrong time to do the quick and dirty solution?
When is it the right time and when is it the wrong time to take the quick and dirty approach versus the proper elegant solution?
This started from the comments on my question: ...
0
votes
1answer
43 views
UriFragmentUtility causes servlet exception
As i was following this vaadin: https://vaadin.com/book/-/page/advanced.urifu.html tutorial on how to properly uses the UriFragmentUtility, i ended up creating the object and after trying to add this ...
0
votes
0answers
89 views
Using Nusoap with PHP, why do I get “is not a supported type” and how to solve it?
I know it's not a good practice to still using NuSoap when PHP5 has a native class (Soap) to do it. However, I am supposed to use it. So please don't tell me "do not use it", it's a question about ...
0
votes
5answers
155 views
Java, UnsupportedClassVersionError. How can I fix this
I was doing my homework in eclipse and it reported no errors, not even warnings. When I tried to compile it from terminal I got following error. It runs and compiles just fine with eclipse. I take it ...
0
votes
0answers
27 views
aggregated contacts are created automatically exception while executing insert statement in contact table?
I used insert statement with callog.calls table and it worked fine but in contact table when I am trying to update starred column I get this unsupported exception:aggregated contacts are created ...
0
votes
0answers
40 views
MalformedURLException when trying to execute ws-jmx-connector code. How can I solve this?
Am trying to execute the sample code in http://ws-jmx-connector.java.net/.
Error at line : JMXServiceURL url = new JMXServiceURL("ws", host, port, urlPath);
Error message : Exception in thread ...
0
votes
1answer
220 views
Excel VBA QueryTable unsupported in “Shared Workbook” mode
I use a QueryTable in excel vba to retrieve data from a website. This works fine when the workbook is not in 'Shared Workbook' mode. Once I turn on 'Shared Workbook' and run the vba code excel returns ...
0
votes
1answer
484 views
Aptana 2.0 Eclipse Plugin breaks Eclipse Webpage Editor
I have the latest version of Eclipse... so Eclipse Indigo 3.7. When I install the Aptana Studio 2.0 plugin for Eclipse, the Aptana HTML editor works great. However, when I want to switch back to my ...
0
votes
1answer
29 views
Indicate which OS a blackberry application will support
Is there a way I can indicate to users who have downloaded a blackberry application I've built that it only supports a particular OS?
I've written an app that's designed to run on OS 5+ and I'd like ...
0
votes
1answer
498 views
Android app sell outside market legally [closed]
Possible Duplicate:
Selling an application both in the android market and outside it
I have two versions of app: free and paid. Both are on Android Market. Paid is ad-free and have some ...
0
votes
0answers
1k views
How can I resolve this warning “gcc file format : is not the architecture being linked (i386)”?
I have to continue the development of an iPhone appli but when I want to build it, my build results display this warming, and I don't know how can I resolve it :
ld: warning: in ...
0
votes
2answers
360 views
Google AppEngine JDO Persistence FK Arrays
I'm hoping someone's seen this. I've found no clues on Google.
I'm using Google AppEngine with JDO to persist my objects.
I have two objects, Parent and Child. Each Parent has n Child objects.
I ...
0
votes
1answer
340 views
Java, ASM org.objectweb.asm.util.CheckClassAdapter causes Unsupported major.minor version 0.0
I am getting following exception:
java.lang.UnsupportedClassVersionError: net/sourceforge/barbecue/BarcodeException : **Unsupported major.minor version 0.0**
at ...
-4
votes
1answer
93 views
List of HTML 5 features unsupported by IE9 [closed]
I'm trying to compile a list of HTML5 features NOT supported by IE9 (default installation, no manual additions):
■ WebGL (3D)
■ WebSockets
■ HTML5 Forms (validation mechanism, CSS3 selectors)
■ ...