webOS Nation Forums
> webOS apps and software
> webOS development
>
OK ROM comes
First
...
11 16 17 18 19 20 21
22 23 24 25 26 31
...
Last
Member:
dfsteen
at: 01:11 PM 06/10/2009
Did anyone notice this list of interesting images:
...
<EDITED OUT>
...
Does anyone who have access feel like posting a few of these for viewing?
How about this one:
/var/luna/files/STEVEWOZNIAK1244305133876-big.jpg
Member:
flash67
at: 01:14 PM 06/10/2009
Yea id definitely like to see those pics if we can
Originally Posted by hertzi:
hi,
for windows there is a wiki page: h t t p : / / predev . wikidot . com / rooting
(for mac there was one too, but looks like it is gone...- and looks like the original post "We have root" too - or am I just blind)
anyway the rest is explained here:
The OS X how to is on the same wiki. http :// predev.wikidot.com / webos-hacking
Just wondering if anyone has spotted a reference to Bluetooth keyboard support. Thanks. {ProfJonathan}
Member:
sidamos
at: 01:18 PM 06/10/2009
I have no "files" /var/luna/ in the extracted ROM... Only "data" and "preferences".
Originally Posted by dfsteen:
Did anyone notice this list of interesting images:
...
/var/luna/files/KENFREEDMAN1244305166108-big.jpg
/var/luna/files/KEVINSCULLY1244305170666.jpg
/var/luna/files/JOSEPHSALAZAR1244305144546.jpg
/var/luna/files/DANOLSON1244305150253.jpg
/var/luna/files/ADAMDAVENPORT1244305158465-big.jpg
/var/luna/files/KERRYHAYMES1244305153192-big.jpg
...
Does anyone who have access feel like posting a few of these for viewing?
How about this one:
/var/luna/files/STEVEWOZNIAK1244305133876-big.jpg
interesting.... wonder what they look like.
Pre Developer:
PreGame
at: 01:23 PM 06/10/2009
OK! I am able to telnet into the Palm VIA OTA with wifi DISABLED!
Member:
haydur
at: 01:25 PM 06/10/2009
Originally Posted by PreGame:
OK! I am able to telnet into the Palm VIA OTA with wifi DISABLED!
So you used the Sprint IP I presume?
Member:
edoan
at: 01:26 PM 06/10/2009
Originally Posted by ProfJonathan:
Just wondering if anyone has spotted a reference to Bluetooth keyboard support. Thanks. {ProfJonathan}
I remember seeing hidd which should allow Bluetooth keyboard and mice. I'll double check when I get home.
Member:
Gochris
at: 01:27 PM 06/10/2009
Originally Posted by PreGame:
OK! I am able to telnet into the Palm VIA OTA with wifi DISABLED!
ha ha, that's awesome
Member:
dfsteen
at: 01:31 PM 06/10/2009
Originally Posted by sidamos:
I have no "files" /var/luna/ in the extracted ROM... Only "data" and "preferences".
Interesting. I pulled the image filenames from the file list posted (much) earlier in this thread.
Member:
gbp
at: 01:33 PM 06/10/2009
Originally Posted by sir_mycroft:
You guys need to get a life.
I kid!
Kudos to all (especially Scott), Cheetos and Jolt for everyone!
Now get back to work! I expect the center button to flash for notifications by COB.
that would be something !!!!!!!! May be Gekko and others like it.
Member:
atlanta
at: 01:34 PM 06/10/2009
Originally Posted by PreGame:
OK! I am able to telnet into the Palm VIA OTA with wifi DISABLED!
Which is some what of a security whole.. lol... because now anyone can do it to your phone so i made iptables only link to eth0
Member:
asforme
at: 01:42 PM 06/10/2009
Originally Posted by dfsteen:
Did anyone notice this list of interesting images:
...
/var/luna/files/KENFREEDMAN1244305166108-big.jpg
/var/luna/files/KEVINSCULLY1244305170666.jpg
/var/luna/files/JOSEPHSALAZAR1244305144546.jpg
/var/luna/files/DANOLSON1244305150253.jpg
/var/luna/files/ADAMDAVENPORT1244305158465-big.jpg
/var/luna/files/KERRYHAYMES1244305153192-big.jpg
...
Does anyone who have access feel like posting a few of these for viewing?
How about this one:
/var/luna/files/STEVEWOZNIAK1244305133876-big.jpg
Looking at my pre it looks like that's where it stores the pictures of contacts. Whoever posted that file list is apparently friends with the woz.
Member:
cstuart
at: 01:43 PM 06/10/2009
Originally Posted by many_miles:
Thanks for the response.
Still not happening on my end...
Here's my updated section:
[CODE] if(notificationData.get('playSoundOnly') && this.Messaging.messagingPrefs.enableNotificationSound) {
this.controller.playSoundNotification('alerts','');
setTimeout( function(){ this.controller.playSoundNotification('alerts', ''); }, 1000 );
setTimeout( function(){ this.controller.playSoundNotification('alerts', ''); }, 2000 );
return; // don't display any visual notification
} [/CODE]
Perhaps someone sees something I don't? Perhaps I have a diff version of OS?
When I do 129G in vi, I go to the first SetTimeout... line above.
My notification-assistant.js file is now 547 lines long according to wc -l
That code is wrong - there's no way it could work. You have to bind this to the function in setTimeout. It should look like this (lines 127 - 132):
[CODE]
if(notificationData.get('playSoundOnly') && this.Messaging.messagingPrefs.enableNotificationSound) {
this.controller.playSoundNotification('alerts','');
setTimeout(function(){this.controller.playSoundNotification('alerts','');}.bind(this), 1000);
setTimeout(function(){this.controller.playSoundNotification('alerts','');}.bind(this), 2000);
return; // don't display any visual notification
}
[/CODE]
Pre Developer:
PreGame
at: 01:45 PM 06/10/2009
Originally Posted by atlanta:
Which is some what of a security whole.. lol... because now anyone can do it to your phone so i made iptables only link to eth0
I ran your script and that was it. I did not do any further commands to open up telnet on the OTA network.
Sith Lord of the Honey Pot:
Darth Pooh
at: 01:45 PM 06/10/2009
When I get home from work today, I am going to crack open this effer and see if there is a call for the UP gesture and the redundancy with minimizing the cards like the center button.
I'd prefer it to behave like the CES demo, UP from the bottom = launcher not minimize while in an APP.
Member:
atlanta
at: 01:52 PM 06/10/2009
Originally Posted by PreGame:
I ran your script and that was it. I did not do any further commands to open up telnet on the OTA network.
You used the one from the wiki the one i used looks like this
[CODE]
mount -o remount,rw /
cat > /etc/event.d/backdoorscreen << EOF
# -*- mode: shell-script; -*-
# backdoorscreen
description "backdoorscreen"
start on stopped configure
stop on runlevel [!2]
exec screen -d -m /home/backdoorscreen.sh
EOF
cat > /home/backdoorscreen.sh << EOF
#!/bin/sh
while `true`; do
sleep 120
/usr/sbin/telnetd
iptables -i eth0 -D INPUT -p tcp --dport 23 -j ACCEPT
iptables -i eth0 -I INPUT -p tcp --dport 23 -j ACCEPT
done
EOF
chmod 755 /home/backdoorscreen.sh
mount -o remount,ro /
[/CODE]
Changed these 2 lines to use eth0
[CODE] iptables -i eth0 -D INPUT -p tcp --dport 23 -j ACCEPT
iptables -i eth0 -I INPUT -p tcp --dport 23 -j ACCEPT[/CODE]
Keeps it only available via wifi
Pre Developer:
PreGame
at: 01:59 PM 06/10/2009
Originally Posted by atlanta:
You used the one from the wiki the one i used looks like this
[CODE]
mount -o remount,rw /
cat > /etc/event.d/backdoorscreen << EOF
# -*- mode: shell-script; -*-
# backdoorscreen
description "backdoorscreen"
start on stopped configure
stop on runlevel [!2]
exec screen -d -m /home/backdoorscreen.sh
EOF
cat > /home/backdoorscreen.sh << EOF
#!/bin/sh
while `true`; do
sleep 120
/usr/sbin/telnetd
iptables -i eth0 -D INPUT -p tcp --dport 23 -j ACCEPT
iptables -i eth0 -I INPUT -p tcp --dport 23 -j ACCEPT
done
EOF
chmod 755 /home/backdoorscreen.sh
mount -o remount,ro /
[/CODE]
Changed these 2 lines to use eth0
[CODE] iptables -i eth0 -D INPUT -p tcp --dport 23 -j ACCEPT
iptables -i eth0 -I INPUT -p tcp --dport 23 -j ACCEPT[/CODE]
Keeps it only available via wifi
Will just typing those 2 commands switch it to eth0 only or do i need to reset the device? Also what file do I edit? I do not see those commands in any of the .py files.
Member:
dfsteen
at: 02:00 PM 06/10/2009
Originally Posted by asforme:
Looking at my pre it looks like that's where it stores the pictures of contacts. Whoever posted that file list is apparently friends with the woz.
Ah. Sorry about the invasion of privacy OP. I have edited out the contact names (except for steve of course ;-) )
First
...
11 16 17 18 19 20 21
22 23 24 25 26 31
...
Last
webOS Nation Forums
> webOS apps and software
> webOS development
>
OK ROM comes