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

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

Questions (Windows Mobile) Post any question regarding Basic4ppc.

ArcSoft MMS Configurator

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-25-2007, 06:58 PM
Junior Member
 
Join Date: Sep 2007
Location: Memphis, Tn
Posts: 13
Send a message via Yahoo to ppc6800uzr
Default ArcSoft MMS Configurator

Hi all! I love this! But I have to dust off the spiderwebs on all of my old programing books cause I cant really code, but this makes me want to! I thought Basic4ppc could help me with making registry changes to Acrsoft mms composer without using a registry editor. Here's the form format I'm thinking of using. Any ideas or help would be great!
Attached Images
File Type: jpg test.JPG (9.2 KB, 30 views)
Reply With Quote
  #2 (permalink)  
Old 09-25-2007, 07:53 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,313
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

Very few information on your post...

Yes, regestry manipulation is possible using basic4ppc....What exactly do you need/want to do?

PS:Almost forgot....WELCOME
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
B4PPC DLL Version Listing - B4Android DLL Version Listing

Last edited by Cableguy : 09-25-2007 at 08:18 PM.
Reply With Quote
  #3 (permalink)  
Old 09-25-2007, 08:49 PM
Junior Member
 
Join Date: Sep 2007
Location: Memphis, Tn
Posts: 13
Send a message via Yahoo to ppc6800uzr
Default

Well picture messaging isnt avaible on my 6800ppc. But to get working you can install this Arcsoft MMS Composer, and make some registry mods to the app. I'm just trying to simplify the registry edits.
Reply With Quote
  #4 (permalink)  
Old 09-25-2007, 08:50 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,313
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

You should then take a look at the regestry dll helpfile.

With it you can edit the regestry, add new entrys, etc...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France-Saumur
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
B4PPC DLL Version Listing - B4Android DLL Version Listing
Reply With Quote
  #5 (permalink)  
Old 09-25-2007, 09:00 PM
Junior Member
 
Join Date: Sep 2007
Location: Memphis, Tn
Posts: 13
Send a message via Yahoo to ppc6800uzr
Default

O.k this is the server edit reg. [HKEY_LOCAL_MACHINE\SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\UI]
"EnableServerEdit"=dword:00000001
and this is the phone number entry reg that would need to be installed and the phone number added.
Reply With Quote
  #6 (permalink)  
Old 09-25-2007, 09:01 PM
Junior Member
 
Join Date: Sep 2007
Location: Memphis, Tn
Posts: 13
Send a message via Yahoo to ppc6800uzr
Default

opps here the phone reg
[HKEY_LOCAL_MACHINE\SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\mm1\WspHeader]
"X-Cricket-MDN"="xxxxxxxxxx"
"User-Agent"="ArcSoft/MMSUA/v3.0"
"Accept"="application/vnd.wap.multipart.related"
"Accept-Language"="en"
Reply With Quote
  #7 (permalink)  
Old 09-25-2007, 09:06 PM
Junior Member
 
Join Date: Sep 2007
Location: Memphis, Tn
Posts: 13
Send a message via Yahoo to ppc6800uzr
Default

This is what the help files say, but i cant figure where it make the changes.,
Sub App_Start
reg.New1
reg.RootKey(reg.rtCurrentUser)
reg.SetDWordValue("Software\My Application","DWORD Value", 33)
End Sub
..tring to apply this to the server edit option
Reply With Quote
  #8 (permalink)  
Old 09-25-2007, 09:16 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

You should use something like:
Code:
Sub App_Start
      reg.New1
      reg.RootKey(reg.rtLocalMachine)
     key = 
"SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\mm1\WspHeader"
      reg.SetStringValue(key,
"X-Cricket-MDN""xxxxxxxxx")
      reg.SetStringValue(key,
"User-Agent","Arcsoft...")
...
End Sub
Reply With Quote
  #9 (permalink)  
Old 09-25-2007, 09:21 PM
Junior Member
 
Join Date: Sep 2007
Location: Memphis, Tn
Posts: 13
Send a message via Yahoo to ppc6800uzr
Default

Thx alot How should I declare the variables? And how to add to controls?
Reply With Quote
  #10 (permalink)  
Old 09-25-2007, 09:24 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

See 'Variables' and 'External Libraries' sections on the help manual: http://www.basic4ppc.com/help/index.html
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


All times are GMT. The time now is 02:46 AM.


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