• May 17, 2024, 09:22:42 am

Author Topic: (Request) Full access to C:\ from computer  (Read 1592 times)

0 Members and 1 Guest are viewing this topic.

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
(Request) Full access to C:\ from computer
« on: June 16, 2013, 12:35:58 am »
Is there any way to access all of the folders/files on C:\ from a computer?

Offline huellif

  • Developer
  • Christmas Santa
  • ****
  • Posts: 402
  • Reputation: 212
Re: (Request) Full access to C:\ from computer
« Reply #1 on: June 16, 2013, 01:01:02 am »
check fshell mate,

Source

Quote
fshell is the Symbian equivalent of bash + telnet + a posix-like set of command-line tools. In other words it's a console framework for Symbian OS with support for remote connections via USB, serial etc, and a suite of tools for debugging/configuring/manipulating the device. It can run on any Symbian-based phone from S60 3rd edition up to the latest Symbian^3-based handsets.


There are two applications, you can install both via attachment
- guicons, which is a classic command line
- fshell launcher, which opens the pc connetion
For pc use you have to download and run: muxcons

If you want to use fshell launcher: offical tutorial or:
- connect your phone to PC via USB (Nokia Suite mode), TCP (means wifi)
- open fshell launcher and select your connection method
- open muxcons.exe and choose Serial if you use USB and choose your phone, than hit ok
- ready ;)
- to see your phone screen tick "Update", set constantly and hit "Update Screen Now", if you want tick "Show full colour", or you will get black adn white only

You can use a lot of commands: commands wiki, e.g. see a live view of your phone, acces all files of your phone, for modding the autostart like you see in my screenshoot:



and more
type "help" for all commands
Code: [Select]
activeview  cd             console    disown     env        focus       hal        ioinfo    md         patchdata      rd        rom         sql          tickle      var   
attrib      cenrep         continue   driver     error      foreach     hash       jit       meminfo    pcons          rdebug    rsocket     start        ticks       variant
backup      chkdrift       copy       drvinfo    exists     fshell      hello      jobs      mkdir      ping           reattach  screenmode  start-stdio  time        version
base64      ciftest        cp         dump       exit       fuser       help       kill      more       play           ren       shutapp     startup      title       wget   
bg          clear          date       e32header  export     fzip        iap        lbs       move       pointer        repeat    sleep       swi          touch       which 
break       clipboard      debug      echo       fcalendar  genbmp      icc        leak      muxserver  ps             request   sms         switchview   trace       while 
btrace      cloggerconfig  debugport  ecom       fcontacts  glinfo      if         listapps  mv         pubsub         restore   snake       sysinfo      uidinfo     whoami
btraceout   cls            del        else       fed        gobble      infoprint  load      nitz       qpluginloader  rez       sort        tail         undertaker  wslog 
btservices  comm           dialog     endif      fg         grabscreen  iniedit    ls        opendoc    rcomm          rm        source      tee          uptime      xmodem
cat         compare        dir        endwhile   find       grep        input      match     paste      rconn          rmdir     spinlock    tfinfo       usb         ymodem

Have fun :)

[attachment deleted by admin]

Offline prarun2030

  • Retired moderator
  • Forum Ghost
  • ***
  • Posts: 2,396
  • Reputation: 280
  • Living a life between Good and Bad..
  • Current Phone: : N8|Mi3|Jolla
Re: (Request) Full access to C:\ from computer
« Reply #2 on: June 16, 2013, 03:33:59 am »
+1 for your work huellif ;)

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: (Request) Full access to C:\ from computer
« Reply #3 on: June 16, 2013, 08:44:54 am »
check fshell mate,
...
Have fun :)
Many thanks, my friend!