Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5311
Originally Posted by zaidk9 View Post
kk thanks
how to install apps and games manually???
/opt/N9QTweak/Tweaks/TweakE
See option 8

Originally Posted by zaidk9 View Post
how to add the loading effects on icons???
W-8 => READ PDF instruction
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5312
Guy's with Open Mode, I need a little help for testing...
As far as we know the open mode have a little problem that after installation via "dpkg -i" it close/crash app (N9QT)...

Most of the people with open mode can't run option 1 (all applets) from tweak T-3. I changed a little this option and now it should run "dpkg -i" only once. That mean it will close/crash after installation of all applets.

Guy's, try it and report here if this work like I expect this.

1. Download this file: http://dl.dropbox.com/u/17706605/TweakT-3.zip
2. Extract file named "TweakT-3" to: /home/user/MyDocs
3. Open N9QT -> Go to tweak T-3-1-4
Choose: 2 3 4 5 6 7 8 9 10 then press Enter (it will uninstall applets without reinstallation of system-ui)
Close N9QT
4. Open terminal as ROOT and start:
Code:
mv -f /opt/N9QTweak/Tweaks/TweakT-3 /opt/N9QTweak/Tweaks/TweakT-3.orig
cp -f /home/user/MyDocs/TweakT-3 /opt/N9QTweak/Tweaks
chmod 4755 /opt/N9QTweak/Tweaks/TweakT-3
5. Open N9QT -> Go to tweak T-3-1-3
Choose: 1 (All applets)
When it finish, probably it will close N9QT.
6. if it will NOT refresh your system-ui, run this command:
Code:
/sbin/initctl restart xsession/sysuid
or use Soft refresh from N9 Refresh button.
7. Check your system-ui if you see all applets installed, also check Setting -> Notifications -> Notifications -> Led Notifications -> Settings (if this install it too..)
8. Report here (outputs, screenshots...)

For restore original file of TweakT-3, run this:
Code:
rm -f /opt/N9QTweak/Tweaks/TweakT-3
mv -f /opt/N9QTweak/Tweaks/TweakT-3.orig /opt/N9QTweak/Tweaks/TweakT-3
Thanks, waiting for reports...

Last edited by Schturman; 2013-01-11 at 22:04.
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5313
Also, look in to this pic
Now it will always check which version can be downloaded and you always can to know that new version is available...
If you are connected to internet and open N9QT, you will see this. If you are not connected, you can't see this message
In the next version of course
Attached Images
 
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
Posts: 359 | Thanked: 322 times | Joined on Jun 2010
#5314
Originally Posted by Schturman View Post
mobrol for you...

OK, I tried... But not found... It's take too much time to find this and if you or someone else can help with this, it will be nice...
1. file: /usr/share/themes/base/meegotouch/call-ui/style/call-ui.css
2. it can be in this lines, Which one exactly I don't know...
check blocks in lines: 1200, 1320, 1368 (maybe somewhere else)
3. Edit -> save file
4. Open terminal as ROOT and write:
Code:
ps aux | grep call-ui | grep invoker
you will see something like this:
Code:
15253 user     /usr/bin/invoker --type=m /usr/bin/call-ui -prestart
Now KILL this process with this command:
Code:
devel-su user -c "kill 15253"
Or instead this two commands, create this simple script:
Code:
#!/bin/sh

callUiProcess=`ps aux | grep call-ui | grep invoker`
callUiPid=${callUiProcess:1:4}
echo "kill $callUiPid"
devel-su user -c "kill $callUiPid"
 if [ $? -gt 0 ]; then
 echo "fail"
   else
      echo "success"
 fi
and run it as ROOT:
Code:
sh /path/to/file.sh
We need this instead rebooting phone after each changes that you will do to the call-ui.css file...
5. Check your changes by calling to your phone from one number -> answer to this -> call from another phone to your phone -> see changes in popup bubble.
6. If you will find this, post it here or send me PM
Sorry to quote the long post, but has anyone figured this out? It would be helpful . . .
__________________
Hitting this thanks button will make you smile and feel good ----------------------------------------------------------------->
 
Moderator | Posts: 6,215 | Thanked: 6,402 times | Joined on Nov 2011
#5315
Originally Posted by Schturman View Post
Guy's with Open Mode, I need a little help for testing...
Totally forgot about this

Uninstallation log

Installation with new TweakT-3 file log


Screenshot after installation, I didn't require to do a soft refresh too and all worked :

 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5316
Thedead1440, thank you!
From what i saw it finished all installations and not crashed at the end. I'm right?
Did you checked "led notification" installed too? And you can see all notifications?
 
Moderator | Posts: 6,215 | Thanked: 6,402 times | Joined on Nov 2011
#5317
Yes no crashing at all; just noticed thought that notifications in status bar were not enabled. LED Notifications work though
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5318
Originally Posted by thedead1440 View Post
Yes no crashing at all; just noticed thought that notifications in status bar were not enabled. LED Notifications work though
Yep it's ok, for notification in status menu, you need to change to "menu with notification".
Thanks again, i will add it to the next version..
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Dec 2012
#5319
how can i put the status bar original? i tried the full restore,but nothing happens, i didnīt made a backup!!
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5320
1. READ PDF INSTRUCTION !
2. Use tweak L
3. Use the same tweak that you used before for restore
4. READ PDF INSTRUCTION AGAIN !
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:42.