-
OTA-23
Oneplus6Trying to compile a navigation app on my phone (since I failed with using clickable), but whe installing all dependencies via apt-get, I get the error:
No space left on device
What is the most elegant/simplest way to make the partition bigger?
(searched this forum, but the stuff I found did not resize the partition)
Any help very welcome!
-
Hi @magdesign
You probably don't want to mess with system partitions.
apt-get is not the way to go with Ubuntu Touch.
A phone has a limited amount of storage and the system partition is RO for good reasons.If you didn't get it to work on a desktop computer you will not make it work on your phone.
Best course of action is to ask about the issue you got with clickable. -
@applee said in No space left on device:
Best course of action is to ask about the issue you got with clickable.
He did, and someone suggested to try directly on device ^^
-
@keneda
Oups, my badSo to try on the device you might want to create a simlink to the user partition for apt folders...
Also it might help to be in devel.But still the best is to try and solve the clickable issue.
I'll look at it see if I can give some advice ; but I'm somewhat busy lately... -
@keneda said in No space left on device:
He did, and someone suggested to try directly on device ^^
That was a misunderstanding. The suggestion was to check if the relevant package was installed on the device not to check if the app would compile on device.
-