Bug: data mobile interface looses ip
-
May you please suggest a complete procedure to test
1°) With adb create the script with
nano /home/phablet/backup-ip.shand paste the content
2°) Give execution rights:
chmod +x /home/phablet/backup-ip.sh3°) Start the script with:
sudo su -c "/home/phablet/backup-ip.sh > /home/phablet/log-backupip 2>&1 &"It will then be running until next reboot.
-
-
@pparent added some comments.
-
@pparent i test the script in train..
-
@pparent Given that the conditions are particularly detestable on the train, I can say that the script passed the test with success: I always managed to recover the network at various times without any action on my part even if it was not immediate given the moving train and the constant change, I suppose, of relay towers.
-
-
@pparent Yes the script works well. However, maybe a side effect that I noticed (not in the train) : VoLTE and cellular data use different APNS from what I understood. So, without the script, I have Volte enabled even though cellular data is off. When the script is enabled, VoLTE only works if cellular data is enabled.
Edit : What is the command line to stop the script without reboot or stop restart of the Volla 22 ?
-
To stop the script:
sudo pkill backup-ip.shIt's true that I've not taken into account the case where LTE is activated, but mobile data is disabled.
-
Have you filed a bug somewhere ?
Notice issues with F
@kugiigi said in Looking for Testers: Ubuntu Touch 26.04-1.x (Early version):
@lduboeuf Do we have the new contacts backend and syncing in 26.04?
Yes all seems to work.
Not easily testable though since it needs some ubports-qa + apt installs for now -
did you reported the issue to the porter ?.
i personaly have some issues on FP4 regrding network too:
e.g Noticed that QNetworkConfigurationManager@kugiigi said in Looking for Testers: Ubuntu Touch 26.04-1.x (Early version):
@lduboeuf Do we have the new contacts backend and syncing in 26.04?
Yes new contact + calendar backend.
Not easily testable though for now, it need a bunch of ubports-qa and apt install... -
Have you filed a bug somewhere ?
I've not understood the quotes about 26.04!

-
By the way I've personally installed the script in a way that stands in time by creating a systemd file:
( Because it improves a log my day-to-day experience)/etc/systemd/system/backup-4g.service :
[Unit] Description=LTE backup Service After=network.target [Service] Type=simple ExecStart=/home/phablet/backup-ip.sh Restart=on-failure WorkingDirectory=/home/phablet/ [Install] WantedBy=multi-user.targetand then
sudo systemctl enable backup-4gSo that it starts automatically at startup.
For this to work you need to have the script that I have posted above in /home/phablet/backup-ip.sh
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login