Closed
Bug 961660
Opened 12 years ago
Closed 12 years ago
sms internal error
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Firefox OS Graveyard
Gaia::SMS
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 960741
People
(Reporter: aurelien, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140117030207
Steps to reproduce:
DEVICE:
- Geeksphone Peak
- 1.4.0.0-prerelease
- gecko 29.0a1
- version 20140120063756
- based on git commit 2a698b3e 2014-01-20 03:53:55
STR:
- I was on version 1.2 with SMS app working well.
- I made a backup with "adb pull /data/local/storage/persistent/".
- I downloaded and updated the device to the release detailed above.
- I chose not to keep my data.
- On reboot, everything was working well.
- I pushed my sms data from the backup to the device with "adb push 226660312ssm /data/local/storage/persistent/chrome/idb/226660312ssm" and "adb push 226660312ssm.sqlite /data/local/storage/persistent/chrome/idb/226660312ssm.sqlite".
- I open the SMS app.
- The app list the SMS but there is an "undefined" instead of the first caracters.
- I reboot and open the SMS app.
- The list is empty.
Actual results:
An error occured in "adb logcat":
E/GeckoConsole( 128): [JavaScript Error: "undefined has no properties" {file: "resource://gre/modules/MobileMessageDB.jsm" line: 1103}]
E/GeckoConsole( 472): Content JS LOG at app://sms.gaiamobile.org/gaia_build_defer_index.js:363 in onerror: Reading the database. Error: InternalError
Expected results:
The app should list my SMS.
Comment 1•12 years ago
|
||
According to the error log, the root cause shall be the same to bug#960741.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•