Your Ad Here

#N9Hacks: Hide App Shortcuts + Enable Terminal without Dev Mode (Terminal)

| December 31, 2011 | Comments (29)

Do you have pre-installed apps you never use but can’t delete? App icons taking up too much space?

I know I never use User Guide and it is just sitting there taking up icon space. I used Terminal to hide it, by making the shortcut a “hidden” file. Here’s how; (Obviously replace userguide with the name of the app. To find app name, use ls after step 2, providing list of files in the directory.)

  1. Gain root – devel-su
  2. cd /usr/share/applications/
  3. mv userguide.desktop /usr/share/applications/.userguide.desktop
  4. Reboot if needed

Many people are still cautious when using the N9 in Developer Mode, due to SSH-ing into the device etc. (Pr 1.1 helped a bit by disabling root access, but it still isn’t too hard to get around it.) I don’t really care about developer mode or not. I only use it for Terminal. So when I came across this little trick, I tested it, and love it. This part can be done either using FileBox or Terminal.

Terminal Shortcut without Developer Mode:

Using FIleBox

All app shortcuts are stored in /usr/share/applications. If you have FileBox (other file managers may work), go to settings and enable “show root filesystem” and “show hidden files”. Enable Dev Mode first, then go to the above directory, and copy meego-terminal.desktop to /home/user/.local/share/applications (NB: If it doesn’t exist, create it.) Rename the file to Terminal.desktop. Disable dev mode, and Terminal should still be there.

Using terminal

  1. Gain root access Devel-Su pass is rootme
  2. cp /usr/share/applications/meego-terminal.desktop /home/user/.local/applications/share/Terminal.desktop

Like always, if you need help, drop your questions in the comments below or give me a shoutout on twitter.

Michael

Tags: , , , , , , , ,

Category: Maemo, MeeGo, N9 Hacks, Nokia, Nseries

About Michael Faro-Tusino: Hi! My name is Michael. Like the others, I'm also a Student, living here in Sydney. I have a real passion for the latest technology and I'm a real Nokia buff! My aim is to keep those of you, like myself, updated with the latest in what's going on in the Nokia World. Send tips to me on Twitter via @MFaroTusino or the site's page @MyNokiaBlog, or even simply drop me an email at MichaelMNB@hotmail.com.au or tips@mynokiablog.com View author profile.

Comments (29)

Trackback URL | Comments RSS Feed

  1. Hakki_01 says:

    How-to video?:)
    Step by step guide in video format is easy

  2. ff says:

    among all these mods available for n9, i only find two mods useful and issue-free.

    those are
    landscape mod and clock color changing

    i hope next firmware can include the above mods.

  3. Hakki_01 says:

    @ incognito

    sorry, my mistake about the l vs I

    here it is:

    ~ # ls -l /usr/share/applications/userguide.des
    ktop
    -rw-r–r– 1 root root 244 Aug 9 10:59 /usr/share/applications/userguide.desktop
    ~ #

    • incognito says:

      Then it’s pretty weird that you get `Permission denied`. Are you sure you’ve typed it correctly:

      mv /usr/share/applications/userguide.desktop /usr/share/applications/.userguide.desktop

      ?

      (Hint: you can use tab to autocomplete parts of the path)

      • Hakki_01 says:

        ok, this one worked.. I’m using tab, but didn’t type the whole path for the first file.. will test with other icons now:)

        Thx alot!

        • Hakki_01 says:

          haha great.. cleaning app icons now.. byebye youtube and other shit;)

        • incognito says:

          If you don’t want to type the whole path, first change your working directory with:

          cd /usr/share/applications

          Then you don’t need to use the path at all, i.e.:

          mv userguide.desktop .userguide.desktop

          Keep in mind that you can use . in front of file and directory names to hide them from indexing in other apps as well – for example you can hide your music, videos or images from showing up in the music, video and gallery apps.

  4. [...] My Nokia Blog TAGS: App, Harmattan, Meego, MeeGo Harmattan, N9, N9Hacks, Nokia, Nokia [...]

  5. Jaydee says:

    I’ve got a problem that’s bugging me for this past 2 days.. As the memory for installing application is limited to 4.2gb on my black 64gb N9, I’m already breaching that limit (3.9gb) hence i can’t install any new apps no matter how small its size in relation to mb left for installing an app.
    And the problem got worse coz I can’t even uninstall any of my current apps, no matter what size they are, like the N9tweak(20+kb) or GTRacing (360.3mb). Message I get when trying to uninstall from app manager is ‘ Can’t delete. Please restart device and try again. If problem persists, please contact application developer for assistance.’ When I long press an icon n click on the red X, message ‘ Installation failed. Not enough disk space to install app. Uninstall other applications to free some disk space.’ But I’m not trying to install the app!!! Am I stuck here forever or is there a way out of this, other than reflashing the device? And is there any way that I can increase the partition for installing apps? Thanx in advance guys and have a Happy New Year..

    • incognito says:

      Try from the terminal:

      devel-su
      (enter your password, or the default if you haven’t changed it: rootme)
      apt-get autoclean
      apt-get autoremove
      apt-get clean

      Post your the output of command: df -h
      Prior and after the above commands if you can’t still uninstall an app.

      • Jaydee says:

        Sorry, I dun quite get what u mean on the last part.

        Post your the output of command: df -h
        Prior and after the above commands if you can’t still uninstall an app.

      • Jaydee says:

        Its ok.. I tried using dpkg -r GTRacing and it worked.. Thanx again incognito..

  6. aTom says:

    Hey Michael,

    Great posts recently. Keep it up. Now that I’m back from vacation and got PR1,1 using NSU, I’m gonna try some of these.

    On the hidden icon hack, what do you do to unhid them if you change your mind?

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.