maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, Track and Protect, etc.) (https://talk.maemo.org/showthread.php?t=81479)

alephito 2012-01-09 23:34

[HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, Track and Protect, etc.)
 
Last week, I bought my N9 in Argentina. My provider is Claro and, believe it or not, the phone came with no traces of Skype, Google Talk and WiFi Hotspot. Maybe there are many other features missing but so far these are the ones I wanted and I had to enable by myself.

In case someone else suffers the illogical restrictions of cellphone operators, this is a brief guide to regain these basic services for a 'smartphone'.

*** WARNING***
Do not try it if you do not have last firmware version. For instance, if Nokia released PR1.3 and you still have PR1.2, do not try it or you will end with a mixed system, probably working bad.
*** WARNING***


Install Skype, Google Talk and other voice services:

1) Enable Developer Mode

2) Open Terminal

3) Type:
Code:

devel-su
and insert password "rootme".

4) Edit repositories. Type:

Code:

vi /etc/apt/sources.list.d/aegis*
and in "deb https://qa9recEP:Pat2UGuP@downloads..../harmattan/420 ./", replace "420" by "001". Typing 'i' you enter 'insert mode'.

Press "Esc" and "Z" twice to save the file.

5) Update the cache of applications and install all packages of accounts and its language files:

Code:

apt-get update
apt-get -y install account* l10n-app*

6) Close Terminal.


Install Youtube:

The previous instructions installs modules of Youtube. But there are some missing elements. You can add them by:

1) Enter Terminal with devel privileges.

2) Type:

Code:

apt-get -y install youtub*

Install WiFi Hotspot:

1) Enter Terminal with devel privileges.

2) Type:

Code:

apt-get -y install joiku*

Install NFC:

1) Enter Terminal with devel privileges.

2) Type:

Code:

apt-get -y install nfc*
3) Restart your phone.


Install Track & Protect:

1) Enter Terminal with devel privileges.

2) Type:

Code:

apt-get -y install tnp*

jalyst 2012-01-10 11:49

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Added to the guide, at the bottom of the how-to's section:
https://docs.google.com/document/d/1.../edit?hl=en_GB

LaLlamaQueLlama 2012-01-10 13:23

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
On Argentina seems that we also have NFC disabled. Do you know what packages we have to download to enable it?

alephito 2012-01-10 14:11

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
No idea.

What would you use NFC in Argentina for?

LaLlamaQueLlama 2012-01-10 14:22

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
For now just testing purpose only. It might be possible to use it as a SUBE card

alephito 2012-01-10 14:54

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Probably you can install NFC packages with:

Code:

apt-get -y install nfcd
but I do not know.

You can see all N9's packages in:
http://www.developer.nokia.com/Commu...attan_Packages

There are 10 with NFC in its name.

m4r0v3r 2012-01-10 19:27

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
can we install this repo on the N900 and attempt to install maps and what not? since if there written in Qt we have a shot at them working?

ah thats not exactly a repo lol

tonyve 2012-01-13 01:12

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Hi! My carrier is Personal, and my N9 came with neither Skype nor WiFi Hotspot. Just yesterday I’ve been able to update the firmware (currently running PR1.1 20.2011.40-4.324.2_PR_324) but this didn’t allow me to download missing applications, so I found this post and it has been very helpful! Only difference for me was that in the first edited line ("deb https://qa9recEP:Pat2UGuP@downloads..../harmattan/001 ./") I found a “324”, not “420”. After that, I followed every instruction and everything worked out fine!

About nfc… I was really disappointed when I read that this feature was disabled here since my nokia bh-505 supports this technology. I’ve tried:

Code:

apt-get -y install nfcd
and it quickly installed, but the feature was still missing. Then I tried with:

Code:

apt-get -y install conn-dui-conndlgs-nfc
apt-get -y install conn-dui-settings-nfc

and nfc became visible in device settings! But when I turned it on, an error message warned me that nfc could not be activated.
the last thing I tried was:

Code:

apt-get -y install nfc*
…a few more packages were installed and I turned off my phone. When I turned it back on, nfc was running and detected my headset immediately!

http://img855.imageshack.us/img855/1...ne12210243.png

Sorry if it looks kind of mess up, but I’m no expert. I only hope that this can help someone else like the previous posts did helped me (I really wasn’t too fond of changing product code or reflashing my phone just in order to have skype :p)

n9fan 2012-01-13 01:44

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
about WiFi Hotspot: i tried to install it, but it says: couldn't find joiku* packet. what did it go wrong??:mad::(:confused:

alephito 2012-01-13 06:54

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Quote:

Originally Posted by tonyve (Post 1149797)
Only difference for me was that in the first edited line ("deb https://qa9recEP:Pat2UGuP@downloads..../harmattan/001 ./") I found a “324”, not “420”. After that, I followed every instruction and everything worked out fine!
[/CODE]

Yes. The 420 was for a mexican carrier. Argentinian Claro's is 406. The whole point was to change any regional repository to 001.

Thanks for the solution to the lack of NFC.

alephito 2012-01-13 06:56

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Quote:

Originally Posted by n9fan (Post 1149801)
about WiFi Hotspot: i tried to install it, but it says: couldn't find joiku* packet. what did it go wrong??:mad::(:confused:

Have you edited the repositories before running apt-get?

HEROEdelREVES 2012-01-17 18:16

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
When i tried to "vi /etc/apt/sources.list.d/aegis*" it says "writte error: Permision denied".
Do you know what i'm doin' wrong?

alephito 2012-01-17 20:39

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
You should type:
Code:

devel-su
and then insert password "rootme".

Then you will have permission to edit the file.

HEROEdelREVES 2012-01-17 20:48

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
I already did but it still does the same. :S

alephito 2012-01-17 21:12

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Quote:

Originally Posted by alephito (Post 1149886)
Thanks for the solution to the lack of NFC.

I can confirm that
Code:

apt-get -y install nfc*
was enough to enable NFC.

I am updating the OP to reflect this.

tuautem 2012-01-24 22:00

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Quote:

Originally Posted by alephito (Post 1149886)
Yes. The 420 was for a mexican carrier. Argentinian Claro's is 406. The whole point was to change any regional repository to 001.

Thanks for the solution to the lack of NFC.

Hi. Can you tell me plz if movistar , here in argentina, has the same number (406) than Claro? txs a lot.

alephito 2012-01-24 23:37

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
I do not know. But when you execute:

Code:

vi /etc/apt/sources.list.d/aegis*
you can see what the name of the open file is. Or simply see the first line of that file and check what number it has instead of 001, 406 or 420.

n9fan 2012-01-25 13:57

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Quote:

Originally Posted by alephito (Post 1149888)
Have you edited the repositories before running apt-get?

It doesn´t have a line in repositories.
I typed in my N9 "vi /etc/apt/sources.list.d/aegis*" and it's all in blank.
so I don't know what to do now....

alephito 2012-01-25 17:29

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
That's odd.

I cannot help you since I barely understand what I am doing.

Have you tried reflashing?

alephito 2012-01-27 01:27

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Quote:

Originally Posted by alephito (Post 1155250)
I do not know. But when you execute:

Code:

vi /etc/apt/sources.list.d/aegis*
you can see what the name of the open file is. Or simply see the first line of that file and check what number it has instead of 001, 406 or 420.

Today I found something that might be useful for you (and others).

If you go to Config. / Acerca del Producto (Config. / About Product) you can see your N9's version. In my case, it is PR1.1 (20.2011.40-4-406.6_PR_406)

The last number is my operator's version. 406 for Claro. Something else for others.

alserico 2012-01-30 17:07

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Alephito, I owe you my sister

However, I got some additional questions.
everything fine, except for the 100n thing. It did not find any file, so I do not know What I'm missing.

Skype didn't appear among the accounts as well. Maybe it was the 100n thing?

For the record for many people who missed the procedure: the "ZZ" required to save the change of the operator number (001 instead of whatever number it was) must be UPPERCASE.

Typing "zz" in Lowecase will not save the changes, therefore rendering you unable of updating cache and files

Alephito, do you know, perhaps why didn't my N9 fiund any 110n-app file? Is that the cause Skype has not showed within the accounts app?

Thank you
Alejandro

Quote:

Originally Posted by alephito (Post 1148104)
Last week, I bought my N9 in Argentina. My provider is Claro and, believe it or not, the phone came with no traces of Skype, Google Talk and WiFi Hotspot. Maybe there are many other features missing but so far these are the ones I wanted and I had to enable by myself.

In case someone else suffers the illogical restrictions of cellphone operators, this is a brief guide to regain these basic services for a 'smartphone'.

Install Skype, Google Talk and other voice services:

1) Enable Developer Mode

2).......
3) Restart your phone.


alephito 2012-01-30 17:15

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Alejandro,

The first letter is an l (L) not an 1 (one).

Code:

apt-get -y install account* l10n-app*
Your sister can find me here. ;-)

In my case, Skype took a couple of reboots to appear as an application. First, I had a red box instead of the right icon.

alserico 2012-01-30 18:36

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Oops! That's the problem, then.
Thank you, Alephito!
If you have a good Ophtalmologist (or Optomatrist, for that matter), I'm open to suggestions

I'm working on my sister ;)

TY again
Alejandro

Quote:

Originally Posted by alephito (Post 1157981)
Alejandro,

The first letter is an l (L) not an 1 (one).

Code:

apt-get -y install account* l10n-app*
Your sister can find me here. ;-)

In my case, Skype took a couple of reboots to appear as an application. First, I had a red box instead of the right icon.


alephito 2012-01-30 23:01

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
You are welcome.

alserico 2012-01-31 01:31

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Well, Sorry to bother you, but even when everything else is working fine (great!), Skype is still hiding somewhere in there.
I reset the N9 (if reset is to press the power button for more than 8 sec) several times, but Skype refuses to appear.

Also, Nothing happens when I press Power for such a long time, other than just turn off the phone. Is that what it is supposed to do? I press it and only thing that happens is that the unit turns off after about four sec

Thank you for your opinion

alejandro

Quote:

Originally Posted by alephito (Post 1158114)
You are welcome.


alephito 2012-01-31 02:03

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Actually, I just executed these commands just once. So I am not an expert.

But I remember receiving some errors and avoiding them executing first:

Code:

apt-get -y install account*
You can check the output. In my case, there were mentions to Skype.
And then executing:

Code:

apt-get -y install l10n-app*
Why do not you check the output? I am sure it will give any hint.

alephito 2012-03-06 13:43

Re: [HOW-TO]Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, etc.)
 
Quote:

Originally Posted by HEROEdelREVES (Post 1152035)
I already did but it still does the same. :S

It just happened to me after reflashing my phone. I can confirm you that for some reason, you can execute vi /etc/apt/sources.list.d/aegis* without devel privileges. The file is owned by 'user' instead.

aguto93 2012-03-30 19:21

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
so tony, if i have Personal, i need to keep the "324" to install nfc? i was try with 001 and after just tipe " apt-get -y install nfc* " and when it finish i was restar my phone but never wake up and says software problem, now i have another thnks to warranty....

entonces si tengo personal tengo q conservar el 324 para instalar el nfc? porque ya intente antes modificando a 001, luego puse apt-get -y install nfc* y se instalo todo , pero cuando reinicie el celular al encender se traba en el logo de nokia y nunca mas prendio, ahora tengo un celular nuevo gracias a la garantia, intento de nuevo conservando 324?

LaLlamaQueLlama 2012-03-30 19:53

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
I dont think you will find it on Personal´s repository but i would suggest you to not change it before updating to PR1.2

cotyrocksteady 2012-04-02 14:50

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
aguto93, me pasó lo mismo, no arrancó mas el teléfono. Tuve que ir al servicio tecnico y me lo cambiaron por otro. También tengo Personal.

alephito 2012-04-02 15:47

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
The problem is that in this moment the 001 repository has PR1.2 packages but Personal's has PR1.1. If you run theses commands you will break your system.

Last time I reflashed my phone, I had to change 001 for another PR1.1 repository with all packages available.

I recommend you wait until your official PR1.2 upgrade.

tonyve 2012-04-22 18:33

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
aguto93: I’ve installed nfc using 001 repository, before PR1.2 was released. When app updates (facebook, twitter and accounts) were released my system began to present some incompatibility issues and I became unable to login in any service. Tech support decided to replace my terminal since this issue it’s only fixed with PR1.2 and now I have a new N9 with PR 1.1 and 348 repository, with Wi-Fi Hotspot, Skype, AP Mobile and Track & Protect pre-installed. NFC remains hidden and can’t be modified using the previous work-around since you can’t access as root.

El nfc se instalaba con el repositorio 001, antes que saliera el PR1.2. De todas formas, cuando salieron las últimas actualizaciones para las aplicaciones de Facebook, Twitter y Cuentas, mi sistema tuvo problemas de incompatibilidad que provocaron que no pueda acceder correctamente a ningún servicio. Estuve a punto de reflashear mi telefono pero opté por ir al servicio técnico y como este problema solo se soluciona con el PR1.2, optaron por cambiar mi equipo. Mi nuevo N9 tiene el PR1.1 y trae Wi-Fi Hotspot, Skype, AP Mobile y Track & Protect preinstalados. El repositorio es el 348, y no tiene NFC… lamentablemente no lo puedo habilitar como antes porque no puedo acceder como root. Espero que Personal decida algún día beneficiarnos con el PR1.2 para poder actualizar el Gtalk y usar la cámara frontal, hasta entonces tendremos que armarnos de paciencia.

alephito 2012-04-22 22:32

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Last week Claro released its PR1.2 version, so I think anytime soon Personal will be releasing its own upgrade.

La semana pasada salió el PR1.2 para Claro, así que Personal debe estar por lanzar su actualización.

Hambert 2012-04-24 23:22

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
I'm from Argentina and it's easier to simply change the product code to a non-carrier one, and then flash with NSU. You get all the features missing including more like Track and Protect. ;)

And you get all software updates the day they come out! (I installed PR1.2 the same day it came out)

----

Si sos de Argentina lo más fácil es cambiar el "product code" por uno genérico sin operador, y después flashear con NSU. Se obtiene todo lo que falta incluido algunas cosas más como Track and Protect, y se pierden los molestos logos y personalizaciones del operador.

Y te llegan todas las actualizaciones el día que salen! (Desde febrero que ya tengo PR1.2)

alephito 2012-04-25 00:00

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Hambert,

The problem is that you void your warranty. You know how our local companies are.

By the way, do you know how the "Track and Protect" packages are called? It would be trivial to install it as we installed Skype and the other services.

---

El problema es que dejas sin efecto la garantía. Sabés cómo son las empresas locales.

Ya que estamos, ¿sabés cómo se llaman los paquetes de "Track and Protect"? Sería muy fácil instalarlo, tal como se hace con Skype y los demás servicios.

Hambert 2012-04-25 00:18

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Yes, that's a risk i took, but i think the benefits are higher than the risks.
I don't know the package names, hopefully someone does. It's a nice feature and you feel more "safe".

--------

Si, es un riesgo que tomé, pero sinceramente los beneficios y comodidades lo valen, y no creo que en caso de una falla de hard vayan a ver si le cambiaste o no el soft ni mucho menos el product code. En el mejor de los casos si es algo tonto como una pieza defectuosa pienso que le podès poner el code viejo.

No se el nombre el paquete, espero que alguien lo sepa. Es una característica muy buena y te hace sentir algo más "seguro".

Un saludo

alephito 2012-04-25 00:56

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, etc.)
 
Well, I just installed Track & Protect in my 'restricted' N9.

It was as simple as installing tnpclient from the 001 repository.

I will update the opening post.

Thanks for leading me to this app.

glaurung 2012-04-26 01:50

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, Track and Protect, etc.)
 
Have any of you gotten messageKeys instead of correct labels? I have my N9 in Español(America Latina) and Configuracion now dsiplays !! Settings

alephito 2012-04-26 14:14

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, Track and Protect, etc.)
 
I assume you had PR1.2 before trying these solutions.

If that is the case, then it is because some errors while installing language packages. You should try running once more:

Code:

apt-get -y install l10n-app*
In case your still are in PR1.1, then you will need to reflash your original PR1.1 and wait until PR1.2 to try again.

glaurung 2012-04-26 16:38

Re: [HOW-TO] Enable services restricted by operators (Skype, WiFi Hotspot, Youtube, NFC, Track and Protect, etc.)
 
Do i have to flash with Personal version? do you know where to get it?, Thanks.


All times are GMT. The time now is 08:59.

vBulletin® Version 3.8.8