Cannot Activate Developer Mode - 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: UBPorts on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=125) +---- Thread: Cannot Activate Developer Mode (/showthread.php?tid=10246) |
Cannot Activate Developer Mode - KeithMcN - 06-14-2020 Hi, I have the UBPorts Community Edition and attempted to activate the Developer Mode, but the option does not seem to exist. I have a BQ Aquaris with UBPorts and the options is under 'System Settings - About - Developer Mode'. However, this is not the case on the Pinephone. Will this feature be added at a later date? RE: Cannot Activate Developer Mode - pphone-newbie - 06-23-2020 (06-14-2020, 11:18 AM)KeithMcN Wrote: Hi,Hi, Same problem here. Developer Mode is missing. adb says (self-evident): no devices found. Any solutions? Best, Mat RE: Cannot Activate Developer Mode - Momomentum - 06-23-2020 (06-23-2020, 04:06 AM)pphone-newbie Wrote:(06-14-2020, 11:18 AM)KeithMcN Wrote: Hi,Hi, What exactly do you want to do in Developer Mode? You already have access to pretty much the whole system. I saw there is an issue on gitlab requesting a graphical solution for enabling ssh: https://gitlab.com/ubports/community-ports/pinephone/-/issues/104 RE: Cannot Activate Developer Mode - pphone-newbie - 06-23-2020 (06-23-2020, 05:52 AM)Momomentum Wrote:(06-23-2020, 04:06 AM)pphone-newbie Wrote:(06-14-2020, 11:18 AM)KeithMcN Wrote: Hi,Hi, RE: Cannot Activate Developer Mode - hiimtye - 06-26-2020 developer mode is only for UBPorts devices that are built on top of Android. Pinephone is a pure Linux phone. in order to be in "developer mode" you remount the filesystem as read/write. basically, take the instructions on the UBPorts forums with a grain of salt, as they apply to a wide variety of devices, many of them Android based. RE: Cannot Activate Developer Mode - KeithMcN - 06-27-2020 (06-23-2020, 05:52 AM)Momomentum Wrote:(06-23-2020, 04:06 AM)pphone-newbie Wrote:(06-14-2020, 11:18 AM)KeithMcN Wrote: Hi,Hi, On my BQ Aquaris phone, which also has UBPorts, I transfer files between my phone and laptop via the USB cable (which is a very simple using drag-and-drop in Dolphin). I also connect from the laptop to the phone via the Terminal, for development reasons. To do this, I have to first enable Developer Mode, which is in UBPorts on that phone in the section 'Settings - About'. I naturally assumed it would be in the same location and enable the same functionality on the Pinephone but, for whatever reason, it's not visible/present. RE: Cannot Activate Developer Mode - hiimtye - 06-27-2020 it's not visible or present because of the reason I said above. there's no lockdown on the Pinephone, being a pure Linux phone, beyond regular Linux permissions. in order to access files that are owned by root, you use sudo. if a drive is mounted as read-only, you remount it as read/write. Developer mode only makes sense for devices built on top of Android. |