I am trying to access file of my SonyEricsson W810 phone with memory card of 512mb.
I have configured it to use
connection = at115200
port = /dev/ttyACM1
When I press connect in gmobilemedia it starts reading files from phone and memory card,
it hangs while reading image folder, here are the debug messages,
2008-04-22 16:08:57,479 INFO Connected
2008-04-22 16:08:58,112 INFO Getting Folders structure
2008-04-22 16:08:58,245 DEBUG Folder Name
2008-04-22 16:08:58,272 DEBUG Folder Name Phone memory
2008-04-22 16:08:58,303 DEBUG Folder Name Themes
2008-04-22 16:08:58,341 DEBUG Folder Name Videos
2008-04-22 16:08:58,378 DEBUG Folder Name camera
2008-04-22 16:08:58,415 DEBUG Folder Name Other
2008-04-22 16:08:58,451 DEBUG Folder Name Pictures
2008-04-22 16:08:58,491 DEBUG Folder Name camera_semc
2008-04-22 16:08:58,533 DEBUG Folder Name 100MSDCF
2008-04-22 16:08:58,594 DEBUG Folder Name Sounds
2008-04-22 16:08:58,642 DEBUG Folder Name ringtones
2008-04-22 16:08:58,676 DEBUG Folder Name videodj
2008-04-22 16:08:59,151 DEBUG Folder Name Memory Stick
2008-04-22 16:08:59,278 DEBUG Folder Name MSSEMC
2008-04-22 16:08:59,419 DEBUG Folder Name System
2008-04-22 16:08:59,470 DEBUG Folder Name wap
2008-04-22 16:08:59,592 DEBUG Folder Name temp
2008-04-22 16:08:59,725 DEBUG Folder Name licensetransfer
2008-04-22 16:08:59,934 DEBUG Folder Name ams
2008-04-22 16:09:00,076 DEBUG Folder Name PIM
2008-04-22 16:09:00,219 DEBUG Folder Name messaging
2008-04-22 16:09:00,269 DEBUG Folder Name mms
2008-04-22 16:09:00,417 DEBUG Folder Name Media files
2008-04-22 16:09:00,561 DEBUG Folder Name webpage
2008-04-22 16:09:00,764 DEBUG Folder Name saved_pages
2008-04-22 16:09:00,837 DEBUG Folder Name content
2008-04-22 16:09:00,904 DEBUG Folder Name bookmarks
2008-04-22 16:09:01,230 DEBUG Folder Name video
2008-04-22 16:09:01,402 DEBUG Folder Name camera
2008-04-22 16:09:01,568 DEBUG Folder Name Songs
2008-04-22 16:09:01,949 DEBUG Folder Name theme
2008-04-22 16:09:02,210 DEBUG Folder Name SE_MegaPack_176x220
2008-04-22 16:09:02,501 DEBUG Folder Name other
2008-04-22 16:09:02,730 DEBUG Folder Name Util
2008-04-22 16:09:03,803 DEBUG Folder Name Games
2008-04-22 16:09:04,083 DEBUG Folder Name image
Traceback (most recent call last):
File "main.py", line 368, in Conectar
self.read_structure(progreso)
File "main.py", line 325, in read_structure
if self.engine.GetFolders(progreso, self):
File "/usr/share/gMobileMedia/engine.py", line 260, in GetFolders
file = self.NextFile()
File "/usr/share/gMobileMedia/engine.py", line 202, in NextFile
file = self.sMachine.GetNextFileFolder(start);
gammu.ERR_TIMEOUT: {'Text': u'No response in specified timeout. Probably phone not connected.', 'Code': 14, 'Where': 'GetNextFileFolder'}
Traceback (most recent call last):
File "main.py", line 552, in <module>
main(sys.argv)
File "main.py", line 549, in main
gtk.main()
KeyboardInterrupt
image is system created folder under,
Memory Stick -> Media files -> image
I don't know why it hangs at image folder, I tried accessing the same folder from FileTransfer mode and it has same permissions as the others.
Is it folder level depth issue or size of the folder, as it's size is around 100MB.
Thanks,
Rahul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to access file of my SonyEricsson W810 phone with memory card of 512mb.
I have configured it to use
connection = at115200
port = /dev/ttyACM1
When I press connect in gmobilemedia it starts reading files from phone and memory card,
it hangs while reading image folder, here are the debug messages,
2008-04-22 16:08:57,479 INFO Connected
2008-04-22 16:08:58,112 INFO Getting Folders structure
2008-04-22 16:08:58,245 DEBUG Folder Name
2008-04-22 16:08:58,272 DEBUG Folder Name Phone memory
2008-04-22 16:08:58,303 DEBUG Folder Name Themes
2008-04-22 16:08:58,341 DEBUG Folder Name Videos
2008-04-22 16:08:58,378 DEBUG Folder Name camera
2008-04-22 16:08:58,415 DEBUG Folder Name Other
2008-04-22 16:08:58,451 DEBUG Folder Name Pictures
2008-04-22 16:08:58,491 DEBUG Folder Name camera_semc
2008-04-22 16:08:58,533 DEBUG Folder Name 100MSDCF
2008-04-22 16:08:58,594 DEBUG Folder Name Sounds
2008-04-22 16:08:58,642 DEBUG Folder Name ringtones
2008-04-22 16:08:58,676 DEBUG Folder Name videodj
2008-04-22 16:08:59,151 DEBUG Folder Name Memory Stick
2008-04-22 16:08:59,278 DEBUG Folder Name MSSEMC
2008-04-22 16:08:59,419 DEBUG Folder Name System
2008-04-22 16:08:59,470 DEBUG Folder Name wap
2008-04-22 16:08:59,592 DEBUG Folder Name temp
2008-04-22 16:08:59,725 DEBUG Folder Name licensetransfer
2008-04-22 16:08:59,934 DEBUG Folder Name ams
2008-04-22 16:09:00,076 DEBUG Folder Name PIM
2008-04-22 16:09:00,219 DEBUG Folder Name messaging
2008-04-22 16:09:00,269 DEBUG Folder Name mms
2008-04-22 16:09:00,417 DEBUG Folder Name Media files
2008-04-22 16:09:00,561 DEBUG Folder Name webpage
2008-04-22 16:09:00,764 DEBUG Folder Name saved_pages
2008-04-22 16:09:00,837 DEBUG Folder Name content
2008-04-22 16:09:00,904 DEBUG Folder Name bookmarks
2008-04-22 16:09:01,230 DEBUG Folder Name video
2008-04-22 16:09:01,402 DEBUG Folder Name camera
2008-04-22 16:09:01,568 DEBUG Folder Name Songs
2008-04-22 16:09:01,949 DEBUG Folder Name theme
2008-04-22 16:09:02,210 DEBUG Folder Name SE_MegaPack_176x220
2008-04-22 16:09:02,501 DEBUG Folder Name other
2008-04-22 16:09:02,730 DEBUG Folder Name Util
2008-04-22 16:09:03,803 DEBUG Folder Name Games
2008-04-22 16:09:04,083 DEBUG Folder Name image
Traceback (most recent call last):
File "main.py", line 368, in Conectar
self.read_structure(progreso)
File "main.py", line 325, in read_structure
if self.engine.GetFolders(progreso, self):
File "/usr/share/gMobileMedia/engine.py", line 260, in GetFolders
file = self.NextFile()
File "/usr/share/gMobileMedia/engine.py", line 202, in NextFile
file = self.sMachine.GetNextFileFolder(start);
gammu.ERR_TIMEOUT: {'Text': u'No response in specified timeout. Probably phone not connected.', 'Code': 14, 'Where': 'GetNextFileFolder'}
Traceback (most recent call last):
File "main.py", line 552, in <module>
main(sys.argv)
File "main.py", line 549, in main
gtk.main()
KeyboardInterrupt
image is system created folder under,
Memory Stick -> Media files -> image
I don't know why it hangs at image folder, I tried accessing the same folder from FileTransfer mode and it has same permissions as the others.
Is it folder level depth issue or size of the folder, as it's size is around 100MB.
Thanks,
Rahul