| Reply | « Previous Thread | Next Thread » |
|
Hi every body
I craeted sis using py2sis. i was installed in N70 ,after installation , i was opened application ,application went background because i used appswitch ,but now phone menu signal indication and battery indication went disappear.......what the solution for this please any one help me |
| sevenhills |
| View Public Profile |
| Find all posts by sevenhills |
|
Quote:
I would like you to post more details on the same so that we could help you, Please let us know aht the script was like ![]() Kandyfloss V 7.0642.0 18-10-06 RH-51 Nokia 7610 |
| kandyfloss |
| View Public Profile |
| Find all posts by kandyfloss |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
the problem must be wid your code. pl make us know what was in the application and if possible show a bit of code. plz give feedback. thankx Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Actually application was to change mobile phone profile from general to silent at defined bluetooth region in this application i am using keycodes,aosocket lib module .But application is working nicely but batter and singnal tower indication is disappearing
|
| sevenhills |
| View Public Profile |
| Find all posts by sevenhills |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
|
Quote:
the problem in ur application may be that the application is running continiously without any break. plz provide some break in the infinite loop if u r using. plz give a feed back. thanx Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Quote:
Would you mind sharing the code? Kandyfloss V 7.0642.0 18-10-06 RH-51 Nokia 7610 |
| kandyfloss |
| View Public Profile |
| Find all posts by kandyfloss |
|
import e32
import appuifw import aosocketnativenew from pdis.lib.logging import * import httplib, urllib from key_codes import * import keypress import appswitch import sysinfo appswitch.switch_to_fg(u"Telephone") init_logging(FileLogger("e:\\bt_probing.txt")) def tell(string): if e32.is_ui_thread(): print string e32.ao_yield() # ---------------------------------- from aosocket.symbian.bt_device_discoverer import * from socket import * # for obex file send def discovered(error, devices, cb_param): if error == 0: a=0 for address, name in devices: e32.ao_sleep(1) if name == "SH-SYS-117" or name == "BTControl" or address == "00:a0:96:14:17:c0" or address == "11:11:11:11:11:11": a=1 #silent activation e32.ao_sleep(1) keypress.simulate_key(EKeyPowerOff,EKeyPowerOff) e32.ao_sleep(1) keypress.simulate_key(EKeyDownArrow,EKeyDownArrow) e32.ao_sleep(1) keypress.simulate_key(EKeyDownArrow,EKeyDownArrow) e32.ao_sleep(1) keypress.simulate_key(EKeyDownArrow,EKeyDownArrow) e32.ao_sleep(1) keypress.simulate_key(EKeyLeftSoftkey,EKeyLeftSoftkey) e32.ao_sleep(5) if a==0: e32.ao_sleep(1) keypress.simulate_key(EKeyPowerOff,EKeyPowerOff) e32.ao_sleep(1) keypress.simulate_key(EKeyDownArrow,EKeyDownArrow) e32.ao_sleep(1) keypress.simulate_key(EKeyDownArrow,EKeyDownArrow) e32.ao_sleep(1) keypress.simulate_key(EKeyLeftSoftkey,EKeyLeftSoftkey) e32.ao_sleep(5) while(1): try: _discoverer = BtDeviceLister() _discoverer.discover_all(discovered, None) e32.ao_sleep(30) except: tell("init failure") This my code please reply me...why signal disappearing |
| sevenhills |
| View Public Profile |
| Find all posts by sevenhills |
|
Quote:
Search PyS60 -> Tracker -> Bugs in SourceForge: http://sourceforge.net/tracker/index...55&atid=790646 |
|
I tried but not working.can you suggest good one.....i need urgent
Quote:
|
| sevenhills |
| View Public Profile |
| Find all posts by sevenhills |
|
let me know how to avoid disappear singal and battery indication.........i posted my code also.please help me......
i tried e32.ao_lock........again disappearing..... |
| sevenhills |
| View Public Profile |
| Find all posts by sevenhills |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| send/recieve sms in pc from n70 using pc suite api or sdk 3.0 | mindstien | PC Suite API and PC Connectivity SDK | 2 | 2009-11-07 11:56 |
| AT Command Support for N70 - Urgent | sureshkumar435 | General Messaging | 9 | 2009-02-11 17:40 |
| N70: System.out redirection tool (Ecmt and RedMIDlet). | ThereseM | Mobile Java Tools & SDKs | 4 | 2008-04-25 11:01 |
| n70 incoming sms (from n70) to linux PC | lsropia | General Discussion | 0 | 2008-02-27 08:06 |
| Bluetooth GPS and N70 | ssandor | Mobile Java Networking & Messaging & Security | 3 | 2006-05-18 16:21 |