Hello list,
I just upgraded my Android (Toshiba AC100) to the latest CyanogenMod (Android 4.4.2 / CM 11) and updated PdDroidParty as well (PdDroidParty-debug-264.apk) Srtangely, PdDroidParty can't find any of my Patches any more (same goes for the example pathes). Any idea what's going on?
Cheers, Ralf Mattes
Hi!
On 18/07/14 16:18, R. Mattes via Pd-list wrote:
I just upgraded my Android (Toshiba AC100) to the latest CyanogenMod (Android 4.4.2 / CM 11) and updated PdDroidParty as well (PdDroidParty-debug-264.apk) Srtangely, PdDroidParty can't find any of my Patches any more (same goes for the example pathes). Any idea what's going on?
This sounds like something to do with the location of external storage changing.
Ugh, I have just looked at the code and we are getting the path to the files with a hardcoded "/sdcard" when we are supposed to use getExternalStorage() or similar instead. This is probably why it is failing, sorry about that. I will try to fix it soon.
Cheers,
Chris.
On Mon, 21 Jul 2014 21:57:54 +0200, Chris McCormick wrote
Hi!
On 18/07/14 16:18, R. Mattes via Pd-list wrote:
I just upgraded my Android (Toshiba AC100) to the latest CyanogenMod (Android 4.4.2 / CM 11) and updated PdDroidParty as well (PdDroidParty-debug-264.apk) Srtangely, PdDroidParty can't find any of my Patches any more (same goes for the example pathes). Any idea what's going on?
This sounds like something to do with the location of external storage changing.
Yes, sorry. I just read the code: somehow my old PdDroidParty seems to have searched everywhere. The new version only searches in /sdcard/PdDroidParty. Once I put my patch there everything worked fine.
Ugh, I have just looked at the code and we are getting the path to the files with a hardcoded "/sdcard" when we are supposed to use getExternalStorage() or similar instead. This is probably why it is failing, sorry about that. I will try to fix it soon.
BTW, a small feature request: when I close a patch I'm prompted with a "Are you shure you want to close ... ?" It would be rather convenient to have a third choice to go back to the patch selection list.
And another bug report: when I open a patch the sliders always show the "low" position, not the actual value set with a loadbang (this works in Pd). This error happens both for svg-styled and plain GUIs.
Thanks a lot,
RalfD
Hi,
On 21/07/14 23:28, R. Mattes wrote:
BTW, a small feature request: when I close a patch I'm prompted with a "Are you shure you want to close ... ?" It would be rather convenient to have a third choice to go back to the patch selection list.
And another bug report: when I open a patch the sliders always show the "low" position, not the actual value set with a loadbang (this works in Pd). This error happens both for svg-styled and plain GUIs.
Thanks, I have filed these in the issue tracker.
https://github.com/chr15m/PdDroidParty/issues
Cheers,
Chris.
R. Mattes <rm <at> mh-freiburg.de> writes:
On Mon, 21 Jul 2014 21:57:54 +0200, Chris McCormick wrote
Hi!
On 18/07/14 16:18, R. Mattes via Pd-list wrote:
I just upgraded my Android (Toshiba AC100) to the latest CyanogenMod
(Android
4.4.2 / CM 11) and updated PdDroidParty as well
(PdDroidParty-debug-264.apk)
Srtangely, PdDroidParty can't find any of my Patches any more (same
goes for
the example pathes). Any idea what's going on?
This sounds like something to do with the location of external storage changing.
Yes, sorry. I just read the code: somehow my old PdDroidParty seems to have searched everywhere. The new version only searches in /sdcard/PdDroidParty. Once I put my patch there everything worked fine.
Ugh, I have just looked at the code and we are getting the path to the files with a hardcoded "/sdcard" when we are supposed to use getExternalStorage() or similar instead. This is probably why it is failing, sorry about that. I will try to fix it soon.
...
Hi
I have the same problem, I just bought a ZTE Smart!16 with 4.4 Android on it and I cannot find any .pd patch on my SD Card...
any news? I bought this phone especially to use it with PdDroidParty...
Hi,
Thanks for pushing me to fix this. Please try the latest version at http://droidparty.net/ and let me know if it finds the patches.
Cheers,
Chris.
On 04/10/14 20:45, Mick Mengucci wrote:
R. Mattes <rm <at> mh-freiburg.de> writes:
On Mon, 21 Jul 2014 21:57:54 +0200, Chris McCormick wrote
Hi!
On 18/07/14 16:18, R. Mattes via Pd-list wrote:
I just upgraded my Android (Toshiba AC100) to the latest CyanogenMod
(Android
4.4.2 / CM 11) and updated PdDroidParty as well
(PdDroidParty-debug-264.apk)
Srtangely, PdDroidParty can't find any of my Patches any more (same
goes for
the example pathes). Any idea what's going on?
This sounds like something to do with the location of external storage changing.
Yes, sorry. I just read the code: somehow my old PdDroidParty seems to have searched everywhere. The new version only searches in /sdcard/PdDroidParty. Once I put my patch there everything worked fine.
Ugh, I have just looked at the code and we are getting the path to the files with a hardcoded "/sdcard" when we are supposed to use getExternalStorage() or similar instead. This is probably why it is failing, sorry about that. I will try to fix it soon.
...
Hi
I have the same problem, I just bought a ZTE Smart!16 with 4.4 Android on it and I cannot find any .pd patch on my SD Card...
any news? I bought this phone especially to use it with PdDroidParty...
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
On 06/10/14 20:42, Chris McCormick wrote:
On 04/10/14 20:45, Mick Mengucci wrote:
R. Mattes <rm <at> mh-freiburg.de> writes:
On Mon, 21 Jul 2014 21:57:54 +0200, Chris McCormick wrote
Srtangely, PdDroidParty can't find any of my Patches any more (same
This sounds like something to do with the location of external storage changing.
I have the same problem, I just bought a ZTE Smart!16 with 4.4 Android on it and I cannot find any .pd patch on my SD Card...
This is now fixed.
Cheers,
Chris.