FJ Software Foren-Übersicht  
 Homepage   •  Suchen   •  FAQ   •  Mitgliederliste   •  Registrieren   •  Login
 My phone Explorer Linux Installation script! Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Neues Thema eröffnenNeue Antwort erstellen
Autor Nachricht
SirD



Anmeldedatum: 05.12.2006
Beiträge: 25
Wohnort: http://redir.ec/OL

BeitragVerfasst am: Mo Jun 02, 2008 19:16 Antworten mit ZitatNach oben

The script is great, for the frist time MPE runs on my Ubuntu!

But I habe a problem. I cannot start it for a second time.

First time I started the script in a terminal and it installed and MPE runs automatically.

But now I get an error on xxx "Launch My Phone Explorer"
Kindprozess »/home/snak3/.wine/drive_c/MyPhoneExplorer/My Phone Explorer« konnte nicht ausgeführt werden (No such file or directory)

The name (my name) is not "snak3" and there is also no entry of "MyPhoneExplorer/My Phone Explorer" in my ".wine/drive_c" directory. There are only "system.reg, user.reg and userdef.reg". Nothing more!

If I start the script again, appears the notice
"My Phone Installer has already been installed..."

How do I start MPE now?
Benutzer-Profile anzeigenPrivate Nachricht senden
weinbi
Moderator


Anmeldedatum: 11.06.2007
Beiträge: 929
Wohnort: Kärnten

BeitragVerfasst am: Mo Jun 02, 2008 19:28 Antworten mit ZitatNach oben

I think there went something wrong...
I'll have a look at the new update of the installer-script later.

But if the installer knows the second time that it is already installed, somewhere should be the MyPhoneExplorer-directory.
Can you find it anywhere? If it's not in the .wine, it is maybe somewhere in your home dir?

_________________
English FAQ || Deutsche FAQ
----------------------------------
HTC Desire
Benutzer-Profile anzeigenPrivate Nachricht sendenICQ-Nummer
s0l1dsnak3123



Anmeldedatum: 23.03.2008
Beiträge: 30

BeitragVerfasst am: Mo Jun 02, 2008 19:31 Antworten mit ZitatNach oben

hey there Smile

Can you please uninstall MPE by typing the following into the terminal:

Code:
perl MyPhoneInstaller2.8.sh -u


then:

Code:
perl MyPhoneInstaller2.8.sh


And it should update its self. Run the new installer (2.9) and it should work perfecto Very Happy
Benutzer-Profile anzeigenPrivate Nachricht senden
SirD



Anmeldedatum: 05.12.2006
Beiträge: 25
Wohnort: http://redir.ec/OL

BeitragVerfasst am: Mo Jun 02, 2008 20:19 Antworten mit ZitatNach oben

Yes, the first part worked, 2.9 is installed and runs fine, but how to start it again?

I get an error on xxx "Launch My Phone Explorer"
Kindprozess »/home/`whoami`/.wine/drive_c/MyPhoneExplorer/My Phone Explorer« konnte nicht ausgeführt werden (No such file or directory)

I could not find "My Phone Explorer" in the directories. (Yes, "hidden files show" is activated)!

Perhaps, before running the script I have to change "whoami" in "dn" (my name)?
Benutzer-Profile anzeigenPrivate Nachricht senden
weinbi
Moderator


Anmeldedatum: 11.06.2007
Beiträge: 929
Wohnort: Kärnten

BeitragVerfasst am: Mo Jun 02, 2008 20:27 Antworten mit ZitatNach oben

@s0l1dsnak3123:
Can't you use
Code:
~/.wine
instead of
Code:
/home/whateverthenameis/.wine
?

_________________
English FAQ || Deutsche FAQ
----------------------------------
HTC Desire
Benutzer-Profile anzeigenPrivate Nachricht sendenICQ-Nummer
s0l1dsnak3123



Anmeldedatum: 23.03.2008
Beiträge: 30

BeitragVerfasst am: Mo Jun 02, 2008 22:48 Antworten mit ZitatNach oben

No that doesn't work weinbi. SirD: Please update again Very Happy

p.s I haven't checked it, but it should work now.
Benutzer-Profile anzeigenPrivate Nachricht senden
SirD



Anmeldedatum: 05.12.2006
Beiträge: 25
Wohnort: http://redir.ec/OL

BeitragVerfasst am: Di Jun 03, 2008 10:43 Antworten mit ZitatNach oben

The script does not quite work as it should.

It is named "myphoneinstaller3.0.sh" but the content says 2.9. It can not install, while it refers to the version 3.0.
So I changed the content to 3.0 and then it worked.
(Is this really the new version)?

At the end of the installprocess there are these messages:

" 29 0x0c2474ff (0x0424448b)
30 0x00000000 (0x00000000)
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
./myphoneinstaller3.0.sh: line 564: Running: command not found
root@dn-laptop:/home/dn#


MPE started and worked, but it is the same problem to restart it.
"Kindprozess »/home/root/.wine/drive_c/MyPhoneExplorer/My Phone Explorer« konnte nicht ausgeführt werden (No such file or directory)"
In the directory "home" there is no directory "root".

This would be the right path:
Dateisystem/root/.wine/drive_c/MyPhoneExplorer/MyPhoneExplorer
(The files are available).

But when I start the file (MyPhoneExplorer.exe) manually, nothing happens.
Benutzer-Profile anzeigenPrivate Nachricht senden
weinbi
Moderator


Anmeldedatum: 11.06.2007
Beiträge: 929
Wohnort: Kärnten

BeitragVerfasst am: Di Jun 03, 2008 13:52 Antworten mit ZitatNach oben

Er... You didn't run the script with root-previlegs?
Wine-Operations must not be done as root cause every user has its own .wine-directory and also root has its own .wine-dir.

So uninstall via the script and try it again as normal user.

_________________
English FAQ || Deutsche FAQ
----------------------------------
HTC Desire
Benutzer-Profile anzeigenPrivate Nachricht sendenICQ-Nummer
SirD



Anmeldedatum: 05.12.2006
Beiträge: 25
Wohnort: http://redir.ec/OL

BeitragVerfasst am: Di Jun 03, 2008 17:02 Antworten mit ZitatNach oben

weinbi hat Folgendes geschrieben:
Er... You didn't run the script with root-previlegs?
Wine-Operations must not be done as root cause every user has its own .wine-directory and also root has its own .wine-dir.

So uninstall via the script and try it again as normal user.


Yes, it was the fault! Now it works without any problems!

Thank you for your support to s0l1dsnak3123 and weinbi!
Benutzer-Profile anzeigenPrivate Nachricht senden
Gast






BeitragVerfasst am: Di Jun 24, 2008 16:09 Antworten mit ZitatNach oben

[quote="s0l1dsnak3123"]

Hi, thank you for your script, it work really good... I installed MPE withaut any problems... but bluetooth conection doesn't work...

kbluetooth works and i can see phone and work with it but when mpe triening to connect i see this massage:

[img]http://dobriy.fileave.com/Untitled.jpg [/img]

hope you know where is the problem...

thank you
s0l1dsnak3123



Anmeldedatum: 23.03.2008
Beiträge: 30

BeitragVerfasst am: Di Jun 24, 2008 17:49 Antworten mit ZitatNach oben

[quote="Anonymous"]
s0l1dsnak3123 hat Folgendes geschrieben:


Hi, thank you for your script, it work really good... I installed MPE withaut any problems... but bluetooth conection doesn't work...

kbluetooth works and i can see phone and work with it but when mpe triening to connect i see this massage:

[img]http://dobriy.fileave.com/Untitled.jpg [/img]

hope you know where is the problem...

thank you


Hey there Gast. I will hopefully be able to fix your problem soon, as I am unable to use linux right now due to internet problems (my router got fried in a freak thunder and lightning accident, believe it or not ¬_¬ ). As soon as I am able to develop again I will look into the problem. Thanks alot Smile
Benutzer-Profile anzeigenPrivate Nachricht senden
weinbi
Moderator


Anmeldedatum: 11.06.2007
Beiträge: 929
Wohnort: Kärnten

BeitragVerfasst am: Mi Jun 25, 2008 12:20 Antworten mit ZitatNach oben

I know the problem: Your /dev/rfcomm* has not the correct rights.

I have the same problem too but I have made a small bash-script which asks for root-rights, changes the rights and the it starts mpe.
In the MPE.desktop - file I just execute the script.

I did this because everytime you startup the pc you have to change it again. Hm, maybe it can be done on booting, but I didn't have the time to have a look how this could work. My solution is just quick'n'dirty; but it works! Wink

_________________
English FAQ || Deutsche FAQ
----------------------------------
HTC Desire
Benutzer-Profile anzeigenPrivate Nachricht sendenICQ-Nummer
weinbi
Moderator


Anmeldedatum: 11.06.2007
Beiträge: 929
Wohnort: Kärnten

BeitragVerfasst am: So Jun 29, 2008 12:10 Antworten mit ZitatNach oben

Err, I had some problems when I tried your script on another notebook, OS is OpenSuse 11.0 + KDE 4.0.4:

First: you had something wrong with the version-number.
The script was named 3.0, inside it was 2.9 so the script said to download the new version of the script! I downloaded it just before executing!!
So i changed the version insde to 3.0 and then it seemed to be okay.

When the installed was finished, it didn't work properly (couldn't start mpe!), so i uninstalled it and tried it again and then it worked.... Quite strange, isn't it?

But however the bluetoothconnection didn't work - maybe because on Opensuse 11.0 + KDE 4 there is no "gksu" installed - I saw you use it but there is no error because of the unknown command.

However, I wanted to install it using my package-manager (I'm using YaST2 with Zypper-Backend) and it can't be found neither in any repository I have nor on the dvd. Sad

Seems that I have to scan, bind and change the rights manually... Sad

_________________
English FAQ || Deutsche FAQ
----------------------------------
HTC Desire
Benutzer-Profile anzeigenPrivate Nachricht sendenICQ-Nummer
Gast






BeitragVerfasst am: So Jun 29, 2008 14:52 Antworten mit ZitatNach oben

Hey there weinbi, I am officially back on linux, so the development can start again Very Happy

I am using Sabayon 3.4 stable instead of Ubuntu Hardy, because it was getting way too slow on my crappy computer Wink

I have fixed my stupid mistake with the version number, and I am working on the following:

    Detection whether to use kdesu or gksu
    Fix the error with the installer that makes it not work the first time (might be tricky :/ )
    Add german language support


Hold tight while I work on these things Smile
s0l1dsnak3123



Anmeldedatum: 23.03.2008
Beiträge: 30

BeitragVerfasst am: So Jun 29, 2008 14:53 Antworten mit ZitatNach oben

(oops, that was me writing above - I forgot to login Embarassed )
Benutzer-Profile anzeigenPrivate Nachricht senden
Beiträge der letzten Zeit anzeigen:      
Neues Thema eröffnenNeue Antwort erstellen


 Gehe zu:   



Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst deine Beiträge in diesem Forum nicht bearbeiten.
Du kannst deine Beiträge in diesem Forum nicht löschen.
Du kannst an Umfragen in diesem Forum nicht mitmachen.

Powered by phpBB © 2001, 2002 phpBB Group :: FI Theme :: Alle Zeiten sind GMT + 1 Stunde
Deutsche Übersetzung von phpBB.de