omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Moving script and pyui files from iPad to iphone

    Pythonista
    13
    19
    14098
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SillySoviet
      SillySoviet last edited by

      Any pointers for moving scripts and associates UI's from iPad to iPhone? All thumbed out from googling and searching this forum. Loving the app, would love to have the work on the phone. Thanks guys

      1 Reply Last reply Reply Quote 0
      • ltddev
        ltddev last edited by

        If you have both devices then for me the easiest way is to use any kind of bluetooth sharing app which is installed on both iphone and ipad. You can get a free version of what I think is best app at:

        https://itunes.apple.com/us/app/bluetooth-u-share-files-photo/id526268815?mt=8

        Some reviewers claim the free version does not work but I can't attest to it as I have the paid version where everything works ok. There are other bluetooth connnect/share/transfer files at the app store but I find this one was the easiest for either device to see and connect to the other. This way you don't need any dependence on a pc or mac or other machine to host the file transfer, just exchange files directly then use a file manager application such as iFile from Cydia on the target device to to move/copy files if necessary to Pythonista app.

        1 Reply Last reply Reply Quote 0
        • Gerzer
          Gerzer last edited by

          If you have a Dropbox account, you can use the Dropbox sync script posted on the forums (just search the forums for it). I could also post an FTP sync script that I’m working on so you can use an FTP server if you want.

          1 Reply Last reply Reply Quote 0
          • Gerzer
            Gerzer last edited by

            The problem with Bluetooth transfer is that it is very tedious to import the scripts as there is no “Open in Pythonista” feature in Pythonista (Apple’s rules).

            1 Reply Last reply Reply Quote 0
            • SillySoviet
              SillySoviet last edited by

              Thank you guys. @Gerzer, I'll try the dropbox sync first, hopefully that will go easy. If not, I'll come back here and shamelessly ask for more help. Thank you.

              1 Reply Last reply Reply Quote 0
              • Gerzer
                Gerzer last edited by

                @SillySoviet: Here’s the link to the Dropbox sync post I was referring to: https://omz-forums.appspot.com/pythonista/post/6675908186341376

                1 Reply Last reply Reply Quote 0
                • Gerzer
                  Gerzer last edited by

                  @ltddev: That requires a jailbroken device ;-)

                  1 Reply Last reply Reply Quote 0
                  • polymerchm
                    polymerchm last edited by

                    Trying to use Dropbox sync. Has the inbox fix. Here's the traceback:

                    ****************************************
                    *     Dropbox File Syncronization      *
                    ****************************************
                    
                    Loading local state
                    
                    Cannot find state file. ***Making new local state***
                    
                    Downloading everything from Dropbox
                    Traceback (most recent call last):
                      File "/var/mobile/Containers/Data/Application/8BA84097-E65F-4263-B0F9-A8175E55E4FF/Documents/dropboxsync.py", line 168, in <module>
                        # no way to check what we have locally is newer, gratuitous dl
                      File "/var/mobile/Containers/Data/Application/8BA84097-E65F-4263-B0F9-A8175E55E4FF/Documents/dropboxsync.py", line 121, in download_all
                        def download_all(self, client, path = '/'):
                      File "/var/mobile/Containers/Data/Application/8BA84097-E65F-4263-B0F9-A8175E55E4FF/Documents/dropboxsync.py", line 110, in _listfiles
                        def _listfiles(self, client, path = '/'):
                      File "/private/var/mobile/Containers/Bundle/Application/7F641F72-6797-4624-AE39-B22F4317C84E/Pythonista.app/pylib/site-packages/dropbox/client.py", line 749, in metadata
                        return self.rest_client.GET(url, headers)
                      File "/private/var/mobile/Containers/Bundle/Application/7F641F72-6797-4624-AE39-B22F4317C84E/Pythonista.app/pylib/site-packages/dropbox/rest.py", line 257, in GET
                        return cls.IMPL.GET(*n, **kw)
                      File "/private/var/mobile/Containers/Bundle/Application/7F641F72-6797-4624-AE39-B22F4317C84E/Pythonista.app/pylib/site-packages/dropbox/rest.py", line 201, in GET
                        return self.request("GET", url, headers=headers, raw_response=raw_response)
                      File "/private/var/mobile/Containers/Bundle/Application/7F641F72-6797-4624-AE39-B22F4317C84E/Pythonista.app/pylib/site-packages/dropbox/rest.py", line 185, in request
                        raise ErrorResponse(r)
                    ErrorResponse: [400] u"App folder (sandbox) access attempt failed because this app is not configured to have an app folder.  Should your access type be 'dropbox' instead?"
                    
                    

                    thoughts?

                    1 Reply Last reply Reply Quote 0
                    • dgelessus
                      dgelessus last edited by

                      @polymerchm, read the last line of the traceback. Most likely you selected the wrong access type when generating your access token. Make sure that you gave it access to the entire Dropbox folder, not just an app-specific subfolder. You may need to recreate the access key to change this setting.

                      1 Reply Last reply Reply Quote 0
                      • polymerchm
                        polymerchm last edited by

                        I thought that was internal to python. will try.

                        1 Reply Last reply Reply Quote 0
                        • polymerchm
                          polymerchm last edited by

                          Working. Was the access_type variable in droboxlogin.py. RTFM. But what I really want with more selective saving.

                          1 Reply Last reply Reply Quote 0
                          • williamgreen
                            williamgreen last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • Webmaster4o
                              Webmaster4o last edited by

                              @williamgreen possible spam, joined 17 mins ago just to advertise an app.

                              1 Reply Last reply Reply Quote 0
                              • Tizzy
                                Tizzy last edited by

                                @polymerchm @dgelessus I'm not sure you need the whole dropbox folder. I have it configured such that a folder in dropbox is named "PythonistaDropper" and contains all the stuff in pythonista. When it has you login to dropbox and select a folder choose a specific folder. I believe there is folder in dropbox called "Apps" that contains all your connected apps unless they have whole dropbox permissions...

                                1 Reply Last reply Reply Quote 0
                                • ?
                                  A Former User last edited by

                                  See Transfer Script Between Devices in cloud.File samples for a simple way.

                                  1 Reply Last reply Reply Quote 0
                                  • wusunspurs
                                    wusunspurs last edited by wusunspurs

                                    @Guest said:

                                    See Transfer Script Between Devices in cloud.File samples for a simple way.

                                    This is cool. actually, there are many free programs that have such features.

                                    gestaltist 1 Reply Last reply Reply Quote 0
                                    • gestaltist
                                      gestaltist @wusunspurs last edited by

                                      @wusunspurs said:

                                      @Guest said:

                                      See Transfer Script Between Devices in cloud.File samples for a simple way.

                                      This is cool. actually, there are many free programs that have such features.

                                      Does the link work for you? When I try to open it, I only get "Access Denied
                                      You seem to have stumbled upon a page that you do not have access to."

                                      1 Reply Last reply Reply Quote 0
                                      • ramvee
                                        ramvee last edited by

                                        I use the free app Pushbullet , all the time to shift information between my ios devices and pc too.
                                        I find it very simple to use.

                                        1 Reply Last reply Reply Quote 0
                                        • Kaslery
                                          Kaslery last edited by Kaslery

                                          It is not difficult.the iPhone and the iPad is iOS devices , you just need to connect iPhone and iPad , then you can switch from iPhone to iPad , and transfer data between iPhone and iPad ,
                                          Source : https://www.mobiledic.com/ios-topics/transfer-whatsapp-messages-from-iphone-to-iphone.html

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Powered by NodeBB Forums | Contributors