2 Zipits for sale

Thats right, 2 z2’s. 64 bucks for the pair shipped..

One is hacked and has serial, the second one is not hacked.

Hacking the Sapido gr-1102

I bought a sapido gr-1102 because I figured hey, its small, runs linux, wireless n, can be powered from usb and it has 2 usb ports.

Initially I plugged it in, plugged in a mobile broadband dongle. It detected it, I set it up to dial #99 and after a minute I was connected to the web through this little travel 3g router.

I was happy.

In an effort to get root access to the device I grabbed the most recent firmware off of Sapido’s site. Noticed some gzip magic in the file and extracted the rootfs.

I knew there was a hidden page so I searched my hex editor for the terms command and I had a hit for System command.

The hidden page was/is called obama.asp . Interesting….

I fired up telnetd with telnetd -l /bin/sh and telnet’ed to the device. I had root access….

I was able to get my cellphone to work, with some hackery.
a vid and pid for the usb device are written to a file: /var/HSDPACARD

I found this out by reading the /bin/HSDPA.sh script.

Of course my cellphone is detected as a generic ttyACM device , so a quick search of the supported vids/pids gave me 0fa1 and 6010 for ttyACM0.

I wrote a little script that just echos this to the correct place.

echo “Vendor=0fa1 ProdID=6010″> /var/HSDPACARD

And now the cellphones connection can be shared.

Openwrt is next. I have a kernel booting, Just working out the rootfs now..

Stay tuned.

Zipit and power management

Rkdavis was kind enough to toss some code he was working on my way, namely battery status stuffs..

I have added some code to take into account the load of the cpu and I am trying to finish up the piece that takes into account the status of the backlights and audio…

I am debating over having the first run create a calibration file to make it a bit more accurate for batteries that have been cycled 50+ times, requiring a user to cycle the battery once(like laptops) and dealing with it from there…

Ideas??

Soon verry soooon….

Zipit updates

Over the weekend I was able to finish up the second edition rootfs’s and fs images as well as an installer for windows users.

This update should allow full FREE use of im networks via pidgin..

I will work on getting everything updated and uploaded this weekend.

tootles

Vaio P Instant On fun

For those that did not know, InstantOn can be modified..

c:/InstantON is were this all resides.. The files inside are nothing more then ext2 file systems, kernel, initrd, etc.. Each Program you see when you boot into instanton mode is stored in its own filesystem.
These are all mounted when its booted.. Im sure they did this for modularity..

I snooped around the filesystem and found that an xterm binary was there. I modified the config file for the xmb-style menu program and booted up. There was my xterm.

http://aliosa27.net/projects/vaio-p/instanton/

I captured some of the info and uploaded it there..

I hate how you can only run one app at a time. I compiled fluxbox and placed it in the filesystem, changed a few things to get it to autostart and finally..Multitasking..

I will get the modified files posted soon..

For those that want to use the xmb key to boot a different distro..

Modify C:/kernel.pam

the kernel you want to boot must be on the C:/ File system. I created a directory called linux.

place the kernel and initrd from your distro of choice in this directory.
Im using crunchbang(ubuntu variant)

in the kernel.pam file change the line to look like:
/linux/(kernel file name here) as well as your boot args.

My kernel.pam looks as such

/linux/zimage root=/dev/sda3 rw

In your initrd.pam

add the name of your initrd file..

/linux/initrd

save, shutdown and press the xmb key.. with any luck, you should of booted linux without needing to install grub, simply with the built-in bootloader…

Enjoy…

Ps…backup your kernel.pam/initrd.pam ….just in case you want to use the default instant on os again..

Enjoy..

Zipit Updates

My mac was dead for a little while there, sent off to apple so they could replace the video card…

Not much had happened with the zipit in that timeframe…Hope to get back on track soon

my god it’s full of stars

testing 124

Powered by WordPress with GimpStyle Theme design by Horacio Bella, Updated to work with wordpress 2.8.x by aliosa27.
Entries and comments feeds. Valid XHTML and CSS.