FPSECE on i8000 - Windows Mobile Apps and Games

Hey guys not going to ask anything about 0.1 release or anything that trivial (hehe) but hoping someone has managed to get the program to run on the i8000.
I have managed to get it to run at 10fps and game interaction is nigh impossible. I have installed the bios scph1001.bin and am running the settings at
CPU - recompiler, cpu - arm v5, GFX - GDI
any ideas please?

Related

Interesting or stupid question ? : )

Hi peoples..Look...I tryed before Win 6.1 in Qtek s100...Worked fine...After 10 days,he is dead... : ) reason ? stupid touch sensor dont work...I buyed new HTC TyTN and I use official Win 6.0....Well,problem is bcs HTC TyTN have 400 Mhz and I think that is he 10-15% slower than Intel processor with 416...Well,best thing in Cotulla Windows 6.1 OS is CPU Clock Speed in control panel.Offcourse,I dont have it in my TyTN.Cpu clock speed really work and increase perfomances in Qtek,especially if you check Agressive mode..I tryed to transfer only CPL file (Control panel extension) from Cotulla Win 6.1 rom to `mine`...This file appear control panel.I check Agressive mode,but I am not sure,that this work.He cant save `my settings`...After reboot,I need again to check.I am not interest to try to change speed,bcs Samsung processors is not good (or cant) to be overclocked,but this Agressive mode in Cotulla win 6.1 ROM really increase performance.My question is: This is some Windows optimization or some thing for CPU ? Bcs,in Qtek no more lag for example in Start menu... I want same in TyTN...
Agressive mode 100% work IN TYTN if I dont close that window in control panel ! I tryed to scroll Start menu.Much faster ! but when I type ok he close window and dont save...How to make him to save?second stupid question is: Every Windows 6.1 have CPU clock speed in control panel? (I only need Agressive mode,bcs than I dont have lag and phone is really faster)...This os Win 6.0 (official HTC ) work very good (yes,and MMS...camera fantastic...),so I dont want to change rom...But if every Win 6.1 have this `system` in control panel,I will change rom...Tnx friend.

[REQUEST] BackTrack 5 ARM with monitor mode

As the Bootloader is cracked and a new kernel has been made.. and now we can use loop file support and tweak with wifi.. So can anyone make backtrack 5 chmod or whatever they can do! just please Make it work on our device and please don't forget to enable the monitor mode!!
chrooting you can check my thread linked in my sig that is supposedly working on all devices not just X10i also monitor mode is something which is far fetch as of now... coz as per my understanding of drivers and firmware limitation is at the firmware level.
the code inside chip doesn't know how to handle monitor mode.
Running it on the x10 is worthy. but whats the use to run it on a tiny 2.5 in screen? on the x10 it is nice.
If i have find the good documents, WiFi, Bluetooth and radio are embedded into one sing chip (aka WL1271a from Texas Instruments).
More information here : *ttp://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?contentId=29993&navigationId=12762&templateId=6123
Unfortunately it's appear than monitor mode is not working for the moment : *ttp://linuxwireless.org/en/users/Drivers
I just hope i am wrong... I really would like this feature working !
http://forum.xda-developers.com/showthread.php?t=1074169
Try for support here!

[Q][REQ]Windows Mobile on Archos G8 (specifically Archos 32)?

Can Windows Mobile be run on the Archos G8 tablets? Is there a ROM for this? If not is it possible for someone to make one?
It's impossible, I think. If somebody in Microsoft will try it, it may work. Or not $)
The OS in general would be no problem for a develoepr of the "old" days.
But the mean problem are the drivers and the init scrips for the devices.
This was 1 of the main problems for developers bringing android to WM devices - and it will be the same the other way round...
Even thought it might be possible doing it the Haret way like on WM - let the devices get initialised by Android and then boot into WM - but i dont think u will find a developer for it - and the process would take MUCH time anyway...
just get an old WiMo device (still got 3 of em at home )

Offline GPS navigation application

Dear developers,
I want to present you a simple offline GPS navigation application that I've been developing in my spare time and I would highly appreciate to hear your comments.
The project is hosted @ sourceforge.net/projects/navegis/ where you can download the cab file for the installation and also the application's source code from the /source folder.
The program is intended for WM 5.0, 6.0, 6.5, & WinCE touchscreen devices and requires the presence of the NetCF3.5.
The application have been tested in handheld WM Pocket PC, WinCE devices and in emulator images but not in any actual WM smartphone.
Although that the .Net CF development is fading, any comments or statement from you is highly expected.
Greetings.
Got error "TypeLoadException() at eGIS.Program.Main()"
@jwoegerbauer:
Thank you for your prompt reply.
My bad. I'm investigating the issue.
As I said, my bad. I was targeting the wrong assembly (CF 2.0).
I hope to have resolved the problem.
A new release (v.1.6.8.5) is available for downloading.
edc1248163264 said:
The program is intended for WM 5.0, 6.0, 6.5, & WinCE touchscreen devices and requires the presence of the NetCF3.5.
The application have been tested in handheld WM Pocket PC, WinCE devices and in emulator images but not in any actual WM smartphone.
Click to expand...
Click to collapse
WinCE devices mostly are Sat Nav units. They are running CE 5.0 and/or CE 6.0. CE 6.0 by default comes with .NET CF 2.0 - unless OEM has left it off. CE 5.0 units mostly have 64 MB RAM, whereas CE 6.0 units mostly have 128 MB RAM. In any case OS eats up ~20 MB of it. Additionally installing .NET CF 3.5 in order to to get your software introduced here up and running, decreases these units' RAM by further 1.3 MB (plus approx. 5 MB for the GAC-files, if there is not the chance to put them in resident storage). It is not impossible you get at those devices, if running a .NET CF app, a System.OutOfMemoryException error during graphic operations.
Question: Can you tell me how much memory your application consumes if running? I do not want to install the "windows ce test kit" to get it out by myself.
jwoegerbauer said:
Question: Can you tell me how much memory your application consumes if running?
Click to expand...
Click to collapse
By examining the MemStatus struct returning from the GlobalMemoryStatus() function in coredll, the mean memory consumption, in cases of lightweight maps (IMG files around 200 KB), is as follows:
Physical memory consumption: ~45 MB
Virtual memory consumption: ~15 MB.
A new release is available.
For those interested, version 1.7.0 is available for downloading at sourceforge.net/projects/navegis/.
edc1248163264 said:
For those interested, version 1.7.0 is available for downloading at sourceforge.net/projects/navegis/.
Click to expand...
Click to collapse
Gave it a try. Got error "Application eGISCE.exe encountered a serious error and must shut down." FYI: .NET CF 2.0 is pre-installed on my device.
jwoegerbauer said:
Gave it a try. Got error "Application eGISCE.exe encountered a serious error and must shut down." FYI: .NET CF 2.0 is pre-installed on my device.
Click to expand...
Click to collapse
So, no error message with description "This application requires a newer version of the .NET CF..."?
No exception message from the IL?
I assume that you've run the application on the WinCE 6.0 device of your signature, and I must admit that I'm stuck because I have no access to an actual device nor to an image for WinCE 6.0 devices.
Anyway, I want to thank you (again) for your reply and apologize for wasting your time.
I think that I've located the bug.
The problem arises from the absence of the "gpsapi.dll" library from the WinCE 6.0 core.
Tonight, I will upload a new release that hopefully will resolve the issue.
Version 1.7.0.5 is available for downloading at sourceforge.net/projects/navegis/.
Which map files does the app use?
Larry Brent said:
Which map files does the app use?
Click to expand...
Click to collapse
The app can retrieve data from custom and unlocked, non NT map files, or from unlocked and uncompressed NT map files, in the IMG file format.
Map files could be downloaded from OpenStreetMap services @ http://www.openstreetmap.org/ (you have to convert the .osm files to .img) or from the data provided @ http://garmin.openstreetmap.nl and @ http://www.raumbezug.eu/ag/internet/osmGarmin.htm.
Thx for the application, i tested it today.
All the buttons and the texts are too tiny to use on my Omnia2.
Sorry but the application is way too slow to navigate.
Larry
Larry Brent said:
Thx for the application, i tested it today.
All the buttons and the texts are too tiny to use on my Omnia2.
Sorry but the application is way too slow to navigate.
Larry
Click to expand...
Click to collapse
Slower than MobileXT?
What do you mean with MobileXT?
I downloaded a germany map (1,5GB!!) and was not able to select my home address, because it needs ages to find it in the tiny pick box.
Then i stopped testing... Don`t know if navigation is slow but the selection in this very tiny boxes is for me to slow.
Larry Brent said:
What do you mean with MobileXT?
I downloaded a germany map (1,5GB!!) and was not able to select my home address, because it needs ages to find it in the tiny pick box.
Then i stopped testing... Don`t know if navigation is slow but the selection in this very tiny boxes is for me to slow.
Click to expand...
Click to collapse
OK, got your point.
Thank you for your time.

Question LDplayer on PC

I have just started playing scrabble on Windows 11 with the emulator LDPlayer.
At the moment I have to go to the playstore to open the scrabble app. Surely there a way of having a shortcut on the LDPlayer homerscreen? Have searched hard but can't find anything - anyone?
Also is there an adblocker that will work with this?
Install WSA ( Windows Subsystem for Android ) and run the game within it.
The app is supposed to appear in the homescreen after you install it. Clear disk cache from LD Player Settings > Advanced (located at bottom). Install the APK version, the shortccut should appear hopefully. If nothing works, you can always create a new instance. MEmu (memuplay) emulator lets you create desktop shortcut for apps installed in it, might wanna give it a try.
Lookeed into this a couple of times but I can see nowhere in the Bios where virtualisation is mention.
TheMaverick1953 said:
Lookeed into this a couple of times but I can see nowhere in the Bios where virtualisation is mention.
Click to expand...
Click to collapse
What's your motherboard model? In Asus board it's called SVM (Secure Virtualization Mode), or VMX. User manual should point it's existence at the end.
Belarc says:
Board: HP 8437 1.3
Serial Number: PGUCR0HP1B90LD
Bus Clock: 100 megahertz
UEFI: AMI F.53 10/23/2020
Please search thoroughly, it must be there somewhere. This guide might help -
HP PCs - Enable Virtualization Technology in the BIOS | HP® Customer Support
Learn how to enable or disable hardware virtualization technology on your computer in the BIOS. Virtualization Technology might be required for some features of Windows or other apps to work.
support.hp.com
Still no sign of virtualisation
attachment to above
The article says to look into security tab, can you provide an image of that?

Categories

Resources