Reply
Thread Tools
Posts: 112 | Thanked: 24 times | Joined on May 2010 @ New Zealand
#291
Originally Posted by humble View Post
Yes, my desktop file is from there.(just minus a few calls that didn't make a difference and 2 things changed in BOLD)

Compare..
Code:
 [Desktop Entry] 
Encoding=UTF-8 
Version=1.0                         
Type=Application 
Terminal=true                 
Name=Optimize N900                     
Exec=/bin/sh /usr/local/bin/OptimizeN900        
Icon=optimize


Awesome

so by this part:

1 issue still remains.. for shortcut to work you have to switch themes back and forth... EDIT: Or a Reboot
do you mean that everytime we want to use the desktop shortcut, we have to switch the themes back and forth first to get it working?? Or do you mean the first time when we add the shortcut to the desktop and it'll require us to do that, and later on we won't have to, so a one-time setup kind of thing??


And are you using the newest OptimizeN900 script? Because i've read somewhere a few pages back that there's a version 2, just slightly improved i think.
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#292
Originally Posted by ymartin59 View Post
That script is really a must-have because I think both MicroB and Modest suffers from memory leaks (html rendering and javascript engine ?)
What is your uptime score now ??
Thanks a lot for that job.
I agree, well since I've been moding (trying out different things) the last couple week i haven't kept my device on more then 24hr straight but earlier in this thread you can see others results.. some if i can recall right last as long as a couple days/weeks with good performance. No problem I didn't invent the script or the desktop.file I just wanted to make a deb (my first) and "contribute" to the community all props to these guy's JorgeFX, ossipena


Originally Posted by chaoscreater View Post
Awesome
do you mean that everytime we want to use the desktop shortcut, we have to switch the themes back and forth first to get it working?? Or do you mean the first time when we add the shortcut to the desktop and it'll require us to do that, and later on we won't have to, so a one-time setup kind of thing??
Only the first time (if you don't want to reboot) add later i plan to fix that problem altogether (I know it's simple just need some incite)

Originally Posted by chaoscreater View Post
And are you using the newest OptimizeN900 script? Because i've read somewhere a few pages back that there's a version 2, just slightly improved i think.
No, I didn't know ("there's a version 2") if you could be so kind a give me a link I will gladly look in to it

My final goal is to upload it to the repositories, and fix the shortcut issue (minor)

Still looking for solutions & Still taking suggestion.
 
Posts: 44 | Thanked: 6 times | Joined on Sep 2010
#293
hey humble, i tried your file (v6) and it doens't work. I changed the theme, and i can see the new desktop icon, but when i launched it, the status menu on the top kinda gets screwed up as the operator logo shows all the way on the left and the screen shows distortion for a bit. And when i click the menu, it shows "no applications".

Then, all goes back to normal, but no process actually gets killed, so it didn't actually do anything........


i also tried to reinstall again by deleting everything first, and then install as fresh and reboot the device (instead of changing themes this time) and it still shows the same problem.


And now, when i try to install the individual files manually, it doesn't even work anymore whereas it used to. Any ideas?
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#294
Originally Posted by shadowz1337 View Post
"the status menu on the top kinda gets screwed"
That is a sign that it is working run this....
Code:
killall hildon-status-menu
It will produce the same affect.

Originally Posted by shadowz1337 View Post
when i click the menu, it shows "no applications".
Another sign, run this...
Code:
killall hildon-desktop
It will produce the same affect.

Originally Posted by shadowz1337 View Post
Then, all goes back to normal, but no process actually gets killed, so it didn't actually do anything........
Open browser, contacts, messaging, email and press "Optimize Nokia" these process should be killed.

I have a question for you were you using v2 of of the script?(not my deb)
if so could you give me a link?

Thanks

EDIT: All commands must be run as root

Last edited by humble; 2010-09-14 at 10:47. Reason: commands must be run as root
 
Posts: 44 | Thanked: 6 times | Joined on Sep 2010
#295
Originally Posted by humble View Post
That is a sign that it is working run this....
Code:
killall hildon-status-menu
It will produce the same affect.



Another sign, run this...
Code:
killall hildon-desktop
It will produce the same affect.



Open browser, contacts, messaging, email and press "Optimize Nokia" these process should be killed.

I have a question for you were you using v2 of of the script?(not my deb)
if so could you give me a link?

Thanks

EDIT: All commands must be run as root
hi humble, it turned out that i misread the post that i thought was the update for the v2 of the optimizeN900 script, but it was actually ur post for the .deb file. My bad :P

So basically, i'm still running the same script downloaded from the first post in page 1. The thing is, i've never experienced any of this problem that i currently have atm, the script just executes and closes and i know it works because i always test the Media Player app, and if it closes/terminates then the script obviously works.

But it doesn't exit at all anymore, and i get those problems as mentioned before.


In fact, when i run the script manually through xTerminal, it showed that most of the processes are not found.


BTW, how come your put the file in this location:
Exec=/bin/sh /usr/local/bin/OptimizeN900
i thought ur supposed to put it here instead:

/opt/
because the manual way to do it (according to ossipena's post) is put it in /opt/, here's the link to his post here:

http://talk.maemo.org/showpost.php?p...4&postcount=22

Last edited by shadowz1337; 2010-09-15 at 06:08.
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#296
Originally Posted by shadowz1337 View Post
i thought ur supposed to put it here instead:
Code:
/opt
Originally Posted by humble View Post
Thanks,

So it was a good idea to leave the first one up there

Well 0.2 is for those who would like to see the script in progress from a simple "root" "OptimizeN900".
It beats "root" "cd /opt" "OptimizeN900.sh" by one command
In BOLD is why i changed it

and i see i answer everyone else's question but no answers mines GIVE ME A LINK TO v2 OptimizeN900!

Last edited by humble; 2010-09-15 at 11:18.
 
Posts: 44 | Thanked: 6 times | Joined on Sep 2010
#297
Originally Posted by humble View Post
In BOLD is why i changed it

and i see i answer everyone else's question but no answers mines GIVE ME A LINK TO v2 OptimizeN900!
ahh ic ic....

and i've answered you already, i'll quote it here again. It's a mistake on my part:

hi humble, it turned out that i misread the post that i thought was the update for the v2 of the optimizeN900 script, but it was actually ur post for the .deb file. My bad :P
 
humble's Avatar
Posts: 355 | Thanked: 396 times | Joined on Dec 2009 @ USA
#298
 
Posts: 118 | Thanked: 15 times | Joined on Jul 2010
#299
for the command in the "alarmed" can i wrote like below?

sudo gainroot;sh OptimizeN900
 
Posts: 210 | Thanked: 69 times | Joined on Apr 2010 @ NYC!!!!!!!!!!!!
#300
okay i did a search for this and i didnt find anything that was adequate so i apologize in advance if i missed something.

what would be the script to run this in ALARMED? does anyone know?

i have sh /opt/scripts/OptimizeN900 as the command execution but it doesnt work :/

if you can even provide a screenshot I would really appreciate it very much !!
 
Reply

Tags
faster, reflash, refresh, script-a-brick, sell it


 
Forum Jump


All times are GMT. The time now is 18:48.