Recent content by JimmyChingala

  1. J

    Post [APP][2.0.1+][Root] Samba Filesharing Server for Android [Play & Dev builds]

    Hi, What version superuser do you use? Can you generate & send me a support log right after the problem occurs (PM me, pls dont post it here) and i'll take a look. - jc
  2. J

    Post [APP] Samba Server for Android

    APP development page has moded to http://forum.xda-developers.com/android/apps-games/app-samba-filesharing-server-android-t2803452/post53869540 - jc
  3. J

    Thread [APP][2.0.1+][Root] Samba Filesharing Server for Android [Play & Dev builds]

    [Page migrated from the previous thread for this APP at http://forum.xda-developers.com/showthread.php?p=8239139#post8239139 ] Access the external storage card in your Android device over wifi / network as a SMB / Windows shared folder. This app requires your device to already have: * root...
  4. J

    Post [APP] Samba Server for Android

    I've just this weekend updated the Google Play store version to 140525 to address the JellyBean issues. - jc
  5. J

    Post [APP] Samba Server for Android

    also have you seen this thread (the download link on page 1 no longer works but someone has re-posted a new download link on page 4 or 5).
  6. J

    Post [APP] Samba Server for Android

    are you able to try testing with a linux system or XP as well? -jc
  7. J

    Post [APP] Samba Server for Android

    Heya, thanks for the description, can you tell me a bit more about it - did it only start doing that on the laatest dev release or does the market version act like that too? - does it happen when transferring files to/from a non Win7 system? - any difference in xfer speeds when the samba...
  8. J

    Post [APP] Samba Server for Android

    Regarding the initial file xfer rate issue some ppl have reported with the latest dev version, will do some testing and see what i can see (have only had a chance to skim the past few pages of posts so far, so apols if theres something in there i havent responded to yet, havent been on XDA...
  9. J

    Post [APP] Samba Server for Android

    Heya, I thought i'd already increased it to 15 - though the code may not be in the current release yet (or i just dreamed that i had fixed this...), dev environment isnt open just now, will take a look tho - thx too for posting your workaround + fades. - jc
  10. J

    Post [APP] Samba Server for Android

    Hey all, (finally) updated & uploaded new dev build 130413 of the app, hopefully addressing the following bugs: * Incorrect "Enabled / Not Running" status on the app main screen. * File permissions problem causing the device to show up on the network but not allow connections. * Display IPv4...
  11. J

    Post [APP] Samba Server for Android

    Erm, I had the new dev version built and ready to upload here a few days ago (so i thought) until i realised i'd 'lost' some of the features in the dev version - UI configurables, like the 'dont overwrite smb.conf option (I'm still working out just how i managed to 'lose' a couple hundred lines...
  12. J

    Post [APP] Samba Server for Android

    Heya Fade, yeah its this 'delay' while 'enabling' that causes some JB ROMs to either popup the "Stopped Responding - killed" or "Wait/ForceClose" messages, due to some less than optimal coding on my part :) sections of the Enable process in the app were taking too long. Have changed the code...
  13. J

    Post [APP] Samba Server for Android

    Hey guys, I cant reliably reproduce the problem on JellyBean that causes the app to hang leading Android to force-close it / popup "Wait / force close" option - I need someone who is hitting this problem so i can get some more info about it, confirm if what i'm seeing is the same etc - pls post...
  14. J

    Post [APP] Samba Server for Android

    Thanks for the feedback all. @fade - thanks for posting the modified samba-rc. @imakulate - if you cant get it to work i wouldnt stress too much, its only 'cosmetic' if you can hang out for a bit until a new dev version is available, filesharing should otherwise be working anyway when it shows...
  15. J

    Post [APP] Samba Server for Android

    If you're keen :) you can try editing /data/data/com.funkyfresh.samba/files/samba-rc to add the chmod line to the start section after line 17: ... 7 SPIDFILE=$PRE/var/locks/smbd.pid 8 NPIDFILE=$PRE/var/locks/nmbd.pid 9 10 case "$1" in 11 start) 12...