DSub for Android

Alternative Android Client for Subsonic

Moderators: daneren2005, moderators

Re: DSub for Android

Postby daneren2005 » Mon Jan 07, 2013 3:20 pm

Usually that means that for whatever reason you are getting a invalid license response from the server. Why you are getting it I don't know.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby hakko » Tue Jan 08, 2013 11:44 am

What kind of license validation do you do in DSub? Do you use the returned email address and code somehow, or do you only verify that it says valid="true"?

http://subsonic.svn.sourceforge.net/vie ... xt%2Fplain
MusicCabinet developer
hakko
 
Posts: 1416
Joined: Tue Apr 17, 2012 7:05 pm
Location: Sweden

Re: DSub for Android

Postby daneren2005 » Tue Jan 08, 2013 6:08 pm

I use the same licence validation that the standard app. I replied to the other thread.

Sent from my HTC One X using Tapatalk 2
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby borchgrevink » Wed Jan 09, 2013 7:55 am

Hi. I just bought Dsub, great app! Love the ability to add to playlist.

BUT, is it also possible to make a playlist?

Thanks.

Christian
borchgrevink
 
Posts: 12
Joined: Mon Jan 07, 2013 9:43 am

Re: DSub for Android

Postby mr_nobody » Wed Jan 09, 2013 1:15 pm

What do you mean? You can save the current playlist to the server.
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: DSub for Android

Postby borchgrevink » Wed Jan 09, 2013 1:48 pm

mr_nobody wrote:What do you mean? You can save the current playlist to the server.



Ooops, sorry. I couldnæt find it. OK now. Is the option hidden away too much?
borchgrevink
 
Posts: 12
Joined: Mon Jan 07, 2013 9:43 am

Re: DSub for Android

Postby mr_nobody » Wed Jan 09, 2013 2:51 pm

All of the current playlist operations are accessible from the menu when you bring up the playlist...personally, I would not want more buttons on the now playing screen...but just my opinion...
mr_nobody
 
Posts: 202
Joined: Thu May 31, 2012 8:17 pm

Re: DSub for Android

Postby daneren2005 » Wed Jan 09, 2013 3:51 pm

If you want to create a new playlist you have to do it from the now playing tab's menu -> Save Playlist. There is no way to create a new playlist from the Add To Playlist option. I've thought about it, I just haven't gotten around to it yet ;)
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby Avathar » Thu Jan 10, 2013 3:01 pm

Hi!

I'm also compiling DSub from Source, but with the latest version from github (as of today) i get FCs when opening a folder or an album.
Logcat is provided below. I didn't make any changes to the source (yet).

Any hints are appreciated ;)

Code: Select all
D/MusicDirectoryParser(30290): Got music directory in 16ms.
I/ActivityManager(  439): Displayed github.daneren2005.dsub/.activity.SelectAlbumActivity: +171ms
D/dalvikvm(30290): GC_FOR_ALLOC freed 185K, 27% free 6507K/8900K, paused 15ms, total 16ms
D/dalvikvm(30290): GC_CONCURRENT freed 12K, 13% free 7787K/8900K, paused 2ms+2ms, total 18ms
D/AndroidRuntime(30290): Shutting down VM
W/dalvikvm(30290): threadid=1: thread exiting with uncaught exception (group=0x41696930)
I/SubsonicTabActivity(30290): Stack trace written to /storage/emulated/0/subsonic-stacktrace.txt
E/AndroidRuntime(30290): FATAL EXCEPTION: main
E/AndroidRuntime(30290): java.lang.ClassCastException: android.widget.EditText cannot be cast to android.widget.CheckedTextView
E/AndroidRuntime(30290):        at github.daneren2005.dsub.view.SongView.<init>(SongView.java:57)
E/AndroidRuntime(30290):        at github.daneren2005.dsub.view.EntryAdapter.getView(EntryAdapter.java:68)
E/AndroidRuntime(30290):        at android.widget.HeaderViewListAdapter.getView(HeaderViewListAdapter.java:220)
E/AndroidRuntime(30290):        at android.widget.AbsListView.obtainView(AbsListView.java:2159)
E/AndroidRuntime(30290):        at android.widget.ListView.makeAndAddView(ListView.java:1831)
E/AndroidRuntime(30290):        at android.widget.ListView.fillDown(ListView.java:674)
E/AndroidRuntime(30290):        at android.widget.ListView.fillFromTop(ListView.java:735)
E/AndroidRuntime(30290):        at android.widget.ListView.layoutChildren(ListView.java:1652)
E/AndroidRuntime(30290):        at android.widget.AbsListView.onLayout(AbsListView.java:1994)
E/AndroidRuntime(30290):        at android.view.View.layout(View.java:14003)
E/AndroidRuntime(30290):        at android.view.ViewGroup.layout(ViewGroup.java:4375)
E/AndroidRuntime(30290):        at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1663)
E/AndroidRuntime(30290):        at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1521)
E/AndroidRuntime(30290):        at android.widget.LinearLayout.onLayout(LinearLayout.java:1434)
E/AndroidRuntime(30290):        at android.view.View.layout(View.java:14003)
E/AndroidRuntime(30290):        at android.view.ViewGroup.layout(ViewGroup.java:4375)
E/AndroidRuntime(30290):        at android.widget.FrameLayout.onLayout(FrameLayout.java:448)
E/AndroidRuntime(30290):        at android.view.View.layout(View.java:14003)
E/AndroidRuntime(30290):        at android.view.ViewGroup.layout(ViewGroup.java:4375)
E/AndroidRuntime(30290):        at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1663)
E/AndroidRuntime(30290):        at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1521)
E/AndroidRuntime(30290):        at android.widget.LinearLayout.onLayout(LinearLayout.java:1434)
E/AndroidRuntime(30290):        at android.view.View.layout(View.java:14003)
E/AndroidRuntime(30290):        at android.view.ViewGroup.layout(ViewGroup.java:4375)
E/AndroidRuntime(30290):        at android.widget.FrameLayout.onLayout(FrameLayout.java:448)
E/AndroidRuntime(30290):        at android.view.View.layout(View.java:14003)
E/AndroidRuntime(30290):        at android.view.ViewGroup.layout(ViewGroup.java:4375)
E/AndroidRuntime(30290):        at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:1892)
E/AndroidRuntime(30290):        at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1711)
E/AndroidRuntime(30290):        at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:989)
E/AndroidRuntime(30290):        at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4351)
E/AndroidRuntime(30290):        at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749)
E/AndroidRuntime(30290):        at android.view.Choreographer.doCallbacks(Choreographer.java:562)
E/AndroidRuntime(30290):        at android.view.Choreographer.doFrame(Choreographer.java:532)
E/AndroidRuntime(30290):        at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735)
E/AndroidRuntime(30290):        at android.os.Handler.handleCallback(Handler.java:725)
E/AndroidRuntime(30290):        at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(30290):        at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(30290):        at android.app.ActivityThread.main(ActivityThread.java:5198)
E/AndroidRuntime(30290):        at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(30290):        at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime(30290):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
E/AndroidRuntime(30290):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
E/AndroidRuntime(30290):        at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager(  439):   Force finishing activity github.daneren2005.dsub/.activity.SelectAlbumActivity
W/ActivityManager(  439):   Force finishing activity github.daneren2005.dsub/.activity.SelectAlbumActivity
W/ActivityManager(  439): Activity pause timeout for ActivityRecord{4196f0e0 u0 github.daneren2005.dsub/.activity.SelectAlbumActivity}

Avathar
 
Posts: 8
Joined: Sun Dec 18, 2011 11:09 am

Re: DSub for Android

Postby daneren2005 » Thu Jan 10, 2013 3:25 pm

What device/android version are you running for starts? I haven't heard of anyone just not being able to run DSub at all like that.

Edit: And that really doesn't make any sense. It is claiming to be trying to cast but I just looked and it is going from a CheckedTextView to a CheckedTextView like it should.
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby Avathar » Thu Jan 10, 2013 4:19 pm

I also never had this problem before..the "old" subsonic app also runs fine.

I'm using a Galaxy Nexus with Cyanogenmod 10.1 installed.
Avathar
 
Posts: 8
Joined: Sun Dec 18, 2011 11:09 am

Re: DSub for Android

Postby daneren2005 » Thu Jan 10, 2013 4:21 pm

Does it happen when you try to use the apk I put up in the announcement?
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby Avathar » Thu Jan 10, 2013 4:31 pm

Ok i just tried the 3.6.9 release apk and it just works fine..also an older build i had still on my pc from late november worked fine.

This is very weird..maybe i'll do a fresh checkout from git and try again..
Avathar
 
Posts: 8
Joined: Sun Dec 18, 2011 11:09 am

Re: DSub for Android

Postby daneren2005 » Thu Jan 10, 2013 5:09 pm

Yah something is wrong with your compilating then. The only thing I can think of is that you are not linking to the correct SDK? Make sure you are linking to the SDK for API 16 (I think?)
Developer of DSub for Android
daneren2005
 
Posts: 1709
Joined: Fri Jul 06, 2012 7:52 pm

Re: DSub for Android

Postby jeme » Thu Jan 17, 2013 6:00 am

Hi I was wondering if it is at all possible to have the app place the cover art as a file in the album folder and not in a seperate directory. Sometimes I like to listen to my already downloaded music with a different music app and it would be nice if it used my subsonic cover art,
jeme
 
Posts: 10
Joined: Thu Jan 17, 2013 5:57 am

PreviousNext

Return to DSub for Android

Who is online

Users browsing this forum: No registered users and 7 guests