As I'm in the EU I obviously have the EU version
Posts
-
RE: Nexus 5 overheating
I did not buy that Nexus 5 (mine is from ebay), but I never had issues with overheating on UT. On LineageOS sometimes.
-
RE: Anbox development
Today I setup my machine with a new SSD and Ubuntu 18.04 and the depenencies worked flawlessly.
But I still get the error with the "get_state" thing -
LG Spirit 4G (c70n)
Has anyone already tried to port to LG Spirit 4G (c70n)?
I will start to port my first device tomorrow.
My resources:
https://github.com/MobiusM/android_device_lge_c70n
https://github.com/MobiusM/android_vendor_lge_c70n
https://github.com/MobiusM/android_kernel_lge_msm8916Currently I'm installing LineageOS 14.1 on the device:
https://androidfilehost.com/?fid=457095661767145998 (also from MobiusM)
https://forum.xda-developers.com/showpost.php?p=71207193&postcount=1956
https://forum.xda-developers.com/lg-spirit/help/lg-spirit-h440n-thread-t3108435 -
RE: Not able to upgrade on edge channel
I flashed my N5 with the new installer again and still get the error
-
RE: Not able to upgrade on edge channel
@UniSuperBox Yes. It was something about a file that I think should have been downloaded. Give me a second. I'll get the log of the command.
-
RE: Not able to upgrade on edge channel
@UniSuperBox I never deleted that directory and I already tried creating that directory, but it just threw another file not found error
-
RE: Not able to upgrade on edge channel
@Lakotaubp I was trying that and got the error from the screenshot. Then I tried the system-image-cli command.
-
RE: Not able to upgrade on edge channel
@Lakotaubp I'm already on edge.
@advocatux Yes I was using adb. But how do I update my phone with the latest software from edge when I'm already on edge? -
Not able to upgrade on edge channel
Tried to upgrade my N5:
phablet@ubuntu-phablet:~$ sudo system-image-cli --progress=dots b'043f5475251bc8f5\n' . . . . .. Exception occurred during update; see log file for details
This is the log output:
https://paste.ubuntu.com/p/ss4wFnw6wb/Also got the error in the GUI updater:
-
RE: Binary apps/Flutter
I already have an app that runs very well on mobile, desktop and web.
-
Binary apps/Flutter
Maybe some of you know Flutter, which is a framework for cross platform development: https://flutter.dev . Someone was able to run a Flutter app on a raspberry pi by generating ARM binaries: https://medium.com/flutter/flutter-on-raspberry-pi-mostly-from-scratch-2824c5e7dcb1 . Is it possible to run binary apps on UT?
-
RE: Anbox development
I had to use my fixed version of crossbuilder:
https://github.com/jld3103/crossbuilder (There are two branches one for the permission fix and one for my inst-foreign fix)Additional steps I had to do:
sudo dpkg --add-architecture armhf sudo echo "deb [arch=armhf] http://ports.ubuntu.com/ trusty main universe" >> /etc/apt/sources.list sudo apt update crossbuilder inst-foreign cmake-data crossbuilder --privileged dependencies
Currently I'm struggeling with some other dependencies
-
RE: Anbox development
@mariogrip I got this:
jld3103@pippin:~/Desktop/anbox$ crossbuilder dependencies Creating LXD container anbox-usdk-16-04-amd64-armhf-dev using ubports-sdk:ubuntu-sdk-16.04-amd64-armhf-dev. Creating anbox-usdk-16-04-amd64-armhf-dev Error: Failed to run: /snap/lxd/current/bin/lxd forkstart anbox-usdk-16-04-amd64-armhf-dev /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/anbox-usdk-16-04-amd64-armhf-dev/lxc.conf: Try `lxc info --show-log anbox-usdk-16-04-amd64-armhf-dev` for more info jld3103@pippin:~/Desktop/anbox$ lxc info --show-log anbox-usdk-16-04-amd64-armhf-dev Name: anbox-usdk-16-04-amd64-armhf-dev Remote: unix:// Architecture: x86_64 Created: 2019/07/07 06:48 UTC Status: Stopped Type: persistent Profiles: default Log: lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.343 ERROR start - start.c:proc_pidfd_open:1607 - Function not implemented - Failed to send signal through pidfd lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.344 ERROR conf - conf.c:write_id_mapping:2763 - Invalid argument - Failed to write uid mapping to "/proc/8412/uid_map" lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.344 ERROR conf - conf.c:lxc_map_ids:2962 - Failed to write mapping: 0 1000000 1000000000 150000 1000 1 lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.344 ERROR start - start.c:lxc_spawn:1770 - Failed to set up id mapping. lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.387 WARN network - network.c:lxc_delete_network_priv:2743 - Failed to remove interface "veth046PJF" from "lxdbr0" lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.387 ERROR lxccontainer - lxccontainer.c:wait_on_daemonized_start:851 - Received container state "ABORTING" instead of "RUNNING" lxc anbox-usdk-16-04-amd64-armhf-dev 20190707064911.387 ERROR start - start.c:__lxc_start:2019 - Failed to spawn container "anbox-usdk-16-04-amd64-armhf-dev" lxc 20190707064911.413 WARN commands - commands.c:lxc_cmd_rsp_recv:135 - Connection reset by peer - Failed to receive response for command "get_state"
-
RE: Anbox development
And are Anbox apps freezed like all other apps? That would be really bad for notifications. But I know, that I was able to play music from an Anbox app. So Android services are not freezed, right?