Results 1 to 25 of 46
- 08-19-2011, 11:27 AM
Thread Author #1
Guide: SSH to your Playbook
Update: This guide has been made redundant by the Playbook Connect app that is capable of running on all OS including phones. See here.
Archive:
All the required tools/files can be downloaded here.
Just replace IP and PASS in id.bat. Then run "connect.bat" and leave that window open to enable SSH. Then run "ssh.bat" to ssh to the Playbook.
If you want to see how the files were made, read the guide below:
This guide is for Windows but it's perhaps easier on Linux/Mac
----------
What you need:
* Putty and Puttygen from the official site.
* A 'working directory' where you put all these files. I chose: C:\Users\X\Desktop\Playbook_Tools\
* A file with the details of your Playbook called id.bat containing:
Set up SSH keys:Code:SET IP=10.1.1.13 SET PASS=playbook
1. Run PuttyGen, change 1024 to 4096 and click 'Generate'.
2. Copy the random-looking text inside the large text box up to and including the last "=". Paste this in to a text file and name it rsa.pub. Store it in the working directory.
3. Save the private key to your working directory as rsa.ppk.
4. Create a new file, ssh.bat, in your working directory containing:
Set up Playbook:Code:CALL id START putty.exe -i rsa.ppk -ssh devuser@%IP%
1. Enable Development Mode
2. Create a new file, connect.bat, in your working directory containing:
Now run "connect.bat" to make the Playbook listen. Then run "ssh.bat" to open up a ssh connection to the Playbook.Code:CALL id "%PROGRAMFILES%\Research In Motion\blackberry-tablet-sdk-1.1.0\bin\blackberry-connect" %IP% -password %PASS% -sshPublicKey rsa.pub
----------
From the SSH it is possible to run native apps (even ones you compile yourself).Last edited by xsacha; 08-30-2011 at 06:06 AM.
Thanked by 2:chiefbroski (08-19-2011), rsxsniper (08-19-2011)
- 08-19-2011, 12:23 PM
Thread Author #2
Interesting find:
winchester_phy_ctrl
Usage: winchester_phy_ctrl [options]
-o : Force the USB PHY on, and exit
-f : Force the USB PHY off, and exit
-p : daemonize, and let powerman decide ( default )
-U uid:gid : override uid and gid
-v : add verbosity
-h : usage
Description: turns on/off the PHY and OTG Controller clock
USB OTG? Hello!Last edited by xsacha; 08-19-2011 at 12:48 PM.
- 08-19-2011, 12:33 PM #4
@xsacha, yes, see is usb host mode support coming? (the part about EHCI)
- 08-19-2011, 01:20 PM #5
If you don't know what SSH is, then you probably shouldn't worry about it.
See Secure Shell - Wikipedia, the free encyclopedia for info about it.PIN: 2624A168
Professional Geek - 08-19-2011, 02:02 PM #6
When you do some digging around in there you'll find that root login via ssh is enabled currently. Hmm, so how do you get the needed certificate to login as root? Where there's a will, there's a way...
- 08-21-2011, 05:17 AM #7
thanks for your guide xsacha, just one thing, in the ssh.bat the private key file option is missing:
"start putty.exe -i rsa.ppk -ssh devuser@my.ip.add.ress" - 08-21-2011, 05:54 AM
Thread Author #10
It's much easier to do this in Linux and Mac OSX and those OS don't really need a guide
.
I made guide much simpler to follow.
I also made the packed files much easier to use (just edit id.bat), so no one really needs to follow the guide.Last edited by xsacha; 08-21-2011 at 06:48 AM.
- 08-21-2011, 08:03 AM #12
I don't see how anything but Windows can be used for the initial piece since it is required to run "blackberry-connect" to enable ssh on the Playbook. After enabling dev mode, I portscanned the Playbook and it just has the standard ports open(139,443,445) plus 4455
- 08-21-2011, 09:26 AM #14BlackBerry pulls the plug on themes: https://twitter.com/#!/BlackBerryDev...73487468920834 :< need to rally the troops and convince RIM we want themes on BB10!
- 08-21-2011, 08:15 PM #15
once you are logged in ssh, if you want a real text editor, i've recompiled vim, just scp & unzip it to /accounts/devuser and add "/accounts/devuser" to your $PATH
http://tieum.com/vim.zip
- 08-21-2011, 09:27 PM
Thread Author #16
@tieum:
Try 'elvis' - 08-22-2011, 02:00 AM
Thread Author #17
This has to be useful for someone

dtmauth
val::Wt99KQo2eVGcK48hoG8lHbI2QkPAhjPJ52dW6330B49r6 2ER0MF2QcFwQA3yFpHZMUq93nX75Sxm5B3 - 08-22-2011, 09:50 PM #19BlackBerry pulls the plug on themes: https://twitter.com/#!/BlackBerryDev...73487468920834 :< need to rally the troops and convince RIM we want themes on BB10!
- 08-22-2011, 11:39 PM #21BlackBerry pulls the plug on themes: https://twitter.com/#!/BlackBerryDev...73487468920834 :< need to rally the troops and convince RIM we want themes on BB10!
- 08-23-2011, 12:22 AM
Thread Author #22
@Juggalo20, see here: http://forums.crackberry.com/blackbe...aybook-640579/
Momentics even lets you debug the app directly on the Playbook device. - 08-23-2011, 12:48 AM #24
You guys both rock. Gunna take a look as soon as I get home
thanks to both of you
Sent from my BlackBerry 9780 using TapatalkBlackBerry pulls the plug on themes: https://twitter.com/#!/BlackBerryDev...73487468920834 :< need to rally the troops and convince RIM we want themes on BB10! - 08-23-2011, 03:08 AM #25
This all fantastic and what not, but does anyone have any idea when the Playbook will be getting it's own SSH client? It's extremely frustrating knowing that their is a ssh core already on the playbook and the user can't use it.
I know it's hard to get the ball rolling as the native SDK for the playbook has not been released yet, but does anyone with connections know if RIM is wokring this issue?
2d
Reply
...well at least now I know how to cross compile stuff for the playbook 
















