blackberry
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| blackberry [2010/05/14 14:48] – created neutronscott | blackberry [2023/11/04 22:30] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| gcc -o bb bb.c -lusb | gcc -o bb bb.c -lusb | ||
| - | It only requires libusb-0.1. | + | It only requires libusb-0.1. |
| + | |||
| + | < | ||
| + | root@atom: | ||
| + | [1] 18202 | ||
| + | root@atom: | ||
| + | Product: RIM Composite Device | ||
| + | Serial: 69B71E7A526112B08DF1DA03196AC89F82606929 | ||
| + | PIN: 22082961 | ||
| + | debug: open("/dev/ptmx") | ||
| + | debug: grantpt() | ||
| + | debug: unlockpt() | ||
| + | debug: ptsname_r() | ||
| + | |||
| + | |||
| + | MODEM ON PTS: / | ||
| + | ./ppp.sh 0 | ||
| + | pts is ready. | ||
| + | Serial connection established. | ||
| + | Using interface ppp0 | ||
| + | Connect: ppp0 < | ||
| + | PAP authentication succeeded | ||
| + | local IP address 25.50.33.30 | ||
| + | remote IP address 169.254.1.1 | ||
| + | primary | ||
| + | secondary DNS address 10.168.181.116 | ||
| + | </ | ||
| + | |||
| + | ppp.sh is just this lil thing: | ||
| + | |||
| + | <file sh ppp.sh> | ||
| + | #!/bin/sh | ||
| + | |||
| + | if [ -z " | ||
| + | echo "need more input" | ||
| + | exit | ||
| + | fi | ||
| + | sudo pppd /dev/pts/$1 local 921600 user guest password guest connect \ | ||
| + | "chat '' | ||
| + | defaultroute noipdefault usepeerdns nodetach noproxyarp \ | ||
| + | ipcp-max-failure 1000 persist | ||
| + | </ | ||
| ===== Bluetooth ===== | ===== Bluetooth ===== | ||
| Line 29: | Line 70: | ||
| noproxyarp ipcp-max-failure 1000 persist | noproxyarp ipcp-max-failure 1000 persist | ||
| + | ====== Engineering Screen ====== | ||
| + | |||
| + | I ripped this JavaScript from some other sites. They all were full of bloat, ads, and bullshit. Just visit http:// | ||
blackberry.1273848484.txt.gz · Last modified: 2023/11/04 22:29 (external edit)