Shazron Abdullah
48f7881a0b
Fixes #105 - ios-deploy --version returns a non-zero exit code
2015-03-02 16:04:43 -08:00
senthil
3e8a897fbc
when just launch, if we get an empty packet, exit without an error
2015-01-29 18:06:07 -05:00
senthil
ba60ff6351
updated to version 1.3.6
2015-01-27 15:09:26 -05:00
senthil
134a0a5fd0
The return code must be < 128 otherwise treated as a signal
2015-01-27 15:07:44 -05:00
senthil
96e91eb269
merged with phonegap/ios-deploy
2015-01-20 17:36:45 -05:00
senthil
8577ef3411
sometimes the model is null in get_device_hardware_name; updated to
...
v1.3.4
2015-01-17 17:29:54 -05:00
Shazron Abdullah
abbd1a3769
Merge pull request #94 from alexdunn/master
...
Clarify what npm is and how to get it
2014-12-24 16:36:23 -05:00
Alex Dunn
e5e2a6349d
Clarify what npm is and how to get it
2014-12-23 04:53:35 -08:00
Shazron Abdullah
5a8d7f9efb
Merge pull request #92 from diaswrd/master
...
Add installation instructions in README.
2014-12-15 09:25:51 -08:00
William Dias
0dece5157e
Add installation instructions in README.
2014-12-15 09:28:13 -02:00
Shazron Abdullah
e1aacc0ba1
Model table typo (copy paste error) for iPhone 5 models.
2014-12-12 17:46:56 -08:00
Shazron Abdullah
e4c4660f2a
Cleaned up get_device_hardware_name by using a macro (related to issue #88 ).
...
This prepares it for adding models that are missing, see: https://theiphonewiki.com/wiki/Models
2014-12-12 17:43:50 -08:00
senthil
99f401018d
Using debug for -c as well
2014-12-06 20:24:48 -05:00
senthil
6ac084844e
updated the version to 1.3.3
2014-11-17 10:08:42 -05:00
senthil
3dcd64f7c0
Merge with phonegap
...
Fixed the issue with implictly turning on debug for -c instead of -L
2014-11-17 10:06:48 -05:00
senthilmanick
12334f8ddf
Merge pull request #2 from phonegap/master
...
Pull from phonegap
2014-11-17 10:03:14 -05:00
Shazron Abdullah
33f6a83e1d
Fixes phonegap/ios-deploy#80 (re-fix) --detect not showing non-zero exit code when no devices are detected.
...
When --detect is turned on, --debug is turned on implicitly so you won't get a segmentation fault.
2014-11-16 20:49:33 -08:00
Shazron Abdullah
7c9af71d86
Updated version to 1.3.1
2014-11-14 13:09:11 -08:00
Shazron Abdullah
767c386ba9
Fixes phonegap/ios-deploy#80 --detect not showing non-zero exit code when no devices are detected.
2014-11-14 13:07:19 -08:00
Shazron Abdullah
7a447b480f
Fixes phonegap/ios-deploy#79 - Update README.md for sample usage of ios-deploy flags and options
2014-11-13 23:47:50 -08:00
Shazron Abdullah
021c222a55
Update README. Removed gdbargs, gdbexec. Added download.
2014-11-13 23:24:51 -08:00
Shazron Abdullah
63303ea4b0
Removed unused gdbargs and gdbexec options.
2014-11-13 23:24:27 -08:00
Shazron Abdullah
5bfc25376a
Update package.json version to 1.3.0
2014-11-13 22:58:18 -08:00
Shazron Abdullah
7075657015
Fixes phonegap/ios-deploy#74 - SIGSEGV-ed while listing the sandbox of an application on iOS8
2014-11-13 22:57:58 -08:00
Shazron Abdullah
6f662ae450
Fixes phonegap/ios-deploy#37 - AMDeviceValidatePairing fails when uninstalling
2014-11-13 17:33:44 -08:00
Shazron Abdullah
4617a7df59
Merge pull request #72 from CSOscarTanner/master
...
Fixed problem with the parser of the value of the parameter -i.
2014-11-12 16:22:33 -08:00
Shazron Abdullah
7ca72695b6
Merge pull request #68 from senthilmanick/master
...
Fixed the hang when the device is locked.
When the device is locked, we get empty packets in the server.
Now fixed by closing both the lldb and server sockets.
Also after safequit, we need to detach to make the "justlaunch" option to be less error prone.
Multiple bug fixes:
1. When multiple devices are connected, the detect was not listing all the devices ios-deploy -c -t 1
2. Fixes for issue #75 - non-interactive mode broken lldb and ios-deploy may still be running ios-deploy -b ... -d -I -L
3. Fixes for issue #60 - -L option not working properly ios-deploy will not quit or sometimes hang
4. When multiple devices are connected, cannot use -i option to specify the device ios-deploy -b ... -i -d -I -L
5. Allow timeout when downloading
2014-11-12 16:11:52 -08:00
senthil
dbe381112a
Removed the wrong comment
2014-11-12 16:23:20 -05:00
senthil
72caad4526
Allow timeout for download and run
2014-11-12 16:15:53 -05:00
senthil
06187e348a
updated the version to 1.3.0
2014-11-12 12:04:47 -05:00
senthil
b4f91912ee
fixed the lauch using python
2014-11-11 20:15:39 -05:00
senthil
b796b70e29
updated the version
2014-11-07 18:43:02 -05:00
senthil
1a309dcebf
Merge branch 'disk-image-fix' of https://github.com/eddieh/ios-deploy
...
Conflicts:
ios-deploy.c
2014-11-07 18:40:28 -05:00
Eddie Hillenbrand
049a89e873
Fix for mismatched build numbers.
2014-11-04 12:35:14 -08:00
Eddie Hillenbrand
4aa233d147
Allow the symbols and the disk images to be in different DeviceSupport directories.
2014-11-03 16:09:36 -08:00
CSOscarTanner
d51bb22f23
Fixed problem with the parser of the value of the parameter -i.
2014-10-21 14:33:33 -02:00
senthil
54600a9eaf
Fixed two issues:
...
1. When the device is locked, the python source prints and exists. The
server sees this as an empty packet. We are using this to exit out of
the connection
2. When we use just launch, we need to do safequit and detach. Otherwise
we hang for ever
2014-10-13 17:20:52 -04:00
senthil
d86b0cad0d
Merged with phone-gap and fixed the hang
2014-10-13 16:59:19 -04:00
senthil
029d22ecef
added iPhone 6
2014-10-09 14:29:15 -04:00
Shazron Abdullah
63917d796b
Added scripts for buildbox.
2014-10-07 14:35:45 -07:00
Shazron Abdullah
0b89be65bd
Merge pull request #67 from dot-asm/master
...
Add download option.
2014-10-07 11:04:10 -07:00
Andy Polyakov
7742c5d532
Allow --list and --download to pick specific subdirectories.
...
Note that in a way it introduces inconsistency with help message.
This is because arguments to --list and --download are optional
and has to be passed with '=', e.g. --list=/Documents.
2014-10-07 11:23:33 +02:00
Andy Polyakov
9f0c8a85c6
Add download option.
...
Unlike upload option, download pulls down whole tree. For this reason
--to is expected to be directory path.
2014-10-07 09:23:34 +02:00
Shazron Abdullah
c57f208422
Update version to 1.2.0
2014-10-06 22:09:39 -07:00
Shazron Abdullah
0467b69fd8
Merge pull request #66 from dot-asm/master
...
Fix AFCFileRef[Read|Write] prototypes
2014-10-06 21:56:59 -07:00
Shazron Abdullah
77116e3f7c
Merge pull request #65 from alexmipego/lldb-python-connect-fix
...
Fix lldb status checking
2014-10-06 21:55:19 -07:00
Andy Polyakov
4589cd5d05
arrange callback in read_dir for future use
...
Custom callback is called for every file or directory listed on device. This will be used for file download.
2014-10-06 23:16:40 +02:00
Andy Polyakov
9a2da6f642
Fix usage semantic and pair of resource leaks
...
AFCConnectionOpen and AFCFIleInfoOpen don't require initialized pointer to pointer to result, but do require corresponding Close calls.
2014-10-06 23:02:06 +02:00
Andy Polyakov
23afce0d37
handle no --args
...
When no --args are passed application was started with {args} as argument instead of no argument.
2014-10-06 22:40:43 +02:00
Andy Polyakov
4869a343e8
fix AFCFileRef[Read|Write] prototypes
...
Incorrect AFCFileRefRead prototype was causing crashes in 64-bit build when reading large files.
2014-10-06 22:32:36 +02:00