You Are Here:

Community: Developer Discussion Boards

Reply « Previous Thread | Next Thread »

#1 Old how to open opera mini ? - 2008-09-26, 13:53

Join Date: Sep 2008
Posts: 18
zezier
Offline
Registered User
How open opera mini, or other aplication installed by user on phone?
Reply With Quote

#2 Old Re: how to open opera mini ? - 2008-09-26, 13:59

Join Date: Jul 2008
Posts: 103
ck.umraliya's Avatar
ck.umraliya
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
How open opera mini, or other aplication installed by user on phone?
hi zezier
Read this article and This
It answers your question.
Regards
Chintan
Reply With Quote

#3 Old Re: how to open opera mini ? - 2008-09-26, 13:59

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Hi,

You can use applist to see which applications are installed. To open them (I'm not sure if it works for Java apps too) see this article.
Reply With Quote

#4 Old Re: how to open opera mini ? - 2008-09-26, 14:35

Join Date: Sep 2008
Posts: 18
zezier
Offline
Registered User
I try list all installed aplications on my phone like that:

l=[]
for f in os.listdir("Z:\\system\\apps"):
l.append(unicode(f))
i=appuifw.selection_list(l)

but on list have not opera.
"Z:\\system\\apps" is only directory where are applications placed? May I should search in other directories?
Reply With Quote

#5 Old Re: how to open opera mini ? - 2008-09-26, 14:41

Join Date: Jul 2008
Posts: 103
ck.umraliya's Avatar
ck.umraliya
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
I try list all installed aplications on my phone like that:

l=[]
for f in os.listdir("Z:\\system\\apps"):
l.append(unicode(f))
i=appuifw.selection_list(l)

but on list have not opera.
"Z:\\system\\apps" is only directory where are applications placed? May I should search in other directories?
hi,

i feel you should use applist module.
you may find opera in that.
Reply With Quote

#6 Old Re: how to open opera mini ? - 2008-09-26, 14:41

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
I try list all installed aplications on my phone like that:

l=[]
for f in os.listdir("Z:\\system\\apps"):
l.append(unicode(f))
i=appuifw.selection_list(l)

but on list have not opera.
"Z:\\system\\apps" is only directory where are applications placed? May I should search in other directories?
hi zezier

if you want to simply list the applications in a selection list then check this articles second code and use selection list in the code.
Just a idea i hope it will work.

EDIT: Great to see chintan faster then me

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#7 Old Re: how to open opera mini ? - 2008-09-26, 14:43

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Hi,

Sorry applist extension will also not help...

PyS60 doesn't have support yet to launch any Java midlets.

Hopefully in time to come.

Best Regards,
Croozeus
Reply With Quote

#8 Old Re: how to open opera mini ? - 2008-09-26, 14:43

Join Date: Sep 2008
Posts: 18
zezier
Offline
Registered User
Thanks a lot,
but i prefer not to use any extensions, can I do it whitout this one?
Reply With Quote

#9 Old Re: how to open opera mini ? - 2008-09-26, 14:45

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
Thanks a lot,
but i prefer not to use any extensions, can I do it whitout this one?
Only by keypress simulating...

and by the way keypress is an extension too

Best Regards,
Croozeus
Reply With Quote

#10 Old Re: how to open opera mini ? - 2008-09-26, 14:48

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
Thanks a lot,
but i prefer not to use any extensions, can I do it whitout this one?
hi zeizer

i will be more interested in why dont you want to use the extensions.
Is there any specific problem.

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#11 Old Re: how to open opera mini ? - 2008-09-26, 14:50

Join Date: Sep 2008
Posts: 18
zezier
Offline
Registered User
Thanks a lot,
this explains a lot.
Reply With Quote

#12 Old Re: how to open opera mini ? - 2008-09-26, 14:56

Join Date: Sep 2008
Posts: 18
zezier
Offline
Registered User
I simple to use whith other user, they don't have to install this extensions just run the script
Reply With Quote

#13 Old Re: how to open opera mini ? - 2008-09-26, 14:58

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
I simple to use whith other user, they don't have to install this extensions just run the script
You can use PyS60 Community Edition, where you can embed all in a single PyS60 Package. Of course you need to write extensions

Best Regards,
Croozeus
Reply With Quote

#14 Old Re: how to open opera mini ? - 2008-09-26, 15:02

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
Quote:
Originally Posted by zezier View Post
I simple to use whith other user, they don't have to install this extensions just run the script
hi
i personally feel extensions are also very simple they are not much complicated infact you can merge them with your actual sis and give it to users.
hope i can change your notion about use of extensions.

Enjoy Pythoning
Gaba88


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#15 Old Re: how to open opera mini ? - 2008-10-01, 22:31

Join Date: Feb 2007
Posts: 80
Location: Kyiv (Ukraine)
Send a message via MSN to Maxim6630
Maxim6630
Offline
Regular Contributor
Quote:
Originally Posted by croozeus View Post
Hi,

PyS60 doesn't have support yet to launch any Java midlets.

Hopefully in time to come.
for 3rd LAA_v1_0_0_3rd_unsigned.zip

Code:
import laa
laa.execute(app_uid)
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Starting Opera Mini on S40 Devices using JSR-211 (CHAPI) c.gorvin Mobile Java General 13 2009-04-17 13:47
File operation error on Mini SD: lseek() after unlink() with Open C/C++. Please help. wuhzjJin1 Open C/C++ 0 2008-07-12 06:13
Opera Mini 4 on S60 SDK: Timeout phg04 General Browsing 2 2008-03-27 18:10
Am not being able to use Opera Mini: Plz help hotshot05 Mobile Java Networking & Messaging & Security 1 2008-01-22 17:24
Opera Mini 2.0 with Nokia 6233 yaptb General Discussion 1 2006-11-25 04:02

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia