thank you (just saw your reply now, must have missed the email notification)
Type: Posts; User: whoisstan; Keyword(s):
thank you (just saw your reply now, must have missed the email notification)
Hey,
A common convention for mobile web code is to link to google maps when needing to link to a map provider. Works really nice for android and iOS where it opens the map client, but not great...
Would you have the time to prototype just very bare bones so I can follow you guys? Are you suggesting to start a new python instance altogether that is used to open the browser? The memory situation...
Thanks so much, that is a start. I can't get back to the python app either, but it serves my purpose so far. Great help!
Anybody else out there knowing how to launch the browser without stopping...
Hi,
that is latest piece for my application everything else is safe and sound under python. How do I open a browser in a N95 with a URL and make page show right away. I refuse to accept that this...
Thank you, I need to write the app for the N95. Do you know what the issue is? Would like to understand it better.
Best,
Stan
hey,
i've run into the problem that in certain times despite perfect reception and valid sim card i cannot access the cellid information with python. i use the bergers elocation which provides...
Hey,
i still haven't figured it out. I tried:
def open( url ):
browser = 'BrowserNG.exe'
e32.start_exe(browser, ' "4 %s"' %url, 1)
def open( url ):
browser = 'BrowserNG.exe'
Hey,
thanks for the quick feedback, so if I want to open a URL in a browers I go for.
>4. Start/Continue the browser specifying a URL
>=> Parameter = “4”+” <Space>“+”<Url>”
In my case...
Hey there,
Is there a guideline on howto launch a browser from a python script, I saw that in another post:
>url = '4 www.symbian.com' # 4 means Start/Continue the browser specifying a URL...
Thanks very much, just travelling right now and will get back to that soon, thanks so much so far, your comments make total sense to me!
here are my statements to sign. are they correct?
python ~/bin/ensymble.py signsis --execaps=LocalServices+NetworkServices+ReadUserData+UserEnvironment+WriteUserData --cert=stan.cer...
Hey!
So i deployed the signed elocation and the shell on my n95 and when i run
>>> import elocation
>>> elocation.extended_gsm_location()
i get
{}
Thank you will try that asap. Since i am still so new to python and symbian, how do I include that in my app?
Can I just sign the elocation and deploy it as a library and simply include it my...
Hey,
i have a question, how can you explain how you sign the location and the shell module? i have a certificate and signed my shell and still can't get the gsm_location(), I thought you can help...
Is there a way that I can see what the permissions associated with the certificate are? I really would like to get that to work, shouldn't be so difficult, i literally just print the gsm_location.
...
thanks for the help. I did exactly as described. Got my own certificate for development, signed an unsigned shell and uploaded it. When installing it warned me that the application is for development...
do i understand right that i can sign the python shell i am using? How can I do that? I develop on OS X. I found that here:
http://www.martin.st/symbian/
Once I installed everything, can I just...
I am not releasing anything to greater public, just doing some work for myself and I have sign my prototypes all the time? That doesn't make any sense to me at all. I understand the need for signing...
Hey,
I've seen the issue of gsm_location() return None before in the forum. I used it frequently before on my n90 a year ago but now on n95 it is not working anymore. Is there a certain python &...