I second the support for working the documentation in UBports Docs, it is better to keep things organized and centralized, and at least for me reading is much more valuable that watching a video, but I'm from a non-media generation. For instance I'm still struggling with the lack of mailing lists in this community (fortunately we have this forum, because I get completely lost in the chats).
Best posts made by wgarcia
-
RE: Porting in 2019 - a true journey
-
Google will not allow Ubuntu Touch to sync any more from July 15 2019 on
Despite that I would love not to depend on Google, I have to sync my UT calendar and contacts with my Google accounts, as this is what my job uses. But it seems that Google is changing security policies and will not allow UT to sync any more with their services. This is the email I received:
"Hello,
Although you do not have to do anything, we want to inform you that it is possible the following applications stop accessing some of the data of your Google Account, such as the content of Gmail. If these applications do not meet the requirements of the new data policy before the stipulated date, they will not be able to access the account after July 15, 2019.
Ubuntu
This change is part of our constant efforts to guarantee the privacy and protection of your data.
In the Google Account you can check, manage and delete whenever you want the applications that you have granted access to."
Is there anything that can be done to keep the ability to sync to Google apps?
-
RE: UBports Events Agenda
@libremax I did two talks in Ubuntu install parties of the Catalan Loco Team.
May 19, 2018 - Palma "UBports i sistemes mòbils alternatius" (in Catalan), Bionic Beaver Install Party, https://wiki.ubuntu.com/CatalanTeam/Activitats/BionicBeaverPalma
May 26, 2018 - Foios "UBports i sistemes mòbils alternatius" (in Catalan), Bionic Beaver Install Party, https://wiki.ubuntu.com/CatalanTeam/Activitats/BionicBeaverValència
The slides are copied from Lionel's and extended:
https://wiki.ubuntu.com/CatalanTeam/Activitats/BionicBeaverValència?action=AttachFile&do=view&target=presentacio_os_mobils.pdf -
RE: OnePlus One model 64 GB Sandstone black A0001 not compatible!!!!!
@mark-volpetti Mark, this a community project, so there are no "they" and "we", there is only "we". You can go to the web-site repository and open a ticket ("issue"):
-
RE: Pinephone Braveheart does not boot from SD card any more
@cefre00 Better open a new post for your problem.
-
Forking apps from the Canonical store
There are a couple of apps in the Ubuntu Store that I'm interested in and that don't seem to have any chance of being moved over by the original authors to the OpenStore. These are apps that were created like 2 years ago, received a couple of updates, but haven't been touched any further in the last two years.
My questions:
-
Is it OK to fork them and move them to the Openstore? (They are all free software with GPL licences)
-
Should the original authorship be kept in the package, or only in the code?
-
-
RE: Guide: set up a clickable working environment inside a LXC contiainer
@Emanuele-Sorce Thanks a lot for such a detailed guide, I think it's crucial that we have a working development environment if we want to contribute.
-
RE: Move from Github to Gitlab?
The acquisition has been confirmed. I would vote to move out, Microsoft is incompatible with the free software spirit of UBPorts, unless they also decide to GPL all their code, which they will not do. Gitlab looks like a good option.
-
RE: July 22, 2017 UBports Community Update
@RandomUser I'm moving this discussion to the Support forum on a new thread, as I think it got off topic here.
-
RE: Support for what people actually want
@Flohack I agree, but there are some apps we will never get outside ios or android, like municipal and public services apps, since they don't release the apis and such to code them. For these cases something like andbox is really needed...
-
RE: Welcome to the UBports community! Introduce yourself here!
@BryWilson I'm also a lover of the UT terminal and do a lot of things with it (like logging to a server and reading my email with mutt), and I'm also an emacs freak. I pretty much use also your workflow (LaTeX, logging to servers with ssh and running R and other software) , but I only have a Bq E5, so no convergence, so it would be great if you could document how to setup your environment on a convergent UT phone for us to not reinvent the wheel. I for one would be very grateful.
-
RE: Observations on battery life - please share your experiences
@alan_g So is ofonod the culprit? In my Nexus 5, it seems it got fear to be discovered because it hasn't done this for more than 20 days. My battery is lasting now all day long when it doesn't enter into this process.
-
RE: Observations on battery life - please share your experiences
The Nexus 5 had poor battery life since when it was released with the manufacturer Android image, there are a lot of complaints and reports over the Internet about this.
In my case I think there must be some process or something involved, since sometimes it drains very fast and I notice the phone is hotter, sometimes it lasts a lot more, and I don't turn off mobile data or wifi (bluetooth yes).
-
RE: Help testing new legacy image
What I did is the following. You do not need to install openssh-server, you just need to enable the ssh client in the phone. Get a shell with "adb" and execute this command:
android-gadget-service enable ssh
I also use an application called "net-info" to figure out the IP of my phone in the network where it is connected through wifi, say it is 10.60.141.170.
So before wiping out my data I make a copy in my computer of /home/phablet, say in a directory called bq-phone in your home:
rsync -avz - - delete -e ssh phablet@10.60.141.170:/home/phablet /home/myuser/bq-phone
This will create a directory called "phablet" in "bq-phone" with a copy of what you have in your phone. Of course you could do this I believe in a SD-card directly in your phone, in this case without "ssh".
Now, after reflashing the phone, I followed these steps:
- I created a passcode and enabled developer mode
- I accessed again to a shell in my phone and enables "ssh" again
- I copied the public gpg key from my computer to /home/phablet/.ssh/authorized_keys. For this one I had to "adb push" to the phone the file (id_rsa.pub generated in the .ssh directory of my computer), and then append it to the authorized_keys file:
cat id_rsa.pub >> .ssh/authorized_keys (this in the phone shell)
Then I installed first net-info to figure out the IP of the phone again, so that I can use ssh. - I reinstalled all the applications that I had.
- Then I used rsync to restore all the data in the phone:
rsync -avz - - delete -e ssh /home/myuser/bq-phone/phablet phablet@10.60.141.170:/home
I restarted the phone and voilà!, everything looks exactly the same, but I'm running now the uBports image.
-
RE: Help testing new legacy image
Yes!, success!, I'm in the uBports ship with my BQ E5!
-
RE: Help testing new legacy image
@Flohack Yes, I reinstalled the apps first, then I rsync my /home/phablet and rebooted, and the phone was as far as I can tell as it was before reflashing, apart from some configurations here and there that I had to redo.
-
RE: UBports Community Q&A: Saturday, May 13, 2017
@mike Yes, but what I mean is, now that there is no support from Canonical, these are no longer "official" devices, but they are fully ported, right? Why aren't they in the page of devices?
-
RE: UBports Community Q&A: Saturday, May 13, 2017
My question:
Why aren't the "legacy" devices with Ubuntu-touch (that is the BQ Acquaris E4.5, E5, the two Meizus, the tablet) listed in the "Devices" section of uBports. These are completely "ported" devices, aren't they? -
RE: Welcome to the UBports community! Introduce yourself here!
Hi, I'm Walter from Barcelona, Spain. I use a Bq Acquaris E5 HD with UT as my only smartphone, and I think it is the best phone I ever had. I hope we can keep these phones and others, and also complete the convergence one day. Keep up the good work, I will try to help as much as I can.
-
RE: Pinephone Braveheart does not boot from SD card any more
@tsar_chasm Yes, that solved it. Too bad so many good solutions are buried in the Telegram chats.
Also as a constructive suggestion it could be helpful to add at the Gitlab readme that current images do not boot unless you start from this one.