B4A Question Custom ringtone not work - Erel (first post)    Dec 5, 2018 This code cannot work: strPath=GetPathFromContentResult(File.Combine(File.DirInternal,"rington.mp3")) Try to add the ringtone with RingtoneManager.AddToMediaStore and then use the returned URI (I haven't tried it myself).... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) . Don't confuse with AddLocalMedia, which is used to replace the default loading and error media... in Panel1 MediaManager.SetMedia(Panel1, "https://...") It uses B4XImageView (or... Not mandatory but you should always add it WebP images SMM_WEBP WebP image/webp Pay attention to.... MediaManager.SetMediaWithExtra(Panel1,url, "", CreateMap(MediaManager.REQUEST_CORNERS_RADIUS: 10dip, MediaManager.REQUEST_RESIZE_MODE: "FILL_NO_DISTORTIONS")) - v1.17 - New... B4A Question Correct way to remove a ringtone? - Erel (first post)    Jul 10, 2012 RingtoneManager.AddToMediaStore returns the Uri of the added ringtone. You should save it.... B4A Question Ringtone problem on Deisre HD stock 2.3.5 and other Sense ROM - Erel (first post)    Jun 11, 2012 See the documentation of AddToMediaStore: Basic4android Search: RingtoneManager.AddToMediaStore The folder must be in the storage card. Otherwise the file will not be accessible.... B4A Question AddToMediaStore error on api 30 - mohsen.arian (first post)    Jan 4, 2022
RingtoneManager.AddToMediaStore cannot work in newer versions of Android. I've added a note in... AddToMediaStore(Dir As String, FileName As String, Mime As String, Title As String, IsAlarm As Boolean... Bug? AddToMediaStore error - pdauwe    Dec 21, 2020 Exception.txt attachment).
Dim oRM As RingtoneManager
.
.
.
Log("rtfile = " & rtfile)
Log("st = " & st)
u = oRM.AddToMediaStore(File.DirRootExternal... Other [new feature] Three birds with one stone - Erel    Feb 23, 2016   (29 reactions)   tags: Exclude classes B4A v5.80 includes a new attribute named #ExcludeClasses. Example: #ExcludeClasses: com.google.ads, anywheresoftware.b4a.phone.RingtoneManager During compilation, all classes from all referenced... to add or remove this attribute. Removing unsupported classes. For example, Amazon rejects APKs that include the RingtoneManager classes. So instead of modifying the Phone library, you can exclude... that starts with a dot will be converted to google play services package (com.google.android.gms... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (81 reactions) 440642051 B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps... makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular object that is never paused, never destroyed, can be accessed from anywhere and easy to work.... You are not forced to use B4XPages. All the current features behave exactly as before. 2. It does have some... be locked to a single orientation. 3. It is supported by the latest versions of B4J, B4i and... B4A Question RingtoneManager - choosing an MP3 a second time problem - MDEnt    May 7, 2012 pointer on the AddToMediaStore line.
Dim r As RingtoneManager
Dim u As String
u = r.AddToMediaStore...When using the ringtonemanager - like the example below - is there a way to check to see if... B4A Question Error using RingtoneManager - Massy    Jan 25, 2017 setRingtoneButton_Click
Dim r As RingtoneManager
Dim u As String
u = r.AddToMediaStore(File..., u)
End Sub
and the error is on "u = r.AddToMediaStore"....
When I try the mp3 file... Page: 1   2   3   4   5   6   7   |