• 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

macrobert

Well-known member
Trusted Uploader
Nov 2, 2018
245
305
63
MajeAX submitted a new resource:

Zip Password : MajeAX

Android Music Player - Online MP3 (Songs) App 12 November 2020 - Android Music Player - Online MP3 (Songs) App

Android Music Player - Online MP3 (Songs) App

Read more about this resource...
 
wow.. update plz
Code:
Change Log
16-July-2021

Android Side
- Facebook Ads Updated to bidding
- Supports Latest Storage Policy by Google
- Updated SDKs and Libraries
- Fixed Bugs

PHP Side

- Code Updated
- Bug fixed

@IKMomin @MajeAX :)
 
Last edited:
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
 
Last edited:
  • Like
Reactions: Nicky Lalrochhara
after uploading update files it giving error unauthorised access purchase code verification failed in app
 
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

Not working .. spend full day but no result
 
Not working .. spend full day but no result
try clean install and follow installation instruction step by step version 12nov..
replace with given update file + update SQL file. 16july.
use android code 16july.

have you verified via admin panel? ..makesure you can access your api.php even the result "invalid" or respose -1
 
try clean install and follow installation instruction step by step version 12nov..
replace with given update file + update SQL file. 16july.
use android code 16july.

have you verified via admin panel? ..makesure you can access your api.php even the result "invalid" or respose -1
I have done same . here is msg api.php

ONLINE_MP3
0
msg"Purchase code verification failed!"
success-1
 
try clean install and follow installation instruction step by step version 12nov..
replace with given update file + update SQL file. 16july.
use android code 16july.

have you verified via admin panel? ..makesure you can access your api.php even the result "invalid" or respose -1
have you verified via admin panel?
what that means...
 
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