sir there is some problem with nokia5130c-2,when we are
trying to upload movies from net then there is a error
occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp
format.please tell me what i do now?
Answers were Sorted based on User's Feedback
Answer / vishal jagani
u can use any cutter or converter and u can convert it formate which want u .... most probably 3gp or mp4 can support to the mobile.... enjoy
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raj
just change the extansion from 3gp to avi or mp4. and try you definatly fix the problem
Is This Answer Correct ? | 2 Yes | 5 No |
Where are setjmp and longjmp used in c++?
Is swift faster than go?
What is & in c++ function?
When is a template a better solution than a base class?
What does it mean to declare a member variable as static?
If P is the population on the first day of the year, B is the birth rate, and D is the death rate, the estimated population at the end of the year is given by the formula: The population growth rate is given by the formula: B – D Write a program that prompts the user to enter the starting population, birth and death rates, and n, the number of years. The program should then calculate and print the estimated population after n years. Your program must have at least the following functions: 1. growthRate: This function takes its parameters the birth and death rates, and it returns the population growth rate. 2. estimatedPopulation: This function takes its parameters the current population, population growth rate, and n, the number of years. It returns the estimated population after n years Your program should not accept a negative birth rate, negative death rate, or a population less than 2.
How to avoid a class from instantiation?
What are static variables?
What is rtti in c++?
What are multiple inheritances (virtual inheritance)?
Explain deep copy and a shallow copy?
What are the difference between reference variables and pointers in C++?