Thread
:
A equivilent of a .bat file on the n900?
View Single Post
qwerty12
2010-01-03 , 23:04
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#
6
Code:
#!/bin/sh echo "echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level" | sudo gainroot
Be sure to chmod +x. The echo into sudo gainroot is important - or, otherwise, it'll try echoing into power_level as user, not as root.
Last edited by qwerty12; 2010-01-03 at
23:06
.
Quote & Reply
|
The Following 3 Users Say Thank You to qwerty12 For This Useful Post:
bunanson
,
frals
,
LozBlake
qwerty12
View Public Profile
Find all posts by qwerty12