Yesterday, 12:58 PM
(Yesterday, 11:35 AM)Supervisor Wrote: So i have a pinephone pro and i have tried every thing provided here https://forum.pine64.org/showthread.php?tid=18216 and gotten assistanve on discord which still did not help. Ive charged for approximately 10 hours on Maskrom, tried using a sd card, flashed directly to EMMC, attempted to reinstall Towboot, Used a gui tool and dd, and still it will not work. Whenever i turn it on with a working os installed it will flash red then yellow then stay stuck, the screen wont even show anything. If i try without an os on the phone it reboots as the it knows there no os installed. Sometimes too when i turn it on it will stay red and just vibrate as soon as it is turned on. It will not even boot to an SD card if i use either the RE button or the volume down button. I can however boot into mass storage mode by holding volume up and connect it to the computer, im not sure how much this can help but if anyone can help pls do.
just in case advises.
if mobian: try different image week ago or two weeks ago. mobian have some bad images.
when using dd, writing target needs to be whole disk, not a partition. images for pinephone includes partitioning table.
Code:
# target shpould be a whole disk.
# be careful about "of="
# use "lsblk" to list devices
# "sync" is just in case
# sudo or root access is required
sudo dd status=progress bs=8M if=file-image.img of=/dev/sdx ; sync