dutchdog Posted August 22, 2013 Share Posted August 22, 2013 So I am playing around trying to update my firmware via an android device. I downloaded the 3.0 bin I checksum checked it using md5 hash app I downloaded AndFTP Now I am stuck as never ssh or scp into my device Can anyone tell me what I fill in Andftp and how to continue? Want to make this a wiki artikel eventually to solely use android. Quote Link to comment Share on other sites More sharing options...
dutchdog Posted August 22, 2013 Author Share Posted August 22, 2013 managed to use juice for ssh uploaded the bin with winscp for now as andftp need to get pro version. so updated to 3.0 and shelving this until i get andftp pro Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted August 22, 2013 Share Posted August 22, 2013 I'm very confused by what you are saying, do you want to elaborate? Quote Link to comment Share on other sites More sharing options...
dutchdog Posted August 23, 2013 Author Share Posted August 23, 2013 Wanted to use android only. I use juiceSSH app to connect to my pineapple. I used md5 hash app to verify checksum. To Scp from android I probably need the pro version of andFTP as that supports SCP. I did not have that yet I used winscp from windows for now. With andFTP regular I managed to ftp into my pineapple /tmp but could not transfer bin file. Quote Link to comment Share on other sites More sharing options...
Foxtrot Posted August 23, 2013 Share Posted August 23, 2013 You can check the MD5 on the pineapple... md5sum upgrade.bin Quote Link to comment Share on other sites More sharing options...
dutchdog Posted August 25, 2013 Author Share Posted August 25, 2013 I can confirm that using android I succesfully connected to my pineapple: :D JuiceSSH --> SSH into pineapple AndFTP Pro --> SCP into pineapple (IE to update firmware, note, you need the pro version.) Quote Link to comment Share on other sites More sharing options...
dutchdog Posted August 25, 2013 Author Share Posted August 25, 2013 (edited) Link to AndFTP Pro ; https://play.google.com/store/apps/details?id=lysesoft.andftppro&hl=en Link to JuiceSSH: https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=en For SSH and SCP you use port 22. The username is Root, the PW is your rootpassword (in my case still pineapplesareyummy) After getting the AndFTP pro version, I was able to SCP with it (only in pro) I did a upload of the upgrade bin file for firmware 3.0 to the TMP folder of my pineapple. Which you find here: Upgrade.bin Then use JuiceSSH to SSH into your pineapple. If you want to upgrade your firmware use the earlier provided: cd /tmp/md5sum upgrade-3.0.0.binsysupgrade -n /tmp/upgrade-3.0.0.bin MD5 checksum should be : d2bc2ddd83482cd02769e87c2422a47f Since I allready did that earlier and since andFTP pro does not have ability to delete files (or I just didnt figure it out as yet) I then SSH into pineapple with juiceSSH and to delete the file again. Note You dont need to do that with the firmware upgrade as it deletes the file by itself. I only did that to figure out how to delete a file uploaded by AndFTP pro via SSH. cd /tmp/ rm -f upgrade-3.0.0.bin so, you can easily now upgrade you pineapple firmware and connect to it easy and fast using android device only. Enjoy Other usefull SSH Delete a dirnamermdir directorynameTo delete everything inside a directoryrm -rf directorynameWARNING you can really mess up if you type rm -rf / Edited August 25, 2013 by dutchdog Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.