Real Analog RGB output on PDA and fully configurable resolutions (pictures inside) - Windows Mobile Development and Hacking General

Hello,
These days I have managed to add real analog video output to my Asus P750. My goal is to connect the pda to my car's navi screen. It has 400x234 res. (NTSC timings).
HARDWARE PART:
I desolder the small LCD FFC connector located on the pda board, and solder ultra fine cable leads to the small pads:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then, I solder this leads to a PCB I have designed months ago with ADV7125 DAC, to make some test before design the final PCB:
This is my car navi screen, it receives analog RGB input:
SOFTWARE PART:
I have built some Windows CE images for PXA270 development platforms, and I have one LCD DLL driver, from Toradex, that is able to make configurable all timings parameters through registry:
http://wiki.toradex.com/index.php/Display_driver_registry_settings
The user of this forum, pupakota (thanks again), helped me. He took the file, and insert it into the Windos mobile 6.1 ROM using something called "kitchen".
Then, I flashed my Asus with the modified rom, leave it to start, and connect to my pc using activesync. With RegEditor, I added the correct config into registry, and new DLL took this config after reset, result? Windows mobile 6.1 400x234 15.7khz 60hz:
(Colors are bad, clock valid edge stuff ... nothing important yet)
BUT, after 10 seconds of the start, it suddenly changes resoluntions and timings to 20.4khz hsync 79Hz vsync:
Please, need software help, what is happening here?? why the SO is "swaping" to another timings 10 seconds after the boot?
Thanks!!!

allright, pm sent, testrom soon. imho, cpu driver's getting into way(it may change lcd timings;/).
check cpu settings on all possible modes(avoid auto).
shame i cannot be there, i think i could help much faster then..

Related

PluginAdapter

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
"
Idea
j11, the owner of riot.ru, got BLifePlugin on his smartphone and asked me for a PocketPC version of this plugin for his HTC TyTN.
I was too lazy to support a PocketPC configuration of the plugin. Well, my next idea was better and much more useful (I hope).
Description
PluginAdapter is a PocketPC Today plugin and can “host” virtually any MS Smartphone homescreen plugin that doesn’t use smartphone-specific features of windows mobile.
PluginAdapter has only one variable to set: homescreen XML file path. You can change it with your favourite registry editor at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Today\Items\PluginAdapter\HomeXMLFilename (REG_SZ)
If this value is absent, the file
\My Documents\PluginAdapter.home.xml
will be used.
This XML file is an ordinary smartphone homescreen xml with one restriction: you can have only one <plugin> defined (current version doesn’t support more). You should leave default, scheme, etc. intact because color scheme, fonts, padding and many more are defined there.
Interface
PluginAdapter doesn’t have its own interface except that one little information box displayed when first Action event occurs (see below).
Compatibility
Plugin will work on touchscreen devices running Windows Mobile 2002 or later (PocketPC or Phone Edition).
All tests were passed with PocketPC emulator (Windows Mobile 2003) because I do not have PocketPC. Some guys reported that PluginAdapter works well on Q-Tek S100 (Windows Mobile 2003 SE), HTC TyTN (WM5), Acer n311 (WM5). I used my BLifePlugin as a guest smartphone plugin for all tests (installation package contains both the PluginAdapter and BLifePlugin, version 0.3).
ATTENTION!!!
This project is currently in Beta stage, please report bugs and suggestions at this topic at modaco.com.
At the download page you may find a debug-logging-enabled version of adapter which can help me to solve problems. Log is saved to \My Documents\PluginAdapter_xx.log. I would be appreciated if your bug reports will be accompanied with log file! Thank you!"

[APP] qSudoku - Beta Testers Needed!!!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi, I'm a student in Queensland University of Technology at Australia. I'm developing a Sudoku game for Windows Mobile 6 Professional with WVGA resolution, I have a SE Xperia X1 but I need your help!!!
This is my second attempt in developing Windows Mobile application, last time it was a big failure, but this time I've put a lot of effort in this application in order to make it very graphical appealing, use-able, and powerful, y'know this is very hard in WinMo platform, either it will crash or it will take too much memory/processes to run it.
I've used smallest amount of custom build controls to make this happen in qSudoku, I want to make it user friendly, finger friendly, apply the concept of "a screen full of content", and graphically appealing. So far I've only tested it myself and I want to know what do you guys think
Please go to Faculty Of Geek for more information about this application (or me )
Email ([email protected]) to me if you want to provide feedback or just anything
(Download links at the bottom)
Current features:
Four levels to choose from (easy, medium, hard, insane!).
Load and save.
Multiple numbers in one square.
Clear all numbers in one square at once.
Check numbers in all square. (that's where the red 'x' appears )
Hint
Show solution
Check answer (the 'All Done!' button)
It's full screen
In this version.....
Only 6 puzzles available.
No settings available.
New Game and Load Game buttons will take few seconds to respond (which is obviously not good).
Will expire on 15 May, 2009
Has no icon and sounds :-(
In future versions.....
Will improve memory management
Will provide option to turn off full screen
Will make the application more responsive
Will support more screen resolution
Will support non-touch screen device
Will make the hint not so 'obvious' (you'll know why once you play it
Downloads:
WCGA device with .NET Compact Framework 2.0
WVGA device with .NET Compact Framework 3.5
Here's some screenshot:

[Q] Is it possible Install Android 2.2 to VYE S37 umpc.

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is the specs:
Processor: Intel A110-800MHz
Memory: DDR2 1024MB-2048MB
Intel GMA 950
Mainboard : IVENTEC S37 / Intel 945GMS/GU chipset
Realtek RT73 USB Wifi ( Integrated )
Audio : Intel 82801GB ICH7
Display: 7" WSVGA(1024x600) TFT + TSP Touch
HDD: 120 GB
O/S: Windows Vista Home Premium
Weight: 1120g or 2.47 lbs (6 cell Batt)
USA Keyboard
Extended 6 Cell Battery Pack 5200mAh
Worldwide power pack and cable
Warranty: 1 Year Return to Base
English Manual
English recovery DVD disk
Slip cover case
I'm not hoping too much but there is allways a light right :]
well it's highly, highly unlikely but technically possible
android is, generally speaking, based on the arm architecture which is fundamentally different from intel(x86) processors
However, there have been some implementations of android for x86(eg. google tv)
check out http://groups.google.com/group/android-x86/browse_thread/thread/885ab5b2218911a4?pli=1
maybe there will be something useful there but don't expect too much
Thanks for reply and comments,
I mostly worrying about drivers.
Installation is not much problem but as you understand.
Drivers are problem,
This UMPC likes HTC shift's may be there is a way to do.
anyway,
Thanks.
Hi,
Take a look at android-x86.org
sejukhijau.com said:
Hi,
Take a look at android-x86.org
Click to expand...
Click to collapse
Thanks,
I've downloaded and installed latest generic iso but i've faced a few problems.
1- Touch screen doesn't work
2- 3D almost nothing
3- Wifi won't work, gives error. ( RT73 USB intern )
4- Doesn't awake from sleep mode.

[Q] Before I pulverize my Jade...

Hello friends,
I've been using this phone for two years now and it was not bad until recently when touch screen started to misfunction, especially in lower third of the screen, making it impossible to type meny buttons and use keyboard correctly. Since then, I have properly flashed several ROMs, even cooked ones from this forum (btw, I find them very neat) but the problem persist in wide range:
- with some ROMs it get stucked on Screen alignment;
- even if "Remote Screen Alignment" tool was used, it didnt' help with most ROMs;
- Some ROMs like
_HTC Touch 3G_RUU_Jade_Orange_FR-B2B_1.71.73.11_Radio_Sign_12.36.30.29.UMA_0.29.30.U23_Ship
and
sj1.2.2-wwe_ultralite&clean (thanks to developers and uploaders)
pass well the screen alignment, but after short walk through Menu it starts again to be unprecise and makes use of keyboard and other impossible!!!
So, just before I grab my hammer and pulverize this dear and beloved Windows phone, is there ANYONE who can give me an advice here?
Thanks to all of you and keep developing, because you're doing a great deed for the people worldwide.
Cheers from France
Mais oui, mon ami. The problem lies with the digitizer, meaning the device which converts your screen touches to digital information. It's the phone's plastic screen cover, to be more precise. Either take your phone to a GSM service to have yours replaced, or buy a new one from e-bay and change it yourself, if you're a DIY kind of guy.
This is how the digitizer looks:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Multumesc prietenului meu!
I thought it could be a hardware failure, because we just can't blame it on software every time.
Funny, but I think I didn't wear-out this digitizer that much in the past, but maybe their lifetime is not as long as three years?
I remember this Jade fell of the table once, so maybe it could be some bad connection?
I also took your advice and googled a bit for shopping results and it seems that there are TWO different sorts of displays and digitizers for the same model of HTC Touch 3G Jade T3232. This means that I should open up the phone prior to purchase of this spare part.
I promise to post here the result of this "surgical operation" once I get it done.
Thanks again

Modoex X6 32MB MTK6261D Firmware - Need the original

I forgot to read about backing up the firmware of the smartwatch I bought here.
https://www.lazada.com.ph/modoex-x6...ml?spm=a2o4l.order-details.0.0.6a5e1ce7Ld6ArG
It's called Modoex X6 Bluetooth Smartwatch.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here's the full spec
Surface Treatment Process Zinc Titanium Alloy Coating
Packing size Folding box: 107 * 92 * 80mm Outer box: 430 * 228 * 203mm
CPU MTK6261D;
Memory 32 + 32MB; support up to 32GB TF memory card;
Display 1.54 "inch IPS HD LCD; Resolution: 240 * 240 pixels
Touch screen OGS capacitive touch screen, all fit process
Bluetooth Ver 3.0
Camera 0.3M;
Battery 450mAh large capacity polymer battery, perfect internal ultrasound;
Bluetooth connection Standby:> 1 week;
Normal use:> 2 days;
G-sensor support step analysis, sedentary reminder, sleep monitoring; anti-lost search; remote camera;
The same time as
Function parameter
Call function GSM / GPRS 850/900/1800/1900 quad-band call;
Call, handsfree, call record, phone book
I tried flashing other rooms even, I even tried flashing DZ-09 to test it out but no luck.. I tested this one as well where it has the same UI as mine
https://www.needrom.com/download/smartwatch-x6-pcb-mx9-mb-v3-5/ but the didn't work.
What I meant by it didn't work was, the touchscreen doesn't work at all..
tried all possible roms, still no luck
help please
Hello .. Good night
did you get the rom of smartwatch x6?
I need your help, please.
i have the same device i would like to change the watches and maybe be able to read the messages that come give me a hand
hello some one find firmware off x6

Categories

Resources