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

    Posts

    Recent Best Controversial
    • RE: Status of the Location Service (GPS, A-GPS, GLONASS, BeiDou, Galileo) ?

      @gpatel-fr Actually all that A-GPS does is significantly (normal GPS is 50b/s) speed up downloading the satellite orbital data (almanac and ephimeris) through cell towers. It can also help with the triangulation as the phone knows it's near to the cell tower.

      posted in Fairphone 4
      ikozI
      ikoz
    • RE: How can I browse files from a computer?

      @mihael You can use scp to copy (pull) those file over ssh to your phone: scp user@ip:/file.txt /dir

      posted in General
      ikozI
      ikoz
    • RE: Android version and Libhybris

      @gpatel-fr

      Vndk deprecation happens in Android 15, not 14 - unless Halium 14 means Android 15 ?

      I think the only thing UT has to do with VNDK is mount the correct partitions to be read by the android container, which handles the rest. Ask in the porting group for more detail, there are already some short discussions around it.

      to check the vndk version, it's necessary to enable debug mode on the phone, connect a computer through usb and use adb

      You can install an app called Treble Info from F-Droid.

      posted in Support
      ikozI
      ikoz
    • RE: Android version and Libhybris

      @gpatel-fr

      Also, what's up with vndk deprecation for Android 15 ? Has libhybris any chance of being updated to use the new-fangled apexes ?

      New devices use GKI (generic kernel image) which is part of the effort by Google to standarize the kernels used by devices. For us this means that the first boot will be harder to achieve, but it will be easier to get more phone hardware working due to the similarities. Halium 14 is already working to some extent so there shouldn't be any issue.

      (Sorry for the late reply, couldn't respond when I first read it and forgot it later.)

      posted in Support
      ikozI
      ikoz
    • RE: Android version and Libhybris

      @poVoq That is correct, there shouldn't be any incompatible changes across updates that affect UT.

      posted in Support
      ikozI
      ikoz
    • RE: Android version and Libhybris

      @poVoq The VNDK version is the one you are looking for (I confused SDK and VNDK previously but now edited the post). VNDK version 30 means android 11.

      The porting notes are for Android 9+, they are mostly (excluding GKI) the same for even the latest version (currently 14). The script needs as input the boot.img of the partition, which includes the kernel.

      posted in Support
      ikozI
      ikoz
    • RE: Android version and Libhybris

      @poVoq In UT you can run getprop which will dump many info regarding your device including the SDK version.
      In Android you can use apps like Treble checker.

      Alternatively, use the unpack_bootimg.py script from the porting notes.

      posted in Support
      ikozI
      ikoz
    • RE: Android version and Libhybris

      @poVoq Nowdays Google allows manufacturers to run a newer Android version on top of an older VNDK. The version that matters to Halium is the VNDK's as that is what defines the APIs.

      (edited to replace SDK -> VNDK)

      posted in Support
      ikozI
      ikoz
    • RE: How to use camera via terminal v4l on Pixel 3A

      @foxx This is getting very off topic, politics are not that related to the issue. I never said that you cannot use your camera, it just has to be interfaced through Halium. You can quickly make an app with Qt that captures frames from the camera, and maybe use the Qt Networking framework to broadcast.

      posted in Google Pixel 3a/3a XL
      ikozI
      ikoz
    • RE: How to use camera via terminal v4l on Pixel 3A

      @foxx said in How to use camera via terminal v4l on Pixel 3A:

      Canonical tried to push Unity using pretty useless Ubuntu Touch, when actual problem was on hardware manufacturers' incentives layer to make unified drivers, so some organization could make actual linux, not gnomes and package managers without underlying layer.

      That's why they wanted to become the manufacturers themselves and started crowdfunding Ubuntu Edge, which would have been an awesome device but it never reached its funding target.

      Probably government could oblige manufacturers to provide drivers , which should comply with some POSIX

      People don't understand any of these. Politicians not only don't care about privacy, standards etc, but are busy pushing those stupid laws forbidding end-to-end encryption, I wouldn't expect anything from them.

      The world is far from perfect and it will always be like that, so you have to make compromises.

      posted in Google Pixel 3a/3a XL
      ikozI
      ikoz
    • RE: How to use camera via terminal v4l on Pixel 3A

      @foxx How does termux work better? Even if you have a rooted device, you still aren't using the familiar GNU/Linux stack. Termux is still an emulator, it modifies the syscalls, and you don't have access to every directory.

      In UT you can do everything you would on a desktop Linux distro but it is more difficult, mainly due to relying on hardware abstraction.
      The only solution to this is using an upstream kernel with complete driver support. This is however a much harder task than the already hard porting process. PostmarketOS does that, and that's why almost none of their devices work fully.

      All manufacturers should mainline their device drivers but none do, instead they use ancient downstream (often bugged) kernels so they can release their product quicker (and cheaper).
      There are exceptions such as the Pinephone(s), which have full mainline kernel support, and allow using devices such as camera in the same way as in a normal Linux device.

      In my view, Ubuntu Touch does solve a problem. It is the closest you can currently get to a normal GNU/Linux system, while retaining the phone's intended functionality (telephony, camera, etc).

      posted in Google Pixel 3a/3a XL
      ikozI
      ikoz
    • RE: How to use camera via terminal v4l on Pixel 3A

      @foxx You can only see cameras through Qt, see this post for more details.

      posted in Google Pixel 3a/3a XL
      ikozI
      ikoz
    • RE: Some shell programs are missing in 24.04-1

      @Charly Snap doesn't make sense for these small standalone utilites. Also fdisk doesn't exist as snap and rsync packages are only some outdated third party programs, which I would never install.

      posted in OS
      ikozI
      ikoz
    • RE: LG G4, UsU, need help with installing

      @LITTLEFisky It could be something with your environment, have you tried using installing with another Linux distro (e.g. Ubuntu)? It can work from a VM or live USB.

      The "cannot read data from undefined" seems like an issue reported from JavaScript, that's why I'm saying it's an issue on your environment.

      posted in LG G4
      ikozI
      ikoz
    • RE: Some shell programs are missing in 24.04-1

      @Charly The first time you open the shell (through ssh) it says "the system has been minimized", which was done to reduce the rootfs size. You can use these programs under Libertine or run a local build of them (preferably statically linked).

      posted in OS
      ikozI
      ikoz
    • RE: LG G4, UsU, need help with installing

      @LITTLEFisky I was able to install UT on an UsU unlocked device (see this post) without an issue. Have you tried another distro? The errors seem to be unrelated to the installer.

      posted in LG G4
      ikozI
      ikoz
    • RE: Electron apps on Ubuntu Touch

      @arubislander IIRC, all desktop apps based on a framework other than Qt are currently uconfined, but Mir 2 should fix that (see the discussion around the problem for uWolf).
      If it were unconfined just to access the filesystem directly (without content hub), it would use the separate read/write access policy.

      posted in General
      ikozI
      ikoz
    • RE: VoLTE Implementation For Google Pixel 3a/3a XL

      @mr_growl If you disable requiring password to login (just swipe to unlock), it will also disable encryption.

      But just running the fastboot command will work (if it throws any error, it likely means your fastboot build is broken and you'll have to use the official one from Google).

      posted in Google Pixel 3a/3a XL
      ikozI
      ikoz
    • RE: VoLTE Implementation For Google Pixel 3a/3a XL

      @mr_growl Why don't you formtat through the built it in option in TWRP or even better via fastboot: fastboot format:ext4 userdata? (the partition name may differ)

      Also, when the block device shows up as dm-something it is encrypted.

      posted in Google Pixel 3a/3a XL
      ikozI
      ikoz
    • RE: Electron apps on Ubuntu Touch

      @pparent It's open source: https://github.com/fredldotme/vscodium-click-packaging.
      From quick look it bundles all the needed libraries in the click and is unconfined, so not ideal,

      posted in General
      ikozI
      ikoz