Android Music Player - Online MP3 (Songs) App

Android Music Player - Online MP3 (Songs) App v9

No permission to download

macrobert

Active member
Trusted Uploader
Nov 2, 2018
185
129
43
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...
 

rangzone

New member
Banned User
Dec 10, 2020
16
0
3
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:

rangzone

New member
Banned User
Dec 10, 2020
16
0
3
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

monty17

New member
Feb 17, 2021
0
0
1
after uploading update files it giving error unauthorised access purchase code verification failed in app
 

monty17

New member
Feb 17, 2021
0
0
1
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
 

rangzone

New member
Banned User
Dec 10, 2020
16
0
3
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
 

monty17

New member
Feb 17, 2021
0
0
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
 

monty17

New member
Feb 17, 2021
0
0
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...
 

Latest posts

Forum statistics

Threads
66,797
Messages
892,818
Members
217,026
Latest member
gximh1

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu