WeTravel - How to make it run under WM - XPERIA X1 Themes and Apps

Hi everybody!
I'm trying to make WeTravel (open Source offline Navi: http://we-travel.co.cc/) run with my xperia. Unfortunatelly there is a problem with JAVA, directory access etc.
Anybody there who knows a workaround?
Ric

rictomo said:
Hi everybody!
I'm trying to make WeTravel (open Source offline Navi: http://we-travel.co.cc/) run with my xperia. Unfortunatelly there is a problem with JAVA, directory access etc.
Anybody there who knows a workaround?
Ric
Click to expand...
Click to collapse
Can you change the security settings on the Java app (i.e. bofore you click the app to open it, highlight it hten click |MENU|ACTIONS|SECURITY|)?

Which Java KVM do you use ?
You need to have a recent KVM, allowing access to the file system. Best results are with Esmertec's JBed engines. Mind that not all versions have the file system access though.
The we-travel website has a list of JBed versions that are capable of running we-travel.

Related

[Q] Any way to _read_ the file system of WP7?!

Hey Guys,
i'm looking for a method to read (and maybe transfer it to my PC) the files of the WP7 file-system for an analysis (not only the isolated storage files - i need more )
( I don't want to run unmanaged code, i only want to view the files of the system)
Reason:
i'm writing my bachelor thesis about the possibility's of a forensic analysis (on WP7).
It would be very (very!!) helpful for me if there is a code example how to do this (if possible)
Edit: i'm working on a samsung omnia 7
Thanks!
endeffekt
(sorry for my english )
you can read the isolated storage files in your PC now?
Search the forum. There are a couple threads here discussing that topic. Normally I would link to it but today I'm not in the mood to do someone's homework for them. (Dang, I'm in a rotton mood today).
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
jmorrill said:
You can use what I have of my filesystem lib here: http://forum.xda-developers.com/showthread.php?t=861501&page=3
Click to expand...
Click to collapse
can you or someone els make .xap of it ?
ceesheim said:
can you or someone els make .xap of it ?
Click to expand...
Click to collapse
There's not a whole lot you can do with that out of the box - It's mainly just a proof-of-concept, showing how you can use a COM Library to read the files. I'm working on a file browser that will attempt to load the files in a basic text reader, but there's little use for providing the sample as a XAP, it just attempts to read BasePolicy.xml.
thanks , then I will wait till you build a nice file explorer , so we can look what files are in the win dir .
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
hounsell said:
FileBrowser
Source
Still very basic, not the most stable either, but at least you can browse the Windows folder, and read text files.
I'll probably put more effort in once I've got further with my SevenIRC App.
Click to expand...
Click to collapse
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
ceesheim said:
wow , thanks (sorry thanks are gone for today ) .
ps what is SevenIRC App ?
Click to expand...
Click to collapse
Homebrew IRC App based on jmorrill's Networking Library.
hounsell said:
Homebrew IRC App based on jmorrill's Networking Library.
Click to expand...
Click to collapse
Do you think it's possible to create a simple webserver or ftp server with this library?
ajhvdb said:
Do you think it's possible to create a simple webserver or ftp server with this library?
Click to expand...
Click to collapse
I didn't write any code to listen on a socket in that library. It shouldn't be too hard for you to write that in there and give it a try.
thank you very very much!
it will be very useful for me!
:-*

[Q] Microsoft.Phone.Data.Internal ?

Hi
Trying to perform unittesting (NUnit) on a new WP7 application (Mango bits); I'm running into this obstacle. When running the unittest - it keeps failing saying it can't find the assembly: Could not load file or assembly 'Microsoft.Phone.Data.Internal, Version=7.0.0.0, Culture=neutral, PublicKeyToken=24eec0d8c86cda1e' or one of its dependencies. The system cannot find the file specified..
I'm positive it is related to SQL CE, but for the life of me - where is this assembly???
Thanks in advance!
Is it in your reference list? If so click on it and see where it is.
Otherwise, it might be a namespace marked Internal, or just something we can't access.
If it helps, all the libs are in C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone

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

Play with me...

As now Certchain... signing is very easy with XadaXppsXignature.exe... for BOTH:
bada 1.x
AND
bada 2.x
It is possible to modify Binary *.exe from Apps.
Few ideas:
- Translation of some Apps...
- minor changes... maybe bug fixing...
First stupid test was to increase *.exe to learn more about memory handling... RAM...
But failed... as added 2 MB at end of ELF
Success with stupid text change...
Many more ideas... but for now limited by time... and skills...
Anyway. Limitation by RSA 1024 is gone... blown away.
Best Regards
Maybe I give an example...
kona.exe = Samsung Apps
Maybe now we could do some funny things with this app... for instance:
Remove dxmn forced Updates...
Samsung Apps is working very fine in older Firmware, with older Samsung Apps App...
I think kona.exe is very powerfull...
All I can say is Andromeda...
As we know, we can install more then 1 kona.exe ...
Best Regards
Sorry I cannot understand the relation of signing apps using this method and modifying exe files
would you mind explaining?
Sorry I cannot understand the relation of signing apps using this method and modifying exe files
would you mind explaining?
Click to expand...
Click to collapse
Are you able to modify Apps?
Especially *.exe ?
Now you can modify *.exe and ceate new HASH... you can sign this new *.exe file...
Also in bada 2...
Best Regards
NICE!!
I can't wait to see some good tweaks
Code:
[KONA][UTIL]Kona Version = 1.x.x
How to prevent annoying useless updates of Samsung Apps?
Any idea where Version is stored from kona.exe ?
Best Regards
probabely exe files are using a special compression
we should crack it !! ?
Any idea where Version is stored from kona.exe ?
Click to expand...
Click to collapse
Yes.
Harcoded and secured with RSA99999999... impossible to change.
Andromeda proofed.
You need text Editor... and...
Best Regards
As opera mini servers are blocked in our country , i want to replace the opera mini (bada version) servers with my custom servers
i found the strings in exe file like "http://mini5.opera-mini.net:80"
when i replace it with my own server "http://sanjesh.org.uk.to/cgi-bin/nph-proxy.pl/0A/http/mini5resource.opera-mini.net:80" and i signed the app with XadaXppsXignature.exe then i get error 0112 while installation with this method
what can i do?
or maybe i can change the exe while the app is installed via kies?
0112
Installation failed: Application manifest missing or invalid.
The application manifest file specifying the application metadata is invalid or missing.
Click to expand...
Click to collapse
Remember DCF files are encrypted... check Info folder...
Best Regards
Yeah your right, i forgot that
so any ideas how to edit opera mini?
cuz when i install it on my device it makes DCF files
how to prevent that or how to get rare files ?
r_22009 said:
Yeah your right, i forgot that
so any ideas how to edit opera mini?
cuz when i install it on my device it makes DCF files
how to prevent that or how to get rare files ?
Click to expand...
Click to collapse
Did You Read it Opera Mini Already Released For Upper Waves
http://forum.xda-developers.com/showpost.php?p=25604062&postcount=13
Yeah I did but i think you havent read my posts
the opera mini default servers are blocked in my country
so i want to replace the servers with my own servers
so i want to modify exe file
got it? any ideas?
r_22009 said:
Yeah I did but i think you havent read my posts
the opera mini default servers are blocked in my country
so i want to replace the servers with my own servers
so i want to modify exe file
got it? any ideas?
Click to expand...
Click to collapse
Sorry My fault.I didn't read All posts
hello r 220009
maybe other solution : opera mini exist also in java (6.5.26955 advanced jar and jad)
if you know how to modify and compress jar , you can try
good luck
I'm currently using java version with my own server
now i want to have native one
adfree i know I'm a dumb but this is important for me?
you have no ideas about this?
Please post Agent String..
So I could search... if time...
If wrong, what should I help you?
I am lazy now, not read all posts again...
Best Regards
a short summery for u:
i want to change the opera mini server as its blocked in my country
this is the original server "http://mini5.opera-mini.net:80" in exe file
this is the custom server which should be replaced "http://sanjesh.org.uk.to/cgi-bin/nph-proxy.pl/0A/http/mini5resource.opera-mini.net:80"
so how can i change this?
how can i get unsp*ofed files of opera mini (without DCF) for installing via this new method? or can i change the application while its installed via kies?
any ideas ?
On russian site has tutorial for breaking DCF while installing

web Kitchen

Guys I'm looking for some help. I want to make an online kitchen (so.ething similar to the old theme kitchen) but for within Kodi. I want to be able to go through a selection process, and then what ever is selected I want a build to be creates from it.
Can anyone help with this?
[A] I need a help to
do you know how to make an php, html database in android studio ?
chester olvido said:
do you know how to make an php, html database in android studio ?
Click to expand...
Click to collapse
maybe to connect them...

Categories

Resources