From 1b89baf337526eb0c6f3917dc7258b830e0105a2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 16 Jul 2011 10:01:32 -0600 Subject: [PATCH] Add driver for Samsung Galaxy ACE GT-S5830 --- src/calibre/devices/android/driver.py | 4 +++- src/calibre/manual/faq.rst | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/calibre/devices/android/driver.py b/src/calibre/devices/android/driver.py index dc183a0763..e34852130b 100644 --- a/src/calibre/devices/android/driver.py +++ b/src/calibre/devices/android/driver.py @@ -60,6 +60,7 @@ class ANDROID(USBMS): 0x685e : [0x0400], 0x6860 : [0x0400], 0x6877 : [0x0400], + 0x689e : [0x0400], }, # Viewsonic @@ -124,7 +125,8 @@ class ANDROID(USBMS): 'IDEOS_TABLET', 'MYTOUCH_4G', 'UMS_COMPOSITE', 'SCH-I800_CARD', '7', 'A956', 'A955', 'A43', 'ANDROID_PLATFORM', 'TEGRA_2', 'MB860', 'MULTI-CARD', 'MID7015A', 'INCREDIBLE', 'A7EB', 'STREAK', - 'MB525', 'ANDROID2.3', 'SGH-I997', 'GT-I5800_CARD', 'MB612'] + 'MB525', 'ANDROID2.3', 'SGH-I997', 'GT-I5800_CARD', 'MB612', + 'GT-S5830_CARD'] WINDOWS_CARD_A_MEM = ['ANDROID_PHONE', 'GT-I9000_CARD', 'SGH-I897', 'FILE-STOR_GADGET', 'SGH-T959', 'SAMSUNG_ANDROID', 'GT-P1000_CARD', 'A70S', 'A101IT', '7', 'INCREDIBLE', 'A7EB', 'SGH-T849_CARD', diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 56428f1c7d..b3fdba215e 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -281,6 +281,15 @@ I get the error message "Failed to start content server: Port 8080 not free on ' The most likely cause of this is your antivirus program. Try temporarily disabling it and see if it does the trick. +I cannot send emails using |app|? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Because of the large amount of spam in email, sending email can be tricky as different servers use different strategies to block email spam. +The most common problem is if you are sending email directly (without a mail relay) in |app|. Many servers (for example, Amazon) block email +that does not come from a well known relay. The easiest way around this is to setup a free GMail account and then goto Preferences->Email in |app| and +click the "Use Gmail" button. |app| will then use Gmail to send the mail. Remember to update the email preferences in on your Amazon Kindle page to +allow email sent from your Gmail email address. + Why is my device not detected in linux? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~