Active Topics

 


Reply
Thread Tools
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#301
Since copy/paste is a luxury we don't have in MeeGo CE yet, I've put a script together to make the installation easier - it will download the items listed in the official instructions, and wget/rpm the dependancies which cannot be downloaded by zypper.
it will also modify /etc/sysconfig/uxlaunch to switch to hildon-desktop.

Save the attached file in MeeGo through Fennec, open a terminal
Type su and press Return, then meego and return to get admin rights.
Now type
sh /home/meego/Documents/instcordia.txt

If prompted for anything, press y to continue.

For those of you who wish to do this manually, here is the code:
Code:
# Download and install dependancy sound-theme-freedesktop-0.7-2.1.noarch.rpm 
wget "http://repo.meego.com/MeeGo/builds/1.2.0.90/1.2.0.90.0.20110517.1/repos/oss/armv7hl/packages/noarch/sound-theme-freedesktop-0.7-2.1.noarch.rpm" -O /home/meego/sound-theme-freedesktop-0.7-2.1.noarch.rpm
rpm -Uvh /home/meego/sound-theme-freedesktop-0.7-2.1.noarch.rpm
# Download and install dependancy sound-theme-freedesktop-0.7-2.1.noarch.rpm
wget "http://repo.meego.com/MeeGo/builds/1.2.0.90/1.2.0.90.0.20110517.1/repos/oss/armv7hl/packages/noarch/gnome-mime-data-2.18.0-6.1.noarch.rpm" -O /home/meego/gnome-mime-data-2.18.0-6.1.noarch.rpm
rpm -Uvh /home/meego/gnome-mime-data-2.18.0-6.1.noarch.rpm
# Add Cordia DE repository and install
zypper ar "http://repo.pub.meego.com/home:/smoku:/cordia/Project_DE_Trunk_standard/home:smoku:cordia.repo"
zypper refresh
zypper install cordia-status-plugins gtk2-engines-sapwood hildon-desktop hildon-home hildon-status-menu hildon-theme-cacher hildon-theme-layout libhildon libhildondesktop libosso osso-af-settings
# Download and install dependancy hildon-theme-marina-1.206-4.4.DE.noarch.rpm
wget "http://repo.pub.meego.com/home:/smoku:/cordia/Project_DE_Trunk_standard/noarch/hildon-theme-marina-1.206-4.4.DE.noarch.rpm" -O /home/meego/hildon-theme-marina-1.206-4.4.DE.noarch.rpm
rpm -Uvh /home/meego/hildon-theme-marina-1.206-4.4.DE.noarch.rpm
# Set marina theme as default
ln -s marina /usr/share/themes/default
# Change uxlaunch to start hildon-desktop after reboot
sed -i '27s:session=/usr/bin/mcompositor:session=/usr/bin/hildon-desktop:g' /etc/sysconfig/uxlaunch
# Delete downloaded rpm files
rm /home/meego/*.rpm
Afterwards it's up to you to add themes and fonts from maemo.. For that I recommend using filebox after mounting the meego partition

Please post any bugs / glitches in normal operation, I'm sure the project maintainers would appreciate it.. otherwise they cannot be fixed!

For more direct contact via the mailing list send a mail to cordia-dev+subscribe@lists.xiaoka.com to subscribe
Attached Files
File Type: txt instcordia.txt (1.6 KB, 165 views)

Last edited by [DarkGUNMAN]; 2011-07-04 at 09:24.
 

The Following 5 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#302
After testing today I can make the following observations:
After loading a screen it sometimes loops animation of last 3 frames when switching tasks
Calls/SMS only worked once i'd used celluar settings and set an APN
Apps will only launch once another has finished loading

The following experience glitching from previous 3 frames of animation
gedit
xterm (very bad)
gpe browser

The following either crash or are lost to task nav while leaving process running
meego-web-browser

The following will work and stay running but will not appear in task nav when trying to return (requires killall command)
fennec
helium
terminal
camera

The following are working.
meego-app-calendar
meego-app-contacts
meego-app-email
meego-app-im
meego-app-photos
Dialler
SMS
clocks
!!email
Settings
meego-ux-settings
Kasvopus (no home button qml)
Photo Viewer
Package Manager (no home button qml)
Peregrine (no home button qml)
Widgets Gallery
meego-appsclient

Note: Dialer works but causes animation glitches when switching tasks.
 

The Following 18 Users Say Thank You to [DarkGUNMAN] For This Useful Post:
smoku's Avatar
Posts: 1,716 | Thanked: 3,007 times | Joined on Dec 2009 @ Warsaw, Poland
#303
There wasn't much activity in Cordia HD lately, as I was pursuing another related idea, which was taking my free time.

It finally got some substance, so I could share it with you. See http://cordiatab.com/

I hope this will make a perfect companion to Cordia Hildon-Desktop and should accelerate the Cordia efforts.
__________________
smoku @xiaoka.com (SMTP/XMPP) ...:.:....:... pebbled . Poky Fish : sixaxis . psx4m . uae4all
Jolla Phone post-mortem . . . . . . . . . . -> 1+1 VGN-UX390N
 

The Following 28 Users Say Thank You to smoku For This Useful Post:
Posts: 205 | Thanked: 159 times | Joined on Oct 2009
#304
Originally Posted by smoku View Post
There wasn't much activity in Cordia HD lately, as I was pursuing another related idea, which was taking my free time.

It finally got some substance, so I could share it with you. See http://cordiatab.com/

I hope this will make a perfect companion to Cordia Hildon-Desktop and should accelerate the Cordia efforts.
That is definitely something id be interested in!
 
Posts: 309 | Thanked: 456 times | Joined on Jan 2010
#305
Open source hardware running open source software? I like...
The likes of a project like Cordia means dumping closed source where possible.. on a tablet like this a hildon front-end would fly!

It's also something that would be much needed on a phone/tablet like the Fujitsu F-07C, and give it more battery life dumping Windows 7 for the likes of MeeGo (i386) with Cordia Hildon Desktop
http://www.zdnet.com/blog/hardware/f...artphone/13877

Last edited by [DarkGUNMAN]; 2011-07-26 at 07:25.
 
Posts: 356 | Thanked: 38 times | Joined on Nov 2005 @ Finland
#306
definitely interersting, smoku. Signed for a tab preorder.
As you mention maemo and android on cordia HD pages, have you actually installed both on your prototype tab yet? Any video available?
__________________
N900 as day to day phone
N770 for childrens music
 
qwazix's Avatar
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#307
Ok I'm starting to save some money.
 
Daneel's Avatar
Posts: 549 | Thanked: 698 times | Joined on Apr 2010
#308
This is awesome!
 
bergie's Avatar
Posts: 381 | Thanked: 847 times | Joined on Jan 2007 @ Helsinki
#309
 
Posts: 1,548 | Thanked: 7,510 times | Joined on Apr 2010 @ Czech Republic
#310
So basically a TouchBook II running Cordia ?
Sound really nice!
__________________
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)
 
Reply

Tags
cordia, fremantle ux, hildon, maemo 5 ux, meego, sanctuary, the garden


 
Forum Jump


All times are GMT. The time now is 13:13.