Search found 107 matches
- Tue Dec 22, 2015 11:46 pm
- Forum: Root a new out of the box Wink
- Topic: Rooting out of the box
- Replies: 15
- Views: 52410
Re: Rooting out of the box
CloneNum3, I dont know if this would work, I would appreciate your thoughts on this. My thought was to replace the current firmware with an older one that included the php vulnerability. Then poison dns to direct to a cloned firmware site, Thinking that maybe the hub could be tricked into downgradi...
- Tue Oct 06, 2015 10:13 am
- Forum: General / Other
- Topic: JTAG access?
- Replies: 3
- Views: 9320
Re: JTAG access?
I know this post is old, but I reverse engineered the CPU JTAG pinout: http://jalderman.org/?p=318 I used this to dump a NAND image and root my hub. translucent1, Ok, you impressed me! That's pretty awesome work. FYI, I made you a site moderator. I encourage you to update us with any further findin...
- Tue Oct 06, 2015 10:00 am
- Forum: General / Other
- Topic: Why Root Winkhub?
- Replies: 2
- Views: 7200
Re: Why Root Winkhub?
Hello everyone, I've been on youtube, google and checking out some post here. I just want to know Why should I root, what's the benefits? I see so many post on How to root, but nothing on why. if there's a post here on why, I would appreciate someone pointing me to that Thanks I can give you a few ...
- Tue Oct 06, 2015 9:49 am
- Forum: Upgrade to current firmware maintaining root
- Topic: Upgrade to 2.19.0 and maintain root?
- Replies: 7
- Views: 13813
Re: Upgrade to 2.19.0 and maintain root?
Has anyone tried upgrading to this newest firmware version yet? I read somewhere that there was a change to one of the partitions. Would like to upgrade to get rid of the annoying [FIRMWARE] added to the name of all my Wink devices on the Vera. Thanks! Sent from my iPhone using Tapatalk Both the OS...
- Tue Aug 25, 2015 12:39 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: Howto update to 01.01
- Replies: 90
- Views: 131787
Re: Howto update to 01.01
I updated my winkhub for 0.1 to 1.1 following your steps. Root is still working and I can ssh the device;but the winkhub resets every ~3 minutes. It seems that there is process running in the background that times out and triggers the reboot. Please, do you know how to solve this issue? During the ...
- Tue Aug 25, 2015 12:13 pm
- Forum: Root a new out of the box Wink
- Topic: Rooting out of the box
- Replies: 15
- Views: 52410
Re: Rooting out of the box
Old firmware Images? Does anybody have copies of the the old firmware images that contained the php expolit? I would like to create a clone of the wink-hub-images.s3.amazonaws.com, but place the old image as the newest and change the checksums in the manifests, with the hope that my wink hub will a...
- Sat Jul 11, 2015 11:20 pm
- Forum: UnSupported Devices
- Topic: Changes from 01.01 to 01.02
- Replies: 0
- Views: 7202
Changes from 01.01 to 01.02
Upcoming changes...
database_default/zigbee-ota-images/IceboxV28.ota ??? some kind of update for zigbee?
Tripper support https://www.quirky.com/invent/244045
Bleno support http://blink1.thingm.com/
database_default/zigbee-ota-images/IceboxV28.ota ??? some kind of update for zigbee?
Tripper support https://www.quirky.com/invent/244045
Bleno support http://blink1.thingm.com/
- Sat Jul 11, 2015 7:08 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: Rooting ANY firmware level... the hard way
- Replies: 21
- Views: 55124
Re: Rooting ANY firmware level... the hard way
IT WORKS!!!!!!!! Many many thanks. The "mount -a" is what was missing... mount -a ubiattach -p /dev/mtd3 I followed the rest of the instructions and I can now SSH to my hub using my own set of SSH keys. It's awesome. OpenHAB here I come! Wonderful! I updated the initial post adding the mo...
- Fri Jul 10, 2015 11:38 pm
- Forum: Help me, I can't do xyz
- Topic: Connecting to wireless network
- Replies: 1
- Views: 5439
Re: Connecting to wireless network
At a shell prompt, you should be able to... curl "http://192.168.0.1/index.php" -d '{"ssid":"myssid","pass":"mypassword"}' replacing "myssid" with your ssid and "mypassword" with your wireless password.
- Fri Jul 10, 2015 11:27 pm
- Forum: Help me, I can't do xyz
- Topic: Executing Commands through Http
- Replies: 2
- Views: 6663
Re: Executing Commands through Http
and in case anyone wants to do the same in the future... I did mine on CentOS 6 installed mtd-utils-ubi-1.5.0-2.el6.nux.x86_64.rpm modprobe mtdblock modprobe ubi modprobe nandsim first_id_byte=0x01 second_id_byte=0xf1 third_id_byte=0x00 fourth_id_byte=0x1d dd if=app-rootfs.ubi of=/dev/mtdblock0 bs=2...