|
2017-02-07
, 21:29
|
Posts: 118 |
Thanked: 55 times |
Joined on Jul 2013
|
#43
|
|
2017-02-07
, 22:42
|
Posts: 163 |
Thanked: 279 times |
Joined on Feb 2017
@ Tbilisi, Georgia (caucasus)
|
#44
|
I was wrong Same magic does the job on Nexus 5 running CM12 with Sailfishos 2.0.5.6.
Here my modified script based on the above one:
with missing egl.cnf
Code:0 0 android 0 1 adreno
|
2017-02-08
, 06:20
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#45
|
Wow nice. I did not thought about searching that libs. nice to see that it works there too.
|
2017-02-08
, 06:33
|
Posts: 163 |
Thanked: 279 times |
Joined on Feb 2017
@ Tbilisi, Georgia (caucasus)
|
#46
|
I was wrong Same magic does the job on Nexus 5 running CM12 with Sailfishos 2.0.5.6.
Here my modified script based on the above one:
with missing egl.cnfCode:#!/bin/bash # Copyright 2013-2016 Myriad Group AG. All Rights Reserved. ####### 3D needs ######### EXTRA_FILES_3D=" vendor/lib/egl/egl.cfg vendor/lib/egl/eglsubAndroid.so vendor/lib/egl/libEGL_adreno.so vendor/lib/egl/libGLESv1_CM_adreno.so vendor/lib/egl/libGLESv2_adreno.so vendor/lib/egl/libplayback_adreno.so vendor/lib/egl/libq3dtools_adreno.so lib/hw/gralloc.msm8974.so vendor/lib/libadreno_utils.so vendor/lib/libgsl.so lib/libmemalloc.so lib/libqdutils.so " ####### CAMERA needs ######### EXTRA_FILES_CAMERA=" lib/hw/camera.hammerhead.so " ####### HW CODECS needs ######### EXTRA_FILES_HWCODEC=" etc/media_codecs.xml etc/media_profiles.xml etc/media_codecs_google_audio.xml etc/media_codecs_google_telephony.xml etc/media_codecs_google_video.xml " ####### LINKING LOOP ######### NEEDED_EXTRA_FILES=" $EXTRA_FILES_3D $EXTRA_FILES_CAMERA $EXTRA_FILES_HWCODEC " for x in $NEEDED_EXTRA_FILES; do target=/system_jolla/$x link=$ANDROID_ROOT/${x/.msm8974./.default.} ln -sf $target $link done ln -sf /system_jolla/lib/hw/camera.hammerhead.so /system/lib/hw/camera.default.so # For camera socket mkdir -p /data/misc ln -s /data_jolla/misc/camera /data/misc/camera
Code:0 0 android 0 1 adreno
|
2017-02-08
, 07:09
|
|
Posts: 411 |
Thanked: 1,105 times |
Joined on Jan 2010
@ Europe
|
#47
|
I have 2.0.4.13 version installed and it does not install aliendalvik.
It freezes on Installing packages.
I tried updating to 2.0.5.6 on a fresh install whole night it was doing update but in the morning it was frozen on 82 %. I force rebooted and it did not even boot. ****ING REFLESH AGAIN. WTF is wrong with update? How did you update to 2.0.5.6 can you post commands?
For now aliendalvik does work on my 2.0.4.13 but i tried google play services and aliendalvik does not start after just coping needed files in /opt/alien/ folder. But i did same with my nexus 4 and it works great.
P.S. Camera does not work for me.
The Following User Says Thank You to BluesLee For This Useful Post: | ||
|
2017-02-08
, 08:49
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#48
|
|
2017-02-08
, 08:55
|
Posts: 43 |
Thanked: 32 times |
Joined on Jan 2015
|
#49
|
Nice! I will install another Sailfish with multirom, update it to the latest version and try it
BluesLee, could you tell us what commands did you run? It would be very useful a complete guide.
The Following User Says Thank You to karan5chaos For This Useful Post: | ||
|
2017-02-08
, 11:35
|
Posts: 163 |
Thanked: 279 times |
Joined on Feb 2017
@ Tbilisi, Georgia (caucasus)
|
#50
|
+1
Also please guide us on how to find the specific config file (in my case it's opx with cm12.1 base)
Here my modified script based on the above one:
Last edited by BluesLee; 2017-02-07 at 21:14.