Reply
Thread Tools
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#721
Originally Posted by Jef91 View Post
Whelp, after spending several hours configuring everything the other night my toddler decided it was time for me to get a new phone this afternoon. Been fun - thanks for the porting work everyone.

https://pbs.twimg.com/media/Cj5sWKYUYAYxtZd.jpg
it would be cheaper to just buy a new screen there pretty cheap and all you do it move your current motherboard and cameras into the new skeleton.
 

The Following 4 Users Say Thank You to m4r0v3r For This Useful Post:
Posts: 76 | Thanked: 377 times | Joined on Feb 2016
#722
Test kernel for the cm12.1 builds with franco's audio gain sysfs interface and changes for 300hz timer res (like on nexus 5x and 6p).

To install:
- Download and put in a new folder on the device
- Open folder over ssh or in terminal (must have root password set in Settings => Developer Mode)
- run:
Code:
tar xf 300hz-test-kernel.tar.gz
devel-su pkcon install-local *.rpm
- Reboot, use, and report

I also would like more responses on the 1.82 PIXEL_RATIO (here) to determine if this should be changed in the builds. I need to build and replicate a repo, then we can work toward OBS .

Last edited by RealJohnGalt; 2016-06-03 at 00:41.
 

The Following 6 Users Say Thank You to RealJohnGalt For This Useful Post:
Posts: 10 | Thanked: 15 times | Joined on May 2016 @ Česká Repuplika
#723
Originally Posted by RealJohnGalt View Post

I also would like more responses on the 1.82 PIXEL_RATIO (here) to determine if this should be changed in the builds. I need to build and replicate a repo, then we can work toward OBS .
Yes please very nice thanks
 

The Following 3 Users Say Thank You to pepa77 For This Useful Post:
Posts: 69 | Thanked: 85 times | Joined on Mar 2013
#724
I'm trying your latest modifications. kernel and pixel ratio.
I prefer 1.86 as pixel ratio :-)

somebody noticed that apn modifications don't remain saved after a reboot?

thanks a lot for your cm12.1 build !!
 

The Following 2 Users Say Thank You to frullewulle For This Useful Post:
Posts: 97 | Thanked: 318 times | Joined on Feb 2012 @ Switzerland
#725
@RealJohnGalt

I just want to give you some feedback and thank you again for your last work regarding pixel ratio and kernel:

- Pixel ratio

After having used the new pixel ratio for a day, I went back to the old one. I somehow think that the overall layout is more balanced, than with a 1.82 pixel ratio. As an example the 'camera option' icons are quiet small and somehow hang in the emptiness with a 1.82 pixel ratio. Same goes for the options pulldown menu on the notification screen. As other example I want to mention the facebook birthday notifications, where the text right now fills the space next to the picture quiet well. With the 1.82 pixel ratio the text becomes an 'ugly one-liner'. So all in all, I prefer the old 'default' pixel ratio.

-New kernel

My first spontaneous feeling was that power usage is higher with the new kernel, although I have to test that a little bit longer. It would be cool if you could explain the benefits of this new kernel. As I understand, the 300hz tickrate should make the device more 'snappy'. What are the audio benefits?

Last edited by minimec; 2016-06-04 at 13:53.
 

The Following 3 Users Say Thank You to minimec For This Useful Post:
Posts: 58 | Thanked: 28 times | Joined on Aug 2007 @ Buenos Aires, Argentina
#726
Originally Posted by RealJohnGalt View Post
1.82 might be a better PIXEL_RATIO for us based on the jolla phone specs (ty kimmoli).

To test, set up a root password (Settings => Developer Mode), open terminal or ssh in, and run:
Code:
devel-su
curl http://sprunge.us/YbWB -o kimmoli-diyicons.sh
chmod +x kimmoli-diyicons.sh
./kimmoli-diyicons.sh 1.82
To revert, run:
Code:
dconf reset /desktop/sailfish/silica/theme_pixel_ratio
devel-su
dconf update
systemctl-user restart lipstick
Please post back to say how you like the change.
Hi. I think the new pixel ratio looks good!
__________________
Nokia 2160 > Nokia 5120 > Nokia 3595 > Nokia 3600 > Nokia 7710 > Nokia N95/N800 > Nokia N900 > Nokia N9 > LG Nexus 5 (Multirom: Sailfish/Cyanogenmod/MIUI) > Sony Xperia Z2 (MIUI) > Sony Xperia X (SailfishX)...but N900 still rockin'!!!
 

The Following User Says Thank You to jem555 For This Useful Post:
Feathers McGraw's Avatar
Posts: 654 | Thanked: 2,368 times | Joined on Jul 2014 @ UK
#727
Could someone cat /etc/hw-release on Nexus 5 for me please? I'm changing the way my torch app detects different phones and need to know what the file contains.
 

The Following User Says Thank You to Feathers McGraw For This Useful Post:
Posts: 426 | Thanked: 1,812 times | Joined on Dec 2013
#728
Here you go

# This file is copied as hw-release (analogous to os-release)
NAME="LG Nexus 5"
ID=hammerhead
MER_HA_DEVICE=hammerhead
MER_HA_VENDOR=lge
VERSION="0.0.1.1 (armv7hl,unknown)"
VERSION_ID=0.0.1.1
PRETTY_NAME="hammerhead 0.0.1.1 (armv7hl,unknown)"
SAILFISH_BUILD=1
SAILFISH_FLAVOUR=unknown
HOME_URL="https://sailfishos.org/"
__________________
Donation for my sailfish apps via PayPal

Donate using Liberapay
 

The Following 2 Users Say Thank You to llelectronics For This Useful Post:
jellyroll's Avatar
Posts: 435 | Thanked: 684 times | Joined on Apr 2012 @ Netherlands 020
#729
u0_a55@hammerhead:/ $ cat /etc/hw-release
# This file is copied as hw-release (analogous to os-release)
NAME="LG Nexus 5"
ID=hammerhead
MER_HA_DEVICE=hammerhead
MER_HA_VENDOR=lge
VERSION="0.0.2.3 (armv7hl)"
VERSION_ID=0.0.2.3
PRETTY_NAME=" 0.0.2.3 (armv7hl)"
SAILFISH_BUILD=3
SAILFISH_FLAVOUR=release
HOME_URL="https://sailfishos.org/"
u0_a55@hammerhead:/ $

This is from my North America D820 model.
 

The Following 2 Users Say Thank You to jellyroll For This Useful Post:
Feathers McGraw's Avatar
Posts: 654 | Thanked: 2,368 times | Joined on Jul 2014 @ UK
#730
Thanks Jellyroll and llelectronics!

Hammerhead Torch now uses /etc/hw-release and a config file to determine which controlfile to use. There's a new version in openrepos, and I also submitted it to harbour for the first time (currently in QA). These changes should make it easier to add support for more SFOS ports in future
 

The Following 4 Users Say Thank You to Feathers McGraw For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 05:43.