maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce/Mod] Unrestricted system-ui (Harmattan) (https://talk.maemo.org/showthread.php?t=84565)

MohammadAG 2012-08-03 23:24

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
Yes, but tapping the applet brings up on-screen instructions :)

Schturman 2012-08-04 00:03

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
Quote:

Originally Posted by MohammadAG (Post 1247146)
Yes, but tapping the applet brings up on-screen instructions :)

Ohhh.. OK, now I understand, thank you for you hard work :)

kai_en 2012-08-04 02:04

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
I wonder if anyone ran a battery test after.enabling the battery percentage? The percentage drop seemed quite high, ran one preliminary test, seemed like average around 56 ma, idle. Will see if it is better if turned off.

EDIT: Ran another test with the percentage turned off, same drain around 56 ma on idle. So most probably something else.

cynik606 2012-08-04 11:50

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
1 Attachment(s)
Quote:

Originally Posted by Schturman (Post 1247126)

cynik606, run this command:
Code:

apt-get install --reinstall -d system-ui
When it ask you, press "Y"
The downloaded original system-ui file, you will find in:
Code:

/var/cache/apt/archives
For reinstallation of original system-ui:
1. uninstall all toggles and applets
2. uninstall mt-toggles platform
3. reinstall original system-ui by this command:
Code:

/usr/sbin/incept /path/to your/original/system-ui_1.3.2-1+0m8_armel.deb

Everything done successfully but this is the result :(

thedead1440 2012-08-04 11:52

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
ok what you can do is repeat the commands Schturman gave you but adding a * to system-ui when you are doing the first command and the inception...that will ensure all the packages (volume control, profiles etc) are downloaded too...


Edit: These are the packages that you are missing:

Code:

system-ui-screenlock-nokia
system-ui-status-indicator-menu-volume-nokia
system-ui-theme-nokia
system-ui-volume-nokia


cynik606 2012-08-04 12:50

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
Quote:

Originally Posted by thedead1440 (Post 1247287)
ok what you can do is repeat the commands Schturman gave you but adding a * to system-ui when you are doing the first command and the inception...that will ensure all the packages (volume control, profiles etc) are downloaded too...


Edit: These are the packages that you are missing:

Code:

system-ui-screenlock-nokia
system-ui-status-indicator-menu-volume-nokia
system-ui-theme-nokia
system-ui-volume-nokia


So, I've tried:
Code:

apt-get install --reinstall -d system-ui*
And no luck once again:(
Code:

RM696-21-3_PR_001:~# apt-get install --reinstall -d system-ui*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting system-ui-volume-fullscreen for regex ‘system-ui*’
Note, selecting system-ui-dbg for regex ‘system-ui*’
Note, selecting system-ui-dev for regex ‘system-ui*’
Note, selecting system-ui-doc for regex ‘system-ui*’
Note, selecting system-ui-status-indicator-menu-volume for regex ‘system-ui*’
Note, selecting system-ui-status-indicator-menu-volume-nokia instead of system-ui-status-indicator-menu-volume
Note, selecting system-ui-theme-nokia for regex ‘system-ui*’
Note, selecting system-ui-screenlock-nokia for regex ‘system-ui*’
Note, selecting system-ui-screenlock for regex ‘system-ui*’
Note, selecting system-ui-tests for regex ‘system-ui*’
Note, selecting system-ui-status-indicator-menu-volume-nokia for regex ‘system-ui*’
Note, selecting system-ui-screenlock-padlock for regex ‘system-ui*’
Note, selecting system-ui-volume for regex ‘system-ui*’
Note, selecting system-ui-volume-nokia for regex ‘system-ui*’
Note, selecting system-ui for regex ‘system-ui*’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  system-ui-dbg: Depends: system-ui (= 1.0.23-1+0m6) but 1.3.2-1+0m8 is to be installed
  system-ui-dev: Depends: system-ui (= 1.0.23-1+0m6) but 1.3.2-1+0m8 is to be installed
  system-ui-screenlock-nokia: Conflicts: system-ui-screenlock
  system-ui-screenlock-padlock: Conflicts: system-ui-screenlock
  system-ui-tests: Depends: meego-env-dimming but it is not installable
  system-ui-volume-fullscreen: Conflicts: system-ui-volume
  system-ui-volume-nokia: Conflicts: system-ui-volume
E: Broken packages

EDIT: Now I did it one by one with each package and looks good :)
Many thanks guys!

thedead1440 2012-08-04 12:56

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
ok just download the following packages singly instead of using the regex:

system-ui
system-ui-volume
system-ui-screenlock
system-ui-status-indicator-menu-volume
system-ui-theme

once downloaded them then install them singly...

topet2k12001 2012-08-04 20:10

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
Quote:

Originally Posted by MohammadAG (Post 1246884)
New system-ui, use same wiki instructions for install to upgrade
Changelog:
  • New battery percentage, you'll need to set a gconf key to true to enable it, check wiki for instructions, thanks to crazyhg for the patch.
    http://i.imgur.com/heDbk.png
  • Fixed safe mode showing up after every reboot.

Hi Friends,

I followed the instructions to enable battery percentage but didn't work on my N9. Here's my setup:

- PR1.2
- I have N9 Quick Tweak
- I ran the gconftool command in regular (user) Terminal

Does the command need to be entered as root (devel-su)?

MohammadAG 2012-08-04 20:57

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
The packages haven't been updated for PR1.2 or the N950 yet, so you're out of luck for now (Mac OS X install broke grub and I can't fix it without a USB flash/CD, so I'll do that tomorrow)

topet2k12001 2012-08-04 21:37

Re: [Announce/Mod] Unrestricted system-ui (Harmattan)
 
Quote:

Originally Posted by MohammadAG (Post 1247536)
The packages haven't been updated for PR1.2 or the N950 yet, so you're out of luck for now (Mac OS X install broke grub and I can't fix it without a USB flash/CD, so I'll do that tomorrow)

I see. No worries, and thank you. :)


All times are GMT. The time now is 11:04.

vBulletin® Version 3.8.8