<Danct12[m]>
samueldr: , have you gotten Wi-Fi to work on the note 7 yet?
<samueldr>
Danct12[m]: none of the work has started for wi-fi and cellular on android devices
<samueldr>
Danct12[m]: so, not yet
<samueldr>
Danct12[m]: ensure you have firmwares loading though
<samueldr>
rndis can't work without the firmwares
<samueldr>
and I have hints that those firmwares will also be needed for wireless
<samueldr>
from the vendor partition
orivej has quit [Ping timeout: 246 seconds]
lovesegfault has joined #nixos-aarch64
alex_giusi_tiri has joined #nixos-aarch64
<alex_giusi_tiri>
Hi! I just installed https://hydra.nixos.org/build/114789760 , but after `nixos-rebuild boot` & rebooting, there is no new configuration present in /boot/extlinux/extlinux.conf, and, for each time, `nixos-rebuild` retries building the same derivations over again, as if it is not known that they have been... :-?
<edrex>
My ebay Pixel 2 arrived, which frees up my current Moto G4 Plus as a dev/test device. I'm going to first try to get it fastbooting PMOS (they have the OG G4 which is nearly identifical) then look into nixos mobile support
<samueldr>
(Architecture: arm is 32 bit, it would be arm64 for 64 bit)
<edrex>
there are 64 and 32 bit custom roms. AFAIR the stock OS is 32 bit
<samueldr>
sounds like that's the answer
<alex_giusi_tiri>
can we run nixos on mobile?
<samueldr>
I have a motorola device with a 32 bit system
<samueldr>
alex_giusi_tiri: it's work in progress
<alex_giusi_tiri>
oh, cool
<samueldr>
but it's coming / happening
<insep[m]2>
<samueldr "I have a motorola device with a "> +1
<edrex>
wait, does the running OS get used by nixos somehow?
<alex_giusi_tiri>
do you think we could ever use to actually call/sms?
<insep[m]2>
moto g5s has similar stuff with stock, but it still is able of running 64bit oses
<samueldr>
edrex: not yet
<samueldr>
edrex: but it may be for the cellular modem
<samueldr>
or at least parts from it
<edrex>
oh, but thinking about helium or similar?
<samueldr>
not sure yet, work has not started about that yet :)
<alex_giusi_tiri>
:-)
<edrex>
oh, ok. so I should flash the 64 bit version of the custom rom I'm running, at some point?
<samueldr>
I don't think it will be required
<samueldr>
if it is, a solution to update the vendor partition (if there is) will be needed anyway for all devices
<samueldr>
the 32/64 bit issue is a bit of an unknown for now
<samueldr>
not sure how much it'll matter
<insep[m]2>
i was able to run 64-bit pmos on the same g5s without flashing any custom roms, sooo
<samueldr>
insep[m]2: what about cellular and libhybris?
<samueldr>
that's the unknown
<samueldr>
otherwise I also run a 64 bit mobile-nixos system on my 32/64 bit device
<insep[m]2>
<samueldr "insep: what about cellular and l"> sadly i haven't tried libhybris yet /o\
<samueldr>
yeah, that's where my unknown is :)
<edrex>
is vendor partition related to baseband? So much jargon in android dev.
<samueldr>
edrex: I don't think so
<insep[m]2>
but upstream ofono has support for rilmodem, so at least you don't need to patch it :)
<insep[m]2>
<edrex "is vendor partition related to b"> in some degree, vendor partition contains all kinds of blobs, some of them might be related to modem
<insep[m]2>
there's also modem partition, which contains firmware for a bunch of components, including modem
<samueldr>
not all devices have a vendor partition either
<samueldr>
older ones don't
<samueldr>
the vendor stuff is only a folder in the rootfs
<Danct12[m]>
alex_giusi_tiri: only a few devices with nixos boots now :)
<Danct12[m]>
i hope to see mine booting some day
<alex_giusi_tiri>
Danct12[m]: Yeah, I guess... but that's OK. Which one is yours?
<bennofs>
alex_giusi_tiri: I always use 1Gb of swap for building on my rpi 3b+
<alex_giusi_tiri>
Yeah, but it uses the flash too much, I think.
rajivr___ has joined #nixos-aarch64
<alex_giusi_tiri>
What could the reason be for the SSH port 22 to not be accessible via the wlan interface, but OK through the eth cable? I tried adding it as an open TCP port, too. And sshd status shows listening on "0.0.0.0" and "::", and I don't see any connection attempts through wlan either.