Port Requests


Hi,

Thanks once again for your efforts + sorry for the delay in trying this out.  I tried to follow the instructions/help you provided.  I am having trouble with some bits, namely...

I was not sure how to do this in command line "create the env. variable REAL_HOME" 

I cloned the git site but the python install could not find platform dependent/independent libraries

Not sure how to remedy these issues (sorry for general crapness - I'm not too clued up on command line and compiling)

If there is anyway the software could be package into a pnd I would much appreciate it...if possible.  (would happily chuck some cash your way for your time/effort)

Thanks

CJ
for REAL_HOME, type

export REAL_HOME=/home/your_name

for python issue, I know. I have fixed that in later wxpython & codeblocks PND. The fix is simple, type

unset PYTHONPATH

unset PYTHONHOME

and it should work.
 
Hi

Thanks for the quick response,  have tried those 3 commands but still the same "could not find platform dependent/independent libraries" error

Just to check I am not on the wrong page, so far I have

From within "Dev. Command line interface"

export REAL_HOME=/home/your_name (changed to my pandora handheld username)

unset PYTHONPATH

unset PYTHONHOME

Then got cloned the enigma-dev folder

git clone git://github.com/enigma-dev/enigma-dev.git

then tried

Python install.py

...

then the errors occur

Hope this helps

CJ
 
Hi

Thanks for the quick response,  have tried those 3 commands but still the same "could not find platform dependent/independent libraries" error

Just to check I am not on the wrong page, so far I have

From within "Dev. Command line interface"

export REAL_HOME=/home/your_name (changed to my pandora handheld username)

unset PYTHONPATH

unset PYTHONHOME

Then got cloned the enigma-dev folder

git clone git://github.com/enigma-dev/enigma-dev.git

then tried

Python install.py

...

then the errors occur

Hope this helps

CJ
Do you have the wxpython.pnd installed? If yes, it should just run. To be sure, do

ls /mnt/utmp/wxpython

if there is nothing, something is wrong with the automounting on the pnd (and I'll need the /tmp/pndrun_codeblocks.out)
 
Ahh,

I had not got wxpython.pnd installed?  Have installed it now. 

Within wxpython I was able to get lateralgm to run (yay)

unfortunately the enigma part doesn't seem to function.  I cannot compile or test anything I create.

Sorry to be a pain/drain, but any advice?

CJ
 
Ahh,

I had not got wxpython.pnd installed?  Have installed it now. 

Within wxpython I was able to get lateralgm to run (yay)

unfortunately the enigma part doesn't seem to function.  I cannot compile or test anything I create.

Sorry to be a pain/drain, but any advice?

CJ
Hehe

wxpython will be automaticaly found and used by the codeblocks command line.

So now, try again from a (fresh) codeblocks command line to make it run and compile (don't forget the CFLAGS & CXXFLAGS stuff).
 
Oops, (told you I was crap) :-D 

Right, have tried again from a fresh command line window

export CFLAGS="$CFLAGS -fno-single-precision-constant"
export CXXFLAGS="$CXXFLAGS -fno-single-precision-constant"

export REAL_HOME=/home/your_name (changed to my pandora handheld username)

unset PYTHONPATH

unset PYTHONHOME

Python install.py

but then the same error occur

CJ

Tried "Make" just on a whim and it is doing some stuff :-D  not sure productive stuff though
 
hmmm. strange, it should work from codeblocks with no issue (I'll be interested in seeing the /tmp/pndrun_codeblocks.out file)

Anyway, python is only used for downloading, nothing else IIRC. So can still do the python line inside a wxpython command line, and go back to the codeblocks one to launch lateralgm.
 
I have a Request:


We have Telegram Messenger CLI Version on the Repo,


but i want the Version with Gui please.


Its Opensource and i use it very very intensive for contacting my Girlfriend,my Parents and Friends.


I would be very happy when anyone can Port Telegram Messenger for Linux with Gui.


Maybe then can my Pandora be my MobilePhone Replacement ;)
 
I use webogram / telegram web client, but it is hard work for the pandora. I don't know if there is a native qt client or something around.
 
Maybe i simply can use the Android Version of Telegram


with Notaz Android PND.


Will try that soon and maybe i can use my Pandora simply over Wlan@Home with Telegram.


Or mean you it will work with APK Env?
 
There is  Telegram Desktop out for Ubuntu. I have not tried it (no package just a binary). Maybe it is finally a good native client.
 
I have a Request:


We have Telegram Messenger CLI Version on the Repo,


but i want the Version with Gui please.


Its Opensource and i use it very very intensive for contacting my Girlfriend,my Parents and Friends.


I would be very happy when anyone can Port Telegram Messenger for Linux with Gui.


Maybe then can my Pandora be my MobilePhone Replacement ;)
Is this app ?

https://tdesktop.com/

the sources are here https://github.com/telegramdesktop/tdesktop

but needs QT 5 among other libs.
 
I have a Request:


We have Telegram Messenger CLI Version on the Repo,


but i want the Version with Gui please.


Its Opensource and i use it very very intensive for contacting my Girlfriend,my Parents and Friends.


I would be very happy when anyone can Port Telegram Messenger for Linux with Gui.


Maybe then can my Pandora be my MobilePhone Replacement ;)
Is this app ?

https://tdesktop.com/

the sources are here https://github.com/telegramdesktop/tdesktop

but needs QT 5 among other libs.
Will be include in next codeblocks (QT5), I just have to create the PND...
 
Wow,thats nice News for Telegram in near Future on the Pandora.

I ordered yet this SDIO 3G Card e2131 for my Pandora:

huawei-ultrastick.jpg


in this Shop:

www.mobile4wifilte.co.uk/

With 3G in my Pandora and Telegram,i dont need a Mobile Phone more.

And with the new Aluminium Case in near Future ..

..i will have the ULTIMATE OpenSource 3G Gaming Handheld for me ;)

Thx for trying to port the Telegram Messenger with Gui ^_^

Edit: Special Honor to my Girlfriend,she found this Shop who sells it. I found no Shop for it :D
 
Last edited by a moderator:
I ordered yet this SDIO 3G Card e2131 for my Pandora:
I'll be very interested to see how it goes. I have had little luck getting my 3G USB stick to work reliably. I suspect it is partially because I bought a stick that only has frequencies compatible with EDGE in my area, rather than the intended 3G frequencies. It works best with Slackware, but even then often locks up the USB port, forcing a restart.

If for whatever reason going through SDIO works better I might have to give it a shot!
 
Last edited by a moderator:
I ordered yet this SDIO 3G Card e2131 for my Pandora:
I'll be very interested to see how it goes. I have had little luck getting my 3G USB stick to work reliably. I suspect it is partially because I bought a stick that only has frequencies compatible with EDGE in my area, rather than the intended 3G frequencies. It works best with Slackware, but even then often locks up the USB port, forcing a restart.


If for whatever reason going through SDIO works better I might have to give it a shot!
Me too and when anyone port Telegram with Gui for us and when it work fine,

will i make a short Review Thread for it.

But first let they send it to me via Air Mail ;)
 
Wow,thats nice News for Telegram in near Future on the Pandora.

I ordered yet this SDIO 3G Card e2131 for my Pandora:

huawei-ultrastick.jpg


in this Shop:

www.mobile4wifilte.co.uk/

With 3G in my Pandora and Telegram,i dont need a Mobile Phone more.

And with the new Aluminium Case in near Future ..

..i will have the ULTIMATE OpenSource 3G Gaming Handheld for me ;)

Thx for trying to port the Telegram Messenger with Gui ^_^

Edit: Special Honor to my Girlfriend,she found this Shop who sells it. I found no Shop for it :D
114 pound?  :blink:  

Geez... mobility doesnt come cheap...
 
Wow,thats nice News for Telegram in near Future on the Pandora.

I ordered yet this SDIO 3G Card e2131 for my Pandora:

in this Shop:

www.mobile4wifilte.co.uk/

With 3G in my Pandora and Telegram,i dont need a Mobile Phone more.

And with the new Aluminium Case in near Future ..

..i will have the ULTIMATE OpenSource 3G Gaming Handheld for me ;)

Thx for trying to port the Telegram Messenger with Gui ^_^

Edit: Special Honor to my Girlfriend,she found this Shop who sells it. I found no Shop for it :D
This is so cool. You should make a thread for this topic, especially when you get it and have it tested.

If I remember well, Pyra would be 100 euros more expensive if you order it with 3G module. Well, for 50 more euros, you can have 3G on both Pyra and Pandora, and have zero paranoid thoughts about CIA spying on you via your modem or whatever.
 
Last edited by a moderator:
With 3G in my Pandora and Telegram,i dont need a Mobile Phone more.

And with the new Aluminium Case in near Future ..

..i will have the ULTIMATE OpenSource 3G Gaming Handheld for me ;)
I would also like to read your thoughts after you have used it for a bit, and want to hear if you run into any issues due to the new case once we get those.
 
Last edited by a moderator:
Back
Top