[Q] Need advice for move data to device - Java for Android App Development

I work in windows and android device, need to send data from Win to android
i need advice how to do so :
send the files (in zip) open it in android and save data to DataBase
or
build the DataBase at Win (is it possible?) and send it to android to replace the current

yuvalbra said:
I work in windows and android device, need to send data from Win to android
i need advice how to do so :
send the files (in zip) open it in android and save data to DataBase
or
build the DataBase at Win (is it possible?) and send it to android to replace the current
Click to expand...
Click to collapse
maybe you can create a sqlite db. And push the db file to /sdcard/xx.db or your database directory.
Finally,use Android Sqlite API to read this database.

Related

need a copy of registry from HTC MAgician, XDA COMPACT, MINI

I need a copy of registry.
You can make this in Resco File Explorer (free trial version) - tap the mail registry root and use Export to make a copy, any other Registry software, or directly from desktop PC in emVC or VS2005 tools.
please email me a copy
[email protected]
with additional information: country of purchasing, cellular network operator who distribute it, factory operating system or own upgrading (which version). manufacture model name.
I need it because I want to compare different versions of software pre-installed in this device. For example I know at least 4 different IA Camera versions.
Thanks in advance.
evc->Tools->Remoute Registry Editor

Edit .mui file's....

I whant to change something in that mui file but when i open it with resourche editor i see something like (\0x00) or (000)
after some words..
When i edit this words i can't put buck those 000
Example :
22372, "1\0x00"
22373, "2abc\0x00"
22374, "3def\0x00"
22375, "4ghi\0x00"
Also i have Microsoft Visual Studio 2005 & Pocket PC SDK.
In Microsoft Visual Studio 2005 doesn't show those 000, but if i edit with Microsoft Visual Studio 2005 when i go to sign the file give's me error.
Error: Signing Failed. Result = 80070057, (-2147024809)
Click to expand...
Click to collapse
Please any one to know something about that tell me...
Thank's for your time.
Never ever ever use VS to edit resources! It screws up dialog templates and makes MUIs unusable.
The only good way to edit an MUI is Platform Builder. You can download a free evaluation version that will run for 180 days, but even with most options striped on installation it is still around 1GB.
Hope you have a good internet connection.
what version of Platform builder i need to edit mui files from WM 2003 ?
i see difrent version like: 5, 4.2 and other
but i dont know what chose
levenum said:
Never ever ever use VS to edit resources! It screws up dialog templates and makes MUIs unusable.
The only good way to edit an MUI is Platform Builder. You can download a free evaluation version that will run for 180 days, but even with most options striped on installation it is still around 1GB.
Hope you have a good internet connection.
Click to expand...
Click to collapse
Thank's Levenum ...
I sucesfull download the Windows Embedded CE 6.0 Evaluation Edition but it is say This download is a plug-in for Visual Studio 2005 ...
So what i 'm doing??
I nead the Windows Embedded CE 5.0 ??
I also download the 5 version but at the end give one error and say something like:
the download file have been interuptut before the installation finish...
So what can i do and what for those two version i have to download and if you know how can resolve the error problem on version 5??
Sorry for
&
Many many thank's Levenum
Ok i download and install the platform builder 5.0 but when i load the mui file after do my change's and go to save it he say me:
''Cannot save the file.
Cannot load a resource from the executable.''
So what i'm doing wrong??
Thank's adn sorry again....
I explained this in a PM, but just in case others are interested:
Possible causes are:
1) MUI was signed when you edited it.
2) MUI was extracted using WM5test tool by mamiac. (This tool is excellent for dumping ROMs for viewing but files can not be used on the device)
3) PB sometimes does that for no apparent reason (at least to me)
Get another DLL one that is not signed or dumped from device, delete any resources it has and put the resources from the MUI in it. Then save and rename.
levenum said:
I explained this in a PM, but just in case others are interested:
Possible causes are:
1) MUI was signed when you edited it.
2) MUI was extracted using WM5test tool by mamiac. (This tool is excellent for dumping ROMs for viewing but files can not be used on the device)
3) PB sometimes does that for no apparent reason (at least to me)
Get another DLL one that is not signed or dumped from device, delete any resources it has and put the resources from the MUI in it. Then save and rename.
Click to expand...
Click to collapse
Thank's for your help again Levenum but doesn't work.
I try tu build one new .dll but when i put one string (for test) after i try to save but give's me the same error.
''Cannot save the file.
Cannot load a resource from the executable.''
What else can i do ???
Please help me..
I try weeks now to edit five lines
Thank's and sorry...
Sorry, but now I am stomped. I never had PB fail to save a single string to a new 'clean' DLL.
Any chance there is some kind of access problem to the actual location where the file resides? Could it be 'read only' or under restricted permission?
This is really strange...

(Advanced) Transfering SMS Messages from Nokia to HTC P3300 (or any other WM5 device)

What do you need:
1. Windows XP + ActiveSync + Nokia PC Suite
2. DJ SMS Copier on your WM5 phone
3. PHP interpretator (for Windows or Linux)
4. A tiny php script to do it for you
Steps:
1. On your PC - Connect your Nokia phone & copy all messages from your phone via Nokia PC Suite to a local folder on your harddrive. It will create many files ending with extension .VMG - those are your SMS messages ofc.
2. On your phone - Run DJ SMS Copier and make an example export of your current SMS messages to your Storage Card (named MySMS for example). DJ SMS Copier will create directory named "MySMS.DJB.D" on your Storage Card.
3. Run the php script (preferably on Linux, never tested it on Windows) with param the directory where your Nokia messages are stored. (example "php -f db_sms /home/wm/SMS"). The script will create subdirectory "Out" (like "/home/wm/SMS/Out"). Those messages are converted ones, ready to be imported with DJ SMS Copier.
4. Use ActiveSync to browse your phone and make a subdirectory under "MySMS.DJB.D" (on Storage Card), name it "Imported" or w/e. Place the converted files there.
5. Use the Import button in DJ SMS Copier, select the "MySMS" backup and click "Yes" on cleanup dialog
There you have all your SMS messages on your WM5 phone
Notes:
1. The script error rate in convertion is like 2-3 per 100 messages
2. The messages receiving time is converted too. Tho it gives 2 hours difference for SMS messages sent/received more than 2 years ago
Posted it in wrong forum section. Sorry about it
Can you move it in Artemis main forum?
Thanks
Download the attached file from this post. The one in the original post is malfunctioning
The ZIP contains 2 files
db_sms.php -The php script
cont.txt - Your contacts. The syntax is "+some_phone_number|name_of_the_contact". The "|" sign is the delimiter
You can export your contacts with any tool (including MS Outlook) and fill the cont.txt file. The script reads it so it will recognize your contact names and fill them in the converted SMS messages. Without it you will have just plain phone numbers in the messages.
thanks for the howto!
i have a problem with my sms... i can´t find my own sms folders (nokia n73 with symbian) and with the pc suite i can only exprt to csv...
whats wrong?
Hi, i've tried with this script under windows xp with php 5.2.6 but no output folder is created in my sms folder, so i guess something is not working...
Any updates about this? I would appreciate a lot your help, since i've moved from nokia e65 to htc diamond and i don't want to loose some special sms...
Thanks!

[Q] enable device encryption and local wipe

hi
i want to know is there a way to active windows mobile 6.5 built-in device encryption (for encrypt my contact and message) and local wipe (to automatically wipe my device after for example 10 wrong password enter) without any registry editor or exchange server?
i find that i can do that with a .xml file and make a .cpf file from that xml file but i also find that i can't install a .cpf file to change important registry without a digital certification!
nobody doesn't use these features?
windows mobile have local device encryption and local wipe but nobody doesn't know how to enable?!
does anyone know how can make a registry and merge that in windows mobile registry? (not use a registry editor)

[Q] WINCE 6.0 rom modifying on non-PDA

I do have a device Microsoft VoIP phone (Tanjay - CX700 manfactured by Polycom) which is powered by Microsoft Windows CE (mostly ver 6.0)
microsoft releases it's firmware update file as cab file while contain two files
CPE.NBT (the bin file XPRS compressed) 17MB
CPE.CAT
i have managed to extract the files of the ROM using bincompress.exe to decompress bin XPRS bin file (CPE.NBT) then i used dumprom.exe whiched works and could manage to extract all OS & application files, i just need to replace a font file then compile back again to BIN
i have three questions here:
1.is there any way to compile the package again or replace the font file without extract the orginal package ?
2.is there any way to get access to the Device windows CE as the default application starts after booting prevent any access to the windows CE desktop or any other wince tools ?
3. is there any way so i can build a package with the replacement font file and give to the device as firmare update file ?
your help will be appreciated :good:
ahmedibrahim said:
2.is there any way to get access to the Device windows CE as the default application starts after booting prevent any access to the windows CE
Click to expand...
Click to collapse
1) If you can USB-connect the device with your desktop, means can establish a so-called ActiveSync connection, then you can access device's Windows CE
2) If you know which file in SD-card's root is processed by the device when device boots, then you can access device's Windows CE
---------- Post added at 10:05 AM ---------- Previous post was at 09:58 AM ----------
ahmedibrahim said:
I just need to replace a font file
Click to expand...
Click to collapse
IMHO no need to re-flash device in oder to change/add a font, this because user-defined font files must not be located in ROM, but in a location defineable by user. You have to copy the font files to device (preferred internal storage device) and afterwards simply edit some keys/entries in Windows CE registry, means redirect fonts path there to.
jwoegerbauer said:
1) If you can USB-connect the device with your desktop, means can establish a so-called ActiveSync connection, then you can access device's Windows CE
2) If you know which file in SD-card's root is processed by the device when device boots, then you can access device's Windows CE
---------- Post added at 10:05 AM ---------- Previous post was at 09:58 AM ----------
IMHO no need to re-flash device in oder to change/add a font, this because user-defined font files must not be located in ROM, but in a location defineable by user. You have to copy the font files to device (preferred internal storage device) and afterwards simply edit some keys/entries in Windows CE registry, means redirect fonts path there to.
Click to expand...
Click to collapse
1)when i connect the device to the USB it is recognized as a Polycom Phone and activesync does not recognize the a connected device at all
2) there is no SD card in the device
i dont have access to the device file system by any means, the device boots and start the default application and no way to exit the default phone applications.

Categories

Resources