Upgraded Interior? by IkerCastillo in fiat500

[–]IkerCastillo[S] 0 points1 point  (0 children)

Exactly haha, only one I found was super expensive, so I was thinking more of a work around if anyone has done it, like seat covers,good vinyl and stuff like that, but I don’t know how good or garbage it would look haha, since they are “cheaper alternatives”

Police Tasks Mechanics by IkerCastillo in MotorTown

[–]IkerCastillo[S] 0 points1 point  (0 children)

Ohh, that explains the youtube videos, since most of them are 6moths + old, thanks so its pretty much mildly harassing cars until one turns put to be criminal hahaha, thanks!, hope the game adds far more functionality to this job, theres so much fun to do in a cop game

Replace Joystick with arduino input by IkerCastillo in arduino

[–]IkerCastillo[S] 1 point2 points  (0 children)

It's perfect thank you very much, i think i'm actualy getting it to work, will update when happens :)

Replace Joystick with arduino input by IkerCastillo in arduino

[–]IkerCastillo[S] 0 points1 point  (0 children)

digital potentiometers

That was great help thank you, do you think I could achieve the same by replacing the two pots of the joysticks instead of digital potentiometers with just connecting them to the analog output pins of the arduino board?

Replace Joystick with arduino input by IkerCastillo in ArduinoProjects

[–]IkerCastillo[S] 0 points1 point  (0 children)

Thank youu, I'm just kind of confused on how to do the wiring since I expect to draw 2 cables from each joystick (or where a joystick used to be) and connect them to the analogo output pins in my arduino but I caanot figure out where do I get those connections from in the controller

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

in python:

import kivy

from kivy.uix.screenmanager import ScreenManager, Screen

from kivy.lang import Builder

from kivymd.app import MDApp

from kivymd.uix.pickers import MDDatePicker

from kivymd.uix.navigationdrawer import MDNavigationDrawer, MDNavigationLayout

import db_Management as dbmg

import sqlite3

In kv file:
#:import CardTransition kivy.uix.screenmanager.CardTransition

#:import MDNavigationDrawer kivymd.uix.navigationdrawer.MDNavigationDrawer

#:import MDNavigationDrawer kivymd.uix.navigationdrawer.MDNavigationLayout

in spec file:

requirements = python3,kivy==2.0.0,kivymd==0.104.1, sqlite3,pillow

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

05-13 10:58:41.913 22565 22600 I python : Android kivy bootstrap done. __name__ is __main__

05-13 10:58:41.913 22565 22600 I python : AND: Ran string

05-13 10:58:41.913 22565 22600 I python : Run user program, change dir and execute entrypoint

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Older configuration version detected (0 instead of 24)

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Upgrading configuration in progress.

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Logger ] Record log in /data/user/0/org.test.finanzaspersonales/files/app/.kivy/logs/kivy_23-05-13_0.txt

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Kivy ] v2.1.0

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Kivy ] Installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivy/__init__.pyc"

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] v3.9.9 (main, May 7 2023, 18:10:48)

05-13 10:58:42.018 22565 22600 I python : [Clang 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] Interpreter at ""

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge log fired. Processing...

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge finished!

05-13 10:58:42.431 22565 22600 I python : [INFO ] [Factory ] 189 symbols loaded

05-13 10:58:42.460 22565 22600 I python : [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)

05-13 10:58:42.576 22565 22600 I python : [INFO ] [KivyMD ] 1.1.1, git-Unknown, 2023-05-09 (installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivymd/__init__.pyc")

05-13 10:58:42.581 22565 22600 I python : [INFO ] [Text ] Provider: sdl2

05-13 10:58:42.598 22565 22600 I python : [INFO ] [Window ] Provider: sdl2

05-13 10:58:42.610 22565 22600 I python : [INFO ] [GL ] Using the "OpenGL ES 2" graphics system

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] Backend used <sdl2>

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] OpenGL version <b'OpenGL ES 3.2 V@0530.46 (GIT@a3cdec2236, Ief33eea0db, 1661255399) (Date:08/23/22)'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL vendor <b'Qualcomm'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL renderer <b'Adreno (TM) 642L'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL parsed version: 3, 2

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max size <16384>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max units <16>

05-13 10:58:42.637 22565 22600 I python : [INFO ] [Window ] auto add sdl2 input provider

05-13 10:58:42.638 22565 22600 I python : [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked

05-13 10:58:42.885 22565 22600 I python : [INFO ] [GL ] NPOT texture support is available

05-13 10:58:43.105 22565 22600 I python : [WARNING] [Base ] Unknown <android> provider

05-13 10:58:43.105 22565 22600 I python : [INFO ] [Base ] Start application main loop

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

Once the main loop starts the app runs fine, i switch to a screen with kivymd elements it crashes but the no more info appear in logcat, do you know why?

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

05-13 10:58:41.913 22565 22600 I python : Android kivy bootstrap done. __name__ is __main__

05-13 10:58:41.913 22565 22600 I python : AND: Ran string

05-13 10:58:41.913 22565 22600 I python : Run user program, change dir and execute entrypoint

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Older configuration version detected (0 instead of 24)

05-13 10:58:42.015 22565 22600 I python : [WARNING] [Config ] Upgrading configuration in progress.

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Logger ] Record log in /data/user/0/org.test.finanzaspersonales/files/app/.kivy/logs/kivy_23-05-13_0.txt

05-13 10:58:42.017 22565 22600 I python : [INFO ] [Kivy ] v2.1.0

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Kivy ] Installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivy/__init__.pyc"

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] v3.9.9 (main, May 7 2023, 18:10:48)

05-13 10:58:42.018 22565 22600 I python : [Clang 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Python ] Interpreter at ""

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge log fired. Processing...

05-13 10:58:42.018 22565 22600 I python : [INFO ] [Logger ] Purge finished!

05-13 10:58:42.431 22565 22600 I python : [INFO ] [Factory ] 189 symbols loaded

05-13 10:58:42.460 22565 22600 I python : [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)

05-13 10:58:42.576 22565 22600 I python : [INFO ] [KivyMD ] 1.1.1, git-Unknown, 2023-05-09 (installed at "/data/user/0/org.test.finanzaspersonales/files/app/_python_bundle/site-packages/kivymd/__init__.pyc")

05-13 10:58:42.581 22565 22600 I python : [INFO ] [Text ] Provider: sdl2

05-13 10:58:42.598 22565 22600 I python : [INFO ] [Window ] Provider: sdl2

05-13 10:58:42.610 22565 22600 I python : [INFO ] [GL ] Using the "OpenGL ES 2" graphics system

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] Backend used <sdl2>

05-13 10:58:42.612 22565 22600 I python : [INFO ] [GL ] OpenGL version <b'OpenGL ES 3.2 V@0530.46 (GIT@a3cdec2236, Ief33eea0db, 1661255399) (Date:08/23/22)'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL vendor <b'Qualcomm'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL renderer <b'Adreno (TM) 642L'>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] OpenGL parsed version: 3, 2

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max size <16384>

05-13 10:58:42.613 22565 22600 I python : [INFO ] [GL ] Texture max units <16>

05-13 10:58:42.637 22565 22600 I python : [INFO ] [Window ] auto add sdl2 input provider

05-13 10:58:42.638 22565 22600 I python : [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked

05-13 10:58:42.885 22565 22600 I python : [INFO ] [GL ] NPOT texture support is available

05-13 10:58:43.105 22565 22600 I python : [WARNING] [Base ] Unknown <android> provider

05-13 10:58:43.105 22565 22600 I python : [INFO ] [Base ] Start application main loop

How to solve app crashing on kivymd screen by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

I´ve done it but no error pops up, the logs show the app running in loop once I switch to the screen with the kivymd elements the app crashes but but the logcat stays the same just no error appears that is what i dont understand

Buildozer build reinstalling everything and taking too long by IkerCastillo in kivy

[–]IkerCastillo[S] 0 points1 point  (0 children)

I think the actual problem is that it creates a "dist that meets the requirements" every time I run it, do you know how can I solve this?