Android Music Player - Online MP3 (Songs) App

Android Music Player - Online MP3 (Songs) App 22 October 2024

No permission to download

rangzone

New member
Banned User
Dec 10, 2020
16
0
3

Error after update SQL file​

SQL query:




ALTER TABLE `tbl_settings` ADD `account_delete_intruction` LONGTEXT NOT NULL AFTER `cancel_update_status`





MySQL said: Documentation

#1054 - Unknown column 'cancel_update_status' in 'tbl_settings'
just ignore it, i've same that error
 

rangzone

New member
Banned User
Dec 10, 2020
16
0
3
Also getting unauthrized access "invalid sign salt" error while opening app
if you change build gradle properties apikey "viaviweb", you must change includes/function.php (admin script).. must be the same.
 

monty17

New member
Feb 17, 2021
0
0
1
if you change build gradle properties apikey "viaviweb", you must change includes/function.php (admin script).. must be the same.
Hi
Thanks for your support. i have done everything but not getting purchase code verification failed.
 

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
Hi
Can you share updated splash activity file with us
 

Harshmi5

New member
Aug 10, 2020
14
0
1
Not working .. spend full day but no result
@OverRide
public void onEnd(String success, String verifyStatus, String message) {
if (success.equals("1")) {
if (!verifyStatus.equals("-1") && !verifyStatus.equals("-2")) {
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();
}
} else if (verifyStatus.equals("-2")) {
methods.getInvalidUserDialog(message);
} else {
errorDialog(getString(R.string.error_unauth_access), message);
}
} else {
errorDialog(getString(R.string.server_error), getString(R.string.err_server));
}

}
});
loadAbout.execute();
} else {
errorDialog(getString(R.string.err_internet_not_conn), getString(R.string.error_connect_net_tryagain));
}
}



this code in latest july16 version how to null admin null but android code is still showing verified app
 
  • Wow
Reactions: monty17

nimfa

New member
Jun 10, 2022
0
2
2
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
 
Last edited:

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