<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Samsung Galaxy S Forums : Galaxy S2 S II Forum - Galaxy S General Discussion</title>
		<link>http://samsunggalaxysforums.com/</link>
		<description><![CDATA[Galaxy S General Discussion. General chat, Galaxy S Tip's, How to and FAQ etc.]]></description>
		<language>en</language>
		<lastBuildDate>Wed, 19 Jun 2013 21:56:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://samsunggalaxysforums.com/images/Eloquent/misc/rss.png</url>
			<title>Samsung Galaxy S Forums : Galaxy S2 S II Forum - Galaxy S General Discussion</title>
			<link>http://samsunggalaxysforums.com/</link>
		</image>
		<item>
			<title>bluetooth issue please help.</title>
			<link>http://samsunggalaxysforums.com/showthread.php/10646-bluetooth-issue-please-help.?goto=newpost</link>
			<pubDate>Tue, 18 Jun 2013 16:12:53 GMT</pubDate>
			<description>hi guys, 
 
i need some help if you dont mind please, 
 
i have a galaxy note that i have been attempting to bluetooth to my car. now when i connect...</description>
			<content:encoded><![CDATA[<div>hi guys,<br />
<br />
i need some help if you dont mind please,<br />
<br />
i have a galaxy note that i have been attempting to bluetooth to my car. now when i connect it to my car it works fine and connects but the a few seconds later it will disconnect and then just a quick reconnect,<br />
this is a constant thing the phone will disconnect every few seconds and then reconnect making the phone unusable.<br />
<br />
the thing is here i have 2 galaxy note both are the same even down to the updates but my second phone ( wifes ) works perfect it connects and stays connected with no issues at all.<br />
<br />
does anyone have any idea what i might be doing wrong or if anyone has had an issue like this before and been able to fix it,<br />
<br />
thanks<br />
anthony</div>

 ]]></content:encoded>
			<category domain="http://samsunggalaxysforums.com/forumdisplay.php/6-Galaxy-S-General-Discussion">Galaxy S General Discussion</category>
			<dc:creator>sut</dc:creator>
			<guid isPermaLink="true">http://samsunggalaxysforums.com/showthread.php/10646-bluetooth-issue-please-help.</guid>
		</item>
		<item>
			<title><![CDATA[[SGS II] Good jelly Bean Call recorder]]></title>
			<link>http://samsunggalaxysforums.com/showthread.php/10618-Good-jelly-Bean-Call-recorder?goto=newpost</link>
			<pubDate>Mon, 10 Jun 2013 16:55:06 GMT</pubDate>
			<description>Heya, as the topic says whats the best one for a samsung Galaxy S2? The only ones I can find use the mic as the recorder and phone calls come in...</description>
			<content:encoded><![CDATA[<div>Heya, as the topic says whats the best one for a samsung Galaxy S2? The only ones I can find use the mic as the recorder and phone calls come in pointlessly quiet...<br />
<br />
Thanks in advance</div>

 ]]></content:encoded>
			<category domain="http://samsunggalaxysforums.com/forumdisplay.php/6-Galaxy-S-General-Discussion">Galaxy S General Discussion</category>
			<dc:creator>uncleseano</dc:creator>
			<guid isPermaLink="true">http://samsunggalaxysforums.com/showthread.php/10618-Good-jelly-Bean-Call-recorder</guid>
		</item>
		<item>
			<title><![CDATA[[SGS] [WIFI][TWEAK] Disable Wifi on screen off]]></title>
			<link>http://samsunggalaxysforums.com/showthread.php/10584-WIFI-TWEAK-Disable-Wifi-on-screen-off?goto=newpost</link>
			<pubDate>Tue, 28 May 2013 12:09:02 GMT</pubDate>
			<description><![CDATA[[REF] Disable Wifi On Screen Off (http://forum.xda-developers.com/showpost.php?p=7998631&postcount=1) 
 
---Quote--- 
Some people have picked up an...]]></description>
			<content:encoded><![CDATA[<div><a href="http://forum.xda-developers.com/showpost.php?p=7998631&amp;postcount=1" target="_blank">[REF] Disable Wifi On Screen Off</a><br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Some people have picked up an annoying bug - I'm not sure where it comes from, some believe it is the voodoo kernel, I think it is probably JPC firmware or similar. <br />
<br />
The bug: When you have wifi on and you turn the screen off, wifi does not turn off like it should.<br />
<br />
The reality: The wifi turn-off time has been reset to the android default 15 minutes. You can change this setting if you want. (I like 10 seconds myself.)<br />
<br />
You will need:<br />
1. ADB root shell access.<br />
2. SQLite3 Explorer - <a href="http://www.singular.gr/sqlite/" target="_blank">http://www.singular.gr/sqlite/</a><br />
or SQLiteBrowser - <a href="http://sqlitebrowser.sourceforge.net/" target="_blank">http://sqlitebrowser.sourceforge.net/</a><br />
<br />
What to do:<br />
1. shell command: busybox cp /dbdata/databases/com.android.providers.settings/settings.db /sdcard/settings.db<br />
2. adb command: adb pull /sdcard/settings.db<br />
3. Open settings.db in SQLExplorer<br />
4. Right click on gservices or secure folders**, choose 'Show Data'<br />
5. Click on the green plus icon &quot;Insert Record&quot;<br />
6. Double click on name column, insert &quot;wifi_idle_ms&quot; - Double click on value column and insert &quot;10000&quot; for 10 seconds for wifi to turn off. 30000 for 30 seconds, etc.<br />
7. Click on the green tick.<br />
8. Right click on the folder again, choose show data, scroll to the bottom and ensure that your change has been made.<br />
9. File -&gt; Close Database<br />
10. adb command: adb push settings.db /sdcard/settings.db<br />
11. shell command: busybox mv /dbdata/databases/com.android.providers.settings/settings.db /dbdata/databases/com.android.providers.settings/settings.db.bak<br />
12. shell command: busybox cp /sdcard/settings.db /dbdata/databases/com.android.providers.settings/settings.db<br />
13. shell command: chown system.system /dbdata/databases/com.android.providers.settings/settings.db<br />
<br />
** I'm not sure if the correct folder is gservices, or secure. I believe secure is the correct one though. I just added it to both. <br />
<br />
This is too hard: <br />
If there are 10 or more people who have this bug but can't do the required fix, I'll make a small utility to do it for you. Let me know.
			
		<hr />
	</div>
</div> </div>

 ]]></content:encoded>
			<category domain="http://samsunggalaxysforums.com/forumdisplay.php/6-Galaxy-S-General-Discussion">Galaxy S General Discussion</category>
			<dc:creator>$omator</dc:creator>
			<guid isPermaLink="true">http://samsunggalaxysforums.com/showthread.php/10584-WIFI-TWEAK-Disable-Wifi-on-screen-off</guid>
		</item>
	</channel>
</rss>
