We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2018-10-17 18:45:23 +0200

[How to] install/remove google play services with a script

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable type

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but even if installed google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

[How to] install/remove google play services with a scriptscript on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable type

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but even if installed google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable type

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but even if installed google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folderfolder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable type

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but even if installed google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable type executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but even if installed google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but but, even if installed installed, google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but, even if installed, google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I don't know why but, even if installed, google play icon wont be in the app grid. if you want to open it, I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download sectionsection.

8) if you want to remove google play services type

 ./ remove.sh

after the first time to install and remove google play services it will be easier and quicker:

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

EDIT1: I modified the old procedure and the script in order to make that easier. now you dont need to update playservices with aptoide during the first time- the script will do that for you.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use this

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore playstore. Then it will start an update of play services- press yes

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

EDIT1: I modified the old procedure and the script in order to make that easier. now you dont need to update playservices with aptoide during the first time- the script will do that for you.

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder. If you want to do it from the mobile device you can use thisfolder.

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore. Then it will start an update of play services- press yes

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

EDIT1: I modified the old procedure and the script in order to make that easier. now you dont need to update playservices with aptoide during the first time- the script will do that for you.you. I also corrected a little bug in removal script

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder.

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore. Then it will start an update of play services- press yes

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

EDIT1: I modified the old procedure and the script in order to make that easier. now you dont need to update playservices with aptoide during the first time- the script will do that for you. I also corrected a little bug in removal script

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder.

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/download./nemo/Downloads.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore. Then it will start an update of play services- press yes

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.

[How to] install/remove google play services with a script on sailfish X and Jolla C

Hi I am daily user of sailfish and unfortunately I am not amongst those who can happily go just with native apps, since some apps are not available as native apps or as web-apps. Even worse, for some app I do want to use, AD layer isn't enough, since they ask me to install google play services in order to be able to use them. On the other hand I really dislike to have google spyware services constantly running on my device and consuming battery power. So I wished to find a way to use those hated services only when really needed, without having to manually digit all the terminal commands. Looking here and there to "create" a script that allow me to install and remove google services (and play store) as quickly as possibile. Since I am using it quite happily I would just like to share it in case anybody is interested. I am not able to convert this script to an app, even though I really would like to have in the app grid or in settings a button to launch the aforementioned script. If anybody more skilled can improve any aspect of this simple trick or to modify something I would be more than happy. If a dev want to convert this in an app I would be glad.

premise: I am not a developer, I don't have any linux skill- this is just a stupid, little dirty "trick" I am using to solve an issue I faced in daily use of sailfish on my xperia x.

EDIT1: I modified the old procedure and the script in order to make that easier. now you dont need to update playservices with aptoide during the first time- the script will do that for you. I also corrected a little bug in removal script

this are the steps to follow for the first time:

1) download all necessary files here

2) extract the folder.

3) move "system", "GmsCore.apk", "GoogleLoginService.apk", GoogleServiceFramework.apk", "Phonesky.apk" ""com.google.android.gms-1.apk" to /nemo/Downloads.

4) move install.sh and remove.sh to /nemo

5) to make them executable

  chmod +x install.sh

  chmod +x remove.sh

6) go to terminal as root (devel-su -> insert password -> enter)

7) type

./install.sh

and press enter to install google play services and playstore. Then it will start an update of play services- press yes

PS: I suggest to download and install from aptoid "Play services info" and then click on play store - in this way you can also verify if google play services are installed and which version

7) if you need to update google play services just open android store (aptoide) and update play services in the
download section.

8) if you want to remove google play services type

 ./ remove.sh

1) go to terminal as root (devel-su -> insert password -> enter)

2) when you need google play services just type ./install.sh or press the up arrow until you find that command. PS: if you want to update google play services it will be quicker since they have been already downloaded.

3) when you dont need google play services anymore type ./remove.sh or press the up arrow until you find that command

I described every single step so it could seems complicated, but after the first time it will be a very quick operation to do.

I hope this could be useful in someway to someone.

PS: I noticed that some apps do require google play services for the first log in/registration, but then they work almost completely even if you remove them.