Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible.

Retrieve Device Parameters

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 10-10-2007, 02:34 PM
alfcen's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu Islands
Posts: 810
Send a message via Skype™ to alfcen
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi Midtown Madness
WiFi and BT flags are intended to report presence of the relevant hardware, irrespective of engaged or disengaged. As reported above, the WiFi info is not reliable. Unfortunately, it returns "yes" on devices that have no built-in WLAN. Any ideas?
Cheers
Robert
Reply With Quote
  #12 (permalink)  
Old 10-12-2007, 03:37 PM
alfcen's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu Islands
Posts: 810
Send a message via Skype™ to alfcen
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi folks out there,

The latest version, attached hereto, adds:
1. new date format hopefully comprehensable to all regions,
2. running applications can be launched from the list,
3. warning if "shell32.exe" process is about to be closed (would warm boot the device).

That's all for now.

Any ideas about the WiFi (WLAN) issue?

Cheers
Reply With Quote
  #13 (permalink)  
Old 10-18-2007, 01:23 PM
alfcen's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu Islands
Posts: 810
Send a message via Skype™ to alfcen
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi folks,

The latest version Beta 0.53 adds:

1. IP Configurations
2. Detects ActiveSync connected or disconnected
3. WLAN issue probably solved (Pocket PC 2003)

I'm anxious knowing whether the new functions work with WM5/6 devices

Cheers
Robert
Attached Files
File Type: zip bekken_ppc_setup.zip (342.5 KB, 95 views)
Reply With Quote
  #14 (permalink)  
Old 03-22-2008, 05:51 PM
Junior Member
 
Join Date: Feb 2008
Posts: 47
Default

Quote:
Originally Posted by alfcen View Post
Hi folks,

The latest version Beta 0.53 adds:

1. IP Configurations
2. Detects ActiveSync connected or disconnected
3. WLAN issue probably solved (Pocket PC 2003)

I'm anxious knowing whether the new functions work with WM5/6 devices

Cheers
Robert
Interested to know how you got the ActiveSync status but this ZIP contains only a setup, not source code?
Reply With Quote
  #15 (permalink)  
Old 03-23-2008, 07:11 AM
alfcen's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu Islands
Posts: 810
Send a message via Skype™ to alfcen
Awards Showcase
Beta Tester 
Total Awards: 1
Default

The registry key ppp_peer is created upon synchronization and deleted as
the connection is closed. There may be a better way of implementation, but
this works so far:

Code:
Sub Globals
  
Dim values(0)
End Sub

Sub App_Start
  Reg.RootKey(Reg.rtLocalMachine)
End Sub

Sub GetActiveSync
  ErrorLabel(GetASync)
  values() = Reg.GetValue(
"Comm\TcpIp\Hosts\ppp_peer","ipaddr"
  
Return true
GetAsync:
  
Return false
End Sub
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic4ppc v6.30 comand line parameters (batch) Cableguy Questions (Windows Mobile) 2 06-21-2008 11:00 AM
Retrieve Image from Sprite fjsantos Questions (Windows Mobile) 6 06-16-2008 04:57 PM
Cannot (always) use Objects as parameters Woinowski Bug Reports 12 01-07-2008 10:36 AM
Retrieve version timsteeman Questions (Windows Mobile) 8 11-16-2007 06:43 PM
Library event procedures with parameters agraham Questions (Windows Mobile) 2 10-05-2007 08:09 AM


All times are GMT. The time now is 12:54 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0