Notices


Reply
Thread Tools
Posts: 31 | Thanked: 7 times | Joined on May 2010 @ Colchester, UK
#241
Originally Posted by JamesBond@ge View Post
Geneven, I respect your opinion.

Do you think this MaeModder is safe to use on a stock N900?

I've just read all through this whole thread and there seems like a lot of error messages and 1 reboot loop being posted up by people and it's kinda put me off installing this lol.
Be a man, lol kidding, Our n900 will never Brick so be bit adventurous, its fun to try and play with this phone/mini pc/tablet what ever you call it
 

The Following User Says Thank You to Jagat4webber For This Useful Post:
Posts: 31 | Thanked: 7 times | Joined on May 2010 @ Colchester, UK
#242
Originally Posted by Jagat4webber View Post
...
python set to manually installed.
python-osso is already the newest version.
python-osso set to manually installed.
python-gtk2 is already the newest version.
python-gtk2 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up wget (1.10.2-2osso3) ...
install-info(/usr/share/info/wget.info):
dpkg: error processing wget (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
wget
E: Sub-process /usr/bin/dpkg returned an error code (1)

sorry am getting error message, i have the icon in my app list but when i tap on it it runs but clashes. plz help me, have been trying since afternoon.
thankx in advance
Manage to install it. i just unstall all the files first then install the dependent files(with that command in first page,with wlan on in n900) then install command. I have this app running. am loving it thankx.
 
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#243
Originally Posted by JamesBond@ge View Post
Geneven, I respect your opinion.

Do you think this MaeModder is safe to use on a stock N900?

I've just read all through this whole thread and there seems like a lot of error messages and 1 reboot loop being posted up by people and it's kinda put me off installing this lol.
Well, I managed to turn off Internet for myself so completely that I had to use Backupmenu to restore my programs, so it's not totally safe!

So you should install Backupmemu first and become comfortable with that wonderful program.

I think that risk goes with fun and learning. One of my fondest memories is accidently reformatting my hard drive at work and spending a weekend learning how to recover. The only thing to fear is...fear itself.
__________________
All I want is 40 acres, a mule, and Xterm.
 

The Following User Says Thank You to geneven For This Useful Post:
Posts: 194 | Thanked: 87 times | Joined on Jun 2010
#244
this project is dead.
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#245
Originally Posted by JamesBond@ge View Post
Geneven, I respect your opinion.

Do you think this MaeModder is safe to use on a stock N900?

I've just read all through this whole thread and there seems like a lot of error messages and 1 reboot loop being posted up by people and it's kinda put me off installing this lol.
pssst, dont bother with this...

here is my cheat sheet.

Code:
Warning:
http://talk.maemo.org/showpost.php?p=744858&postcount=54

Extra repos

extra:
http://tessman2007.narod.ru/extras.install
testing:
http://tessman2007.narod.ru/extras-testing.install
development:
http://tessman2007.narod.ru/extras-devel.install


RX-51 adjustments

/usr/share/X11/xkb/symbols/nokia_vndr/rx-51

	partial hidden alphanumeric_keys
	xkb_symbols "arrows_4btns" {
		// standard arrows mapping
		// normal 2nd level must not be enumerated to allow text selection with Shift key
		key <UP>	{ type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [	Up,     Prior	] };
		key <LEFT>	{ type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [	Left,   Home	] };
		key <DOWN>	{ type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [	Down,   Next	] };
		key <RGHT>	{ type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [	Right,  End	] };
	};

	...

		key <BKSP> 	{ type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ 	BackSpace, 	KP_Delete 	] };
		key <RTRN> 	{ type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ 	KP_Enter, 	Tab	 	] };
	

http://natisbad.org/N900/n900-keyboard-remapping.html
http://talk.maemo.org/showthread.php?t=35089&page=2


DCEW scripts

Connect to any saved connection
	dbus-send --system --type=method_call --dest=com.nokia.icd /com/nokia/icd com.nokia.icd.connect string:"[ANY]" uint32:0

Disconnect internet
	dbus-send --system --dest=com.nokia.icd /com/nokia/icd_ui com.nokia.icd_ui.disconnect boolean:true

IP (show either wlan0 IP or phonet0 IP)
	#!/bin/sh
	#to run as DCEW echo /path/to/ip.sh | root
	ifconfig wlan0 | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1
	ifconfig gprs0 | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1

wifi script
	#!/bin/sh
	essid=$(iwgetid -s)

	if [ "$essid" == "qwerty12" ]; then
			iwconfig wlan0 txpower 4
	elif [ "$essid" == "edinst" ]; then
			iwconfig wlan0 txpower 2
	fi

Battery script
	hal-device bme | awk '/l.p/ {perc = $3}; /g.c/ {curr = $3}; /e.cu/ {volt = $3}; /s_c/ {isch = $3} END if (isch == "false") {print perc" % ("curr"mAh/"volt"mV)"} else {print "Charging@"volt"mV"}'


gconfs

Fullscreen terminal
	gconftool-2 -s /apps/osso/xterm/toolbar -t bool "false"

disable updates
	gconftool -s -t int /apps/hildon/update-notifier/check_interval 1440000


Disable notifications

to disable popup windows, open /etc/hildon-desktop/notification-groups.conf . Then add a
	No-Window=true
to the releveant section.


Delete radio stations

	sqlite3 /home/user/.mafw.db
	>delete from iradiobookmarks;
	>.quit


Hardware accel

set to 1:
	

Swappo settings

	echo 3 > /proc/sys/vm/dirty_ratio
	echo 3 > /proc/sys/vm/dirty_background_ratio
	echo 100 > /proc/sys/vm/dirty_writeback_centisecs 
	echo 100 > /proc/sys/vm/dirty_expire_centisecs 
	echo 4096 > /proc/sys/vm/min_free_kbytes 
	echo 50 > /proc/sys/vm/swappiness 
	echo 200 > /proc/sys/vm/vfs_cache_pressure 
	echo 8 > /proc/sys/vm/page-cluster
	echo 4 > /sys/block/mmcblk0/queue/nr_requests
	echo 4 > /sys/block/mmcblk1/queue/nr_requests
	
	
Toggle fullscreen

http://talk.maemo.org/showpost.php?p=805897&postcount=752

create /home/user/.xbindkeysrc and add:

	  "wmctrl -r :ACTIVE: -b toggle,fullscreen"                         
		m:0x4 + c:65                                                    
		Control + space
		
/opt/xbindkeys/bin/xbindkeys -f /home/user/.xbindkeysrc


Remove 'hands' video

edit:
	/etc/hildon-welcome.d/default.conf

comment out
	filename=Hands-v32-h264.avi

	
Ovi Maps

Language file:
http://symbian.clanteam.com/indexmaps.htm

Install instuctions:

1. back up /usr/share/nokia-maps/index.html and gunzip the attached file and put it there.
2. download the english language zip file linked to a few pages back and unzip it into /usr/share/nokia-maps/html. You should then have a english folder with a config.xml in it and and an english_male subfolder with a bunch of files.
3. rename (or create symlinks) these files so they all have .wav extensions. You can do this quickly by run this in this english_male folder: for f in *; do mv $f $f.wav; done
4 now start maps and route to somewhere and you should start getting spoken directions!

index.html:

http://talk.maemo.org/showthread.php?t=66985
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 2 Users Say Thank You to vi_ For This Useful Post:
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#246
What difference should I see with hildon acceleration ? Because I don't see any .
 
ndi's Avatar
Posts: 2,050 | Thanked: 1,425 times | Joined on Dec 2009 @ Bucharest
#247
Smoother animation, less jerkiness and an increased risk of freezes.
__________________
N900 dead and Nokia no longer replaces them. Thanks for all the fish.

Keep the forums clean: use "Thanks" button instead of the thank you post.
 
Posts: 116 | Thanked: 44 times | Joined on Nov 2010 @ Chennai, India
#248
I guess I've lost my portrait orientation of App menu and the Task switcher alone after i installed the MAG hildon desktop. Though uninstalled,i don't see them rotating. It looks now more like pre-CSSU to me Any thoughts on this? Shud i reinstall hildon-desktop or hildon-home or something??
 
Posts: 86 | Thanked: 0 times | Joined on May 2010 @ india
#249
Originally Posted by manojkumaru View Post
I guess I've lost my portrait orientation of App menu and the Task switcher alone after i installed the MAG hildon desktop. Though uninstalled,i don't see them rotating. It looks now more like pre-CSSU to me Any thoughts on this? Shud i reinstall hildon-desktop or hildon-home or something??
I too faced the same problem .... so ... what i did is .... removed maemodder , removed cssu enabler from Hildon app manager and then re-installed the cssu enabler from HAM and voila ... it says update available ... download the update .. and voila .... it works again ! pls let me know if it works manoj ! I am also from india
__________________
abhi ............
 
Posts: 116 | Thanked: 44 times | Joined on Nov 2010 @ Chennai, India
#250
Originally Posted by abhideva View Post
I too faced the same problem .... so ... what i did is .... removed maemodder , removed cssu enabler from Hildon app manager and then re-installed the cssu enabler from HAM and voila ... it says update available ... download the update .. and voila .... it works again ! pls let me know if it works manoj ! I am also from india
Hey man,Thanks for the suggestion. I will try this tonight and let you know.
 
Reply

Tags
dany-69, maemodder


 
Forum Jump


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