![]() |
2012-09-27
, 10:10
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#2
|
What I got so far:
1) cd /etc/apt/sources.list.d/ (the outcome is 'not found', so I got stuck here already)
![]() |
2012-09-27
, 10:21
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#3
|
![]() |
2012-09-27
, 21:41
|
Posts: 164 |
Thanked: 47 times |
Joined on Jun 2012
|
#4
|
![]() |
2012-09-28
, 01:03
|
Posts: 109 |
Thanked: 18 times |
Joined on Sep 2012
|
#5
|
That directory *must* exists.
What if you go one level at a time:
cd /etc
cd apt
cd sources.list.d
Where does it fail?
![]() |
2012-09-28
, 01:04
|
Posts: 109 |
Thanked: 18 times |
Joined on Sep 2012
|
#6
|
If you are using N9, just flash the global version then install the chinese dedicated apps such as weibo etc if you want. I do this on my N950. That's the easiest way. Changing repo may causing conflict between kernels, they use different ones after PR1.2.
![]() |
2012-09-28
, 01:06
|
Posts: 109 |
Thanked: 18 times |
Joined on Sep 2012
|
#7
|
My N9 is org nokia for singapore region but it says is made in china, some hacking things does not seem to fully work like debian throgh schroot or so, the weaknes of wifi to...and i em stuck on fw.1.3 009...hm what a mistake i made, i can't fllash to 001!
![]() |
2012-09-28
, 07:18
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#8
|
/etc $ ls -ald /etc/apt drwxr-xr-x 6 root root 4096 Apr 2 21:08 /etc/apt
![]() |
2012-09-28
, 11:08
|
Posts: 109 |
Thanked: 18 times |
Joined on Sep 2012
|
#9
|
I hope you are running the commands as root, but anyway even if logged as 'user' you should be able to access /etc/apt directory.
This is from my device:
How does that look in your case?Code:/etc $ ls -ald /etc/apt drwxr-xr-x 6 root root 4096 Apr 2 21:08 /etc/apt
![]() |
2012-09-28
, 12:17
|
Posts: 164 |
Thanked: 47 times |
Joined on Jun 2012
|
#10
|
I have posted this in another thread (for N9/N950 devices), but since the questions are software related, therefore I post this again...
To make the story short, I have a China branded N9 missing apps like Skype, FB, Twitter...
I understand you need to firstly change the repos before you can install these missing apps...
What I got so far:
1) cd /etc/apt/sources.list.d/ (the outcome is 'not found', so I got stuck here already)
2) another option gave me this as outcome:
# apt-get update
# apt-cache search skype
l10n-app-skype - Translation File for application skype
telepathy-spirit - Skype connection manager for Telepathy
account-plugin-skype - Skype plugin for accounts-ui
# apt-get install account-plugin-skype
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package account-plugin-skype is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package account-plugin-skype has no installation candidate
3) Next trial gave me this outcome:
dpkg -i /home/user/MyDocs/account-plugin-skype_0.104.1+0m8_armel.deb
Aegis rejecting /home/user/blabla: could not open debian archive
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require
So any suggestions on how to continue?
Many thanks in advance...