1. Under the Arabic language, take a picture of a motion path in camera,
2. Slide into the gallery to view this picture, in the preview screen, the bottom right corner of the frame will have a "+" button, click on the button, and then press the Arabic button in the upper right corner, back to the motion trajectory animation preview screen
3. Look at the trajectory animation, found that the first show is the green pattern, and then become the scene, green image in the middle
Modify the following:
Alps/packages/apps/camera/src/com/android/camera/filesaver.java
1:import Java.util.Locale;
2:modify the function:
public void Refactoertitle () {
......
if (mtag! = intermedia_image) {
If the data is Intermedia file,the file name not
The index
Mtitle + = String.Format ("%02d", Mindex);
}
Setignorethumbnail (TRUE);
}
Changed to:
public void Refactoertitle () {
......
if (mtag! = intermedia_image) {
If the data is Intermedia file,the file name not
The index
Mtitle + = String.Format (Locale.english, "%02d", Mindex); Modify
}
Setignorethumbnail (TRUE);
}
Android Arabic, in the gallery edit the motion track picture, the animation will show the green picture