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



sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there..

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

sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there..

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

Post New Answer

More C++ General Interview Questions

Where are setjmp and longjmp used in c++?

0 Answers  


Is swift faster than go?

0 Answers  


What is & in c++ function?

0 Answers  


When is a template a better solution than a base class?

1 Answers  


What does it mean to declare a member variable as static?

0 Answers  


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.

1 Answers  


How to avoid a class from instantiation?

8 Answers   Symphony,


What are static variables?

0 Answers  


What is rtti in c++?

0 Answers  


What are multiple inheritances (virtual inheritance)?

0 Answers  


Explain deep copy and a shallow copy?

0 Answers  


What are the difference between reference variables and pointers in C++?

1 Answers  


Categories