jbrodriguez

Community Developer
  • Posts

    1947
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jbrodriguez

  1. Hello gridrunner, I value privacy a lot, so the questions you ask are totally fine with me. With regards to Android TV, I'm not really sure, since I don't know if Android TV runs a sub-set or a different version of Android. I will check this. Now on to the permissions: - Photos / Media / Files Actually, I think I can improve that. I cache the server banner locally (and in the future docker/vms logos), so I'm using the device images folder to store them. But I think I can drop the external storage requirement, just need to check it doesn't break any other code. - Wi-Fi connection information Right - Device ID & call information I'm using the device id as the user identifier for the crash reporting library embedded in the app (it's Fabric/Crashlytics by Twitter). I think I could md5 the device id, before it leaves the app, to keep it private. As for call information, I'm not really using that. To be honest I didn't know the app requests access to the phone number, active calls and remote number The only permissions currently set are INTERNET, WRITE_EXTERNAL_STORAGE and SYSTEM_ALERT_WINDOW. I'll investigate how to drop the call information requirement.
  2. Great to know it's working for you now saarg and Kewjoe ! Thanks a lot to saarg, for his support in troubleshooting this issue
  3. Hi newoski, You need to select which shares/folders you want to move. Move your mouse over the unRAID Shares Explorer at the bottom, it will display the red add button next to a folder. Choose the ones you want, then you should be good to go.
  4. Hi, I've released v1.1.5 on the Play Store (normal roll out times apply) I've set the following default timeouts, when detecting a new server: Manual mode: 10 seconds (10000 ms) Automatic mode: 0.5 seconds (500 ms) Both values are configurable and should be expressed in milliseconds.
  5. Kewjoe, I've been discussing with saarg an issue he had adding one of his servers. We seem to agree that it's due to the timeout I've set to wait for a server's answer. It's currently set at half a second. If the server doesn't answer before that half a second, then the app thinks it's down. I believe this is what happening to you too. I've been thinking about how to manage this and what I'll do is increase the timeout for Manual mode (I'll set it to 10 seconds) and leave the timeout at half a second for Automatic mode, but it will be customizable in the Settings. I'll release an update soon.
  6. Hi, I just pushed 1.1.4 (takes a while to roll out on the Play store) I made a fix to the ip/port validation routine (when adding servers). The ip should be entered without http://, just the ip number. Kewjoe, do you have bridge enabled on your server ?
  7. saarg, the same question ... you are on your internal wifi right ? In the manual tab, is an ip address pre-populated or is it blank ?
  8. Hi Kewjoe, Currently, it's supposed to work from inside the lan network (internal wifi). One question .. when you go to the manual tab, does it show an ip address or the field appears blank ? Let me know.
  9. These are the features currently requested for ControlR (Requests Forum) I'm working on the docker and vm support right now, I hope to release a new version soon.
  10. Thanks for the comments Sean M ! I've made some progress on the next version, which should include a warning when there are permission issues, during the calculation phase. Based on Squid's comment, the suggestion will be to install Fix Common Problems plugin and run Docker Safe New Permissions.
  11. Thanks John_M, I'll check the link. Thanks Frank1940/ideaman924 for the heads-up. I'm running some tests, so I'm needing a blank password. Nothing permanent
  12. How can you set user password to blank/null ? The user interface asks for something other than blank/space
  13. I've had some experience deleting files from an reiserfs formatted drive ... It's definitely slower, FWIW ...
  14. Thanks ryoko227 ! VM management is one of the top feature requests. Remote access has been also requested. I'll look into it.
  15. Thanks bungee91, I'll check them over the weekend.
  16. I've published v1.1.3 (should be available in the Play Store soon), with the following changes: - Fix display of disk info (second cache, unmountable, etc.) - Validate input for ip and port - Display app version in Libraries page - Bug fixes and improvements Additionally, I set up a page to receive feature requests and feedback: https://feedback.userreport.com/b5864402-1922-4c3e-810c-0e427f4d204a/ I've started the list with docker support, add any others.
  17. Actually, it's currently logging the ownership+permissions during the calculation phase, but it's not acting upon it. I'll look into implementing a warning if there's a mismatch in ownership or permissions, suggesting to run the 'new permission' function. I also discovered that the plugin always runs as nobody, regardless of the settings I'll fix this in the next version. With regards to stopping the move operation, I had thought about it. What I don't like too much is that it could leave the folders in an inconsistent state (some files copied to a disk, rather than a whole folder, duplicate folders, etc.) The user would need to be very aware of this fact.
  18. Thanks ! Yes that should be possible, I'll see if I can make it optional.
  19. I've published v1.1.1 Changes Confirm powerdown, reboot and stop array commands (user configurable in settings, on by default) UI improvements (increase elements size, make gray text more legible) Add reboot command Display uptime (static until next refresh) Sort servers by ip address Fix issue with second parity disk (don't display it if not present) Bug fixes and improvements
  20. I tested with a test 6.2-beta server with password set and it worked, but I'll look into it again. saarg, I'm publishing a new version (didn't find anything unusual with 6.2 and passwords). Next steps is recreating what you mention, to try and replicate the issue. I did some more testing here as I got some varying results. Using the beta fresh on a usb stick without a license added I can add it in the app. If I add the Pro key and/or password I can still add it. As soon as I reboot, I can no longer add it. If I remember correctly (Didn't write down stuff), the server have a red x in the app. So I start fresh with 6.1.9. No problem after adding Pro key and password even after reboot. So I decided to update to the beta. I did not delete the server in the app before updating as I wanted to check if the app could connect. This time it connected. I then tried adding the server on my phone, but then it was back to not being added. I then decided to insert my production 6.2 beta and see if I could connect to the server in the app. And now it connected! The previous add server was called Tower and the production server is called Server1. The result was that Server1 was added as a new server, but no IP in the (). They both had the same IP as it's given the address based on MAC. My server is a Supermicro X9DR7-LN4F dual CPU board with 4 port NIC and a dedicated IPMI LAN Port. I only use one of the LAN ports, but have tried different ones and also different ports on the switch. Tell me if there is any logging I can do in the app to help you find the cause.
  21. FWIW, I get some of those errors when backing up my mac to a zfs pool, so, in general, something to do with apple's filesystem.
  22. Thanks Unqualified Spectator ! I think I might go for that "Buy me a Beer" button .. after all, beer helps me code better
  23. I tested with a test 6.2-beta server with password set and it worked, but I'll look into it again.