maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist) (https://talk.maemo.org/showthread.php?t=76377)

marmistrz 2011-11-30 17:59

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
foreca-weather-real for Foreca

AKEEL 2011-12-03 06:53

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
What is the name of "Secure Lock Screen"?

willi6868 2011-12-23 09:49

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
What's the name of the stock e-mail client??

marmistrz 2011-12-23 10:42

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
for email client:
modest

But I haven't checked it

marmistrz 2011-12-23 10:46

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Here's another way to do it
1. run `top`
2. zoom out so that you can see the full process name
3. add the executable name and check whether it works

This way I got the Foreca blist name

raghavmurali 2011-12-26 11:45

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
I am not able to blacklist k9call and mycontacts. Please help.

marmistrz 2011-12-26 16:17

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
BashORGquotations for bash.org quotations
mirror for Mirror

Promo 2011-12-26 18:47

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Hi all,

I have encountered a problem after adding "image-viewer" to the blacklist in my transitions.ini file.
After a reboot the phone will no longer respond properly. I can only access one home screen and it looks like all the icons, widgets and shortcuts I have are displayed on top of each other. It renders the phone useless.

I can't find a way to put back the original transitions.ini file, not via the terminal or via the pc with SSH.

Does anyone know what to do, besides a reflash (I would really dislike that...)?

marmistrz 2011-12-26 19:42

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Way 1.:
power key / cssu features / restore original transitions.ini

Way 2.:
push ctrl+shift+x until the terminal windows appears (it may take a bit time)
Then:
Code:

root
cd /usr/share/hildon-desktop
mv transitions.ini.default transitions.ini

OR (if you don't have rootsh and have sudser)
Code:

cd /usr/share/hildon-desktop
sudo mv transitions.ini.default transitions.ini

If it doesn't work, replace
Code:

transitions.ini.default
with
Code:

transitions.ini.preccsu
Way 2 is terminal way.

I'M QUITE SURE IT'S A CSSU BUG!
I've had this problem at least 3 times

Promo 2011-12-26 23:40

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by marmistrz (Post 1142077)
Way 1.: power key / cssu features / restore original transitions.ini
Way 2.: ctrl+shift+t / cd /usr/share/hildon-desktop / mv transitions.ini.default transitions.ini

Way 2 is terminal way. N900 may not respond so try until it responds.

I'M QUITE SURE IT'S A CSSU BUG!
I've had this problem at least 3 times

Thank you for your help!

I, unfortunately, was dumb enough to remove the CSSU features entry from my power menu, so option one is a no go I'm afraid.
And I just can't think of a way to reach the terminal to issue the commands you posted.

I do, however, have NITDroid installed on an sd card. Could that be helpful in any way?

Viqsi 2011-12-27 03:40

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
For the Garnet VM (better known as the PalmOS emulator - http://www.access-company.com/products/gvm/)
"gvmlauncher" - The app laucher/hotsync program (Not strictly necessary in my experience; it works just fine.)
"gvm" - The actual running VM. (Sometimes needed, sometimes not; depends on how you have the VM's screen configured.)

marmistrz 2011-12-27 09:19

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by Promo (Post 1142133)
Thank you for your help!

I, unfortunately, was dumb enough to remove the CSSU features entry from my power menu, so option one is a no go I'm afraid.
And I just can't think of a way to reach the terminal to issue the commands you posted.

I do, however, have NITDroid installed on an sd card. Could that be helpful in any way?

The terminal way

You push ctrl+shift+x until the terminal windows appears
Then:
Code:

root
cd /usr/share/hildon-desktop
mv transitions.ini.default transitions.ini

If no such file exists, try
Code:

ls -a
and look for other transitions.ini backups

sorry, I dont know if nitdroid can help...

Promo 2011-12-27 12:35

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
I finally got there and was able to fix it, using the ctrl+shift+x shortcut to access the terminal.

Thank you again for your help!

marmistrz 2011-12-28 13:31

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Geee!
I've forgotten it's ctrl shift x for terminal,
not with 't', as in ubuntu

amateurdelavanoise 2012-01-03 19:51

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by marmistrz (Post 1142077)
Way 1.:
power key / cssu features / restore original transitions.ini

Way 2.:
push ctrl+shift+x until the terminal windows appears (it may take a bit time)
Then:
Code:

root
cd /usr/share/hildon-desktop
mv transitions.ini.default transitions.ini

OR (if you don't have rootsh and have sudser)
Code:

cd /usr/share/hildon-desktop
sudo mv transitions.ini.default transitions.ini

Way 2 is terminal way.

I'M QUITE SURE IT'S A CSSU BUG!
I've had this problem at least 3 times

Indeed, I had the problem too. Luckily I was still able to ssh into the n900 and do this slight modification of the above:

Code:

cd /usr/share/hildon-desktop
mv transitions.ini.precssu transitions.ini

This very nicely restored my totally corrupted desktop.

marmistrz 2012-01-04 08:56

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by amateurdelavanoise (Post 1145282)
Indeed, I had the problem too. Luckily I was still able to ssh into the n900 and do this slight modification of the above:

Code:

cd /usr/share/hildon-desktop
mv transitions.ini.precssu transitions.ini

This very nicely restored my totally corrupted desktop.

Ooo... Havent known about it. I'll edit my post 2day i the afternoon as it's mentioned in the wiki

Jigzy 2012-01-04 09:44

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
can anyone help regarding Meecast? the process appears as com.meecast.omweather/bin/omweather-qml

do I put that whole line?

thanks in advance

TransTech 2012-01-26 07:54

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Any solution to lock reverstris-lite..

I'm unable to do so.. :(

thanks in advance... :)

marmistrz 2012-01-26 09:34

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by TransTech (Post 1155900)
Any solution to lock reverstris-lite..

I'm unable to do so.. :(

thanks in advance... :)

Run top, launch the app, search 4 the coresponding process, add it 2 blacklist

K9999 2012-01-27 04:29

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Has anyone found the virtual keyboard package name yet?
I triled hildon-input-method cuz I see it appears when I launch the virtual keyboard while I'm running 'top' command.... but still no go :(

sixwheeledbeast 2012-05-27 09:35

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Wiki started including merging of Community SSU/Features#hildon-desktop.
Now created Main article and links to new page.

EDIT:-
May help if I mentioned the link, doh!
http://wiki.maemo.org/Community_SSU/...hildon-desktop

Anybody wishing to add to the applications names please do so on the wiki page.

sixwheeledbeast 2012-06-05 19:24

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by K9999 (Post 1156362)
Has anyone found the virtual keyboard package name yet?

@K9999
There are loads of files called hildon-input-method

Code:

dpkg -l hildon-input*
Maybe you can Blacklist them until it works?

raitz 2012-07-23 20:03

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
anyone knows how to prevent pdfviewer to rotate to portrait? i tried osso_pdfviewer on blacklist but doesn't work

sixwheeledbeast 2012-07-23 20:16

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
osso-pdf-viewer

found via
Code:

dpkg -l osso-pdf*

raitz 2012-07-23 20:28

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by sixwheeledbeast (Post 1241850)
osso-pdf-viewer

found via
Code:

dpkg -l osso-pdf*

doesn't work for me, tested with forcerotation on and off.

sixwheeledbeast 2012-07-23 21:03

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Have you read.
http://wiki.maemo.org/Community_SSU/...hildon-desktop
If you use a theme you have to edit a different file.

raitz 2012-07-23 21:15

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
The theme i'm using doesn't use a custom transitions.ini, i was using /usr/share/hildon-desktop/transitions.ini to change all my transitions, is only the pdfviewer that doesn't lock on landscape.

sixwheeledbeast 2012-07-24 06:14

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
I can't make it lock either, tried all sorts of variations.

It is osso_pdfviewer in top
but osso-pdf-viewer in dpkg

even tried adding languages osso-pdf-viewer-l10n-engb
and marketing osso-pdf-viewer-l10n-mr0

So IDK, it works well in portrait so don't see the need to lock it.

marmistrz 2012-07-24 09:25

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by sixwheeledbeast (Post 1242036)
I can't make it lock either, tried all sorts of variations.

It is osso_pdfviewer in top
but osso-pdf-viewer in dpkg

even tried adding languages osso-pdf-viewer-l10n-engb
and marketing osso-pdf-viewer-l10n-mr0

So IDK, it works well in portrait so don't see the need to lock it.

Try this: http://talk.maemo.org/showpost.php?p...57&postcount=8

pelago 2012-07-24 10:03

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by sixwheeledbeast (Post 1241850)
osso-pdf-viewer

found via
Code:

dpkg -l osso-pdf*

The package name is very often not the same as the executable name.

sixwheeledbeast 2012-07-24 15:57

Re: [WIP] List of Package/Executable Names of All Maemo Applications (For Portrait Blacklist)
 
Quote:

Originally Posted by pelago (Post 1242122)
The package name is very often not the same as the executable name.

I do realise this but the executable name will not stop rotation, so it seems.


All times are GMT. The time now is 16:24.

vBulletin® Version 3.8.8