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

DeepSound Android - Mobile Sound & Music Sharing Platform Mobile Android Application v2.6

No permission to download

jacksparrow45

New member
Oct 12, 2020
12
-1
3
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:

isaiahka

Member
Banned User
Oct 2, 2020
35
36
18
BlackGhostAfrican
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?
 

rangzone

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

isaiahka

Member
Banned User
Oct 2, 2020
35
36
18
BlackGhostAfrican
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
 

rangzone

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

Iam learner

Member
Banned User
Jul 16, 2020
145
19
18
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
 

rangzone

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

rangzone

New member
Banned User
Dec 10, 2020
16
0
3
on your screenshot, case cant find the path... try clean solution, then rebuild without any activity window opened, sometimes its work 2-4 rebuild.
 

isaiahka

Member
Banned User
Oct 2, 2020
35
36
18
BlackGhostAfrican
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
 

rangzone

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

lorddoom

Well-known member
Apr 6, 2020
98
279
63
Tomz 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...
 

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