maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP) (https://talk.maemo.org/showthread.php?t=93878)

radiochickenwax 2015-04-07 04:07

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Any updates since this? Did you (Wicket) ever get in touch with neo900 folks?

Quote:

Originally Posted by wicket (Post 1460366)
To those reading this, what are your thoughts? Is this a crazy plan or do you think it could work?

I'm really glad someone is still working on this. Yeah, it's a crazy plan, but that doesn't mean it couldn't work.

I'm in a similar spot right now being a grad student with no income, so I couldn't donate much, but I could donate a little like one of my n900s with a broken usb port and worn out keys (probably a last resort for you). It's a real pita working with those things, (think multiple battery swaps daily) but they do work.

wicket 2015-04-07 16:15

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Quote:

Originally Posted by radiochickenwax (Post 1465926)
Any updates since this? Did you (Wicket) ever get in touch with neo900 folks?



I'm really glad someone is still working on this. Yeah, it's a crazy plan, but that doesn't mean it couldn't work.

I'm in a similar spot right now being a grad student with no income, so I couldn't donate much, but I could donate a little like one of my n900s with a broken usb port and worn out keys (probably a last resort for you). It's a real pita working with those things, (think multiple battery swaps daily) but they do work.

I did get in touch but I haven't had any response.

Thanks for your offer but I'd prefer to accept one of the other offers with a USB port as I've no means of external charging. I've had no time recently to work on the project so I'd rather wait until things ease up a little bit than accept somebody's kind donation and then do nothing with it. I may end up buying one locally to avoid shipping and import charges.

I have decided I will be going ahead with my crazy plan as it seems to be the best way forward.

freemangordon 2015-04-07 16:56

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Quote:

Originally Posted by wicket (Post 1465973)
I did get in touch but I haven't had any response.

Not that I am responsible for what Neo900 will come preinstalled with, but my impression is that it is just too early. Meh, we're trying to bring the onenand memory up as I am writing this.

Please, don't take the lack of response as if noone cares.

P.S.
/me hates playing PR guy :)

Android_808 2015-05-16 20:31

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
A little update on my side project.

I have managed to get hildon-desktop "running" on top of clutter 1.20, libmx 1.47 and gtk3 in amd64 Jessie image via systemd-nspawn/Xephyr. As stated before this is my own long term project so armel/armhf isn't high proirity just yet.
  • As a temporary measure I have copied the files from hildon-theme-alpha and set up the default symlink so I have some usable graphics (why they chose "default" instead of "Default" like everything else, who knows).
  • Menu doesn't appear correctly, ie. at all, and requires ctrl+backspace to return to desktop. Might be because the menu is empty, might be because I had to rewrite the entire menu tree code :p
  • Edit desktop icon appears, clicking that works but drop down menu is missing but then I haven't got around to hildon-home yet so I suspect that's the issue.
  • Apps opened from another vt display, with task switcher etc but it's a little tempermental (clutter timeline related I think), so you have to click a few times.

I've attempted to patch some of the depreciated functions in hildon-desktop but got annoyed working out how to deal with default clutter stage, so just turned off the errors. Nemomobile mce doesn't support all the dbus calls we use, such as enabling accelerometer or announcing orientation changes. These sort of things I'll go back to when everything actually runs.

Next step is to try and get hildon-home and hildon-status-menu running in some form. Might take a while to learn and then rewrite and gnomevfs bits to gio/gvfs.

Aapo: with regards to the pvr background images not displaying in your version, try copying the png files from /usr/share/themes/alpha/backgrounds to /home/user/.backgrounds and renaming background-1.png etc. Worked for me, I still get messages about not being able to load ~/.backgrounds/background-1.pvr etc but it works fine and even N900 doesn't have them files. Don't worry about the cache file that exists on device, it works without for now. I imagine the actual process of caching the files there is part of hildon-home.

misiak 2015-05-17 08:56

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Quote:

Originally Posted by Android_808 (Post 1470513)
A little update on my side project.

I have managed to get hildon-desktop "running" on top of clutter 1.20, libmx 1.47 and gtk3 in amd64 Jessie image via systemd-nspawn/Xephyr. As stated before this is my own long term project so armel/armhf isn't high proirity just yet.
  • As a temporary measure I have copied the files from hildon-theme-alpha and set up the default symlink so I have some usable graphics (why they chose "default" instead of "Default" like everything else, who knows).
  • Menu doesn't appear correctly, ie. at all, and requires ctrl+backspace to return to desktop. Might be because the menu is empty, might be because I had to rewrite the entire menu tree code :p
  • Edit desktop icon appears, clicking that works but drop down menu is missing but then I haven't got around to hildon-home yet so I suspect that's the issue.
  • Apps opened from another vt display, with task switcher etc but it's a little tempermental (clutter timeline related I think), so you have to click a few times.

I've attempted to patch some of the depreciated functions in hildon-desktop but got annoyed working out how to deal with default clutter stage, so just turned off the errors. Nemomobile mce doesn't support all the dbus calls we use, such as enabling accelerometer or announcing orientation changes. These sort of things I'll go back to when everything actually runs.

Next step is to try and get hildon-home and hildon-status-menu running in some form. Might take a while to learn and then rewrite and gnomevfs bits to gio/gvfs.

Aapo: with regards to the pvr background images not displaying in your version, try copying the png files from /usr/share/themes/alpha/backgrounds to /home/user/.backgrounds and renaming background-1.png etc. Worked for me, I still get messages about not being able to load ~/.backgrounds/background-1.pvr etc but it works fine and even N900 doesn't have them files. Don't worry about the cache file that exists on device, it works without for now. I imagine the actual process of caching the files there is part of hildon-home.

Is the code available somewhere (github etc.)? I would love to look, even if it's dirty :)

Android_808 2015-05-17 13:39

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Not yet. At the moment, everything is in quilt patches so I can track changes I've made easier. don't want to end up with a git commit log full of reverted changes at the moment.

I'm currently trying a build of ffmpeg-2.6.3 which isn't playing very nice with dh_install for some reason whilst away from home today. I'll look at uploading some sources soon, may need to update some nemomobile components again before I can commit my changes. hildon bits I might just upload tarball somewhere until I'm happy with it.

Dirty? Yep, definately in places for the sake of getting something running. Nemo uses rpm, which uses bash, therefore I've had to patch some of them. The ones I don't know how I've just left as bash scripts. Defines modified (HAVE_DSME vs HAVE_DSME_FIXLATER) to avoid having to disable support completely.

jellyroll 2015-05-31 16:51

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
I did received this error after the install_debian.sh script.

I: Checking component main on http://http.debian.net/debian...
E: Couldn't find these debs: 0xffff
Installation failed

wicket 2015-05-31 18:41

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Quote:

Originally Posted by jellyroll (Post 1472043)
I did received this error after the install_debian.sh script.

I: Checking component main on http://http.debian.net/debian...
E: Couldn't find these debs: 0xffff
Installation failed

0xFFFF is the open FIASCO flasher. It seems that it was removed from Testing in March and consequently it didn't make it into Jessie although it's now back in Testing. It's not essential but it's nice to have. You can just remove it from the RECOMMENDED list in debian.conf to avoid the error. I'll fix it in the Git repo soon.

jellyroll 2015-06-04 07:38

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
I: Configuring xserver-xorg-video-all...
I: Configuring libc-bin...
I: Configuring systemd...
I: Configuring initramfs-tools...
I: Configuring dbus...
I: Base system installed successfully.
depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: libphy -> of_mdio -> libphy
Installation failed
You have new mail in /var/mail/root

wicket 2015-06-05 04:10

Re: DebiaN900 - A set of scripts to facilitate the installation of native Debian (WIP)
 
Quote:

Originally Posted by jellyroll (Post 1472561)
I: Configuring xserver-xorg-video-all...
I: Configuring libc-bin...
I: Configuring systemd...
I: Configuring initramfs-tools...
I: Configuring dbus...
I: Base system installed successfully.
depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: libphy -> of_mdio -> libphy
Installation failed
You have new mail in /var/mail/root

That's the same error that baranovskiykonstantin reported here. I finally got around to fixing it. To be honest though, that kernel is a bit old now and I really want to make a more recent kernel the default. I'm going to try one of pali's kernels although last time I tried one it wouldn't boot.

The other error you reported is now also fixed in Git.


All times are GMT. The time now is 05:38.

vBulletin® Version 3.8.8