|
2015-01-23
, 04:06
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#2
|
|
2015-01-23
, 05:45
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#3
|
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
7472 __errno_location [/lib/libc.so.6]
__errno_location() = 0x4001fd70
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2015-01-23
, 07:31
|
Posts: 1,994 |
Thanked: 3,342 times |
Joined on Jun 2010
@ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
|
#4
|
The Following User Says Thank You to Wikiwide For This Useful Post: | ||
|
2015-01-23
, 08:05
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#5
|
Thanks for the tip - here is strace output, from the start of rtcom-call-ui, to the moment it closes itself with "yellow bar" internal error message:
http://pastebin.aquilenet.fr/?01c721...gJt0XTkyaWuHI=
What caught my (ignorant, I'm using those tools for the very first time ) eye is the line:
Code:access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
|
2015-01-23
, 08:59
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
dbus-daemon --system --nofork dbus-launch --exit-with-session dbus-daemon --fork --print-pid 5 --print-address 7 --session
The Following 3 Users Say Thank You to reinob For This Useful Post: | ||
|
2015-01-23
, 14:00
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#7
|
BloodRose:~# ps ax | grep dbus 786 messageb 3508 S < /usr/bin/dbus-daemon --system --nofork 1247 user 2616 S dbus-launch --exit-with-session 1273 user 3128 S < /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session 1780 user 63284 S < /usr/bin/mafw-dbus-wrapper mafw-gst-renderer 1800 user 7668 S /usr/bin/mafw-dbus-wrapper mafw-iradio-source 1817 user 15528 S /usr/bin/mafw-dbus-wrapper mafw-tracker-source 1824 user 8968 S /usr/bin/mafw-dbus-wrapper mafw-upnp-source 8999 user 23672 S {dbus-switchboar} /usr/bin/python2.5 /usr/bin/dbus-switchboard.py 16925 user 3128 S < /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session 16947 root 2616 S grep dbus
BloodRose:~# ls -lh /etc/dbus-1/system.d/ -rw-r--r-- 1 root root 589 Feb 22 2010 alarmd.conf -rw-r--r-- 1 root root 774 Jun 15 2010 bluetooth.conf -rw-r--r-- 1 root root 290 Jun 21 2010 clockd.conf -rw-r--r-- 1 root root 449 Mar 3 2010 com.nokia.SystemInfo.conf -rw-r--r-- 1 root root 538 Feb 2 2010 csd-call.conf -rw-r--r-- 1 root root 536 Oct 13 2009 csd-gprs.conf -rw-r--r-- 1 root root 425 Jan 26 2010 csd-info.conf -rw-r--r-- 1 root root 412 Dec 15 2009 csd-sms.conf -rw-r--r-- 1 root root 411 Jan 27 2010 csd-ss.conf -rw-r--r-- 1 root root 306 Jan 18 2010 csd.conf -rw-r--r-- 1 root root 610 Feb 12 2010 dnsmasq.conf -rw-r--r-- 1 root root 282 Jun 24 2010 eap.conf -rw-r--r-- 1 root root 264 Jul 8 2010 fmtxd.conf -rw-r--r-- 1 root root 419 Jun 8 2010 gconfd.conf -rw-r--r-- 1 root root 2.5K Apr 16 2010 hal.conf -rw-r--r-- 1 root root 609 Jan 18 2010 hald-addon-bme.conf -rw-r--r-- 1 root root 246 May 16 2008 hulda.conf -rw-r--r-- 1 root root 293 Jun 29 2010 icd-ui.conf -rw-r--r-- 1 root root 266 Jun 17 2010 icd2.conf -rw-r--r-- 1 root root 285 Jun 7 2010 iphbd.conf -rw-r--r-- 1 root root 635 Jun 30 2010 isync-dbus.conf -rw-r--r-- 1 root root 253 May 16 2008 ke-recv-test.conf -rw-r--r-- 1 root root 248 May 16 2008 ke-recv.conf -rw-r--r-- 1 root root 413 Aug 7 2009 libcsnet.conf -rw-r--r-- 1 root root 549 May 28 2010 libosso.conf -rw-r--r-- 1 root root 411 Dec 2 2009 libsim.conf -rw-r--r-- 1 root root 413 May 12 2009 libsimpb.conf -rw-r--r-- 1 root root 485 Jul 29 2010 mce.conf -rw-r--r-- 1 root root 1.2K Feb 22 2010 ohm.conf -rw-r--r-- 1 root root 288 Jun 4 2009 omacp.conf -rw-r--r-- 1 root root 396 Jan 25 2010 sscd.conf -rw-r--r-- 1 root root 305 Jun 15 2010 system_ui.conf -rw-r--r-- 1 root root 477 Mar 22 2010 tone-generator.conf -rw-r--r-- 1 root root 305 Dec 16 2009 wappushd_policy.conf -rw-r--r-- 1 root root 375 Jul 5 2010 wlancond.conf
|
2015-01-24
, 03:53
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#8
|
|
2015-01-24
, 09:18
|
Posts: 14 |
Thanked: 69 times |
Joined on Jan 2015
@ New Zealand
|
#9
|
|
2015-01-24
, 09:58
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#10
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
Tags |
accounts, calls, messaging, problem |
|
It started when, one day, device turned off due to discharged battery, while my son was gaming on it. Device was connected to WiFi at the time, and SIP account was registered (why it may be important, later on). fsck at the boot time found some minor problems, but none if it seemed serious (some thumbnail or temporary files of browser were damaged, some got connected to lost+found). FSCK ended up successfully, and marked filesystem as clean.
Hoever, after boot, strange things manifested themselves. I'll list them in points, cause there is plethora of them (and all of them seems inter-connected, like coming on from the same issue):
1. I can open phone-ui or adressbook, but I can't make any calls, despite having GSM/3G connection working all-right. When i try to call any (normal, cellular) number, either from dialpad, recent calls or addressbook, a "account not in use" message appears.
2. On random intervals (between 30 seconds and 2 minutes, at most), notification bar about "Phone application shut down, internal error" appears. If I have phone-ui open at the time, it closes itself.
3. If someone calls me, call prompt doesn't appear, and no ringtone is played. I know that phone is "processing" the incoming call, due to sudden slowness and characteristic cellular "noise" in speakers. Also, immediately when I'm called, message about phone application shutting down (internal error) from point #2 appears.
The other side sees it as if I've rejected call instantly. Immediately afterwards, I get a Maemo notification about failing to pick up a call.
4. I can receive SMS all right, but I can't send them - if I try to open conversations (either from menu or addressbook), I get the "phone application closed, internal error" message and nothing happens. If I try to reply after receiving and reading message, I can hit the "send" button, but it just becomes grayed out. There is no "processing" circle, or any other reaction.
5. I can receive e-mails, but can't send them - modest open fine, but just like with SMS, if I hit "send", it gets grayed out and nothing else happens (message doesn't even "close" itself, it just stay open, with "send" grayed out, infinitely).
6. I don't see "green circle" in status bar menu indicating that I'm connected to SIP proxy account, not I have any accounts visible, when I try to edit them. Hoever, I AM logged in to my SIP proxy - I'm visible from the proxy's side, and I can get calls from SIP (ending just like normal calls - like immediately rejected, no call prompt, and Maemo's message about missed call).
7. If I try to add some SIP account, I can fill the details and hit "add" button, but it just get grayed out, and nothing happens.
---
Dmesg doesn't show anything unusual. Only interesting lines in syslog (after I try to do anything with calling/messaging) is:
After trying to pinpoint the cause for a week, I must admit that I have no idea how to fix it. tried --purge reinstalling every package that I thought might have something to do with non-working functions:
So, anyone got idea what could be related to issues that I'm experiencing? Maybe some other package that I could reinstall? There MUST be some file(s) that got damaged due to sudden shutdown resulting in this mess.
At this point, I'm close to do a painful (and first time ever, honestly) full-reflash with installing everything from scratch. But, before I do so, I would really like to try everything that I could to solve the mystery - in case such weirdo ever happens again. Thanks in advance for any help.
/Estel
// Edit
If it isn't obvious from the description - it is NOT hardware issue.
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!