| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,677
» Latest member: Charlotten
» Forum threads: 16,251
» Forum posts: 117,164
Full Statistics
|
|
|
| PP Keyboard question |
|
Posted by: drh - 07-09-2022, 06:28 AM - Forum: PinePhone Accessories
- Replies (4)
|
 |
Hi All,
The battery on my PP keyboard is recognized by Mobian as a power source in Settings --> Power on my PP (not pro edition); however, there five (5) power sources are listed, which are: unlabeled (Discharging), Main (0%), Extra (0%), Extra (0%), Extra (70%).
The button on the right side of the keyboard does not activate/deactivate charging status. Does not work when I do a double press or a long press.
Note: I can use the keyboard for typing.
I have never used the usb-c port on the PP to charge the PP while it was in the PP keyboard, so this isn't the cause. I wonder if a possible cause is a software update (I use mobian).
The PP keyboard battery did charge the PP battery when I first received it, but stopped recently, which is when I noticed it not working. I don't know when this issue first began because I only plug in the keyboard for testing progress of optimizing the operating system power consumption/compatibility with the PP keyboard. When the PP keyboard battery was working with PP, the PP keyboard battery increased the duration of use of the PP by about 50%, hoped it would be more.
Wondering if others have experienced similar issue.
Thanks in advance for any helpful information.
Stay well.
|
|
|
|
| Wireless printer epson wf2750 solution |
|
Posted by: clessard - 07-09-2022, 05:12 AM - Forum: Getting Started
- No Replies
|
 |
If you have avahi running, then you can run
Code: network ipp
network ipps
network socket
file cups-pdf:/
direct hp
network lpd
network http
network https
network smb
direct hpfax
network dnssd://Brother%20DCP-L2540DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-xxxx-xxxxxxxxx
network lpd://BRW1008B19C71E2/BINARY_P1
pacman -S nss-mdns
Edit the file
/etc/nsswitch.conf
Add the folowing line in the nsswitch.conf:
Code: hosts: files mdns_minimal dns mdns
Enjoy !
|
|
|
|
| Cannot Remove SIM Adapter |
|
Posted by: CheeseEBoi - 07-08-2022, 06:09 PM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
Hi, I just received a Pinephone and I am having trouble removing the SIM adapter from the phone. Before I did anything and after taking out the battery tape, I simply put the adapter in without a card inserted as a test, but now I can't seem to get it out. I can sort of pull it lightly but it stops at a certain point and I don't want to break anything. I should also mention that I am legally blind, so I might be missing something. What can I do?
|
|
|
|
| To live and die on LTE (with a Pinephone) |
|
Posted by: robthebold - 07-08-2022, 09:46 AM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Well, that sounds dramatic, but here in the US 2g and 3g service is all but gone with T-Mo dropping the last (maybe . . . mostly . . .) of theirs last week and ATT's going offline last February. As far as the rest of the world, YMMV, but if GSM and 3g are set to be phased out where you communicate this might be interesting.
I've been spending a lot of time trying to figure out why (and when) my pinephone stops receiving calls. I found this thread which provides an interesting "watchdog" work-around for the pinephone modem falling into a coma and never waking up again. User @kebab (thanks, kebab!) describes using the modem manager to reset the modem and bring it back to life. Unfortunately, that never worked for me . . . but it can sometimes fix two other issues that will knock the pinephone offline on my all-LTE network.
kebab's service checks the results of mmcli -m any for the phrase "No modems were found" and calls for an eg25-manager restart (using the appropriate system service manager for your OS. This problem -- the modem not waking up -- will definitely interrupt your service regardless of location, technology or network provider. However, I found my device not working at other times too, and I started logging the output of mmcli
Code: mmcli -m any >> log.txt
I found at least 2 other problems that can break LTE silently resulting in a phone that won't be receiving calls or texts without the user even knowing it. In both cases, the problem can be detected in the output of mmcli. I'll quote the relevant sections as I describe the issues I've found.
Problem 1: Status
Code: Status | lock: sim-pin2
| unlock retries: sim-pin (3), sim-puk (10), sim-pin2 (3), sim-puk2 (10)
| state: [32mconnected[0m
| power state: on
| access tech: lte
| signal quality: 59% (cached)
When everything's OK, the line containing "access tech: lte" is present. If grepping for this term in the output of "mmcli -m any" fails, the device cannot make or receive calls or texts. This problem sometimes gets better on its own. But sometimes it doesn't either. Using the appropriate service manager to restart eg25-manager usually fixes the problem. BTW, the modem will come back with a new index number. When it gets better either due to eg25-manager restart, a phone reset or just on its own, the "access tech: lte" line reappears in the mmcli output.
Problem 2: Modes
When things are working (and problem 1 has been ruled out) I check the Modes section. I see this when things are working properly.
Code: Modes | supported: allowed: 2g; preferred: none
| allowed: 3g; preferred: none
| allowed: 4g; preferred: none
| allowed: 2g, 3g; preferred: 3g
| allowed: 2g, 3g; preferred: 2g
| allowed: 2g, 4g; preferred: 4g
| allowed: 2g, 4g; preferred: 2g
| allowed: 3g, 4g; preferred: 4g
| allowed: 3g, 4g; preferred: 3g
| allowed: 2g, 3g, 4g; preferred: 4g
| allowed: 2g, 3g, 4g; preferred: 3g
| allowed: 2g, 3g, 4g; preferred: 2g
| current: allowed: 4g; preferred: none
It took me forever to find it, but when I got a call on another phone to tell me I wasn't answering, I quickly logged the mmcli output:
Code: Modes | supported: allowed: 2g; preferred: none
| allowed: 3g; preferred: none
| allowed: 4g; preferred: none
| allowed: 2g, 3g; preferred: 3g
| allowed: 2g, 3g; preferred: 2g
| allowed: 2g, 4g; preferred: 4g
| allowed: 2g, 4g; preferred: 2g
| allowed: 3g, 4g; preferred: 4g
| allowed: 3g, 4g; preferred: 3g
| allowed: 2g, 3g, 4g; preferred: 4g
| allowed: 2g, 3g, 4g; preferred: 3g
| allowed: 2g, 3g, 4g; preferred: 2g
| current: allowed: 2g, 3g, 4g; preferred: 4g
There it is the the "current:" line of the "Modes" section. LTE working ok and calls going thru I see "current: allowed: 4g; preferred: none".
OTOH, when calls and texts aren't working (even if the "access" issue above is fine) I see "current: allowed: 2g, 3g, 4g; preferred: 4g". The same status can be seen in the GUI "System|Mobile Network"
Doing an eg25-manager restart did restore service, but the current Mode setting remained "current: allowed: 2g, 3g, 4g;" until I went in and manually changed the setting in the GUI. I haven't tried changing the setting with mmcli, and don't know if I can or not.
Anyway, if anyone has any extra insights on this issue, I'd love to hear about it.
|
|
|
|
| Keyboard drawing only 0.1A from charger |
|
Posted by: qwazix - 07-08-2022, 12:09 AM - Forum: PinePhone Accessories
- Replies (7)
|
 |
As the title says, the keyboard is only drawing tiny amounts of power, regardless if it has a phone in it, if it's on, and of the constant current sysfs setting.
I did plug the phone in while docked before I read the warning, did I fry the charging chip?
|
|
|
|
| error when try to build infinitime 1.10 |
|
Posted by: gy145 - 07-07-2022, 08:45 PM - Forum: Development Discussion on PineTime
- Replies (2)
|
 |
Got stuck on building infinitime on my own computer. The following procedure worked well for version 1.9 but not 1.10
I used a win10 64bit computer. I installed Microsoft visual studio code and docker on my computer.
Here is what I have tried:
1. use github desktop app to make a clone of the infinitime code.
2. under github app choose the master branch tagged 1.10
3. then use the visual studio code to open the infinitime folder.
4. wait for visual studio code to run docker container, then opened an terminal
5. with root account
apt-get install npm
npm install lv_font_conv
6. runs the create_build_open_ocd.sh
/workspaces/InfiniTime$ cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DUSE_OPENOCD=1 -DARM_NONE_EABI_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-9-2020-q2-update -DNRF5_SDK_PATH=/opt/nRF5_SDK_15.3.0_59ac345 -S . -Bbuild
7. cd build
8 make -j pinetime-app
Then it gives error:
[ 42%] Built target lvgl
[ 63%] Built target nimble
(Stripping trailing CRs from patch; use --binary to disable.)
patching file jetbrains_mono_bold_20.c
patching file jetbrains_mono_bold_20.c
patch: **** malformed patch at line 3:
Traceback (most recent call last):
File "/workspaces/InfiniTime/src/displayapp/fonts/generate.py", line 75, in <module>
main()
File "/workspaces/InfiniTime/src/displayapp/fonts/generate.py", line 70, in main
subprocess.check_call(['/usr/bin/env', 'patch', name+'.c', patch])
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/env', 'patch', 'jetbrains_mono_bold_20.c', 'jetbrains_mono_bold_20.c_M.patch']' returned non-zero exit status 2.
make[3]: *** [src/displayapp/fonts/CMakeFiles/infinitime_fonts_jetbrains_mono_bold_20.dir/build.make:73: src/displayapp/fonts/jetbrains_mono_bold_20.c] Error 1
make[3]: *** Deleting file 'src/displayapp/fonts/jetbrains_mono_bold_20.c'
make[2]: *** [CMakeFiles/Makefile2:590: src/displayapp/fonts/CMakeFiles/infinitime_fonts_jetbrains_mono_bold_20.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:286: src/CMakeFiles/pinetime-app.dir/rule] Error 2
make: *** [Makefile:189: pinetime-app] Error 2
|
|
|
|
| Dedicated Chat and Phone. |
|
Posted by: Chief - 07-07-2022, 12:14 PM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
Greetings folks,
After reading plenty of issues related to sound and phone I thought I might suggest a possible solution for Pine64 staff to consider. Since Android devices work excellent as phones but not so great as data devices whereas PinePhone works excellent with data but not so great as a phone ... why not marry the two together? Is it possible to have a PinePhone flashed from the factory with a dedicated Chat/Phone system separate from any o.s.? Further to this a system that can boot from the dedicated phone app with no other o.s. on the eMMC card? In doing so people can flash whatever o.s. they wish BUT the phone/chat system are already there preinstalled by factory and unaffected by any o.s. except where an address book is created in any Linux o.s. This way the phone will always work regardless and the sound system also dedicated to phone/chat. On the PPP we can flash tow boot to the SPI chip which I have done so I am suggesting something similar to that. So instead of a rolling update that destroys (potentially sometimes) the usability of the device a dedicated system unaffected by any update except where a flash update is released to the phone if required.
Just a suggestion to consider.
|
|
|
|
| No display on early boot after Manjaro update |
|
Posted by: robocone - 07-07-2022, 05:47 AM - Forum: PinePhone Pro Software
- No Replies
|
 |
After a recent update (Manjaro plasma), the display has stopped working on early boot, for example during initramfs.
My boot.txt has not changed.
It comes back on during the normal bootup.
Does anyone know how to get it working again? It's causing me major headaches, typing into nothing and hoping things will work.
Edit: I'm not sure what exactly fixed this but I'm getting the display on the current version
|
|
|
|
| Emmc |
|
Posted by: yvan - 07-07-2022, 01:47 AM - Forum: PinePhone Hardware
- Replies (1)
|
 |
Hello everyone, I have a small problem I wanted to change os on my Pinephone but Emmc na is displayed more when I use BalenaEtcher or Gparted and the phone does not want to start anymore someone would have a solution please
|
|
|
|
|