Thanks for the quick response.Ae you saying once I modify mscr file , I should able to install the app no problem and install should complete? I will try tonight and let you know the outcome, thanks again.
If your unit's screen resolution is 800x480, then this error should NOT have occurred. Can't imagine the reason why, because screen's width and height are asked from OS. Sorry for this.
To the OP, including resolution and some system specs will probably help in the future - not a moan, just some friendly advice on how to get tech support quicker
Current Devices
Kindle Fire 2 (stock&rooted for now)
Samsung Galaxy Ace 2 (rooted with a lightweight ROM)
NoName Chinese WinCE6 GPS (ceFFM replacement interface)
HTC Touch Pro 2 (UK unbranded. Energy ROM 6.5.3 . Dodgy digitizer & keys)
HTC TyTN II / Kaiser (UK unbranded. WM 6.5 custom ROM. Screen & some keys knackered)
thanks for sharing, before i install MioPocket 4.68 on my car 7 inch chines all-in-one touch screen (windows CE 6.0 base, RAM:92MB - FLASH:64MB), it brick my screen, and i got to go to the shop i reflush the FW
i will try to install ceFFM tomorrow on the external GPS SD card, as the internal flash not big.
BTW, do you know a way to fully backup the OFW
also how to use of ceFFM-Extensions-v3.ZIP
also can i run internet on ceFFM with bluetooth tethering from my android?
i install it today, first i got error with mortscript in the installation it cause the screen to hang, then i force restart the screen and reinstall ceffm again, and it start fine.
but some applications refuse to start like ceffmsetup.mscr.
also the touch screen is not calibrated, i set "ForceTouchCalibrating=1" but nothing change, i cant close any open windows that have the close [X] in the right corner
Could notice your CE implementation is a full fledged version (AYGSHELL, TOOLHELP, WCELOAD, etc are present). At the first glance it looks your installation of ceFFM was successful.
Quote:
but some applications refuse to start like ceffmsetup.mscr.
You must NOT attempt to run script 'ceffmsetup.mscr' manually, this is done from within ceFFM.
Quote:
also the touch screen is not calibrated, i set "ForceTouchCalibrating=1" but nothing change
During installation your device's touchscreen's calibration data obviously couldn't be determined
caldata=""&RegRead("HKLM","HARDWARE\DEVICEMAP\TOUC H","CalibrationData")
If(caldata NE "")
IniWrite(inifile,secttouch,"CalibrationData",calda ta,"utf8")
EndIf
thus user setting ForceTouchCalibarating, i.e. related piece of code as follows
setting=0+IniRead(inifile2,sectusr,"ForceTouchCali brating","utf8")
If(setting<1)
setting=0
EndIf
If(setting)
caldata=""&IniRead(inifile2,secttouch,"Calibration Data","utf8")
If(caldata NE "")
regpth="HARDWARE\DEVICEMAP\TOUCH"
regkey="CalibrationData"
regvalue=""&RegRead("HKLM",regpth,regkey)
If(caldata NE regvalue)
RegWriteString("HKLM",regpth,regkey,caldata)
never was and/or will be processed.
Quote:
i cant close any open windows that have the close [X] in the right corner
This has nothing to do with ceFFM itself. Probably this depends on given wrong calibrated touchscreen, i.e. the [X] is outside the screen coordinates that currently define touchscreen's screen coordinates. Not without reason I advised in post #1 to 'calibrate the touchscreen before installing ceFFM '.
Ever since the introduction of multi-window with things like Cornerstone and … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?