System tune-up, optimization, tweaking
Jun 3rd, 2014, 5:34 am
Nope, not Pandora specific, it's just generic Bluetooth stuff. Hmm, yeah I don't know Java and Android systems so I'm not sure what all you're doing. I do some Javascript and PHP with web design stuff, but that's pretty much all I know, enough to have a little bit of a grasp of what you can and can't do, but nothing Android-specific.

I was hoping there was a built-in Android trigger of some sort you could use, but it sounds like there isn't. Hmm, how hard is it for you to look at how Pandora handles skipping forward? Maybe it does have code for recognizing skipping backward but just does nothing (like something for future use)?
Jun 3rd, 2014, 5:34 am
Jun 3rd, 2014, 7:10 am
(GL)gamer765 wrote:Yes, try that please

Thank you sir for your help all is good now and this app has been reclaimed my favorite :lol:
Jun 3rd, 2014, 7:10 am
Jun 3rd, 2014, 9:25 am
(GL)gamer765 wrote:Oh, I didn't know that. I thought it was one of those indash navs with its own music system and gps since Pandora can connect to those too, like in those commercials I see for new cars. However it would seem extremely hacky since Pandora doesnt natively handle the previous track command.



Thank you for implementing a feature that prevents double downloads of same song.

I was wondering if you could implement the following idea to make this feature even better.

So today I was listening to song Eminem Not Afraid.

I had previously liked this song but I wasn't sure if I had downloaded this song before so I reclicked thumbs up and it started downloading it. And then I reclicked thumbs up and this time it said song already exists (just like it should).

Now I navigate to the folder and I see 'Eminem - Not Afraid.mp3' (just as expected) but I also see 'Eminem - Not Afraid.m4a' (which I had previously download using the older version of patcher)

So is there anyway you can add a feature were it looks to see if the file with the same exact name but with '.m4a' or '.mp4' extension exists and if it does then it deletes those and keeps only the '.mp3' it just downloaded?
Jun 3rd, 2014, 9:25 am
Jun 3rd, 2014, 2:52 pm
One suggestion: Make the download option able to download to locations other than /sdcard0.

Code: Select all[ 06-03 08:35:40.745   438:  438 E/AndroidRuntime ]

FATAL EXCEPTION: main

Process: com.pandora.android, PID: 438

java.lang.SecurityException: Destination must be on external storage: file:///storage/sdcard1/Pandora/The Glitch Mob - I Need My Memory Back.m4a

   at android.os.Parcel.readException(Parcel.java:1465)

   at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:185)

   at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:137)

   at android.content.ContentProviderProxy.insert(ContentProviderNative.java:475)

   at android.content.ContentResolver.insert(ContentResolver.java:1190)

   at android.app.DownloadManager.enqueue(DownloadManager.java:946)

   at com.hunterx.pandorapatcher.Patches.downloadSong(Patches.java:527)

   at com.hunterx.pandorapatcher.Patches.access$20(Patches.java:516)

   at com.hunterx.pandorapatcher.Patches$31.onClick(Patches.java:504)

   at com.android.internal.app.AlertController$ButtonHandler.handleMessage(AlertController.java:166)

   at android.os.Handler.dispatchMessage(Handler.java:102)

   at android.os.Looper.loop(Looper.java:136)

   at android.app.ActivityThread.main(ActivityThread.java:5081)

   at java.lang.reflect.Method.invokeNative(Native Method)

   at java.lang.reflect.Method.invoke(Method.java:515)

   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)

   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)

   at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)

   at dalvik.system.NativeStart.main(Native Method)


I have an internal "sdcard" (16GB) called /sdcard0 and an external one I use just for music and photo storage which the system views as /sdcard1. I'd like to be able to download directly to that sdcard using the thumbs up button but unless I tell the patcher to download to /sdcard0, it crashes.
Jun 3rd, 2014, 2:52 pm
Jun 3rd, 2014, 3:08 pm
have no issue with mp3 download or anything else except.. pandora keep push me go to the lock screen every time a songs change..
have no problem with previous version patcher. im still on v2.9.4.. ty
Jun 3rd, 2014, 3:08 pm
Jun 3rd, 2014, 4:39 pm
@benutne, I can't really do anything since the Android download manager recognizes the internal sdcard as the only valid location to download to. That's why downloading elsewhere throws a security exception. Blame google.
@Blue Fire, I don't do anything with the lock screen so I don't know why it's doing that.
Jun 3rd, 2014, 4:39 pm

Like my work? Consider a donation: http://bit.ly/1fnw38T
Image
Jun 3rd, 2014, 7:28 pm
(GL)gamer765 wrote:@benutne, I can't really do anything since the Android download manager recognizes the internal sdcard as the only valid location to download to. That's why downloading elsewhere throws a security exception. Blame google.
@Blue Fire, I don't do anything with the lock screen so I don't know why it's doing that.


What about what I said two post above them.. is that a possibility?


P.S. People having problem downloading on Ext SD Try this module http://forum.xda-developers.com/xposed/modules/xposed-downloads2sd-t2656338 AND this one if you are on KK http://forum.xda-developers.com/xposed/ ... e-t2693521

If you need to skip songs using volume keys: use this module http://forum.xda-developers.com/xposed/modules/mod-xposed-additions-t2294274

If you want rich notification to be always expanded use this http://forum.xda-developers.com/xposed/ ... d-t2561297
Jun 3rd, 2014, 7:28 pm
Jun 3rd, 2014, 7:34 pm
(GL)gamer765 wrote:
I'm just stumped at why it doesn't work for you anymore since I haven't done anything drastic to cause it to stop working. I'll revisit 2.8.5 to determine what changes might be causing it. But if I had to guess, I'd say it's not taking the now playing activity to generate an alert dialog. Out of curiosity, do you have other modules installed that modify system behavior?


Solved: I have downloaded a 5.2 misnamed as it was a 5.3 :| How a n00b am I :|

Everything works like a charm, rich notifications, download etc.. again thank you! it's just awesome and gets better at every release!

Some features request:
would it be possible to save songs straight on Drive/Dropbox?
would it be possible to auto download every song in a station?
Jun 3rd, 2014, 7:34 pm
Jun 3rd, 2014, 7:49 pm
I'm considering rewriting the module since it's starting to get pretty messy.
Jun 3rd, 2014, 7:49 pm

Like my work? Consider a donation: http://bit.ly/1fnw38T
Image
Jun 3rd, 2014, 8:04 pm
(GL)gamer765 wrote:@benutne, I can't really do anything since the Android download manager recognizes the internal sdcard as the only valid location to download to. That's why downloading elsewhere throws a security exception. Blame google.
@Blue Fire, I don't do anything with the lock screen so I don't know why it's doing that.



now i just disable your rich notification and everything work flawless.
official pandora didn't mess up my slide screen lock (have playback and album cover on slide screen lock but not push me go to the sceen lock every time a songs change) .. i think you should check this.

*kk 4.4.2
*slide screen lock
*immersive on
Jun 3rd, 2014, 8:04 pm
Jun 3rd, 2014, 9:40 pm
There is nothing for me to look into if the rich notifications cause it. I only change one flag that allows it to be enabled. It was disabled in the first place for good reason, it is incomplete and buggy. I get some bugs too on my HP TouchPads as well (half the notification gets cut off) meanwhile it works flawlessly on my HTC One.
Jun 3rd, 2014, 9:40 pm

Like my work? Consider a donation: http://bit.ly/1fnw38T
Image
Jun 3rd, 2014, 10:02 pm
Working flawless on my HTC One Max also bro.

Thanks :)
Jun 3rd, 2014, 10:02 pm
Jun 3rd, 2014, 10:29 pm
(GL)gamer765 wrote:There is nothing for me to look into if the rich notifications cause it. I only change one flag that allows it to be enabled. It was disabled in the first place for good reason, it is incomplete and buggy. I get some bugs too on my HP TouchPads as well (half the notification gets cut off) meanwhile it works flawlessly on my HTC One.




now i use and test with "force pandora rich notification" v1.0 original module add-on. i dont have any issue and work flawless.
my problem solve by myself! :D

anyway ty so much for quick reply and awesome patcher.. i really love it! :D
Jun 3rd, 2014, 10:29 pm
Jun 5th, 2014, 2:48 am
Not sure if this has been answered before. I checked all the Pandora patcher post in this forum.

I'm having a problem getting v2.9.5 to work with CM11 on nexus 4.

I installed 5.3, xposed, v2.9.5, and have root of course.
What I have tried:

I rebooted after making everything active.
I shut down pandora and killed the service, rebooted.
I forced closed pandora, rebooted.
I force closed pandora patcher, rebooted.
I forced closed patcher, forced closed pandora, force closed xposed, rebooted.

Soft rebooted and hard rebooted.

Any thoughts?

By the way thanks you for this awesome piece of software!!
Jun 5th, 2014, 2:48 am
Jun 5th, 2014, 3:13 am
Of course after post it is now working.

The Only thing I DID NOT TRY was to uncheck everything and then try checking everything again.
Simple as that and now working everything is working.

Dumb IT mistake. I need my credentials revoked :)
Jun 5th, 2014, 3:13 am