Active Topics

 


Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1581
 

The Following 5 Users Say Thank You to Schturman For This Useful Post:
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#1582
That's a great one, thanks Schturman!
 
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#1583
Do you know how to easily uninstall unrestricted-ui and restore the default system-ui? I'd like to try this exciting new T feature, and therefore uninstalled all MT-toggles I had, plus MT-toggle platform, but I don't find the patched system-ui in Applications.

[Edit] I tried without uninstalling it, and it conflicts with tweak T, as expected. An "apt-get remove unrestricted-system-ui" would wipe out billions of other packages, so I answered a big "NO" to the confirmation prompt. And "apt-get install -f" did not restore the default system-ui neither (it was the fix when system-ui was not updated yet for PR 1.3).

Last edited by Kabouik; 2012-07-12 at 02:17.
 
Posts: 314 | Thanked: 107 times | Joined on Feb 2012 @ Bratislava, Slovakia
#1584
absolutely superb, many many thanks Schturman...
just one question regarding the toggles; is there some way to choose which toggles we can have visible? I realized I wouldn't need to have all of them, can I remove some of them?
and again, this is an excellent work, what you've been showing off for some time now and we all do appreciate it...
__________________
White N9 64gb PR1.3
 
Posts: 17 | Thanked: 9 times | Joined on Dec 2011 @ Hong Kong
#1585
I was using v8.2 and it said bash not installed...funny...how did this happen, any idea?
 
Posts: 835 | Thanked: 772 times | Joined on Oct 2007 @ Finland
#1586
No offence but you could have credited hungthai_pt from http://www.tinhte.vn/threads/1355375/ for transparent folder mod and Sony123 for his Traffic mod.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1587
Originally Posted by Kabouik View Post
Do you know how to easily uninstall unrestricted-ui and restore the default system-ui? I'd like to try this exciting new T feature, and therefore uninstalled all MT-toggles I had, plus MT-toggle platform, but I don't find the patched system-ui in Applications.

[Edit] I tried without uninstalling it, and it conflicts with tweak T, as expected. An "apt-get remove unrestricted-system-ui" would wipe out billions of other packages, so I answered a big "NO" to the confirmation prompt. And "apt-get install -f" did not restore the default system-ui neither (it was the fix when system-ui was not updated yet for PR 1.3).
You just need to reinstall original system-ui..
Code:
apt-get install --reinstall system-ui
Probably you will get error from inception, that you can't install this. If yes do this:
Code:
apt-get install --reinstall -d system-ui
This will download the original system-ui to:
Code:
/var/cache/apt/archives
Transfer this file (system-ui_1.3.2-1+0m8_armel.deb) where you want and install via inception:
Code:
/usr/sbin/incept /path/to/system-ui_1.3.2-1+0m8_armel.deb

Originally Posted by jleholeho View Post
absolutely superb, many many thanks Schturman...
just one question regarding the toggles; is there some way to choose which toggles we can have visible? I realized I wouldn't need to have all of them, can I remove some of them?
and again, this is an excellent work, what you've been showing off for some time now and we all do appreciate it...
For now = no, you can't remove toggles... When app will be completely ready = yes.


Originally Posted by gunnsean View Post
I was using v8.2 and it said bash not installed...funny...how did this happen, any idea?
See this post: http://talk.maemo.org/showpost.php?p...postcount=1524


Originally Posted by Kozzi View Post
No offence but you could have credited hungthai_pt from http://www.tinhte.vn/threads/1355375/ for transparent folder mod and Sony123 for his Traffic mod.
For credits, you can see the first post here, PDF instruction and Tweak V...


Edit: probably I forgot to add hungthai_pt, I will add him in the next version...
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#1588
Thank you very much, it worked (and I actually had the error you expected).

Will this tweak/application include Hacky Brightness and PresenceX in the future? I thought they were already included owing to the screenshot, but I don't see them, and I don't know how to install them without unrestricted-system-ui (I'm affraid to try with the regular system-ui before having confirmation it's possible ).

[Edit] PresenseX just appeared after some time. My questions stands only for HackyBrightness then, in case Coderus is around there.

Last edited by Kabouik; 2012-07-12 at 08:36.
 
Posts: 15 | Thanked: 6 times | Joined on Dec 2011
#1589
Breathing light:

edit /etc/mce/mce.ini (have a backup first; added values in BOLD):

...
[LED]

# List of patterns for the LED functionality
#
# A list of all pattern names that should be configured
LEDPatterns=PatternPowerOn;PatternPowerOff;Pattern Communication;PatternCommunicationAndBatteryFull;P atternBatteryCharging;PatternBatteryChargingFlat;P atternBatteryFull;PatternDeviceSoftOff;PatternDeviceOn
CombinationRules=CombinationCommunicationAndBatter yFull
....
[LEDPatternNJoyRM696]
...
# FIXME: sloooooow breathing
PatternDeviceOn=254;0;0;4000417f41ff41bf0000
PatternDeviceSoftOff=253;0;0;4000413f41bf5f900000

PatternPowerOn=9;3;0;4000087f087f01ff01ffc000
PatternPowerOff=10;3;0;4000017f017fc000
PatternCommunication=30;1;0;4000027f027f02ff02ff02 7f027f02ff02ff41ff0000
PatternBatteryCharging=50;4;0;4000417f41ff41bf0000
PatternBatteryChargingFlat=50;4;0;407f5f005f005f00 5f00400041ff0000
PatternBatteryFull=40;4;0;407f0000
...
I have used the value from PatternBatteryCharging; can be modified accordingly.

PS: for breathing light is no need to have "LED Event Notifier" and "Inception" installed. For extra LED notifications above programs are (still) mandatory.

Last edited by freaksamael; 2012-07-12 at 18:15.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1590
@Kabouik, no HackyBrightness because of Ovi store..

@freaksamael, sorry.. I forgot about this, I will check it for the next version..
 

The Following User Says Thank You to Schturman For This Useful Post:
Reply

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


 
Forum Jump


All times are GMT. The time now is 23:28.