How make Website for Converting URL to Android Application? - Web App Development

I have Android Application Code for visit Website in Android Application using WebView. But i need to make a Website, to covert url to android application for All.
My idea: The URL Variable is mentioned in Java File. When the user enter their URL, we can store that value on that variable. But after I have to make those file into APK in Online. I have no idea how to do this. Please help me to do this!.

You can store your urls to txt file and use BinarySerializer for same it.

Probably Cordova will help you

Related

Declare Function Help

Hi
I'm simply trying to use a dll written in eVC, with a small app written in vVB.
The dll has mostly been wizard generated with an extra function call testing, which returns a 4 as an int.
I've compiled the dll as 'dll_test.dll' and after much messing about i've managed to register the pvbdecl.dll file which seems to be needed. Now i get the following error. 'dll_test.dll was loaded, but the DllRegistryServer entry point was not found'
I hope this is a small common problem? thanks for any help/hints in advance
just a follow up:
i cracked it. i was using the wrong naming convention in my dll. meaning that vb couldn't find the functions in the dll. (also removed some of the c++ stuff from the dll)
now i can use my dll with vb or c (using loadlibrary etc...). next step is to use it in c with just including the h file and linking to the lib file
if anyone is interested then let me know and i'll explain more.

XML help

I'm new to vb.net and writing my first app for windows mobile 6.
I need help with an XML reader/writer. Is there anyone willing to help me with this.
I have an AT&T Fuze and want to use the AT&T tab in manilla as a game tab
I can edit the file nessary(att_tabitems.xml) on my desktop with notepad and all works fine. But if I edit it on the phone with the program I made after saving the file It is half the size an the At&t tab in manila can't read the file; however, opening each file the origional and the one my app created on the phone they seem to have the same information in them. word for word.
I use the readfiles/writefiles options in vb to read and write the file. I think I need to use a method of writing XML I did try and use the System.XML xmlDocument to try and read in the xml file but was unable to get it to work.
I was hoping someone here had an example of an app they had writen that reads/writes XML on the smartphone.
Hmm...You are editing it with an app you made? Any chance you can PM me the source and maybe I can figure it out from there. My best bet would be that you are forgetting to Close() the file, creating an access issue...
I'd be able to give you a better answer if you send me the code

wf Phone Tools 0.2 alpha

Hi!!!
I started a small project to install xap and other stuff.. you can find it here!
If anyone wants to try it...
SMS works only with devices supported from SMSBackup (thanks to shinichi_wtn)!
http://wpmanagertool.codeplex.com/
It allows to (in this version)
- Install new application on device
- Update existing application on device
- Show the list of installed applications (only developer installed)
- Launch, Kill and uninstall applications
- Explore isolated storage of applications
- Download files and folders from isolated storage
- Download SMS from device (in combination with smsBackup XAP)
from v.0.2
- Load pdf on adobe reader (need to uninstall the builtin version and reinstall from xap)
- Load office documents on device
- added debug functions
- corrected various bug (install from wrong xap, sms duplicates, ....)
- added resources from AppResLib
- added "copy" and "export" for sms
... and more to come...
In next versions:
- load provisioning xml
- folders?
I may recommend you to use http://resourcelib.codeplex.com/, to extract localized strings and display correct app name instead of @AppResLib.dll,-100
getting error
i found only this
http://msdn.microsoft.com/en-us/vstudio/bb735936.aspx
is this ok???? someone say v3 is v10...
edit: is not... not working.... where to download v10???
I keep getting an error when trying to launch the app. It says that a required assembly "Microsoft.VisualBasic.PowerPacks.vs Version 10.0.0.0 be installed in the Global Assembly Cache first." When I Binged looking for an answer to this, I found this on the Microsoft MSDN Forums:
I was able to fix this by de-selecting these items in the properties window of my project file.
In the Publish Tab, under Install Mode & Settings, Click the "Prerequisites" button, then only select the Items you need to install.
Click to expand...
Click to collapse
I downloaded the Microsoft Visual Basic Power Pack 3.0 installer, and that didn't help fix the issue.
---------- Post added at 09:48 AM ---------- Previous post was at 09:46 AM ----------
@dxdy: I think andreacorti has to fix the Click-to-Install installer, as it's including some prereq's that clients do not have or need, as just having the correct .NET Client Framework is all that should be needed to run the application.
chrislynch said:
I keep getting an error when trying to launch the app. It says that a required assembly "Microsoft.VisualBasic.PowerPacks.vs Version 10.0.0.0 be installed in the Global Assembly Cache first." When I Binged looking for an answer to this, I found this on the Microsoft MSDN Forums:
I downloaded the Microsoft Visual Basic Power Pack 3.0 installer, and that didn't help fix the issue.
---------- Post added at 09:48 AM ---------- Previous post was at 09:46 AM ----------
@dxdy: I think andreacorti has to fix the Click-to-Install installer, as it's including some prereq's that clients do not have or need, as just having the correct .NET Client Framework is all that should be needed to run the application.
Click to expand...
Click to collapse
Hi.. the correct framework version is selected (4.0) .
the power pack dll is actually needed, i use a control from that dll..
I included also the power pack in the package and in the requisites.. could you please check if it's working? thanks!!
(the dll with guid {250BEABB-55E8-43bb-AC97-2D95674ECE14} - C:\Program Files\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\Bin\ConMan2.dll - is needed and I cannot include in the package.. I think zune or the sdk install it )
Awsome, Looks great, can't wait to get home from work to try this...
Exactly what I have been looking for. Too many different apps to install XAP files and others to do other things.
andreacorti said:
Hi.. the correct framework version is selected (4.0) .
the power pack dll is actually needed, i use a control from that dll..
I included also the power pack in the package and in the requisites.. could you please check if it's working? thanks!!
(the dll with guid {250BEABB-55E8-43bb-AC97-2D95674ECE14} - C:\Program Files\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\Bin\ConMan2.dll - is needed and I cannot include in the package.. I think zune or the sdk install it )
Click to expand...
Click to collapse
I do have .NET 4.0 installed on my system (run plenty of other .NET 4.0 software.) I just looked on my system, and I don't have a BIN folder under C:\Program Files(x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\10.0\. BTW, I do have Zune installed, as well as the Windows Phone 7.1 SDK. I don't know why this file doesn't exist on my system.
Ok, so I tried your updated Click-to-Install and it's now working. Well, the application launches. Do our devices need to be Interop-Unlocked for this to work? My Focus S is just developer unlocked.
thanks for the tip, will add it to the site
Edit: A small XAP 205KB, has been hanging for more than 5 min claiming installing. Tried it with another app, it was done in 5 seconds...
Got it running, it cuts off the bottom of the buttons more than 1/2 way, extending the window does not fix.
Attached image if you want to see what I mean...
I know it's a small bug....but, it's a bug.
Anyplan you might make a regular .exe app? This .application is not working for me. I have .net fw 4 but I can't get this to deploy. Just an unknown file extension.
Thanks for helping me get 'Samsung extra settings' app off my phone. The auto brightness setting would not disable on my Focus. It, Ministry of sound and App Highlights were the three apps it detected that were installed before using your tool.
Again, big thank you!!!
DavidinCT said:
Edit: A small XAP 205KB, has been hanging for more than 5 min claiming installing. Tried it with another app, it was done in 5 seconds...
Got it running, it cuts off the bottom of the buttons more than 1/2 way, extending the window does not fix.
Attached image if you want to see what I mean...
I know it's a small bug....but, it's a bug.
Click to expand...
Click to collapse
already solved, both of them.. today new version
stan2 said:
Anyplan you might make a regular .exe app? This .application is not working for me. I have .net fw 4 but I can't get this to deploy. Just an unknown file extension.
Click to expand...
Click to collapse
yes, no problem... I will publish it later..
it won't update automatically..
Any plans to impliment export SMS on Desktop using this tool. Also is the PDf and Doc Uploader is same as Book Uploader tool which came out recently ?
wpxbox said:
Any plans to impliment export SMS on Desktop using this tool. Also is the PDf and Doc Uploader is same as Book Uploader tool which came out recently ?
Click to expand...
Click to collapse
yes, i'm doing it now.. "copy" button and "save sms file as..."
...
yes, the uploader works the same way..
Thanks a lot for your app
Downloading issue
I have the following issue and it isn't possible to download it
LATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.30319.239
System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
clr.dll : 4.0.30319.239 (RTMGDR.030319-2300)
dfdll.dll : 4.0.30319.1 (RTMRel.030319-0100)
dfshim.dll : 4.0.31106.0 (Main.031106-0000)
SOURCES
Deployment url : https://wpmanagertool.codeplex.com/releases/clickOnce/wf Phone Tools.application
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET
X-AspNet-Version: 4.0.30319
Deployment Provider url : http://wpmanagertool.codeplex.com/releases/clickonce/wf Phone Tools.application
Server : Microsoft-IIS/7.5
X-Powered-By : ASP.NET
X-AspNet-Version: 4.0.30319
ERROR SUMMARY
Below is a summary of the errors, details of these errors are listed later in the log.
* Activation of https://wpmanagertool.codeplex.com/releases/clickOnce/wf Phone Tools.application resulted in exception. Following failure messages were detected:
+ Your Web browser settings do not allow you to run unsigned applications.
COMPONENT STORE TRANSACTION FAILURE SUMMARY
No transaction error was detected.
WARNINGS
There were no warnings during this operation.
OPERATION PROGRESS STATUS
* [20/1/2012 15:45:59] : Activation of https://wpmanagertool.codeplex.com/releases/clickOnce/wf Phone Tools.application has started.
ERROR DETAILS
Following errors were detected during this operation.
* [20/1/2012 15:46:08] System.Deployment.Application.InvalidDeploymentException (Manifest)
- Your Web browser settings do not allow you to run unsigned applications.
- Source: System.Deployment
- Stack trace:
at System.Deployment.Application.ApplicationActivator.BrowserSettings.Validate(String manifestPath)
at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
COMPONENT STORE TRANSACTION DETAILS
No transaction information is available.
PLEASE upload the file somewhere else?
totalcmdext said:
I have the following issue and it isn't possible to download it
.....
PLEASE upload the file somewhere else?
Click to expand...
Click to collapse
I uploaded also the non click once version,
you can also try to set this parameter (during installation) http://www.netlinq.dk/Teknik/tabid/...cation-signed-with-a-chained-certificate.aspx
Awesome. We did a review of this tool at WPXBOX.
One problem is with the Isolated Storage which always remain blank but if I open it from Advance Tab it displays the PDF file uploaded.
Secondly icons for Homebrew tools aren't displayed properly.
andreacorti said:
yes, i'm doing it now.. "copy" button and "save sms file as..."
...
yes, the uploader works the same way..
Click to expand...
Click to collapse

[APP] csc, a very simple wrapper of csc.exe

with this tool, you can simply build an .net executable from a configuration file, it's just a very simple wrapper of CSharpCodeProvider, which calls csc. then you can write some code in surface directly.
I have also tried vbc, which provides similar functionality as csc, but it's strange, there is only a csc.exe under rt .net framework, but no vbc.exe. though I trust the porting work should be similar. anyway, we cannot compile vb.net code on rt yet.
the source code of it is in codeplex, http_://geminibranch.codeplex.com, I have not posted enough in this forum, so cannot provide the link as a link, just copy the url please.
-- sorry, missed sample.cs in the package, updated the attachment --

I can't get on with porting postmarketos on the Samsung A50?

I would like to port PostmarketOS to my Samsung A50 ( SmA505F/DS ) but I can't get into the APKsBuild file it keeps giving me an error. I know that I have to change the ffffffffffffff.... line and that the repository might be wrong. But I don't know how to fill in the fffffff.... and what exactly I have to enter in Repository.
The porting instructions from PostmarketOS itself don't help me either.
Could someone help me?
APKSBuild file in: workdir/cache_git/pmaports/device/testing/device-wiki-example/APKBUILD
Untitled - Pastebin
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
pastebin.pl
APKSBuild file in: workdir/cache_git/pmaports/device/testing/linux-wiki-example/APKBUILD
Untitled - Pastebin
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
pastebin.pl
Error message (made with pmbootstrap log) :
Untitled - Pastebin
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
pastebin.pl

Categories

Resources