• 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"

DeepSound Android - Mobile Sound & Music Sharing Platform Mobile Android Application

DeepSound Android - Mobile Sound & Music Sharing Platform Mobile Android Application Stable v3.3 (9 January 2024)

No permission to download
My details:
Domain name: https://spillix.com
Site Server Key: 61f0b6b991ec71122ba95c1e7361271a
App Version: 3.0
Here you go

"ybTvKgXe7VWzlDcpKemnpBMQRJCq+4UeqiYh2TuIVtxl0znj2oNQeK1ZsQdhCtFuobZXIUp7d+irw2pXxydsglVn3ooMOn+wUVObBMaSwnbSq8VIeRPy1tDv/fXeFFwpdmdRaQHObfH7t8EJuzED0fwREMqqiYEyHOWEZmXIpEvqtpY50nLXOcfo42mM3qk1/gsaUqEfHcOXEHfjFzu9lRijeFz9WGkWv7JebR04mnffnziYJsAzqesTD29seflZCQxEmG11uFQ0M91l3Cip1HNrKihU4V2qgEEFqhNddZYak7EigOuoML9LXodF8UQuAWQFld++6JjdNX+OyiAey5hm6SOkI+LkS5x9cWl6g1TWryZO6kSnHH/5F9MJA+Ef13fJQcfxok+Y4xhneHObs6bg5hwYrWjhCC8i/szKYu6DUw6vg4m/XrB4OlGuBfzgnWN1vhTW4WqgKI22HuLZUhB5SCfwfM/zrFM/2uWZ4Qb2WM48qwUXyPWxDmg3C3Q1t7d4FzSBTzhveLsCYqtccU47DzAJQSWcAo7F069U6yOc+3Ev/1XLM3lyhel6lO+xwtNQ56/yVPbAqdsZzP7kw/SE47L2EUlVmYmOJA9/t6KV2pSK5zRegFmuYIlnIezvLEEEcDbLC4E/VzpmiCLaUDBv2/pLB/uLO2ERmaKU9cp6d3hS/AegV3wZ24wqNMp/"
 
Last edited:
Here you go

"ybTvKgXe7VWzlDcpKemnpBMQRJCq+4UeqiYh2TuIVtxl0znj2oNQeK1ZsQdhCtFuobZXIUp7d+irw2pXxydsglVn3ooMOn+wUVObBMaSwnbSq8VIeRPy1tDv/fXeFFwpdmdRaQHObfH7t8EJuzED0fwREMqqiYEyHOWEZmXIpEvqtpY50nLXOcfo42mM3qk1/gsaUqEfHcOXEHfjFzu9lRijeFz9WGkWv7JebR04mnffnziYJsAzqesTD29seflZCQxEmG11uFQ0M91l3Cip1HNrKihU4V2qgEEFqhNddZYak7EigOuoML9LXodF8UQuAWQFld++6JjdNX+OyiAey5hm6SOkI+LkS5x9cWl6g1TWryZO6kSnHH/5F9MJA+Ef13fJQcfxok+Y4xhneHObs6bg5hwYrWjhCC8i/szKYu6DUw6vg4m/XrB4OlGuBfzgnWN1vhTW4WqgKI22HuLZUhB5SCfwfM/zrFM/2uWZ4Qb2WM48qwUXyPWxDmg3C3Q1t7d4FzSBTzhveLsCYqtccU47DzAJQSWcAo7F069U6yOc+3Ev/1XLM3lyhel6lO+xwtNQ56/yVPbAqdsZzP7kw/SE47L2EUlVmYmOJA9/t6KV2pSK5zRegFmuYIlnIezvLEEEcDbLC4E/VzpmiCLaUDBv2/pLB/uLO2ERmaKU9cp6d3hS/AegV3wZ24wqNMp/"
Thank you brother. How can I disable comments in the apps?
 
anyone have issue for uploading song?

original:
Code:
DeepSound-ScriptPHP/endpoint/v1/submit-song.php

$request   = array();
$request[] = (!in_array($_POST['song-location'], $_SESSION['uploads']));
$request[] = (!in_array($_POST['song-thumbnail'], $_SESSION['uploads']));
$request[] = (!file_exists($_POST['song-location']));
RETURN ERROR..

when commented:
Code:
$request   = array();
//$request[] = (!in_array($_POST['song-location'], $_SESSION['uploads']));
//$request[] = (!in_array($_POST['song-thumbnail'], $_SESSION['uploads']));
$request[] = (!file_exists($_POST['song-location']));
uploading success, but song can be played...

any advice?
 
Here you go

"ybTvKgXe7VWzlDcpKemnpBMQRJCq+4UeqiYh2TuIVtxl0znj2oNQeK1ZsQdhCtFuobZXIUp7d+irw2pXxydsglVn3ooMOn+wUVObBMaSwnbSq8VIeRPy1tDv/fXeFFwpdmdRaQHObfH7t8EJuzED0fwREMqqiYEyHOWEZmXIpEvqtpY50nLXOcfo42mM3qk1/gsaUqEfHcOXEHfjFzu9lRijeFz9WGkWv7JebR04mnffnziYJsAzqesTD29seflZCQxEmG11uFQ0M91l3Cip1HNrKihU4V2qgEEFqhNddZYak7EigOuoML9LXodF8UQuAWQFld++6JjdNX+OyiAey5hm6SOkI+LkS5x9cWl6g1TWryZO6kSnHH/5F9MJA+Ef13fJQcfxok+Y4xhneHObs6bg5hwYrWjhCC8i/szKYu6DUw6vg4m/XrB4OlGuBfzgnWN1vhTW4WqgKI22HuLZUhB5SCfwfM/zrFM/2uWZ4Qb2WM48qwUXyPWxDmg3C3Q1t7d4FzSBTzhveLsCYqtccU47DzAJQSWcAo7F069U6yOc+3Ev/1XLM3lyhel6lO+xwtNQ56/yVPbAqdsZzP7kw/SE47L2EUlVmYmOJA9/t6KV2pSK5zRegFmuYIlnIezvLEEEcDbLC4E/VzpmiCLaUDBv2/pLB/uLO2ERmaKU9cp6d3hS/AegV3wZ24wqNMp/"
Does this key still work if I change update android version playstore? or I have to get a new one for a newer version updated of the app in playstore
 
Does this key still work if I change update android version playstore? or I have to get a new one for a newer version updated of the app in playstore
this key not affected ur app on PS,.. this key affected only when u change URL domain which hosted deepsound script..
 
Severity Code Description Project File Line Suppression State
Error System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\HP\Documents\DeepSound\codecanyon-23697663-deepsound-android-mobile-sound-music-sharing-platform-mobile-android-application\DeepSound_V1.8\DeepSound\obj\Debug\110\lp\149\jl\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at Microsoft.Android.Build.Tasks.Files.CopyIfStreamChanged(Stream stream, String destination) in /Users/builder/azdo/_work/2/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/Files.cs:line 170
at Microsoft.Android.Build.Tasks.Files.ExtractAll(ZipArchive zip, String destination, Action`2 progressCallback, Func`2 modifyCallback, Func`2 deleteCallback, Func`2 skipCallback) in /Users/builder/azdo/_work/2/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/Files.cs:line 371
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Extract(IDictionary`2 jars, ICollection`1 resolvedResourceDirectories, ICollection`1 resolvedAssetDirectories, ICollection`1 resolvedEnvironments)
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.RunTask()
at Microsoft.Android.Build.Tasks.AndroidTask.Execute() in /Users/builder/azdo/_work/2/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/AndroidTask.cs:line 17 DeepSound





Any one help me
 
Severity Code Description Project File Line Suppression State
Error System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\HP\Documents\DeepSound\codecanyon-23697663-deepsound-android-mobile-sound-music-sharing-platform-mobile-android-application\DeepSound_V1.8\DeepSound\obj\Debug\110\lp\149\jl\res\drawable-xxhdpi-v4\common_google_signin_btn_icon_light_normal_background.9.png'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at Microsoft.Android.Build.Tasks.Files.CopyIfStreamChanged(Stream stream, String destination) in /Users/builder/azdo/_work/2/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/Files.cs:line 170
at Microsoft.Android.Build.Tasks.Files.ExtractAll(ZipArchive zip, String destination, Action`2 progressCallback, Func`2 modifyCallback, Func`2 deleteCallback, Func`2 skipCallback) in /Users/builder/azdo/_work/2/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/Files.cs:line 371
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.Extract(IDictionary`2 jars, ICollection`1 resolvedResourceDirectories, ICollection`1 resolvedAssetDirectories, ICollection`1 resolvedEnvironments)
at Xamarin.Android.Tasks.ResolveLibraryProjectImports.RunTask()
at Microsoft.Android.Build.Tasks.AndroidTask.Execute() in /Users/builder/azdo/_work/2/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/AndroidTask.cs:line 17 DeepSound





Any one help me

are you trying to debug or release?
just ignore it.. cause full alot of bugs this app,.
when debugging or releasing, close any opened window at vs, then start..
 
on your screenshot, case cant find the path... try clean solution, then rebuild without any activity window opened, sometimes its work 2-4 rebuild.
 
Who knows how to fix the search console in the Deepsound android app v.1.8? When you search it does not bring the results for what you are searching for. Somebody help
 
Who knows how to fix the search console in the Deepsound android app v.1.8? When you search it does not bring the results for what you are searching for. Somebody help
mine,search is working fine... see debug error log..maybe
 
Babak updated DeepSound Android - Mobile Sound & Music Sharing Platform Mobile Android Application with a new update entry:

DeepSound Android v1.9 Untouched

Download DeepSound Android v1.9 - Mobile Sound & Music Sharing Platform Mobile Android Application Nulled Free Big Thanks To @tisna98

Stable v1.9 (28 July 2021)

  • [Added] Comments system on blogs.
  • [Added] Check alowed file upload .
  • [Fix ] Ability to open Intent system by resolve activity.
  • [Update] Cert key encryption.
  • [Update] For Multiple packages and onesignal package.
  • [Fixed] 15+ Reported bugs.
...

Read the rest of this update entry...
 
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