![]() |
Re: Easy Debian Fremantle Beta Testing
Hi guys,
I'm new around here, so if this is not a good topic for this, please let me know (I saw people asking similar questions here). I've been trying to install easy debian on my N900 tonight, and now it got to a state when I'm not sure if it's extracting the image or if it bricked my phone. I was downloading the image over wi-fi, and had my phone connected to the PC whole time in PC Suite mode (but without actually doing anything with the phone via PC). What happened: 1.) I installed Easy Debian 2.) I went into the menu and clicked on Debian Image Installer 3.) It started downloading the image... The last I saw it was still downloading the image with 10 seconds remaining, then I went away for a bit and when I came back the screen was black. The LED was flashing with orange as if the phone was still being charged. I read on the web that the extraction of the image can take a very long time (up to an hour). I expected to see this after the download, but I didn't see it: http://www.flickr.com/photos/andrewc...7623428654651/ The phone is completely non-responsive now. I tried disconnecting it from the PC, and heard the classic disconnection beep (on the PC). When I plug it back, the orange LED starts flashing again (charge mode). Thinking that the phone turned off / froze, I tried starting it with the power button, but there is no reaction. Please do you think that the image extraction started without the confirmation and that the phone is so busy with the extraction that it just appears dead? I'm still hoping that's the case, so I'll leave it be for an hour or so in order to give it time to finish the extraction. If it won't help, I'll try to remove the battery and boot it up again. If that won't work, I think that I'm about to try my first reflash :rolleyes: Any ideas / hints please? Will sincerely appreciate any help / tips / guidance - thank you! |
Re: Easy Debian Fremantle Beta Testing
mice, I don't know what troubles PC mode could cause, but downloading and extracting an Easy Debian image should not do anything to your Maemo system that could require a reflash.
|
Re: Easy Debian Fremantle Beta Testing
Hi rebhana,
fortunately I can confirm that now - all is well, thank you! Phone is now back online after an hour or so. The screen must have turned off as part of power saving, and the phone was too busy with extraction that it didn't want to turn it on in either way (touching the screen, the slider at the right side, etc). If that's OK, I'll leave the original question + answer here, hoping that it gets indexed for anybody who might encounter the problem. Somebody might also want to put that in the installation notes ;-) |
Re: Easy Debian Fremantle Beta Testing
Quote:
Code:
"xvkbd -text "\[F1]"" Code:
"xvkbd -xsendevent -text "\[F1]"" |
Re: Easy Debian Fremantle Beta Testing
Quote:
keys more than a few times in .xbindkeysrc, the new key definition did not work. I have no clue why. I eventually used control +g and control +t to define the additional characters (control + g is normally the bell and control +t is transpose, which I do not normally use). Regardless I am not happy with this solution. I've come around and think it is better to leave the traditional definitions of control sequences alone. So combining the Shift + Mod5 + "something ", as suggested, is a better solution. Unfortunately it did not work when "something" was an arrow key. Aesthetically it is nice to use the left or right arrow for say <, >, or { , }. If you have success let me know. |
Re: Easy Debian Fremantle Beta Testing
I have a "bug" to report: the base image should have a policy-rc.d which prevents services from being started/stopped inside the chroot (as detailed here: http://people.debian.org/~hmh/invoke...cification.txt )
Otherwise, certain package manager operations inside the chroot (e.g. apt-get remove dbus) will crash the N900 itself, as some service stop scripts will mistakenly kill the N900's own version of that service (and apparently stopping dbus causes the watchdog to reset the system). Generally there's no reason to let invoke-rc.d actually do anything for a chroot system... services can still be started/stopped manually by running /etc/init.d/foo start|stop if the user wants them. Thanks for the work! |
Re: Easy Debian Fremantle Beta Testing
torne: Thank you very much for your help. That's great information.
So what should the image's policy-rc.d file look like? EDIT: Should the policy-rc.d script simply have "exit 101" ? Quote:
|
Re: Easy Debian Fremantle Beta Testing
Quote:
Code:
xvkbd -xsendevent -text "a" mscion, do you have the same phenomenon or is it just me? The warnings that xvkbd issues look unrelated to my problem: Code:
Warning: Cannot convert string "-*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-iso8859-1" to type FontStruct |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
Anyone been able to confirm that PR1.2 plays well with Easy Debian? qole, any advice as to whether OTA or reflash-and-reinstall will work better?
|
Re: Easy Debian Fremantle Beta Testing
I used the US PR1.2 and the Flasher, and blew away the deb image in MyDocs and reinstalled from the App Manager (did not touch the EMMC). Works fine. OO.o seems a little faster (15-20%), actually, but have not timed it.
R, Inkscape, Gnumeric all still work. |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
At one point I was unable to click on the LXDE main menu but Ctrl-Back and back into LXDE fixed this. Anything y'all want me to test glitchwise?
|
Re: Easy Debian Fremantle Beta Testing
Quote:
Does long press to get special characters work in LXDE? And then I had these weird problems with xvkbd I descibed on the previous page. EDIT: I've now installed PR1.2 myself, OTA, without any problems, and also no problems with Easy Debian. However, also my xvkbd problem is unchanged. Long press to get special characters without Fn key works in the Debian chroot terminal (not surprisingly, since this is just the standard osso-xterm), but not in GUI apps. All in all, I do like PR1.2, in particular that no harm is done to Easy Debian! |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
1 Attachment(s)
Hi guys!!
I'm new around here. I have installed Easy Debian on my N900 and everything goes smoothly. I don't know much of linux and therefor i'm having some problems. I'm trying to compile and run an C 'Hello World' program. I succeed in compiling the program but i couldn't execute it. It returns a message that says: 'Permission denied'. I tried chmod but it didn't work. I've attached a screenshot showing the problem. This is the program that i'm trying to run: Code:
#include <stdio.h> Regards, -- [ Marcello Bertacchi ] -- |
Re: Easy Debian Fremantle Beta Testing
mbertacchi: I think your problem is very simple; you can't run apps from the MyDocs directory, since it is formatted FAT32, and you can't make files executable.
Try the same thing in your /home/user directory, or make a /home/user/development directory. |
Re: Easy Debian Fremantle Beta Testing
I have to take back that I'm entirely happy with PR1.2. As I posted here, the standard (osso) PDF viewer seems no longer capable of displaying mathematical formulae, which for me is a real letdown. :mad:
Fortunately, the pdf readers in Easy Debian are intact! If I only could have them open automatically from microB! EDIT: I've filed a bug report on this issue: https://bugs.maemo.org/show_bug.cgi?id=10345 Consider voting for it, if you share my frustration. EDIT2: Rather off-topic by now, but in case somebody else here wants to have the standard pdf viewer fixed quickly: Replacing just the one executable /usr/bin/osso_pdfviewer.launch by the version from PR1.1.1 is enough. (Always do backups! :D) |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
I heartly advice you the extras-devel (or testing, I don't remember) version of Evince from qwerty12. Try that, for your math stuff, and please report if that fixes your problem.
|
Re: Easy Debian Fremantle Beta Testing
Quote:
The problem with osso-pdf-viewer seems to be "simply" that it no longer uses embedded fonts. Since I actually liked the simple osso-pdf-viewer, I really would like to have that fixed asap. EDIT: Evince from qwerty12 does work, like any other pdf viewer I've tried (Maemo's xournal, and Easy Debian's evince and xournal and gv). Funnily I had a problem reminiscent of Easy Debian before our function key fixes: how do you get out of full screen mode in evince? I have to delete ~/.gnome2/evince/ev-metadata.xml to get back. |
Re: Easy Debian Fremantle Beta Testing
I couldn't get the keyboard working in Debian LXDE after flashing my n900 to the new pr1.2 once i left LXDE and went back using it. I do not know what's went wrong here.
This problem happens both using my old image v3b and the new one v3d. |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
[QUOTE=rebhana;673847]Actually my problem is xvkbd, not xbindkeys. If I just type
Code:
xvkbd -xsendevent -text "a" mscion, do you have the same phenomenon or is it just me?] I get the same in the Debian chroot terminal. Also, when using xvkbd the function keys do not work properly. For example, in open office, F11 should bring up "styles and formatting" window. Instead it make open office full screen... I find that as you get used to using the stylus on the keyboard you can start pecking along rather quickly so it is nice to take advantage of. Do you know how to define the keys for the virtual keyboard? |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
Please, where can I download Czech localization package for debian? I'm still getting errors with dpkg-reconfigure locales: no file etc. I cant change default language different to my maemo system lang. So I need cs_CZ, but where to download? Thank you.
|
Re: Easy Debian Fremantle Beta Testing
Quote:
Code:
dpkg -L locales | grep cs_CZ Or is the problem that you have not selected cs_CZ when running dpkg-reconfigure locales? For selecting you need to use the space bar. |
Re: Easy Debian Fremantle Beta Testing
I am about to attempt the impossible! I am about to try to turn Debian into Ubuntu! I am not sure witch version. I ran the pull and extract app and using it. I will document it here. I am geting the steps from a book - Ubuntu Hacks: Tips & Tools for Exploring, Using, and Tuning Linux. See you!
|
Re: Easy Debian Fremantle Beta Testing
Step 1:
Start LXDE Open Synaptic Remove all curent respitories Add these: URL is http://archive.ubuntu.com/ubuntu Distribution is dapper Sections are main restricted and URL is http://security.ubuntu.com/ubuntu Distribution is dapper-security Sections are main restricted Reload the package list If sudo is not installed, install it Close Synaptic |
Re: Easy Debian Fremantle Beta Testing
how i can uninstall a full app? when i go to the synaptic i only uninstall packages. e.g. i have intalled an app and it downloaded 6 packages (for dependancies), is there any way to uninstall the hole thing?
|
Re: Easy Debian Fremantle Beta Testing
Hi guys!!
Thanks for the help on compiling and running C programs on Easy Debian. Now I'm trying something more sofisticated :p. Does anyone know how to compile and run Java programs on Easy Debian (including libraries like swing/awt)? Regards, -- [ Marcello Bertacchi ] -- |
Re: Easy Debian Fremantle Beta Testing
wolfs are great:
An easier solution for getting Ubuntu would be to grab and extract this Ubuntu image from my server: ubuntu-m5-v1.img.ext2.lzma mbertacchi: There's actually a couple of packages available to put full Java (including Swing / AWT) directly in Maemo, without going through Debian. Do some searches. But Easy Debian already has OpenJDK installed. Just run your Java apps with "java -jar appname.jar" and it should work. |
Re: Easy Debian Fremantle Beta Testing
OH NO. Don't tell me they've "fixed" the window manager even more, so that our hacks don't work anymore?!?! Argh. I haven't "upgraded" to PR 1.2, but I'll try to figure out what's wrong when I do... :(
|
Re: Easy Debian Fremantle Beta Testing
Quote:
Code:
apt-get autoremove |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
Re: Easy Debian Fremantle Beta Testing
"An easier solution for getting Ubuntu would be to grab and extract this Ubuntu image from my server:
ubuntu-m5-v1.img.ext2.lzma" Qole: Can you tell me how to install it after downloading it? Btw I FINALLY MANAGE TO COMPILE WITH g++ at command line, thanks a lot (it was easy after all). Now i can both write and compile my c programs on my n900!!:eek::eek:!!! N900: the portal to mobilize compiling!!!:D:D:D |
Re: Easy Debian Fremantle Beta Testing
Quote:
Code:
unlzma ubuntu-m5-v1.img.ext2.lzma |
Re: Easy Debian Fremantle Beta Testing
Quote:
|
All times are GMT. The time now is 05:51. |
vBulletin® Version 3.8.8