Reply
Thread Tools
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#541
Originally Posted by ajalkane View Post
Well no, I tried setting Bluetooth and worked fine.

So your logs are the only way to find some clarity.
Tell me how to view the logs and I will send em your way
__________________
Well Nokia do at least know how to build a decent phone, just apparently don't know how to support it..

N900 Died Replaced with N8, Requested E7, "Accidentally Broke E7", Now rolling with an N9 and im loving it!


My Contributions

N900 Conversations Wiki Page
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#542
Originally Posted by godofwar424 View Post
Tell me how to view the logs and I will send em your way
Check this post:

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

And let me know if you need more information (developer mode required or using FingerTerm or such).
__________________
My N9/N950 projects:
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#543
Hi ajalkane
Can you add please one other option to the next version - Disabling internet connection (wifi/3G) ?
Thanks
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#544
Originally Posted by Schturman View Post
Hi ajalkane
Can you add please one other option to the next version - Disabling internet connection (wifi/3G) ?
Thanks
I've looked into that, but I haven't found a way to do it. So unfortunately I can't unless someone knows how to do it.
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post:
Posts: 61 | Thanked: 29 times | Joined on Nov 2011
#545
I have an issue with the default rule!
I've basically configured it to set my availability to only and volume to 80%, however, it does get applied unless I select the rule(edit mode) and then go back!

I have another rule for idle (5 mins), which sets the availability to away

any suggestions would help, i'm on pr 1.3
 
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#546
Originally Posted by UnlimiteD3k View Post
I have an issue with the default rule!
I've basically configured it to set my availability to only and volume to 80%, however, it does get applied unless I select the rule(edit mode) and then go back!

I have another rule for idle (5 mins), which sets the availability to away

any suggestions would help, i'm on pr 1.3
I just tried this, and for me on PR1.3 availability is not changing at all with ProfileMatic. But I guess your problem is a bit different? I might need your logs to figure out what's going on.
__________________
My N9/N950 projects:
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#547
Originally Posted by ajalkane View Post
I've looked into that, but I haven't found a way to do it. So unfortunately I can't unless someone knows how to do it.
Maybe it will help...
This is from Almehdin's script:
Code:
# Force wifi powersave off
​
		echo ""
		echo " This will run a loop every minute"
		echo " and keep wifi powersave off."
		echo ""
		echo " This is very power hungry."
		echo ""
		read -p "Press enter to start (ctrl+c to end): " ANS
		read -p "Password: " -s PASSWORD
		echo ""
		echo $PASSWORD | devel-su -c "develsh -c 'while true;
		do
			date \"+%T\"
			/sbin/iwconfig wlan0 power off
			count=0
			while [ \$count -le 5 ];
			do
				/usr/bin/bmestat|sed -n '/current/p'
				/sbin/iwlist wlan0 power
				sleep 10
				count=\$((count+1))
			done
		done'" >/dev/null
		read -p "Now power save will continue as default" end
	;;
I wanted to add this to my N9QT, but i don't know how to restore back to default.. Maybe you know...
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 61 | Thanked: 29 times | Joined on Nov 2011
#548
Originally Posted by ajalkane View Post
I just tried this, and for me on PR1.3 availability is not changing at all with ProfileMatic. But I guess your problem is a bit different? I might need your logs to figure out what's going on.
This was probably asked before but, where can I find the logs?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#549
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Posts: 1,313 | Thanked: 2,977 times | Joined on Jun 2011 @ Finland
#550
Originally Posted by Schturman View Post
Maybe it will help...
This is from Almehdin's script:
If I understood that script correctly, it does something very different. My phone doesn't even have the tools the script uses (iwlist/iwconfig), nor apt-cache search founds them. Are they from some external repo?
__________________
My N9/N950 projects:
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:52.