[GSM/CDMA] EternityProject GenTop -- Full Gentoo on your RAZR --

Search This thread

fhteagle

Member
Jan 19, 2008
21
0
e17 in GenTop? (or Ubuntu Webtop?)

Considering buying a GSM XT910, especially once I discovered this. As I use e17 as my daily DE on x86 laptop, I was wondering how hard it would be to emerge enlightenment 17 and use it as the DE instead of gnome? Performance compared to lightweight gnome?

Side question: do you use the razr's screen as a touchpad in gentop/webtop if you do not have a lapdock?
 

kholk

Retired Recognized Developer
May 20, 2007
2,293
3,829
Torino
GenTop v0.2 has been released!

The changelog is available on the first post. However, I couldn't preinstall the apps you've asked because I'm having some personal problems and haven't had time to.
Since I don't know how much time my problems will take (hope they'll be solved soon), I've decided to release the v0.2 without the new preinstalled applications, so that you can anyway enjoy it.

I'm sorry if I've released something unfinished this time and I hope you'll anyway appreciate this release.



The EternityProject Team Manager & Main Developer,
--kholk
 

kholk

Retired Recognized Developer
May 20, 2007
2,293
3,829
Torino
@scorbut
Can you show me your logs?
Paste your logs on a nopaste service and put the link here!
 

kgb2000

Member
Mar 8, 2011
33
0
Failed to emerge mplayer when just using emerge, saying something about wrong device. Tried to use the "emerge --pretend --fetchonly MYEBUILD" way, but getting missing URLUsage: wget [OPTION]... ...Try `wget --help' for more optio...ore detail on how you solve the wget problem?
 

kholk

Retired Recognized Developer
May 20, 2007
2,293
3,829
Torino
There isn't any error in the build.log, or it is incomplete.
Perhaps you should find where the error is and paste the right log!
 

scorbut

Senior Member
Apr 8, 2009
72
2
Mplayer, ntfs3g installed and vlc updated
But I still cannot run vlc.
Edit: Thats funny, when I try to emerge smplayer I get http://nopaste.info/41fc3088fe.html
 
Last edited:

kholk

Retired Recognized Developer
May 20, 2007
2,293
3,829
Torino
@scorbut
Java seems complicated, something is missing into the ebuild.
Libreoffice can be compiled disabling temporairily the THUMB flag in /etc/make.conf

As for Smplayer .. don't get angry if I can only say "ROFL!"
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    Welcome to the EternityProject's WebTop Modifications Thread for Motorola RAZR

    ...:: Unleash your Gentoo Power! ::...

    What do we need?
    A brain...... And willing to unleash the power of your device.... :°)

    Download:
    GenTop for Motorola RAZR - v0.2: HERE
    domain_policy.conf: HERE
    sudoers: HERE

    Changelog:
    Code:
    v0.2:
    - World has been updated (01/2012)
    - Recompiled most things with NEON support
    - Portage bug solved (can now emerge without tricks)
    v0.1:
    - First release

    History:
    GenTop for Motorola RAZR - v0.1: HERE

    Instructions:
    1. UnBz2/UnTar the archive
    2. Copy the IMG file on the root of your external sdcard
    3. Execute the scripts
    4. Enjoy!

    Script:
    Only for the first time setup:
    Code:
    adb push domain_policy.conf /tmp/
    adh push sudoers /tmp/
    adb shell
    su
    cp domain_policy.conf /etc/tomoyo/
    cp sudoers /etc/
    chown root:root /etc/tomoyo/domain_policy.conf
    chown root:root /etc/sudoers
    chmod 440 /etc/sudoers
    reboot

    Then start WebTop and execute this:
    Code:
    su
    /usr/bin/sudo -H -u adas bash
    export DISPLAY=:0
    xhost +
    sudo -i
    mknod -m640 /dev/loop94 b 7 94
    mkdir /tmp/wtm
    mount -o loop /sdcard-ext/eternitygentop.img /tmp/wtm
    mount -o bind /proc /tmp/wtm/proc
    mount -o bind /dev /tmp/wtm/dev
    mount -o bind /dev/pts /tmp/wtm/dev/pts
    mount -o bind /dev/shm /tmp/wtm/dev/shm
    mount -o bind /proc/bus/usb /tmp/wtm/proc/bus/usb
    mount -o bind /sys /tmp/wtm/sys
    mount -o bind /tmp /tmp/wtm/tmp
    mount -o bind /var/tmp /tmp/wtm/var/tmp
    mount -o bind /var/run/dbus/ /tmp/wtm/var/run/dbus
    mount -o bind /var/lib/dbus/ /tmp/wtm/var/lib/dbus
    mount -o bind /sdcard /tmp/wtm/sdcard
    mount -o bind /sdcard-ext /tmp/wtm/sdcard-ext
    chroot /tmp/wtm /bin/bash
    export DISPLAY=:0
    xterm
    The xterm window is acting on the new Gentoo system.

    Replacing WebTop UI with Lightweight GNOME (only panels and metacity):
    Code:
    eprj_lightgnome

    Replacing WebTop with Full GNOME:
    Code:
    eprj_fullgnome

    Replacing WebTop UI with Lightweight GNOME (only panels and metacity -- manual):
    Code:
    kill $(ps -ef | grep 5000 | grep webtop-panel | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep apptray | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep metacity | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep xscreensaver | cut -c10-15)
    sleep 3
    gnome-panel &
    metacity -c &

    Replacing WebTop with Full GNOME (Manual):
    Code:
    kill $(ps -ef | grep 5000 | grep webtop-panel | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep apptray | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep metacity | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep webtop-wallpaper | cut -c10-15)
    kill $(ps -ef | grep 5000 | grep xscreensaver | cut -c10-15)
    sleep 3
    gnome-session &

    How to emerge packages:
    Code:
    cd /root
    emerge --pretend --fetchonly MYEBUILD | sed -r '/^(ht|f)tp:\/\//{s/ +/\n/g;p};d' >urllist
    xargs wget -nc -nd -P /usr/portage/distfiles/ <urllist
    emerge MYEBUILD
    rm -rf /usr/portage/distfiles/*
    Replace "MYEBUILD" with your package's name.

    Status:
    Note that it is an alpha version so, not everything will work flawlessly and easily. If your network doesn't work, check /etc/resolv.conf.



    The EternityProject Team Manager & Main Developer,
    -kholk
    2
    GenTop v0.2 has been released!

    The changelog is available on the first post. However, I couldn't preinstall the apps you've asked because I'm having some personal problems and haven't had time to.
    Since I don't know how much time my problems will take (hope they'll be solved soon), I've decided to release the v0.2 without the new preinstalled applications, so that you can anyway enjoy it.

    I'm sorry if I've released something unfinished this time and I hope you'll anyway appreciate this release.



    The EternityProject Team Manager & Main Developer,
    --kholk
    1
    No thumb flag? Are you sure?!? It should be something like "-mthumb" ...and I'm almost sure I've included it!

    About Smplayer, well, it's a too strange error... it can't TOUCH ... can't create a file...
    But now something goes into my mind. Can you check if you've got enough inodes in your partition? :)

    (df -i)