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

    Alecks Gates

    @agates

    1
    Reputation
    55
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 34
    Location Wausau, WI

    agates Unfollow Follow

    Best posts made by agates

    • RE: [Beta] Pixel 2 installer config

      @flohack I was able to boot into that image and list the data partition:

      agates@risa ~/D/ubports> fastboot flash boot boot_2021-09-03.img
      Sending 'boot_a' (32768 KB)                        OKAY [  0.777s]
      Writing 'boot_a'                                   OKAY [  0.155s]
      Finished. Total time: 0.937s
      agates@risa ~/D/ubports> adb devices
      * daemon not running; starting now at tcp:5037
      * daemon started successfully
      List of devices attached
      FA79F1A09215    recovery
      
      agates@risa ~/D/ubports> adb shell
      root@walleye:/ # mount /data
      root@walleye:/ # ls -lh /data
      total 2.0K
      drwx------ 4 root root 4.0K 1972-09-14 01:27 android-data
      root@walleye:/ # mount
      rootfs on / type rootfs (rw)
      tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=1853348k,nr_inodes=463337,mode=755)
      devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
      proc on /proc type proc (rw,relatime,gid=3009,hidepid=2)
      sysfs on /sys type sysfs (rw,relatime)
      tmpfs on /mnt type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1853348k,nr_inodes=463337,mode=755,gid=1000)
      none on /acct type cgroup (rw,relatime,cpuacct)
      tmpfs on /tmp type tmpfs (rw,relatime,size=1853348k,nr_inodes=463337)
      tmpfs on /storage type tmpfs (rw,relatime,size=1853348k,nr_inodes=463337,mode=050,gid=1028)
      pstore on /sys/fs/pstore type pstore (rw,relatime)
      none on /config type configfs (rw,relatime)
      adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
      /dev/block/sda45 on /cache type ext4 (rw,relatime,errors=remount-ro,stripe=4096,data=ordered)
      /dev/block/sda45 on /data type ext4 (rw,relatime,errors=remount-ro,stripe=4096,data=ordered)
      
      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack It's working! Typing from ubports on my pixel 2 now!

      Thank you!

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @keneda said in [Beta] Pixel 2 installer config:

      @agates said in [Beta] Pixel 2 installer config:

      @flohack It's working! Typing from ubports on my pixel 2 now!

      Thank you!

      Ubuntu Touch / uTouch
      😉

      Ahhh yes, the behavior that drove me away from the community all those years ago: people arguing about the names of things instead of making the experience better for developers

      posted in Google Pixel 2/2 XL
      A
      agates

    Latest posts made by agates

    • RE: [Beta] Pixel 2 installer config

      @Flohack thanks for the explanation.

      I just thought this comment was unnecessary and out of context. I'm an outsider, don't particularly care (no offense, I detest arguments about labels), and if the project has naming issues perhaps it should be addressed with branding and not forum posts.

      Regardless! This is a pixel 2 thread. You were right about the battery. It didn't even last 12 hours for me with just wifi on with nextcloud/caldav and dekko/imap sync.

      The good thing is bluetooth etc works fine for audio so far and I was able to pull up a video to watch via jellyfin/jellyfUn. I had no visible issues on install as a user who doesn't know specifics to look for.

      It's otherwise sluggish but bearable for a first build. Some of the battery is likely due to age and wear as well, I was pretty rough on this thing. Never been a fan of its USB-C port anyway, always had trouble with charging cables.

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @keneda said in [Beta] Pixel 2 installer config:

      @agates said in [Beta] Pixel 2 installer config:

      @flohack It's working! Typing from ubports on my pixel 2 now!

      Thank you!

      Ubuntu Touch / uTouch
      😉

      Ahhh yes, the behavior that drove me away from the community all those years ago: people arguing about the names of things instead of making the experience better for developers

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack It's working! Typing from ubports on my pixel 2 now!

      Thank you!

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack Awesome! I guess it will be hard to judge battery life since I haven't used the thing as a daily driver for over a year. I'm eager to try it, though, at least to have a phone to develop apps against.

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack Looks like clk_ignore_unused may be needed as a command line boot option, if I'm interpreting this correctly?

      https://wiki.postmarketos.org/wiki/Qualcomm_Snapdragon_835_(MSM8998)

      If there's an easy way I can test that I'd be happy to, though I realize the same chip is used in taimen and not having this issue.

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @Flohack This page at postmarketOS wiki states some issues with pstore. Is it possible we're facing the same issues?

      https://wiki.postmarketos.org/wiki/Google_Pixel_2_XL_(google-taimen)

      EDIT:
      Also wondering if we need to set clk_ignore_unused=true, though I'm not sure how or if you've already configured that

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack Any ideas how I might get past this "ERROR: Operation Denied" error? It seems that's what's preventing me from dropping into recovery after the kernel panic, right? and the bootloader erases pstore?

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack OK, that didn't work. I decided to reflash android and re-flash ubports again for a fresh slate.

      During the ubports installer while it was pushing files I decided to adb shell in and look for console-ramoops. To my surprise, it was there. No idea if it's useful or not.

      https://pastebin.com/zYAAZGTs

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack Volume down just goes into the bootloader without the error

      posted in Google Pixel 2/2 XL
      A
      agates
    • RE: [Beta] Pixel 2 installer config

      @flohack Hmm holding Volume Up during boot drops me into the bootloader with the following error message in yellow:

      ERROR: Operation Denied
      

      Nothing in /sys/fs/pstore/, either

      Maybe I'm pressing Volume Up at the wrong time?

      posted in Google Pixel 2/2 XL
      A
      agates