Nexus 7 2013 (16GB) install
-
I think I am finally making some headway. I had downloaded the appimage. What I wasn't doing was launching it as sudo. Once I did that I am now seeing progress.
-
Failed. Bug reported.
-
@t3kg33k link?
-
-
can you
adb push /some/file /cache/recovery
using some file you have around? the device should be in recovery mode -
@doniks yes, I was able to push a file successfully.
-
@t3kg33k can you manually push the same file to the same location
Title: Error: systemimage: Error: Error: Failed to push file 0: Error: Push failed: stdout: adb: error: failed to copy '/root/.cache/ubports/pool/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz' to '/cache/recovery/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz': remote Bad file number /root/.cache/ubports/pool/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz: 0 files pushed, 0 skipped. 6.9 MB/s (176073736 bytes in 24.481s)
so, that should be
adb push /root/.cache/ubports/pool/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz /cache/recovery/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz
-
@t3kg33k Can you please stop using Rodney´s avatar here, its not nice to take other ppls pictures and recolor them, someone might think you are him.
-
@Flohack
We thought about it too, but it appears that is Harrisson Ford in the picture (from Blade Runner).
So we can't really say that it's Dobey's... At least the color is different and the username is different too -
@AppLee yeah kinda. Then again its still just very lazy to take some else´s avatar and recolor it cmon guys you can do better!
-
@Flohack said in Nexus 7 2013 (16GB) install:
@AppLee yeah kinda. Then again its still just very lazy to take some else´s avatar and recolor it cmon guys you can do better!
Dude, I've had and used that avatar for several years. I didn't know he was using it. It just shows we both have the same great taste in movies. It's easily the best movie ever.
-
@doniks said in Nexus 7 2013 (16GB) install:
@t3kg33k can you manually push the same file to the same location
Title: Error: systemimage: Error: Error: Failed to push file 0: Error: Push failed: stdout: adb: error: failed to copy '/root/.cache/ubports/pool/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz' to '/cache/recovery/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz': remote Bad file number /root/.cache/ubports/pool/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz: 0 files pushed, 0 skipped. 6.9 MB/s (176073736 bytes in 24.481s)
so, that should be
adb push /root/.cache/ubports/pool/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz /cache/recovery/ubports-aa9dad30db962019f4dfcc58162fbb86660bc3680767af7fc20506bbefc6675f.tar.xz
I can as if I run the adb command as sudo. Without I got permission denied.
-
Update: That clued me in. So, this time I ran the UBports Installer AppImage as sudo and it looks to have been successful this time.
Thanks for the assist. -
@t3kg33k said in Nexus 7 2013 (16GB) install:
Update: That clued me in. So, this time I ran the UBports Installer AppImage as sudo and it looks to have been successful this time.
Thanks for the assist.Ha. Interesting. I did not expect that. And actually, I do not understand it, but hey. Glad it worked!