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?
Answer Posted / 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 |
Post New Answer View All Answers
What is the cout in c++?
Define basic type of variable used for a different condition in C++?
Is turbo c++ free?
Explain one method to process an entire string as one unit?
How can you quickly find the number of elements stored in a dynamic array?
What is the role of static keyword for a class member variable?
Which of the following is evaluated first: a) && b) || c) !
How do you declare A pointer to a function which receives nothing and returns nothing
How many characters are recognized by ANSI C++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
Why do we use double in c++?
Why do we use vector in c++?
Describe new operator?
What is difference between array and vector in c++?
Is atoi safe?