PINE64
eMMC Partitioning/Formatting - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: PostmarketOS on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=124)
+---- Thread: eMMC Partitioning/Formatting (/showthread.php?tid=12765)



eMMC Partitioning/Formatting - Izzet - 01-11-2021

Hello,

I have this problem - I started using my Pinephone UBPorts edition with pmOS on sdcard, and it worked well enough, but I wanted it to be a bit faster so I decied to transfer to the internal eMMC storage. I wiped the UBPorts that was present here (wipefs --all) and install pmOS via pmbootstrap running on the pinephone from the sdcard. But now, text messages wont send, does not matter whether I boot from sdcard or internal memory. Modem manager cli behaves in a weird way - 
Code:
mmcli -m 0 --messaging-create-sms="text='Hello, world!',number='+123456789'"
creates the sms, but when trying to send it
Code:
mmcli -s X --send
where X is the index of the sms, I get error stating that sms could not be found on any modem. Therefore, I have a hypothesis that while I overwrote the internal eMMC, I somehow disabled the storage that mmcli uses for the sms (the default storage is set to me - mobile equipment). Does anyone have an idea how to confirm this hypothesis, and ideally how to fix the problem?

Best regards


RE: eMMC Partitioning/Formatting - hiimtye - 01-11-2021

Yesterday there were updates that fixed updates that broke the modem. Have you tried updating?


RE: eMMC Partitioning/Formatting - dwilson6936@gmail.com - 01-12-2021

How do i transfer Manjaro from SD micro card to the internal eMMC storage?


RE: eMMC Partitioning/Formatting - Izzet - 01-12-2021

(01-11-2021, 08:19 PM)hiimtye Wrote: Yesterday there were updates that fixed updates that broke the modem. Have you tried updating?
I updated the repos and tried to reinstall both stable and edge branch, but the behaviour remains exactly the same. Also, I can make calls and connect to internet via mobile network, so it seems that only the sms part of the modem is somehow broken. Any idea what log I might want to examine?