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 |
What is the type of 'this' pointer? When does it get created?
What is oop in c++?
Explain the difference between realloc() and free() in c++?
What apps are written in c++?
Is c++ a float?
Can a constructor return a value?
What is constant in c++ with example?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
sizeof - is it a function or operator?
What is the default access level?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---