@unisuperbox
How about an app for bugreporting? It could save your github/gitlsb credentials and automatically file the bug via REST API or whatever. Sorry I`m no experienced web programmer, but the threshold would be lower for people to file bugs. Especially since the UT version. Phone type, etc could be read by the app.
Anything except brick bug or Wifi. + mobile data failure could be reported this way.
Best posts made by Homer
-
RE: OTA-20 Is Now Rolling Out
-
RE: Found an easy way to use Gdevelop with Ubuntu Touch to make games
@lumpology so cool! Thanks for sharing this workflow.
-
RE: App works on desktop but fails on phone
@cibersheep thanks a lot for that hint. It was not the database path, but the name. I had used some template code with whitespaces ("Sample database", ....) after removing the whitespaces it works now on the phone, too
-
RE: Feedback FP3+ after 3 months
@arubislander Bluetooth with mode 'Hands free speaking system' did work on FP2 in stable channel, sadly not with FP3 in dev channel. Would be awesome if someone can make it work.
Latest posts made by Homer
-
Changing bluetooth package
Hello,
I was wandering to what extend can we change UT software as simple end users?
AFAIK the os image is read only, and any change I make gets revoked after UT update?
Can I still manually install other drivers/bluwtooth package as a test?
Will I potentially destroy my phone in the process?I sm struggling to understand what are the difference in os / software behaviour between UT and Stock Linux on e.g. a computer.
Thanks for your advice. -
RE: Found an easy way to use Gdevelop with Ubuntu Touch to make games
@lumpology so cool! Thanks for sharing this workflow.
-
RE: FP3+ and problem during charging the phone
@didi hi , i think this is due to Fp3 port still being under development. I use the phone since 3 months like that. Except for sone occasional shutdowns i`ve had no issues.
-
RE: Threema Open Source for UT - possible?
@cibersheep thanks for your answer, thats unfortunate, I had thought that more then only the web client was released.
-
Threema Open Source for UT - possible?
I learned that Threema developers open sourced the app code for android and desktop linux. Does someine with programming skills know if it would be possivle to port to UT?
Link: https://github.com/threema-ch/threema-web-electron/blob/develop/app/src/main.ts -
RE: Executing linux commands feom QML App
@aarontheissueguy thanks for the advise. I will look into that
-
Executing linux commands feom QML App
Hello,
I would like to transfer files between waydroid and UT folders (eg. Images, videos, ...).
The App would accept media from other apps snf copy those files into the waydroid folders.
Then from gallery for instance I could use share with my app to have it copied to waydroid.I believe this app would require full system access?
Is there a way to run os commands from within qml app?Thanks.
-
RE: Feedback FP3+ after 3 months
@arubislander Bluetooth with mode 'Hands free speaking system' did work on FP2 in stable channel, sadly not with FP3 in dev channel. Would be awesome if someone can make it work.
-
RE: App daemon - how to?
@flohack I don't feel I'm in the position to make proposals as a UT beginner. I thought you could use something like crontab that calls your app and the app runs 'invisible' in the background and performs some predefined task ( Fetch mail, bank statements, messenger messages ,etc.)