Jump to content

James

Moderators
  • Posts

    752
  • Joined

  • Days Won

    125

Posts posted by James

  1. We hadn't planned on adding it, though I could certainly be convinced otherwise. It should automatically turn off after three days. Are you finding the battery drain too high? Its sleep-mode power consumption ought to be very low.

    God bless.

    James

  2. I've just added this new forum for DNA One. Please post any questions you have, problems you encounter, etc.

    (For my part, I'll be curious to see what folks make with the drastically more powerful Theme Designer on this device.)

    God bless.

    James

  3. "Fill Pod" will cut off based on dry hit detection, whereas  "Protect Pod" is effectively a temperature limit that it will not exceed (but it will keep firing).

    Some thicker juices don't wick as well and "Fill Pod" can be made less sensitive to help with that.

    If a pod is running cool for whatever reason, turning "Protect Pod" low can help with that. "Protect Pod" exists so that there is an upper limit to the temperature, even when people haven't set Replay.

  4. EScribe Suite 2.0 SP77
    For US-based customers (Windows): https://downloads.evolvapor.com/SetupEScribe2_SP77_US_ServicePack.exe
    For US-based customers (Mac): https://downloads.evolvapor.com/SetupEScribe2_SP77_US.pkg
    For international customers (Windows): https://downloads.evolvapor.com/SetupEScribe2_SP77_INT_ServicePack.exe
    For international customers (Mac): https://downloads.evolvapor.com/SetupEScribe2_SP77_INT.pkg
    For customers using Linux, see the 
    beta thread.

    --- DNA One ---
    Added support for DNA One pod device.

    --- Theme Designer ---
    Added support for DNA Pod devices of various screen sizes.

    --- EScribe Suite ---
    Miscellaneous bug fixes and improvements.

    • Like 1
    • Thanks 2
  5. In Theme Designer, go to Appearance -> Fonts and select a font that has the characters you want to use. The default theme uses the Built font, which has a limited character set, but you absolutely can choose a different font.

    (You can also add a secondary font if you want, if you want to use a font with limited character set, but have another font be used if the character is missing from the primary font.)

  6. Normally, Linux EScribe will ask "Would you like to grant permission?".

    It won't do this if certain things are missing, but they shouldn't be missing...

    Do you have /usr/bin/pkexec?

    Is your user in the "plugdev" group? (Does the group exist on your PC?)

    Does /etc/udev/rules.d exist? If so, is 60-dimension_engineering.rules present? If so, it's a text file. What does it look like?

    Essentially, EScribe uses /usr/bin/pkexec to prompt for a root password, and then adds your user to plugdev and writes the .rules file into /etc/udev/rules.d. It does this because on Linux, by default, a USB HID device can only be written to by the root user.  If /usr/bin/pkexec isn't present on your system, I'd be curious as to why. If there's a solid reason I can write fallback code.

    Thanks!

    God bless.

    James

  7. 5V should be fine. If it had put 9V or 12V onto USB (these do exist in the wild, even though they shouldn't), both the screen and FET driver would both be damaged by this.  I can't speak for that particular charger, but contact Oxva for a repair/replacement.

  8. If you click the icon to the left of "Puff" to bring up the button simulator, and click Fire, does the screen turn on? That'd tell us if there's an issue with the physical buttons.

    Also, before you start Device Monitor (make sure it is closed), go to Help->About in EScribe and left click the logo seven times. This will close the window and put the program into Debug mode. Then, start Device Monitor.

    If you do this, click the "Debug" group on the left to bring it up. What does "Buttons" say?

    As to 4.16 Ohms, PWM devices like Oxva can't read over 4 Ohm. 4.16 Ohm is probably the 4 Ohms limit with calibration applied. This almost certainly means it's not reading the pod resistance, or the connection has become very bad, but clearly it's detecting that there _is_ a connection, or it wouldn't have tried to measure it at all.

  9. Would you be willing to try an experimental firmware? It may have other bugs, but I'd be curious to know whether it fixes this problem for you.

    You should be able to apply the attached firmware by downloading it, going to Tools -> Apply Service Pack and clicking File. Then, browse to the file and select it.

    (It also fixes a startup glitch where it would fade the screen brightness in before the screen had been painted.)

    Thanks!

    God bless.

    James

    [attached file deleted -- see later in the thread for a newer version]

     

  10. EScribe Suite 2.0 SP71.1
    For US-based customers (Windows): https://downloads.evolvapor.com/SetupEScribe2_SP71_1_US_ServicePack.exe
    For US-based customers (Mac): https://downloads.evolvapor.com/SetupEScribe2_SP71_1_US.pkg
    For international customers (Windows): https://downloads.evolvapor.com/SetupEScribe2_SP71_1_INT_ServicePack.exe
    For international customers (Mac): https://downloads.evolvapor.com/SetupEScribe2_SP71_1_INT.pkg
    If you would like the Oxva-specific version, https://downloads.evolvapor.com/SetupEScribe2_SP71_1_OXVA.exe

    For customers using Linux, see the 
    beta thread.

    --- Oxva Pro 2 DNA ---
    Added an option in the Safety tab to adjust Fill Pod detection.

    --- Theme Designer ---
    Added an "Import Animation Frames" menu option for Meter and Picture controls on devices which support animations. (This saves you the trouble of creating a WebP file.)
    Fixed a bug introduced in Service Pack 69 which caused some themes (specifically, those with conditioned Labels with padding) to refuse to upload.
    Fixed a bug which caused some themes (specifically, those using known() and unknown()) to crash on older devices.

    --- EScribe Suite ---
    Fixed a crash when downloading settings on DNA Go and Reflex.
    Fixed a Linux (GTK 3) stability-related bug.
    Miscellaneous bug fixes and improvements.

    • Like 2
    • Thanks 1
  11. Normally, the program will recognize that it lacks the necessary permissions and ask for root access to install that rules file if it needs it.. Does pkexec not work for some reason in the setup you are describing? I've made some effort to not require any command line manipulation whatever.

    Also, I've updated the installer. It will look for libgtk-3-bin now, and use find instead of locate if it can't find that. (Hopefully.)

    Thanks!

    God bless.

    James

    • Like 1
  12. @Magigamix, I'm glad it's working for you! Turns out the bug wasn't Linux-specific, and was a rather serious bug! Thanks for reporting it!

    @Alessandro D.... Wow, investigating on Debian 13, the installer script is looking for the package libgtk-3-0, which they have renamed libgtk-3-0t64. Also, they've removed the locate program from the default install, which was my fallback in case the package lookup didn't work.  I'm not nearly smart enough to understand the wisdom of Debian, but, I'll change the script to look for libgtk-3-bin. That at least does not appear to have changed. Thanks for reporting this. It will be fixed in the next version. For what it's worth it would have also offered to install mono-complete if you hadn't installed it as well.

    ECigStats still seems to be broken. I'll need to investigate that.

    • Thanks 2
×
×
  • Create New...