Giter Club home page Giter Club logo

Comments (10)

OrangeDog avatar OrangeDog commented on June 3, 2024

You don't need that massive command to get the first connected device. It will use the first device by default.
In any case, -d doesn't do anything. The option to select a device is -i / --id.

from ios-deploy.

shazron avatar shazron commented on June 3, 2024

Try with the latest 1.0.6 version

from ios-deploy.

krstns avatar krstns commented on June 3, 2024

@shazron sorry, it still does not update the application

Here are logs from device:

Apr 10 15:11:13 Krystian-Szczesnys-iPad mobile_installation_proxy[3229] <Warning>: LaunchServices: Please include the kCFBundleIdentifierKey in the options dictionary when installing an app.
Apr 10 15:11:13 Krystian-Szczesnys-iPad mobile_installation_proxy[3229] <Warning>: LaunchServices: installing app for existing placeholder (null)
Apr 10 15:11:13 Krystian-Szczesnys-iPad installd[1940] <Notice>: 0x315000 handle_install_for_ls: Install of "/var/mobile/Media/PublicStaging/App-20140410150228.ipa" requested by mobile_installation_proxy
Apr 10 15:11:26 Krystian-Szczesnys-iPad installd[1940] <Notice>: 0x315000 MobileInstallationInstall_Server: Installing app pl.cluain.MyAppId
Apr 10 15:11:27 Krystian-Szczesnys-iPad SpringBoard[3660] <Warning>: Killing pl.cluain.MyAppId for termination assertion
Apr 10 15:11:27 Krystian-Szczesnys-iPad installd[1940] <Notice>: 0x315000 install_application: Performing developer delta patch
Apr 10 15:11:28 Krystian-Szczesnys-iPad installd[1940] <Notice>: 0x315000 MobileInstallationInstall_Server: Staging: 12.66s; Waiting: 0.00s; Installation: 1.55s; LS Sync: 0.00s; Overall: 14.21s
Apr 10 15:11:28 Krystian-Szczesnys-iPad lsd[72] <Warning>: LaunchServices: Updating identifier store

Here are logs from terminal:

[....] Waiting for iOS device to be connected
[  0%] Found device (***), beginning install
[ 52%] CreatingStagingDirectory
[ 57%] ExtractingPackage
[ 60%] InspectingPackage
[ 60%] TakingInstallLock
[ 65%] PreflightingApplication
[ 65%] InstallingEmbeddedProfile
[ 70%] VerifyingApplication
[ 80%] InstallingApplication
[ 85%] PostflightingApplication
[ 90%] SandboxingApplication
[100%] Installed package builds/App-20140410150228.ipa

from ios-deploy.

without2002 avatar without2002 commented on June 3, 2024

hi shazron, I also meet the same question on iOS7.I use ios-deploy to reinstall the IPA to my idevice, but the app don't update, the process of install is success and no any error.
Could you give me some suggestion?

from ios-deploy.

shazron avatar shazron commented on June 3, 2024

Hi,
Please try with the latest version that has an --uninstall option. This uninstalls then installs the app. See the README.

from ios-deploy.

krstns avatar krstns commented on June 3, 2024

I will give it a try, however with uninstall option, it sounds to me that all app data will be wiped, which means I would have to reupload it somehow.

from ios-deploy.

shazron avatar shazron commented on June 3, 2024

Hi, with PR #42 there is an option to upload files (test data) with ios-deploy now. See the help for usage.
(not in the README yet)

Usage: ./ios-deploy [OPTION]...
  -d, --debug                  launch the app in GDB after installation
  -i, --id <device_id>         the id of the device to connect to
  -c, --detect                 only detect if the device is connected
  -b, --bundle <bundle.app>    the path to the app bundle to be installed
  -a, --args <args>            command line arguments to pass to the app when launching it
  -t, --timeout <timeout>      number of seconds to wait for a device to be connected
  -u, --unbuffered             don't buffer stdout
  -g, --gdbargs <args>         extra arguments to pass to GDB when starting the debugger
  -x, --gdbexec <file>         GDB commands script file
  -n, --nostart                do not start the app when debugging
  -I, --noninteractive         start in non interactive mode (quit when app crashes or exits)
  -v, --verbose                enable verbose output
  -m, --noinstall              directly start debugging without app install (-d not required)
  -p, --port <number>          port used for device, default: 12345 
  -r, --uninstall              uninstall the app before install (do not use with -m; app cache and data are cleared) 
  -1, --bundle_id <bundle id>  specify bundle id for list and upload
  -l, --list                   list files
  -o, --upload <file>          upload file
  -2, --to <target pathname>    use together with upload file. specify target for upload
  -V, --version                print the executable version 

from ios-deploy.

krstns avatar krstns commented on June 3, 2024

shazron,
so the only thing we are missing now is a download option, so we could download existing data and upload it back.
It starts to look better!

Thanks

from ios-deploy.

shazron avatar shazron commented on June 3, 2024

Maybe @neoalienson can comment about whether it's possible to download items?

from ios-deploy.

shazron avatar shazron commented on June 3, 2024

Download option is already there.

from ios-deploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.