guerrerolor / android-x86

Automatically exported from code.google.com/p/android-x86
2 stars 1 forks source link

Can't select ringtone for alarm #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add some MP3 files to SD carad
2.Open alarm app from launcher pad
3.Set alarm and select ringtone
4.There are no ringtones to choose

What is the expected output? What do you see instead?
We can't set the Ringtone with MP3 although there are some mp3 in the 
sdcard.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Kelly2.B...@gmail.com on 19 Aug 2009 at 2:30

Attachments:

GoogleCodeExporter commented 9 years ago
It seems that we can select ringtones for alarm by this way:
1. Create a subdirectory named sdcard/alarms in /android directory.
2. Copy some music files to the subdirectory: use Adb push command to upload 
files 
or copy files from external storage such as usb and sdcard. 
3. Reboot and scan the sdcard.
4. Select ringtone for alarm.

There is one problem in copying music from external storage to the subdirectory:
  If you copy music from external storage. Make sure that your external storage's 
format is the same as Android-x86's filesystem, otherwise we can only list the 
ringtones in alarm and the selected ringtone is invalid. It seems that we have 
no 
permission to read the files.

  Some modification of code: see patch in attachment.(The AlarmClock_new folder are 
original files,and the AlarmClock_bf folder are modified files.)

Original comment by Kelly2.B...@gmail.com on 27 Aug 2009 at 1:11

Attachments:

GoogleCodeExporter commented 9 years ago
So this is not a bug, right?

Original comment by beyounn@gmail.com on 27 Aug 2009 at 4:28