Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
james1050
Old
#141  
Junior Member
Thanks Meter 0
Posts: 6
Join Date: Aug 2008
Default Wince 6.0 double din installation failure

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.

James
 
nalanickal
Old
#142  
Member
Thanks Meter 3
Posts: 50
Join Date: Oct 2008
Location: mumbai
Dear Sir,

I tried for run CeFMM on my Toshiba TG01 and getting error UNSUPPORTED SCREEN RESOLUTION error

Kindly help me
 
jwoegerbauer
Old
#143  
jwoegerbauer's Avatar
Senior Member - OP
Thanks Meter 134
Posts: 442
Join Date: Jul 2009
Location: Bavaria (Germany)
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.

Sent from my Melon ML-V7M with TapaTalk 2
My devices:
Apical AT10X0BD | CE 6.0 Professional | 7'' 800x480 | 128 MB RAM | SiRF Atlas V 600 MHz | 4 GB internal | 2 GB external
Melon ML-V7M | Android 4.0.4 | 7'' 1024x600 | 512 MB RAM | Mediatek MT6575 1 GHz Cortex A9 | 16 GB internal | 16 GB external
SciPhone i68 3G | 3.2'' 240x320 | Dual SIM | GSM Quadband | 2 GB external
 
SilentlyScreaming
Old
#144  
SilentlyScreaming's Avatar
Senior Member
Thanks Meter 12
Posts: 149
Join Date: Feb 2008
Location: Astana
Seems to be a WinMo device though?? Also portrait, not landscape - 480x800

See http://www.gsmarena.com/toshiba_tg01-2662.php

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)

Previous Devices
HTC Hurricane,HTC Typhoon,iPAQ 2210,Sony Ericsson K700,SE T610,SE T68,Sony T65,Sony CD5e,other bricks
 
Dr_Death
Old
(Last edited by Dr_Death; 13th September 2012 at 12:45 AM.)
#145  
Dr_Death's Avatar
Member
Thanks Meter 3
Posts: 91
Join Date: Aug 2010
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?

thankx
 
Dr_Death
Old
#146  
Dr_Death's Avatar
Member
Thanks Meter 3
Posts: 91
Join Date: Aug 2010
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
 
jwoegerbauer
Old
#147  
jwoegerbauer's Avatar
Senior Member - OP
Thanks Meter 134
Posts: 442
Join Date: Jul 2009
Location: Bavaria (Germany)
To get an idea why things not work as expected, please post here - as atachment - content of file 'Compressed_ceFFM.ini. TIA

Sent using TapaTalk2
My devices:
Apical AT10X0BD | CE 6.0 Professional | 7'' 800x480 | 128 MB RAM | SiRF Atlas V 600 MHz | 4 GB internal | 2 GB external
Melon ML-V7M | Android 4.0.4 | 7'' 1024x600 | 512 MB RAM | Mediatek MT6575 1 GHz Cortex A9 | 16 GB internal | 16 GB external
SciPhone i68 3G | 3.2'' 240x320 | Dual SIM | GSM Quadband | 2 GB external
 
Dr_Death
Old
#148  
Dr_Death's Avatar
Member
Thanks Meter 3
Posts: 91
Join Date: Aug 2010
Quote:
Originally Posted by jwoegerbauer View Post
To get an idea why things not work as expected, please post here - as atachment - content of file 'Compressed_ceFFM.ini. TIA

Sent using TapaTalk2
hi thanks for your reply, this is my compressed_ceFFM.ini file: http://pastebin.com/YsWvi0rD
 
jwoegerbauer
Old
(Last edited by jwoegerbauer; 25th September 2012 at 02:35 PM.) Reason: typo corrected
#149  
jwoegerbauer's Avatar
Senior Member - OP
Thanks Meter 134
Posts: 442
Join Date: Jul 2009
Location: Bavaria (Germany)
Default RE

@Dr_Death,

Sorry for being delayed.

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 '.
My devices:
Apical AT10X0BD | CE 6.0 Professional | 7'' 800x480 | 128 MB RAM | SiRF Atlas V 600 MHz | 4 GB internal | 2 GB external
Melon ML-V7M | Android 4.0.4 | 7'' 1024x600 | 512 MB RAM | Mediatek MT6575 1 GHz Cortex A9 | 16 GB internal | 16 GB external
SciPhone i68 3G | 3.2'' 240x320 | Dual SIM | GSM Quadband | 2 GB external
The Following User Says Thank You to jwoegerbauer For This Useful Post: [ Click to Expand ]
 
Dr_Death
Old
#150  
Dr_Death's Avatar
Member
Thanks Meter 3
Posts: 91
Join Date: Aug 2010
thank you for your reply,

Quote:
You must NOT attempt to run script 'ceffmsetup.mscr' manually, this is done from within ceFFM.
i didnt run ceffmsetup manually, i just press the setup icon and i got error message in chines and the file name "ceffmsetup.mscr" appear on it.

Quote:
thus user setting ForceTouchCalibarating, i.e. related piece of code as follows
hmm so is there any work around to make the calibarating work ?

thanks

 
Post Reply+
Tags
ceffm, wince
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...