Thread
:
Need help with this command
View Single Post
maxximuscool
2010-09-04 , 07:36
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#
1
I need some help with a little of python scripting. I'm trying to make my script to do this following.
Xterminal:
root
echo 78> /abc/abc/bca
i've tried this but nothing work.
If I run this from Xterminal as root:
root
python
import os
os.system('echo 78> /abc/abc/bca')
it works!
But if I run from script it doesnt. How can i get it to work?
The file is not changing.
How do I achieve this same effect with python?
__________________
Install Preenv games into eMMC
|
Click Here to get rid of Uboot screen
My N900 running at 250-1150Mhz
Unlocking your FM-transmitter to 76.0Mhz - 107.9Mhz range - CLICK HERE.
Last edited by maxximuscool; 2010-09-04 at
08:00
.
Quote & Reply
|
The Following User Says Thank You to maxximuscool For This Useful Post:
F2thaK
maxximuscool
View Public Profile
Send a private message to maxximuscool
Find all posts by maxximuscool