djselbeck
|
2014-08-28
, 11:21
|
Posts: 113 |
Thanked: 303 times |
Joined on Dec 2013
@ Germany
|
#311
|
|
2014-08-28
, 11:39
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#312
|
Wouldn't the easiest way to use netcat over the tcp connection (which is already there)? Than you don't have to go the way over the sdcard?
|
2014-08-28
, 11:48
|
Posts: 113 |
Thanked: 303 times |
Joined on Dec 2013
@ Germany
|
#313
|
|
2014-08-28
, 14:17
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#314
|
The Following User Says Thank You to For This Useful Post: | ||
|
2014-08-28
, 15:03
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#315
|
|
2014-08-28
, 15:06
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#316
|
Besides, may it be better to backup and restore from recovery mode, using normal tools?
E.g. only use fastboot to flash whatever images are required to boot to recovery, then boot into recovery, connect via telnet/nc/whatever and flash the image back using dd.
This way one has more control over the process, can skip buggy bootloaders, and may even use a simple .tar.gz containing the rootfs (plus mkfs.btrfs and a script to create the subvolumes, instead of a disk image).
The Following User Says Thank You to For This Useful Post: | ||
|
2014-08-28
, 15:13
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#317
|
Yes, the recovery works well, even we can dd back an image.
However, what will you do when you can ONLY enter fastboot ? (not recovery) ?
The Following 2 Users Say Thank You to javispedro For This Useful Post: | ||
|
2014-08-28
, 15:20
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#318
|
The Following 2 Users Say Thank You to For This Useful Post: | ||
|
2014-08-28
, 15:27
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#319
|
good point, perhaps it makes better sense to create a flashable recovery image.
This is also redistributable and is not a huge image ...
|
2014-08-28
, 15:37
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#320
|
The Following 2 Users Say Thank You to For This Useful Post: | ||