Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

New - Archos 80 Cobalt 900supersport 1.1 ROM

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #91
    cifs support

    Originally posted by t-bon3 View Post
    The modules from here should work

    maybe they can be incorporated into the rom
    I've got these working by adding the drivers and setting permissions, then making use of init.d support to load them on boot.

    If anyone is keen I'll put together a post with details. Plan to look at creating a deploy.zip for use with CWM to simplify matters.
    900Supersport

    900supersports FreakTab rkROMkitchen

    900supersports guide to working-RK-ROMs

    Under Construction 900supersports guide to working MediaTek ROMS

    Struggling for time at the moment, but will try and drop by when I can.

    If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

    freaktab developer

    Proof that you're never to old to learn. Sometimes too old to remember though.

    Comment


      #92
      Originally posted by 900supersport View Post
      I've got these working by adding the drivers and setting permissions, then making use of init.d support to load them on boot.

      If anyone is keen I'll put together a post with details. Plan to look at creating a deploy.zip for use with CWM to simplify matters.
      Ot just make a new boot.img. In init.rc add the insmod command after the mount commands for system, etc.

      e.g. insmod /system/lib/modules/cifs.ko
      User will still have to copy the cifs.ko to that location and set permissions.
      Or before the insmod you can set permissions for them with chmod and chown commands.

      OR if you really want to make it easy for the user... put the cifs.ko module in /sbin in boot.img
      Aftermount commands:
      copy cifs.ko to /system/lib/modules
      chown
      chmod
      insmod

      But as you know ever boot it will copy the ko module. So not the most elegant way but works.


      Bob
      "Pzebacz im, bo nie wiedzą, co czynią"
      "Прости им, они не ведают, что творят"
      "Perdona loro perché non sanno quello che fanno"
      "Vergib ihnen, denn sie wissen nicht, was sie tun"
      "Vergeef hen want ze weten niet wat ze doen"
      "Pardonne-leur car ils ne savent pas ce qu'ils font"
      "Perdónalos porque no saben que lo que hacen"
      "Oprosti im, jer ne znaju što čine"
      "Forgive them as they know not what they do"





      Comment


        #93
        My thinking re deploy by clockwork and load via init.d is that the same deploy will work on all my cube roms too. Besides I've been looking for an excuse to experiment with CWM deploys and inti.d :-)
        900Supersport

        900supersports FreakTab rkROMkitchen

        900supersports guide to working-RK-ROMs

        Under Construction 900supersports guide to working MediaTek ROMS

        Struggling for time at the moment, but will try and drop by when I can.

        If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

        freaktab developer

        Proof that you're never to old to learn. Sometimes too old to remember though.

        Comment


          #94
          Re: New - Archos 80 Cobalt 900supersport 1.1 ROM

          Originally posted by 900supersport View Post
          I've got these working by adding the drivers and setting permissions, then making use of init.d support to load them on boot.

          If anyone is keen I'll put together a post with details. Plan to look at creating a deploy.zip for use with CWM to simplify matters.
          I would love the steps to make this work on boot. Thanks
          All i ever get is an error mount share failed no such file or directory in cifs manager. I know I have typed the shgare correct as I went as far as backing up cifsmanager in titanium on a working phone and restoring app and data on my archos (to rule out any typos) but still the same error. Now if i put in a false share on my phone I get an error of mount share failed no such DEVICE or address, so a different error than the archos.

          Sent from my ARCHOS 80 COBALT using Tapatalk 2
          Last edited by stevvieb; 06 January 2013, 18:17.

          Comment


            #95
            Ok you will need esfileexplorer or equivalent as you need to be able to copy to system.img

            Insrtuctions
            • Download the zip and extract the files.
            • Copy the two ko files to /system/lib/modules
            • Long press each in turn select properties and set permissions to rw-r--r--
            • Copy 010insmod to /system/etc/init.d
            • Long press it select properties and set the permissions to rwxr-xr-x


            reboot the tab and after booting start a terminal (i use android terminal) and from the prompt enter lsmod and enter.

            Hopefully among the modules listed will be cifs and md4.
            Attached Files
            900Supersport

            900supersports FreakTab rkROMkitchen

            900supersports guide to working-RK-ROMs

            Under Construction 900supersports guide to working MediaTek ROMS

            Struggling for time at the moment, but will try and drop by when I can.

            If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

            freaktab developer

            Proof that you're never to old to learn. Sometimes too old to remember though.

            Comment


              #96
              Originally posted by 900supersport View Post
              Ok you will need esfileexplorer or equivalent as you need to be able to copy to system.img

              Insrtuctions
              • Download the zip and extract the files.
              • Copy the two ko files to /system/lib/modules
              • Long press each in turn select properties and set permissions to rw-r--r--
              • Copy 010insmod to /system/etc/init.d
              • Long press it select properties and set the permissions to rwxr-xr-x


              reboot the tab and after booting start a terminal (i use android terminal) and from the prompt enter lsmod and enter.

              Hopefully among the modules listed will be cifs and md4.
              Excellent, thanks Now my Cifs work I can see my pc shares. Thanks so much

              Comment


                #97
                Glad to hear it works, and for an even easier install I've wrapped the files in a cwm zip.

                instructions
                • download the zip to the internal sdcard, do not extract
                • reboot the tab to recovery (i've included Petrus's reboot app in the system tray)
                • from recovery select 'install zip from sdcard' (scroll with vol +-, select with power)
                • select 'choose zip from internal sdcard'
                • navigate through the folders etc to find cifscwm.zip and select
                • scroll through the nos and select 'Yes -Install cifscwm.zip' and let it do it's stuff
                • select go back and then reboot systm now


                Your done :-)
                Attached Files
                900Supersport

                900supersports FreakTab rkROMkitchen

                900supersports guide to working-RK-ROMs

                Under Construction 900supersports guide to working MediaTek ROMS

                Struggling for time at the moment, but will try and drop by when I can.

                If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

                freaktab developer

                Proof that you're never to old to learn. Sometimes too old to remember though.

                Comment


                  #98
                  Hi,

                  I used the zip method and it installed fine. I see the modules listed when using a terminal.

                  Feel a bit stupid now though. How do I see the shares I have on my LAN - I have a NAS drive?

                  Thanks..

                  Edit.. Sorry ignore that. I found cifsmanager on playstore and see now

                  Comment


                    #99
                    Thanks for confirming the cwm install and answering the difficult question yourself ;-)
                    900Supersport

                    900supersports FreakTab rkROMkitchen

                    900supersports guide to working-RK-ROMs

                    Under Construction 900supersports guide to working MediaTek ROMS

                    Struggling for time at the moment, but will try and drop by when I can.

                    If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

                    freaktab developer

                    Proof that you're never to old to learn. Sometimes too old to remember though.

                    Comment


                      Not a problem at all. I'm sure I speak for a lot of people, your work is very much appreciated.

                      I must say adding this CIF function is extremely useful. It's so handy having one icon access to my shares.

                      Thank You.

                      Comment


                        Help! My device comes up as ARCHOS with an orange triangle beside it and it wont let me install the driver. It comes up with the error "Windows could not find driver software for your device". The tablet is rooted, it's off and in flash mode and I've tried it with USB debugging off and on. I'm using windows 7 64 bit.

                        Comment


                          Re: New - Archos 80 Cobalt 900supersport 1.1 ROM

                          USB debugging will make no difference in boot loader mode. I take it to enter flash mode you have the tablet turned then hold power - and plug in USB. Release power minus after a few seconds. The tab screen should remain black. Hopefully windows should detect it and you can select the drivers from the ROM kit. I've read of people having to enable unsigned drivers on more recent versions of windows.
                          900Supersport

                          900supersports FreakTab rkROMkitchen

                          900supersports guide to working-RK-ROMs

                          Under Construction 900supersports guide to working MediaTek ROMS

                          Struggling for time at the moment, but will try and drop by when I can.

                          If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

                          freaktab developer

                          Proof that you're never to old to learn. Sometimes too old to remember though.

                          Comment


                            I got it! It seems there are two separate modes where it's off and it shows as a device, both have different drivers (I got into the other mode with power and vol -). The flash worked fine after that.

                            Comment


                              • from a rooted tab with a terminal emulator. Connect to the PC by USB then on the terminal emulator you can enter

                              Code:
                              su
                              reboot bootloader
                              [/QUOTE]

                              i have done all the above , but dont now how too go about doing the last bit, & also dont now what terminal emulator is

                              can anybody please help with this

                              Comment


                                Re: New - Archos 80 Cobalt 900supersport 1.1 ROM

                                From google play search ron android terminal, you should be able to install android terminal emulator. Then follow the instructions from earlier on.

                                Alternately visit the app dev forum and look for petrus's reboot app.
                                900Supersport

                                900supersports FreakTab rkROMkitchen

                                900supersports guide to working-RK-ROMs

                                Under Construction 900supersports guide to working MediaTek ROMS

                                Struggling for time at the moment, but will try and drop by when I can.

                                If you would like to support my ROM development then please visit my Google site donate page where you can make a paypal donation

                                freaktab developer

                                Proof that you're never to old to learn. Sometimes too old to remember though.

                                Comment

                                Working...
                                X