


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone News, Apps, BigBoss, Guides &#38; Jailbreaking &#187; samba for iPhone</title>
	<atom:link href="http://thebigboss.org/tag/samba-for-iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://thebigboss.org</link>
	<description>Jailbreak iPhone iPad iPod touch, iPhone guides, iPhone jailbreak help, iPhone help, iPhone apps, BigBoss apps. Get iphone help.</description>
	<lastBuildDate>Fri, 02 Jun 2023 10:12:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Calling out for tester: Samba for the iPhone</title>
		<link>http://thebigboss.org/calling-out-for-tester-samba-for-the-iphone?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=calling-out-for-tester-samba-for-the-iphone</link>
		<comments>http://thebigboss.org/calling-out-for-tester-samba-for-the-iphone#comments</comments>
		<pubDate>Fri, 22 May 2009 12:20:41 +0000</pubDate>
		<dc:creator>openhebrew</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[samba for iPhone]]></category>

		<guid isPermaLink="false">http://thebigboss.org/?p=1101</guid>
		<description><![CDATA[UPDATE: The Final version has been released, just search for &#8220;Samba&#8221; on Cydia, or check out this blog post: http://thebigboss.org/2011/07/08/samba-file-sharing-for-ios-released This is a beta for the most technical users. If you cannot follow the instructions below without help, you should not be attempting the process. About Samba for iPhone/iPod Touch allows you to see your [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: The Final version has been released, just search for &#8220;Samba&#8221; on Cydia, or check out this blog post: <a href="http://thebigboss.org/2011/07/08/samba-file-sharing-for-ios-released">http://thebigboss.org/2011/07/08/samba-file-sharing-for-ios-released</a></p>
<p>This is a beta for the most technical users. If you cannot follow the instructions below without help, you should not be attempting the process.</p>
<p><span><strong>About</strong></span><br />
Samba for iPhone/iPod Touch allows you to see your device as a network drive on your computer (and you can copy / change / stream files from / to it). It works on any OS that supports SMB/CIFS protocols (out of the box for most ones, including Windows). Basically it should work / interact just like another computer in your network with regards to file sharing.</p>
<p>This package should work on both 2.x and 3.x OS versions.</p>
<p><span><strong>Disclaimer</strong></span><br />
This is a <em>BETA </em>release, install it at your own risk, only if you feel comfortable with accessing the device via terminal. The final release will be made publicly on Cydia with a much simpler installation routine.<br />
If you install it, please provide me back with feedback about this package as much as possible, including on what device &amp; OS and if it works Ok or not, and general thoughts about the configuration.</p>
<p>Please report your findings to openhebrew (at) gmail (dot) com with Samba in the topic or leave a comment here.</p>
<p><span><strong>Installation instructions</strong></span><br />
Run this lines on a terminal on the iPhone/iPod Touch as user root:<br />
1. apt-get install wget<br />
2. wget http://apt.saurik.com/debs/samba_3.2.7-4_iphoneos-arm.deb<br />
3. dpkg -i samba_3.2.7-4_iphoneos-arm.deb<br />
4. wget http://tom.zickel.org/samba/com.openhebrew.samba_latest_iphoneos-arm.deb<br />
5. apt-get install mobilesubstrate preferenceloader<br />
6. dpkg -i com.openhebrew.samba_latest_iphoneos-arm.deb<br />
7. respring/restart the device.</p>
<p><span><strong>Uninstall</strong></span><br />
Again, in the terminal:<br />
1. apt-get remove samba</p>
<p><span><strong>How to use this</strong></span><br />
Samba is disabled after installation, to turn it on and configure it:<br />
1. Go to Settings in your device.<br />
2. Go to Samba.<br />
3. Change the settings as you like.<br />
4. To start samba, make sure to turn autostart on, and leave the settings pane.</p>
<p>After turning it on, find your device&#8217;s IP and put it in your computer as a samba / network share (windows \\&lt;your device ip&gt; or linux smb://&lt;your device ip&gt; etc&#8230;)</p>
<p><span><strong>Important Notes</strong></span><br />
- The service is turned off by default after installation.<br />
- The service username is root and cannot be changed.<br />
- The service default password is listed on the bottom on the settings pane (this is a security feature, each device has it&#8217;s own auto generated passwd), you can use it, or change to your own one.<br />
- nmbd isn&#8217;t automatically loaded, so device doesn&#8217;t show up at &#8220;network neighbourhood&#8221; (and the likes) for now.<br />
- The whole filesystem of the device shows up as a writable network share with the URI \\&lt;your phone ip&gt;\main in windows or smb://&lt;your phone ip&gt;/main otherwise.<br />
- To make samba work also when screen is black (device is idle), consider installing insomnia and running it: apt-get install com.imalc.insomnia (and respring), this makes network applications still keep running when device goes idle, and is not specific to samba.</p>
<p><strong> SBSettings switch</strong><br />
You may also install an SBSettings switch to quickly turn samba on/off via running:<br />
1. wget http://tom.zickel.org/samba/com.oranav.sambatoggle_0.0.1_iphoneos-arm.deb<br />
2. dpkg -i com.oranav.sambatoggle_0.0.1_iphoneos-arm.deb<br />
Then, you should have an samba sbsettings toggle in your list (after you run samba settings atleast once).</p>
<p><span><strong>Feedback</strong></span><br />
I need feedback, even if everything works ok, I also want to get your input on if the settings pane is ok, and if the default password issue is ok as well.</p>
<p>openhebrew (at) gmail (dot) com with samba in the topic or leave a comment here.</p>
<ul class="ssb_list_wrapper"><li class="fb2" style="width:135px"><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthebigboss.org%2Fcalling-out-for-tester-samba-for-the-iphone&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=true&amp;width=135&amp;height=21&amp;appId=307091639398582" scrolling="no" frameborder="0" style="border:none; overflow:hidden;  width:150px; height:21px;" allowTransparency="true"></iframe></li><li class="twtr" style="width:90px"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://thebigboss.org/calling-out-for-tester-samba-for-the-iphone">&nbsp;</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li><li class="gplus" style="width:68px"><div class="g-plusone" data-size="medium" data-href="http://thebigboss.org/calling-out-for-tester-samba-for-the-iphone"></div></li><li class="ssb_linkedin" style="width:64px"><script src="//platform.linkedin.com/in.js" type="text/javascript">lang: en_US</script><script type="IN/Share" data-url="http://thebigboss.org/calling-out-for-tester-samba-for-the-iphone" data-counter="right"></script></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebigboss.org/calling-out-for-tester-samba-for-the-iphone/feed</wfw:commentRss>
		<slash:comments>124</slash:comments>
		</item>
	</channel>
</rss>
