Hi,
I am the same problem.Can you tell me if you find a solution.Thanks a lot for your helpfull
What is with Linloader, I have followed the installtion instructions published on this website to a T...
I have managed to get Linloader in my menu but instead od the arrow icon i have an exclamation mark within a yellow circle, and the test.lin does not work (I have placed it in the "my program" folder and presume that the test.txt will be created in the same folder).![]()
Pleased if anyone has a solution please help...![]()
Hi,
I am the same problem.Can you tell me if you find a solution.Thanks a lot for your helpfull
If you have an exclamation mark as the icon this means that the program could not be installed correctly.
Which texteditor did you use to edit the file PlugCardDB? I heard there can be some problems if you use NotePad (Editor) on Windows.
This is what you can try. First use some other editor than Notepad(Windows). You can try EditPlus2. When you edit the file PlugCardDB go into menu "Document>File Format(CR/LF)". Select "UNIX" as a format and click OK. Save edited file and copy it back to phone.
Also make sure that you returned PlugCardDB file to the right folder. It is on the memcard in "sdcard\.system\java".
Hope this helps.
Hello,
I find a solution.Thanks a lot For your answer.It's really gently
I had the same issue - the exclamation mark means that it is not installed correctly. In my case, I just put the LinLoader files into the wrong directory. The other possibility was already pointed out: wrong configuration in PlugCardDB.
BTW, test.txt is created in the "Phone" folder, i.e. the root of the directory tree you are seeing in the phone's file browser.
To change this behaviour, you could alter the following line
echo "passed" > /diska/test.txt
in test.lin, which is just a very simple shell script. /diska maps to the mentioned "Phone" in the file browser. Just use a different path, e.g.
echo "passed" > /mmc/mmca1/test.txt
to create test1.txt in the root of the transflash card ("Transflash" or the name of the card in the file browser). Of course using the phone root works even when there is no card presentand try not to introduce any typos in the path, it won't work then but you will not see an error message.
Please follow this :
http://www.motorolafans.com/forums/s...=mtf+installer
Easy....
My Name Is Bri...