[Q]Apps data input to excel - Android Software Development

Anyone know there have any apps can input data, and can output excel.
for database?
Many thanks for help

passerkim said:
Anyone know there have any apps can input data, and can output excel.
for database?
Many thanks for help
Click to expand...
Click to collapse
You can just write to a file and use comma delimiters....
Sent from my SGH-T959 using XDA App

Related

Speed Dial Database

Hi All
Anyone know the name of the databasae on the XDA Exec that stores the 'Speed Dial' numbers. I'm going through a bad patch at the moment where I'm having to do a lot of hard resets...and it's a pain in the aris having to then add back all the speed-dial numbers afterwards
Thanks
S
stevep said:
Hi All
Anyone know the name of the databasae on the XDA Exec that stores the 'Speed Dial' numbers. I'm going through a bad patch at the moment where I'm having to do a lot of hard resets...and it's a pain in the aris having to then add back all the speed-dial numbers afterwards
Thanks
S
Click to expand...
Click to collapse
If you have WM2003SE or WM2005 on your ppc, you can use this to backup and restore speed dials...
http://forum.xda-developers.com/showpost.php?p=1033173
Cheers,
.Fred
Cheers!
Thanks Fred - this is BRILLIANT!
Got anymore useful utilities like this?
S
Backing up emails...
Hi again Fred
Just wondered if you knew of a similar utility that backs up the 'messaging' databases
Ta
S
stevep said:
Hi again Fred
Just wondered if you knew of a similar utility that backs up the 'messaging' databases
Ta
S
Click to expand...
Click to collapse
No, but you can find backup applications that can help you for keeping personal data. But I'm not an expert in that stuff.
BTW, I'm working on a SMS backup/restore app, in the same way as PPCBckpContacts, but I don't know yet if it will be a full messaging backup app.
Cheers,
.Fred
Backup
Thanks Fred
Good luck with the SMS utility. If it's anything like PPCBckpContacts, I think you'll have users beating down your door . The reason for asking my original question was that I liked the simplicity of your program in contrast to many other backup utilities that only seem to cater for 'whole system' backups (with a bit of choice involved in WHAT is backed up).
Thanks for the quick reply...
S
stevep said:
Thanks Fred
Good luck with the SMS utility. If it's anything like PPCBckpContacts, I think you'll have users beating down your door . The reason for asking my original question was that I liked the simplicity of your program in contrast to many other backup utilities that only seem to cater for 'whole system' backups (with a bit of choice involved in WHAT is backed up).
Thanks for the quick reply...
S
Click to expand...
Click to collapse
In fact, I'm rewriting PPCBckpContacts, it will be called PPCPimBackup. Nothing much changes, except that the files will be in unicode (so good for foreign languages which have special characters) and will allow records on multiple lines (especially contacts (ex.: address)). There will be also a mapping fields window like in outlook (see attachment picture) so old backups will still be usable.
And I will add SMS backup first, then maybe the rest if it is not too complicated.
Cheers,
.Fred
Testing testing...
Hi again Fred
If you need an extra pair of hands to test anything - I'd be happy to try any of your stuff out...
The real frustrations for me are:-
- no way to backup speed dials - until you pointed me in a certain direction
- no way to back up SMS and Messaging data simply and quickly
S

Does anybody know how to open the built-in programs and settings(control panel) ?

Does anybody know how to open the built-in programs and settings(control panel) programmly in compact framework?
I 've searched a lot , but got nothing. Please,could anyone help me out? Is it a short cut or file or something?
Thanks in advance.
snowcraft22 said:
Does anybody know how to open the built-in programs and settings(control panel) programmly in compact framework?
I 've searched a lot , but got nothing. Please,could anyone help me out? Is it a short cut or file or something?
Thanks in advance.
Click to expand...
Click to collapse
For the Program, typically it's a folder in \Windows\Start Menu.
The links place in there will show up in program.
As for the settings, I don't know :S Hope someone posts some hints on this 2
snowcraft22 said:
Does anybody know how to open the built-in programs and settings(control panel) programmly in compact framework?
I 've searched a lot , but got nothing. Please,could anyone help me out? Is it a short cut or file or something?
Thanks in advance.
Click to expand...
Click to collapse
use search here with folderStart and you'll find it
settings : in the same posts
brunoisa10 said:
use search here with folderStart and you'll find it
settings : in the same posts
Click to expand...
Click to collapse
thanks for your help , but With "Folder Start" I only get this one post('ve tried both google and built-in search). I will appreciate it if you would like to share the link with us.
Well, I tried some other key words, and got two Posts. They use external exe files to realize program and settings view ,which will take almost 200K space.
http://forum.xda-developers.com/showthread.php?t=398727&highlight=start+folder&page=2
http://forum.xda-developers.com/showthread.php?p=2136821&highlight=attach#post2136821

[Q] Developer Help!! C# Sound Click Event

How would I go about doing this?
any input would be appreciated
Please help me out guys.....
this is the only problem i have in my app.....
TheWidgetKid said:
How would I go about doing this?
any input would be appreciated
Click to expand...
Click to collapse
Your gonna have to be a tad more specific!
At a guess you want to progromatically play a click sound ???
Code:
//NOTE: This is untested & converted from a working VB.NET3.5 app -
System.Media.SoundPlayer myPlayer = new System.Media.SoundPlayer();
myPlayer.SoundLocation = @"click.wav";
myPlayer.Play();
Alternatively, I have used this code in the past...
http://msdn.microsoft.com/en-us/library/ms229685.aspx
To be more specific....
I am making a drumming app....
and when i click on a pad I want it to play the sound..... (ie. hit the snare and snare.wmv) plays....
sd00 said:
Your gonna have to be a tad more specific!
At a guess you want to progromatically play a click sound ???
Code:
//NOTE: This is untested & converted from a working VB.NET3.5 app -
System.Media.SoundPlayer myPlayer = new System.Media.SoundPlayer();
myPlayer.SoundLocation = @"click.wav";
myPlayer.Play();
Alternatively, I have used this code in the past...
http://msdn.microsoft.com/en-us/library/ms229685.aspx
Click to expand...
Click to collapse
When i implement this code... it says that the .wav file does not exist.... can yo tell me how i can link the file to the program....
TheWidgetKid said:
When i implement this code... it says that the .wav file does not exist.... can yo tell me how i can link the file to the program....
Click to expand...
Click to collapse
Erm, not one to discourage people but man, if your stumped at that then - you have a way to go!
Ensure a file called click.wav actually exists where the executable goes. If you want to be absolutely certain (though its not really a good idea), try using full path to a wav file you know for sure exists.
e.g. Say your app "\Program files\Drums\drums.exe" then make sure you have a "\Program files\Drums\click.wav".

SMS to over 10 Recipients?

Hello,
I wanted to be able to send one txt to many people, but the maximum limited of recipients is 10 can this be changed in anyway?
Thanks in advance
Thedan1 said:
Hello,
I wanted to be able to send one txt to many people, but the maximum limited of recipients is 10 can this be changed in anyway?
Thanks in advance
Click to expand...
Click to collapse
I don't know what the registry hack for this is, but you can bump it up to 50 with BsB Tweaks.
this is probably the most stupid and annoying feature in HTC messaging...
only 10? WTF
[email protected] said:
this is probably the most stupid and annoying feature in HTC messaging...
only 10? WTF
Click to expand...
Click to collapse
A month ago there was a lot of people on here that would have settled for 10. They would have settled for 1! lol
[email protected] said:
this is probably the most stupid and annoying feature in HTC messaging...
only 10? WTF
Click to expand...
Click to collapse
Tell me about it, how do they expect you to tell everyone your new number. I sent a business card with my number from HD2 and nokia phones will not accept the format of it.
You can use BSB Tweaks 1.6 or you the following reg key
Go to registry,
HKLM\Software\Jataayu\Messaging\MaxRecipients
Change from 10 to 50
Thanks
Thanks Works a treat now!
You are welcome
Here to help
Can anyone provide me with step by step guide on how to do this?
the easy way is install bsbtweaks but if you prefer too edit it yourself the registrykey is
hklm/software/jataayu/messaging and the key to edit, is called max recipients
ekofreeman said:
Can anyone provide me with step by step guide on how to do this?
Click to expand...
Click to collapse
see here. You will need a registry editor (I use Resco but there are others)
http://www.cabcache.com/view_reg.asp?reg=20
Please help me!
How do you get to the registry?
AjaySachdeva said:
Please help me!
How do you get to the registry?
Click to expand...
Click to collapse
you need a registry editor to do that. i use PHM RegEdit. It's an old program but does the job... and its free. just google it or use search function here.
Techsupport said:
You can use BSB Tweaks 1.6 or you the following reg key
Go to registry,
HKLM\Software\Jataayu\Messaging\MaxRecipients
Change from 10 to 50
Thanks
Click to expand...
Click to collapse
Thank you for the suggestion. However, my phone don't have "MaxRecipients" in the registry. ie HKLM\Software\Jataayu\Messaging. That's it. What should I do from there?
Regards
Decided to use the BSB Tweaks apps and poof... it works straight away. Now no more maximum recipient of only 10 people. Thanks guys!
I can't find "jataayu" in my Resco Registry at hklm/software/jataayu ?
sms max only 50?
I was able to go to the registry and change it to 200. But is there a way to change BsB to more than 50?
The "Advance Config" tool lets you change it to unlimited but BsB takes priority.
Registry max recipient set at 450 failed
I tried to set the key at 450 but when I select group at 420 something very strang happen, after select all recipient, I click send but I get error, that the message cannot be send. and I find it back in draft as MMS.
I flash the Rom with three different Roms but every time the same problem, the message is changed the be send as MMS and not SMS.
So maybe someone tried different way and found out until how many recipients we can set?
Regards,
Jean-Marc.
johncmolyneux said:
I don't know what the registry hack for this is, but you can bump it up to 50 with BsB Tweaks.
Click to expand...
Click to collapse
Thanks for that works a treat.

[Q] sample programming google calendar

I wish to make a program to add events to the owners calendar, and edit that but i don't know how interact with owner google calendar.
Does anybody can help me to learn how manipulate calendars on google calendar?
try this
tinyurl.com/2373su8
ragerino said:
tinyurl.com/2373su8
Click to expand...
Click to collapse
Thanks for your help, but i tried that before posting my question, i don't get even function the code in those links.
p10l1n said:
Thanks for your help, but i tried that before posting my question, i don't get even function the code in those links.
Click to expand...
Click to collapse
this should be the link of consideration
-> davanum.wordpress.com/2007/12/05/android-use-atomgdata-api-to-access-the-google-calendar/
and here's apidoc
-> code.google.com/apis/gdata/javadoc/
ragerino said:
tinyurl.com/2373su8
Click to expand...
Click to collapse
how did you do that may i ask.
http://lmgtfy.com/?q=how+to+post+lmgtfy+links
Gene Poole said:
xxx://lmgtfy.c/?q=how+to+post+lmgtfy+links
Click to expand...
Click to collapse
Thank you i found that very interesting (bit behind did not know it existed).

Categories

Resources