Subsonic For ICS Android 4.0

General discussions.

Moderator: moderators

Re: Subsonic For ICS Android 4.0

Postby disgustipated » Fri Apr 13, 2012 5:55 pm

it seems like it starts playback at the very beginning. im a newb at java, either i might have to store the current location before pausing or im doing it wrong....the next track and previous track on my headset doesnt work either which im probably doing something else wrong...
disgustipated
 
Posts: 96
Joined: Wed Jan 26, 2011 4:18 pm
Location: US

Re: Subsonic For ICS Android 4.0

Postby ttabbal » Fri Apr 13, 2012 6:06 pm

disgustipated wrote:it seems like it starts playback at the very beginning. im a newb at java, either i might have to store the current location before pausing or im doing it wrong....the next track and previous track on my headset doesnt work either which im probably doing something else wrong...


I found that as well. The patches on github save the position by using a different call.

Code: Select all
@@ -223,7 +223,7 @@ private void handleKeyEvent(KeyEvent event) {
                 downloadService.reset();
                 break;
       case KeyEvent.KEYCODE_MEDIA_PLAY:
-        downloadService.play();
+        downloadService.start();
         break;
       case KeyEvent.KEYCODE_MEDIA_PAUSE:
         downloadService.pause();
ttabbal
 
Posts: 33
Joined: Thu May 27, 2010 8:57 pm

Re: Subsonic For ICS Android 4.0

Postby toxic0 » Mon Apr 16, 2012 5:06 pm

I'm using ICS on a Galaxy S2 with a nightly from Cyanogenmod 9.
I have a few bugs to report, I do not think that it is related to the fact that i use cyanogenmod.
1/ the widget size is set to 4 * 2 instead of 4 * 1
2/ the application does not respond to the play/pause command when it is given through a "remote", I'm using a Bluetooth BeWii headset as "remote". It was responding before ICS and other music apps on ICS does respond when I push the play/pause button of my headset.
3/ when I disconnect my headset from the phone, it used to stop the music. Now when I disconnect the headset when I am playing music with subsonic, the music just keeps playing through the phone's speaker

Hope this is help full, I'd be very happy to see this work again ;)
toxic0
 
Posts: 2
Joined: Mon Apr 16, 2012 4:47 pm

Re: Subsonic For ICS Android 4.0

Postby Hellscream » Thu Apr 26, 2012 9:27 am

My nightmare is over THX for awesome work m8.
I'm using SGS II with pure ICS v7.3 android 4.0.3
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic For ICS Android 4.0

Postby Hellscream » Thu Apr 26, 2012 9:32 am

zapt0 wrote:Tried using the Subsonic-02-26-2012.apk build on Galaxy Nexus (4.0.2) and still have the "host name may not be null" issue... Would be great if devs could solve it asap!

The widget is also broken in this beta version, it's 4x2 instead of 4x1, and you get an ugly stretched widget if you add it...

Well maybe this will help.
1. Dell proxy for your connection
2. Install Apex launcher this will help you resize widget
Works for me and my carrier.
Cheers
Image
User avatar
Hellscream
 
Posts: 160
Joined: Fri Apr 22, 2011 11:47 am
Location: Serbia

Re: Subsonic For ICS Android 4.0

Postby bionicdude » Thu Apr 26, 2012 10:57 am

"host name may not be null"

SGS2 on ICS 4.0.3.
Network UK 02.

I can't delete proxy, else nothing talks to the internet (even after reboot).

I was hoping that this modified version would solve the host name issue in the main version. Alas, no...
bionicdude
 
Posts: 5
Joined: Thu Apr 26, 2012 10:50 am

Re: Subsonic For ICS Android 4.0

Postby ghost5 » Sat Apr 28, 2012 5:03 pm

Can I put a request in...

Can you please make the play, skip back / forward buttons the same colour as the navigation buttons? When driving and the sun hits my phone it is really hard to see where they are.

Thanks
ghost5
 
Posts: 13
Joined: Sat Apr 28, 2012 2:21 pm

Re: Subsonic For ICS Android 4.0

Postby dillzz » Mon Apr 30, 2012 11:30 am

Just purchased last night. cannot believe I just found out about subsonic.

Second that with the play button color. Also on ICS tablets the menu button is not working so you cannot add server.
dillzz
 
Posts: 10
Joined: Wed Apr 25, 2012 9:34 am

Re: Subsonic For ICS Android 4.0

Postby cones » Mon Apr 30, 2012 9:29 pm

Where is the download link for the app? All the links i'm clicking take me to a dead page.
cones
 
Posts: 2
Joined: Mon Apr 30, 2012 9:27 pm

Re: Subsonic For ICS Android 4.0

Postby b1ackjosh » Mon Apr 30, 2012 9:50 pm

Yeah mine too. Also is this only for ics or is it comparable with GB?

Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
b1ackjosh
 
Posts: 16
Joined: Wed Jan 19, 2011 9:15 am

Re: Subsonic For ICS Android 4.0

Postby jsr » Mon Apr 30, 2012 10:33 pm

cones wrote:Where is the download link for the app? All the links i'm clicking take me to a dead page.


The file is still mirrored at http://www.ragtop.org/upload/subsonic/Subsonic-02-26-2012.apk
jsr
 
Posts: 43
Joined: Wed Jun 29, 2011 1:30 pm
Location: Gilbert, AZ, USA

Re: Subsonic For ICS Android 4.0

Postby cones » Tue May 01, 2012 12:04 am

Thank you for the link jsr i didn't see it.
cones
 
Posts: 2
Joined: Mon Apr 30, 2012 9:27 pm

Re: Subsonic For ICS Android 4.0

Postby b1ackjosh » Tue May 01, 2012 4:27 pm

It seems to work on my GB 2.3.6 skyrocket!

Sent from my SAMSUNG-SGH-I727 using Tapatalk 2
b1ackjosh
 
Posts: 16
Joined: Wed Jan 19, 2011 9:15 am

Re: Subsonic For ICS Android 4.0

Postby toxic0 » Fri May 04, 2012 5:28 pm

Hellscream wrote:2. Install Apex launcher this will help you resize widget

That is not a solution, that's only a hack to avoid an annoying but simple to solve bug.

I'd like to see more developpers on the topic, subsonic isn't ready for ICS while the OS is spreading more and more.
toxic0
 
Posts: 2
Joined: Mon Apr 16, 2012 4:47 pm

Re: Subsonic For ICS Android 4.0

Postby bushman4 » Fri May 04, 2012 6:25 pm

I think you are misunderstanding the way this program progresses... there is only one developer. That is Sindre.

Anyone who is capable can branch off their own version of anything from the source code. But the impression that Subsonic has a whole cadre of developers behind it has no basis... there is only one, and he programs at his own pace. I for one am ecstatic with what he has produced so far, and am eagerly looking forward to what he releases in the future.

But I understand the limitations that being a single programmer puts on you... mostly time.

Have patience, young padewan.

(Happy Star Wars Day... May the Fourth be with you!)

Glenn
Glenn Sullivan
Subsonic 6.1.6 (Unraid Docker)
90 regular Subsonic Users

Library as of 2024-10-28:
4,527 artists
19,996 albums
282,151 songs
10201.40 GB
41,583 hours
User avatar
bushman4
 
Posts: 874
Joined: Thu Dec 02, 2010 1:47 pm
Location: Massachusetts, USA

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 4 guests