Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tac

Pages: [1]
1
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: February 02, 2021, 06:23:49 am »
@Piece_Maker maybe 20 25 mins to compile. 

2
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 31, 2021, 09:18:38 pm »
Quote
I haven’t uninstall network manager. Try and reinstall Network Manager, if I remember correctly codi needs Network Manager installed.

Great to see that power saving is improved.

Regards

Mibry

Thanks @Mibry  that was excatly the issue.  when I added network manager back codi begin to work. 

sudo apt-get install network-manager





3
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 31, 2021, 09:11:06 pm »
Quote
Also, I am unable to answer calls via the open cosmo screen by pressing accept.

So I fixed this by uninstalling then reinstalling the dialer-app
sudo apt remove dialer-app
sudo reboot
sudo apt install dialer-app

Once this was done I was able to press accept and answer calls while the cosmo is open. 

4
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 31, 2021, 06:38:16 pm »
Also, below is a running wiki of things I have done to my cosmo on linux so far.  This is a compilation of several sources.  Please take a look an make any corrections or suggestions. 

Setup Cosmo Communicator Debian
Follow Planet Computer Linux Install Instructions.
https://support.planetcom.co.uk/index.php/Linux_for_Cosmo#Phone_and_Message_apps


install gemian cosmo linux kernal 4.4
https://github.com/gemian/gemian/wiki/KernelCompilation

sudo apt update
sudo apt upgrade
sudo reboot
git clone https://github.com/gemian/cosmo-linux-kernel-4.4.git
cd cosmo-linux-kernel-4.4
git checkout packaging
sudo apt install devscripts build-essential bc qemu-user-binfmt
debuild -b -uc -us
sudo dpkg -i ../cosmo-linux-kernel*deb

Prevent kernel upgrade over apt
https://hollysydney.com/article/prevent-ubuntu-upgrading-kernel
https://askubuntu.com/questions/938494/how-to-i-prevent-ubuntu-from-kernel-version-upgrade-and-notification

sudo dpkg -l | grep cosmo-linux
sudo apt-mark hold cosmo-linux-kernel:arm64
sudo apt-mark hold cosmo-linux-kernel-headers
sudo apt update
sudo apt upgrade

Install power saving tech
https://www.oesf.org/forum/index.php?topic=36471.0
https://wiki.debian.org/CpuFrequencyScaling

apt get install cpufrequtils tlp
sudo cpufreq-set -g powersave
sudo cpufreq-set -c 0 -g powersave

Create Startup Script for CPU Power Settings
mkdir ~/scripts
vim ~/scripts/cpupowersave
Type the following lines then save :wq
#/bin/sh -e
cpufreq-set -c 0 -g powersave
cpufreq-set -c 1 -g powersave
cpufreq-set -c 2 -g powersave
cpufreq-set -c 3 -g powersave
exit 0

go to Settings -> System Settings -> Startup and Shutdown -> Autostart -> Add Script
navigate to /home/cosmo/scripts/cpupowersave then press Ok.
   
Turn On Mobile Data
Follow Plan Mobile Data Instructions
https://support.planetcom.co.uk/index.php/Cosmo_Linux_Mobile_Data

Fix cosmopda not found when running sudo
https://askubuntu.com/questions/59458/error-message-sudo-unable-to-resolve-host-none

Two things to check (assuming your machine is called my-machine, you can change this as appropriate):

    That the /etc/hostname file contains just the name of the machine.

    That /etc/hosts has an entry for localhost. It should have something like:

     127.0.0.1    localhost.localdomain localhost
     127.0.1.1    my-machine

5
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 31, 2021, 06:30:44 pm »
So, I appear to be having a few issue with the custom kernel (cosmo-linux-kernel4.4).   The Codi display stays stuck at the planet logo once mobile data is enabled / Network Manager is removed. Also, I am unable to answer calls via the open cosmo screen by pressing accept.  Any one else dealing with this?

Outside of that the power usage seems to be ok.  I started using the device today around 9am with moderate usage and I am at about 32% usage now at about 17:29PM. 

6
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 30, 2021, 08:00:21 pm »
Thanks @mibry, that worked. 

7
Cosmo Communicator - Linux / Re: Ubports for Cosmo
« on: January 30, 2021, 03:28:54 pm »
Hi, @sven1999 use, I was able to boot into Android, Ubuntu Touch and Linux via the boot screen, All booted ok.  I don't really use the android any more though. 

8
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 30, 2021, 03:26:39 pm »
Hi @mibry  how did you install the cosmo communicator linux kernel 4.4 from gemian. I seem to be runing into issues. 

I downloaded the kernal zip
unziped it via unzip
cd into the directory cosmo-linux-kernel-4.4

made sure all the dependencies were installed  on the comso
https://github.com/gemian/cosmo-linux-kernel-4.4/blob/master/Documentation/Changes
sudo apt-get install gcc make binutils util-linux module-init-tools e2fsprogs jfsutils reiserfsprogs xfsprogs squashfs-tools btrfs-progs pcmciautils quota-tools pppd isdn4k-utils nfs-utils procps oprofile udev grub mcelog iptables oppenssl bc

then ran
make oldconfig
make

then this is were I started to have issues.  the make command would run but would error out. 




9
Cosmo Communicator - Linux / Re: Ubports for Cosmo
« on: January 19, 2021, 03:48:50 pm »
I got mine working via these instructions. 

https://github.com/gemian/gemian/wiki/UBPorts

Issues I see so far are Sound related.  When I play music through the any music player it doesn't output any sound.

10
Cosmo Communicator - Linux / Re: Battery/Power Conservation Strategy
« on: January 19, 2021, 10:40:35 am »
So I did do one other thing on my cosmo linux install.  I installed tlp and tlp-rdw and left it running in default mode. 

One thing I noticed it does is shutoff wifi when I close the cosmo,  On mobile data alone I get about 8 to 10 hours use, mostly in standby. 

sudo apt-get install tlp tlp-rdw

This isn't perfect and has some issues, but  think it may be a starting point. 




11
Gemini PDA - Linux / Re: Mobile data in Debian (T-Mobile USA)
« on: January 17, 2021, 12:35:59 pm »
How did you get mms working.  I got Data, Voice and Text working but when I attempt to activate the mms context it says it is not supported. 

12
Cosmo Communicator - Hardware / Why does Planet use Mediatek CPU?
« on: January 16, 2021, 05:08:43 am »
This is a nonpoint for the Cosmo Communicator or the Astro Slide, but why was a Mediatek based processor chosen versus a Qualcomm? I ask because I would like to install lineage os, ubuntu touch or another alternative os on these devices. But, the CPU choice seems to be the impending factor. It has not been a simple task porting alternate os to planet devices, from what I can tell. Will all planet devices be based on MediaTek processors moving forward?

13
Cosmo Communicator - Linux / Battery/Power Conservation Strategy
« on: January 16, 2021, 05:04:42 am »
Hello,

Is the battery life for the Linux OS on the cosmo terrible? I tried to use my Communicator with Linux the other day but the devices only lasted  between  6 to 7 hours in standby mode/Closed.  Are there any suggestions or tips on how to make the device conserve/use less power ?  Would tlp or any other linux packages be applicable? 

Pages: [1]