UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. pavelprosto
    Offline
    • Profile
    • Following 1
    • Followers 2
    • Topics 9
    • Posts 83
    • Groups 0

    pavelprosto

    @pavelprosto

    93
    Reputation
    48
    Profile views
    83
    Posts
    2
    Followers
    1
    Following
    Joined
    Last Online
    Location Russian

    pavelprosto Unfollow Follow

    Best posts made by pavelprosto

    • Need testers Home Screen for Ubuntu Touch

      screenshot.jpg

      Sometimes it is necessary to minimize the active application to the tray. So that the next time you turn on the screen, it would be active, but not occupy an active place. uHome, a home screen with widgets support, will help you with this task.

      The application has its own built-in widgets. In addition, you can download other widgets to customize your home screen more.

      • An analog clock will always show you the current time, and a variety of themes allow you to customize it to your liking.
      • Stickers will help you remind you of the most important things. And their striking design attracts attention.
      • The link can create an internet link or launch an application with URLdispatcher support.

      For developers

      Widgets are able to receive information from the Internet, receive and send files from the Content Hub.

      To write temporary files, the directory is used:
      /home/phablet/.cache/uhome.pavelprosto/
      Custom widgets are located at:
      /home/phablet/.local/share/uhome.pavelprosto/

      Widgets can't!

      • Have access to user files
      • Have access to a camera or microphone
      • Have access to location
      • Launch and access application files (only URLdispatcher available)
      • Have access to sms, calendar and phone book

      You can create your own widgets using QML and PyOtherSide. See examples of standard widgets and example of weather widget.

      You can download this in openstore
      source code on github
      OpenWeatherMap widget for uHome

      screenshot.jpg

      Add this widget to your home screen and stay up to date with the current weather
      You can uninstall this application after successfully installing the widget.

      You can download widget in openstore
      source code on github

      posted in App Development testing widget development homescreen
      pavelprostoP
      pavelprosto
    • Python examples

      I wrote Python examples. Maybe someone will help

      • First project for Ubuntu Touch - Hello, world!

      • Create RGBA Image with Python on Ubuntu Touch

      • Writing a Calculator on Python for Ubuntu Touch

      • Interacting with QML Interface via Python on Ubuntu Touch

      • Working with Web Content with Python on Ubuntu Touch

      • Dynamically creating objects to ListBox with Python on Ubuntu Touch

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Need testers Home Screen for Ubuntu Touch

      https://open-store.io/app/uhome.pavelprosto
      uHome is published in the open-store
      It was a very long and difficult journey. Thank you all for your tremendous support!
      I leave this topic for testing new beta versions and finding bugs 😃

      posted in App Development
      pavelprostoP
      pavelprosto
    • Need testers Transmission client

      I wrote a Transmission client interface for Ubuntu Touch. I would be very happy to test it and get feedback.
      You can download it here
      transmission.pavelprosto_1.0.0_all.click
      Please inform:

      • Does the program work?
      • The name of your device
      • The architecture of your processor ( in the terminal, command arch )
      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Need testers Transmission client

      Problem solved 🙂
      I finish the final touches and publish in OpenStore !
      THANKS VERY MUCH FOR YOUR HELP! 😘

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Python examples

      I am very glad that everyone really liked my examples.:heart_suit:
      I see this as a great need for the development of the community and will continue learning modules in Python Ubuntu Toch :beaming_face_with_smiling_eyes:

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Don't have permission to exec library in cache directory

      @dobey THANK YOU VERY MUCH!
      It is fantastic! Everything works with safe permission 😉
      I finish the final touches and publish in OpenStore 😘

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Need testers Home Screen for Ubuntu Touch

      Thank you all for the kind words of support 😃 You inspire me and give me strength:flexed_biceps: I keep developing, see you soon in the open-store

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Need testers Home Screen for Ubuntu Touch

      New version to upload in Open Store and GitHub:

      • The api of the application was updated on GitHub for everyone
      • The position of the widget settings button has been changed so as not to overlap with other elements.
      • New template browser for links. Added many new
      • Added Analog Watch Dial
      • Added Dutch translation
      • Added time update slider for weather widget

      What hasn't been fixed/added yet

      • Landscape mode does not work fully
      • Widgets still do not support localization(only the program itself can be translated)
      • Later I will add a browser for icons for the link widget
      • There was a wish that the stickers could be of any color.
      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Camera rotation

      @stanwood It's nice to go to the forum and read that my app is already recommended. Thank you so much :grinning_face:
      I have now paused the development of this project (I am working on another project).
      In the future, I plan to:

      • Add IPTV support.
      • Desktop-mode support (waiting MHL adapter)
      • And support for video subtitles
      posted in Google Nexus 6P
      pavelprostoP
      pavelprosto

    Latest posts made by pavelprosto

    • RE: Godot 3D Test

      add arm64 support. I'm sorry it took so long. A lot of work, I don't have time to update applications 😃 I hope there will be more time in August.

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Godot 3D Test

      Nexus 5
      screenshot20210630_221453039.jpg

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Current state of video playback?

      @flohack That's why I developed this project. That is, I can write improvements for an existing media player and they will be published?

      posted in Oneplus 5/5T
      pavelprostoP
      pavelprosto
    • RE: Godot project

      Finish!

      • If you want to create a Godot project, you need to use version 3.2.1
        https://downloads.tuxfamily.org/godotengine/3.2.1/
      • We create a project folder and copy the missing files to it.
        Directory click, build-ubports.sh, clickable.json
        from ubports-circle-jump
      • In all files, you must replace the project name with your own.
      • Open Godot project. Project->Export->Linux/X11->Export PCK/ZIP
      • Save your *.pck file in project(Clickable) path.
      • Open terminal in project path and run:
      clickable
      

      You may have an error: 404 file not found.
      In build-ubports.sh go to 7 line and change URL_LATEST
      Copy actual ubports-godot link for armhf architecture.

      # The latest build can always be obtained from this URL
      URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download
      

      For better work, do not forget to change the settings of your project, as in the example of ubports-circle-jump

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Godot project

      @cibersheep Can you send a link to the channel?

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Godot project

      I managed to create a project. Created a new folder, copied the project. And I copied the missing files, then replaced the name in them with what I need.
      The build has started, but the project crashes when launched on a smartphone.
      It is necessary to understand how the circle_jump. pack file is created

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Godot project

      @pavelprosto I love to ask, and then answer my own question 😃
      error in build-ubports.sh:
      Go to 7 line and change URL_LATEST
      Copy actual ubports-godot link for armhf architecture.

      # The latest build can always be obtained from this URL
      URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download
      

      Then launch terminal, connect your phone and run:

      clickable
      

      It remains to figure out how to create your own project like this.

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Need testers Home Screen for Ubuntu Touch

      @domubpkm Tell in details. I don't know what automatic dialing is?

      posted in App Development
      pavelprostoP
      pavelprosto
    • Godot project

      I try compile Godot project for Circle Jump https://open-store.io/app/circlejump.abmyii
      build-ubports.sh script don't work. Instructions on how to compile there are not.
      Does anyone have any experience or instructions on how to compile a project for Godot?

      posted in App Development
      pavelprostoP
      pavelprosto
    • RE: Current state of video playback?

      @flohack Yes, we have already talked about this.
      I think I will fix this error when I can do APT support. I have already managed to successfully compile and run Transmission, FFMPEG, Midnight Commander, PIL library for Python
      But here the question arises whether the developers will be ready for such innovations 😃

      posted in Oneplus 5/5T
      pavelprostoP
      pavelprosto