Hello,
I've been reading about SMS issues, but I can't fix it. I can't recieve or send SMS. I searched for an option to set the service center number, but I can't find it. I also deleted a folder that a member said, clear data for messaging app, wiped cache and dalvik... but nothing. I'm using last version v14.
Has anyone the same problem?
Thank you in advance
private Hardware myHardware;
public String getHardString(){myHardware = new Hardware();
myHardware.setPhone = "Xperia X10";
myHardware.setConsole.main = "PlayStation 3";
myHardware.setConsole.others = "PSP";
myHardware.setMusicDev = "iPod Classic 120Gb";
myHardware.setGuitar = "ESP KH-2 Ouija";
myHardware.setAmpli = "Peavey ValveKing 212 100W";
myHardware.setLaptop = "Dell Latitude E6420";
return myHardware.toString(); }
|