Bug 148265

Summary: no memType 'MT' for sms with p990
Product: [Unmaintained] kmobiletools Reporter: stefan mojschewitsch <kde>
Component: generalAssignee: Marco Gulino <marco.gulino>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: andrew.crouthamel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description stefan mojschewitsch 2007-07-27 15:16:50 UTC
Version:           kmobiletools-0.4.3.3 (using KDE KDE 3.5.5)
Installed from:    Gentoo Packages
OS:                Linux

with kmobiletools-0.4.3.3 (cant compile newest version  ) 
kmobile stumbles when trying to select memType 'MT' for sms on my p990. 
test command for Preferred SMS Message Storage returns:
at+CPMS=?
+CPMS: ("ME","SM"),("ME","SM"),("ME") 
OK
with p990. so there is no memtype 'MT'as hardcoded in kmobiletools.

my quick and dirty hack is to change line 45 in c_config.cpp from 
addItemStringList("sms_mem_used", sms_mem_used, (QStringList("MT"+="ME"+="SM" ); 
to 
addItemStringList("sms_mem_used", sms_mem_used, (QStringList("ME"+="ME"+="SM" );
Comment 1 Andrew Crouthamel 2018-09-03 03:54:56 UTC
Hello! Sorry to be the bearer of bad news, but this project has been
unmaintained for many years and I will be closing this bug.