View Single Post
edp17's Avatar
Posts: 605 | Thanked: 735 times | Joined on Jul 2019 @ UK
#60
Originally Posted by CrazyCyber View Post
How can I check-edit these files?
*Remember is a fresh install 4.4.0.58 with bootloop after updated to 4.4.0.68 (using windows 10 Powershell) whithout an a Jolla account and no apps installed.
You need to ssh in to the device and display the content of these two services, like:
cat /usr/lib/systemd/system/dsme.service
PrivateNetwork should be false like: PrivateNetwork=false

then
cat /usr/lib/systemd/system/systemd-hostnamed.service
PrivateNetwork should be commented out like: #PrivateNetwork=true

If you'd like to edit, you can do it with vi (as root) like
devel-su vi /usr/lib/systemd/system/dsme.service
(I recommend to check the manual of vi before trying to use it.)
I usually use this way: once issued that command, I press SHIFT+I, then edit the wanted line, then press ESC, then type :qw! and press enter

I think this is only required if you OTA upgrade from an older sfos to a newer one. This change is already incorporated into the zip file. So, if you have bootloop issue, that should be related to something else.