1499 comments found.
The PARSE Push notification does not track Push Opens. How do I fix that?
Hi Theme_King,
make sure your have configure parse correctly, re check again your parse id and client key, also check in AndroidManifest. then, parse will working on real devices, so, if you try it on emulators, it will not working, because in the emulator doesn’t support for google play service. when you try send push notification, do you have receive the notification in your devices? for the next, you can contact us for more detail by email here : developer.solodroid@gmail.com
Thank you
I receive the push notification on real device, but on the PARSE dashboard, it does not show that the notification has been “Opened”
Hi Theme_King, okay, we will check about it, and inform to you, in next update version, we will migrate from parse to gcm, so push notification can send directly from admin panel, it will be more simple to send push notification. Thanks
Hi, thank for your quick support, A good Job
Hi koureissi, you’re welcome, good luck for you. Thanks
hi nany update for my request in skype ?
Hi koureissi, yes, we have reply and finish your request. solved now. Thanks
I have purchased and want to publish more than one versions of this app on google play store. Hope you don’t mind.
HI phpseo,
thanks for purchase our app. please read the rules of Envato License from this link below : http://codecanyon.net/licenses/standard
according Envato License, this license is a “single application” license and not a “multi-use” license, which means that you can’t use the Item to create more than one unique End Product. so you must purchase an individual regular license for each app. hopefully you understand about it.
Thank you
Hey Solodroid, first of all the code is very good, this design is exactly what I wanted. This is not the first time I buy from you, great work man. There are only 2 things preventing me to use your code at the moment.
1 – Stream metadata: It is a need to any radio app to show what song is playing at the moment. This is the major problem preventing me to use your code.
2- This is nothing too big, but the stations are buffering slower than usual and it’s locking the UI. If you can do it asynchronously or faster, it would be perfect.
I will send you an e-mail about the first appointment.
Hi UnluckyGuy,
thanks for purchase our app. first, the features are available on this app like as the demo which we provided, and beside it, not available for this time. second, please re check again your radio stream, is that working or not, if you insert wrong url, of course it can’t played, we have try every radio station list with right url, and it can be stream normally and not slower. if you have any more question, you can send your message by email here : developer.solodroid@gmail.com
Thank you
Hey, I have only one concern about the app, it’s that the “Rate” feature it’s not working, and you should indicate that station logos should be square in order to be displayed well. Also I need to know where do I edit the “Now Listening” from status bar/player?
The app itself is awesome! Waiting for the iOS version to buy it 
...Also I need to replace the “Search” text in search bar
Hi bergmp7,
please note, rate menu is 100% working, make sure you have publish your app on google play, it will automatically detected according your package name, if you never publish it on google play, of course rate function is not working. yes, image logo can displayed well i square, if your image not square, it will automatically centered crop.
you can edit “Now Listening” on app > res > layout > play_bar.xml you can find the text on there and change it.
open app > java > yourpackagename in the fragments folder, open Fragment_Category and Fragment_ListRadio
in the activities folder, open ActivityRadioByCategory
find the code below in each file :final android.support.v7.widget.SearchView searchView = (android.support.v7.widget.SearchView) MenuItemCompat.getActionView(menu.findItem(R.id.search));you can change “Search” text in search bar by add new line code, for the complete code will be like below :
final android.support.v7.widget.SearchView searchView = (android.support.v7.widget.SearchView) MenuItemCompat.getActionView(menu.findItem(R.id.search)); searchView.setQueryHint(getString(R.string.search));
you can change the search name in the strings.xml on “search” string tag.
Thank you
I read in one of your comments that this app does not support RTMP streams. How then you specify that it support RTSP protocol?
I got error 403 on the Admin panel
Hi Theme_King,
what hosting are you using? you can contact us by email here : developer.solodroid@gmail.com, you can send your cpanel login detail so we can help you to fix it, or you can send your teamviewer id and password.
Thank you
Hi, I found the folders with permission 700 and files 664 …. Is that supposed to be so? I changed to 755 and 644 but no luck.
(2) How do I implement the Admob Analytics code Uxxxxxxxx ?
Hi Theme_King,
are you using vps? try to change 777. this problem come from your server configuration, maybe your database configuration still not correctly or problem in your file permission.
google admob analytics feature is not available on this app, if you need it, for better communication, you can contact us by :
email : developer.solodroid@gmail.com or
skype id : solodroid
Thank you
I added you on skype, can we chat?
Don’t worry, I fixed the issue. It was something wrong with folders and files permissions that you supplied, they were 700 and 664 instead of 755 and 644.
(2) I would be glad if you guide through adding the Analytics code.
(3) Why not consider adding Countries column, just like you added Categories…?
Hi Theme_King,
we have accept your skype, good job if you have fix about your server problem.
please note, to implement analytics code on android app, not as easy as you think, if you want a little patience, we will add these features in the next update version, but not in the near future because there are many preparations that we should work. if you need the features that now, then we will put it in customization support because it is not included in customers support. and of course we will take extra charge for it.
the features of this application as the demo that we have provided, for categories, you can turn it into a category based on the names of countries.
Thank you
Greetings, i bought the application and works perfectly. The only thing that i want to ask is where is the setting for change the buffering time? I mean, i have a lot of stations but are at low bitrate and the app takes too much time for starts the streaming audio. Thank you in advance.
Hi epelic,
thanks for purchase our app, maybe, it also can be caused from radio stream server, every different source url of server, also have different respond time to make the radio can playing it, sometimes, aacp has bit more time to make radio can playing, maybe you can use other stream format such as aac or mp3.
Thank you
Hi, i own the server and i generate all the 67 streaming that are in mp3 (some also in mp4 aac+ but are not on android actually), i don’t have delay on other apps that i have always on android nor on apple or windows phone. I think that is some setting inside the audio player, i found something in the code and i am trying different combinations, if i will find the solution i will let you know. Thanks
Hi epelic, if it makes our application better, we highly appreciate and are grateful for the help from you, so don’t hesitate and let us know if you found it. Thanks
- Volume control
- Visualization
- Radio website, Social Network (Facebook, Twitter, Contact us Mail form) using WebView
Hi greenworld01,
thank you for the advice you provide in order to make our app better in future, for now, the features available in our application as the demo that we have provided. we will consider for the future so that we can make our app better.
Thank you
Hello solodroid ,Fatal error: Call to a member function prepare() on a non-object in /home/yasserarnold2/public_html/public/login_form.php on line 46
Hi yasserarnold,
what hosting are you using? there is two possibility, your admin panel configuration still wrong, or your hosting not support for newest php code version. for more detail, contact us by email here : developer.solodroid@gmail.com and send your hosting detail, if allowed, you can send your login detail, so we can check it and try to solve it.
Thank you
godaddy
Hi yasserarnold,
you can check your email, I have solve your problem in admin panel configuration.
Thank you
Thank you
Hi yasserarnold, you’re welcome. hopefully, this app will give benefit for you and your users too. Thanks
I am interested in buying the application. The sample application installed but do not see the button to exit. Other when there is an online radio takes much looking and can not be returned. You can display the name of the song and artist and also show the logo of the largest radio?
Hi AudioGt,
we don’t use exit button, if you want to enable exit confirmation when close the app, we can help you to do that by adding new code declaration which have function to exit the app. for another feature like display song and artist name are not available, feature of the app only available in accordance with the demo app that you have tried.
Thank you
Hello solodroid, can you please advise on this? I have renamed and replaced some png files and it seems like every is ready to go but when I run the app or build the APK I got this error… will you please tell me what it is causing the issue? read below….
Error:Error: ’-’ is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore
Hi mrstream,
there has been very clear that File-based resource names must contain only lowercase a-z, 0-9, or underscore. don’t using uppercase, if you want to rename package or add some image file png/jpg, your package name or file name may not using uppercase and space.
as example :
correct : com.solodroid.yourradioapp
incorrect : Com.Solodroid.YourRadioApp
correct : ic_launcher.png
incorrect : Ic_Launcher.png or ic launcher.png
please check your renaming package and file on your resource.
Thank you
RadiophonyService.Play() I get an error
Please open app > java > com.solodroid.yourradioapp > activities > PhoneCallListener
you can download it from Here and replace with this one.
you can check our email for complete guide.
thank you
aac stream radio no working
Hi,
support for aac stream, I have test it and also test your url link which you send on our email, it can be played, for more detail your can check it via email.
Thank you
hi can you go to skype to finish our deal thank
Hi koureissi, we are online now, we can continue on skype. Thanks
I installed the demo application, but the application closes an error. Android version 4.4.2 thanks…
Hi lahmacun,
thanks for your report, in fact, there is some missing code with our demo on google play, we will update soon, and we have make improvement for the android code, please try and re download again from this link Here
Thank you
Thanks. application works
Hi lahmacun, yes, then, do you interested to purchase our app. Thanks
I will buy. Thanks
Hi lahmacun, okay thank you, will waiting you to purchase our app. Thanks
Hi, I purchased the application. But there’s a problem. Can not receive Parse Push Notification. PPNS – OUTDATED DEVICE 1
Hi lahmacun,
thanks for purchase our app, if you try parse push notification on android emulators, parse push notification will not working, make sure you have try on your real devices, and surely it will working. re check again your configuration on AndroidManifest, maybe it may also be caused by your configuration is still missing.
if you still doubt or have any more question, you can contact us by email here : developer.solodroid@gmail.com
Thank you
Hi,
acc stream not working. http://46.20.3.204 Content Type: audio/aacp mpeg stream working http://50.7.70.130:8367 Content Type: audio/mpeg What is wrong?
Hi lahmacun,
I have try both of them, and it can working all, for content type aacp stream, please wait a little longer, I have to try and it can working, only the response time is different, perhaps because the radio server is used.
Thank you
Hi php backend give me 500 internal server error ? do you know why ?
Hi ColorX,
this is mean your backend configuration still wrong, re check again your url, database configuration and connection according documentation instruction, you can contact us for more detail by email here : developer.solodroid@gmail.com
you can send login detail your cpanel hosting so we can help you to solve your problem, or you can send your teamviewer id and password so we can help you directly from here.
Thank you
as you would to place audio streaming RTMP?
Gan, ini bisa bantu tambahin google analytic?
Hallo ORGAMESMO,
bisa gan, google analytic bisa ditambahkan, untuk lebih lanjut, bisa kontak via email : developer.solodroid@gmail.com
Thank you
Thanks! Cek email gan 
Thanks! Cek email gan 
Sudah saya reply, next, bisa dilanjut komunikasi via email. Thanks