• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Android Music Player - Online MP3 (Songs) App

Android Music Player - Online MP3 (Songs) App v8.0

No permission to download
Then read this

DONT ASK PASSWORD UNLESS U DONT HAVE UR OWN RESOURSES (PHP/ANDROID) NOT LIKE EVANTO/VIDEOHIVE OR MOD APK UR ACCOUNT SHOULD SHOW MIN 3 RESOURSES AND YOU SHOULD POST REGULARLY DONT SIT IDLE TO GET PASSWORD
I have resource but you dont send me password
 
yes find in google other website have this file
IMG-20211004-134521.jpg
 
for nulling, just install admin web ver. 12 nov 2021, then replace with the update file on 16 july21
in splash activity:
line 130:
replace with this code to bypass:
Code:
public void onEnd(String success, String verifyStatus, String message) {
//put value current version of app
                    String version = "";
                    if(Constant.showUpdateDialog && !Constant.appVersion.equals(version)) {
                        methods.showUpdateAlert(Constant.appUpdateMsg, true);
                    } else {
                        dbHelper.addtoAbout();
                        openLoginActivity();
                    }

                }

or try this one:

Code:
 public void onEnd(String success, String verifyStatus, String message) {
                    String version = "";
                    try {
                        PackageInfo pInfo = getPackageManager().getPackageInfo(getPackageName(), 0);
                        version = String.valueOf(pInfo.versionCode);
                    } catch (PackageManager.NameNotFoundException e) {
                        e.printStackTrace();
                    }
                    if(Constant.showUpdateDialog && !Constant.appVersion.equals(version)) {
                        methods.showUpdateAlert(Constant.appUpdateMsg, true);
                    } else {
                        dbHelper.addtoAbout();
                        openLoginActivity();
                    }

                }

Screenshot (23).png
I have done everything but why my admin pannel is taking a century to load?
 
NB: DONT ASK PASSWORD UNLESS U DONT HAVE UR OWN RESOURSES (PHP/ANDROID) NOT LIKE EVANTO/VIDEOHIVE OR MOD APK UR ACCOUNT SHOULD SHOW MIN 3 RESOURSES AND YOU SHOULD POST REGULARLY DONT SIT IDLE TO GET PASSWORD
Hi, i need password. Please
 

Change Log​


26-May-2022

Android Side

- Updated SDK and Libraries
- Supports Android 12
- Added Support For StartIO/StartApp Ads (Banner/Interstitial/Native)
- Added Support For Applovin Ads (Banner/Interstitial/Native)
- Fixed Bugs
- Document Updated

Admin Side

- Manage Startapp Ads (Banner/Interstitial/Native)
- Manage Applovins Ads (Banner/Interstitial/Native)
- Document Updated
- Bug fixed
 

update pls​

Change Log​


26-May-2022

Android Side

- Updated SDK and Libraries
- Supports Android 12
- Added Support For StartIO/StartApp Ads (Banner/Interstitial/Native)
- Added Support For Applovin Ads (Banner/Interstitial/Native)
- Fixed Bugs
- Document Updated

Admin Side

- Manage Startapp Ads (Banner/Interstitial/Native)
- Manage Applovins Ads (Banner/Interstitial/Native)
- Document Updated
- Bug fixed
 
  • Like
Reactions: kmkumbher

update pls​

Change Log​


26-May-2022

Android Side

- Updated SDK and Libraries
- Supports Android 12
- Added Support For StartIO/StartApp Ads (Banner/Interstitial/Native)
- Added Support For Applovin Ads (Banner/Interstitial/Native)
- Fixed Bugs
- Document Updated

Admin Side

- Manage Startapp Ads (Banner/Interstitial/Native)
- Manage Applovins Ads (Banner/Interstitial/Native)
- Document Updated
- Bug fixed
Mega Link is not working please update.. 🙏
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock