Android software developer needed - Android Software Development

If you do have your own apps, nothing too fansy...
Send me a PM...

Related

Mobile Windows Update, not working

i cant get the windows update to work on my phone
is there a place one can DL all the updates from, and send to the phone, and update it this way?
like normal pc update back in the day, one could DL them from MS, for offline computers..
it doesn't work....if you see the link its likely because the build was a beta build. No updates for windows mobile are pushed that way.
Mobile windows update..reason
this question was asked few times in... threads in past ...i refer to a question and answer session... on facebook /windows mobile on ..25 april 2009...a Prithvi Raj ... a Product Manager in the Consumer Experiences group in Windows Mobile..replied to questions.... about update issues..quote.." The Windows Update for Windows Mobile capability is designed to deliver critical fixes, which we have not had the need to use yet thankfully!" if you read the whole text in general on facebook/windows mobile /dicussion board section you would understand issue better...if you want to get update etc...i suggest....rather check on official ... htc website... every now and then..for hot fixes or maybe update..??

Android - Share Contacts by SMS - [2011-03-20]

I was fascinated by Google Android platform and about one year ago I bought my first Android phone (HTC Magic). Well the platform was not that much mature at that time and my phone was lacking many features. With time it matured and evolved. After waiting a long time and spending a lot of hours to search a application which could send business cards and receive them as well, I couldn't find one which could fulfill my needs. So I decided to create one for me.
Here I present my first android application - Share Contacts
Minimum Requiremet:
Android 2.1
Features:
Send contacts by SMS
Pick up contact information from saved contracts
Send Customized information
Retrieve contact information from SMS
Save retrieved Contact Information in Phone Contacts
Application APK file is attached here.
Please give it a try and provide your feedback (if possible)
THANKS
Version 1.0 [2010-02-02]
Send contacts by SMS
Pick up contact information from saved contracts
Send Customized information
Retrieve contact information from SMS
Save retrieved Contact Information in Phone Contacts
Customize business Card before sending /saving
Integration with Phone/Contacts Application for sharing contact
Version 1.1 [2011-02-28]
Add Contact with Sync Facility (with Google only) - If no account configured then saved with "Phone only"
Fixed some spell mistakes
Version 1.2 [2011-03-02]
Modified Manifest file to allow Android 2.1 user. android:minSdkVersion="7"
Note: User with Android 2.2 or above need not to upgrade to this version, No other changes in this version.
Version 1.3 [2011-03-12]
Added new Icon - More descriptive what application does. Hope you like it.
NOTE: For version 1.4 update, Please un-install previous version (if applicable) before update. Otherwise previous version will not be replaced.
Version 1.4 [2011-03-18]
Fixed the issue with Character Encoding (e.g. Cyrillic alphabet)
"NOTE" in received business card Message will be saved successfully [limitation only one note can be processed]
Version 1.5 [2011-03-20]
- Application Available to Android Market.
- Fixed force close issue due to missing Name/First name
- Fixed internal bugs to improve performance
To Install Scan image or just click from Phone:
From Android Phone:
market://search?q=pname:isoftmagic.share.contact
Android Web Market:
https://market.android.com/details?id=isoftmagic.share.contact&feature=search_result
Please, Post your response and if you liked it "click thanks" and Tweet...somehow it encourages me. Thanks for your support!!!
Thanks "mic_888" for recognition and post on XDA - Portal!!!!
what your app name in market?
I didn't published to market thatz why i shared the apk file with post
Sent from my HTC Magic/Dream using XDA App
Is this open-sourced?
er.vikas said:
I was fascinated by Google Android platform and about one year ago I bought my first Android phone (HTC Magic). Well the platform was not that much mature at that time and my phone was lacking many features. With time it matured and evolved. After waiting a long time and spending a lot of hours to search a application which could send business cards and receive them as well, I couldn't find one which could fulfill my needs. So I decided to create one for me.
Here I present my first android application - Share Contacts
Minimum Requiremet:
Android 2.0
Features:
Send contacts by SMS
Pick up contact information from saved contracts
Send Customized information
Retrieve contact information from SMS
Save retrieved Contact Information in Phone Contacts
Application APK file is attached here.
Please give it a try and provide your feedback (if possible)
THANKS
Click to expand...
Click to collapse
Beach_Head said:
Is this open-sourced?
Click to expand...
Click to collapse
Till now I didn't uploaded it to any source-code sharing site...may be in near future... based on users response
Okay. Well, I think I'll give it a try...
er.vikas said:
Till now I didn't uploaded it to any source-code sharing site...may be in near future... based on users response
Click to expand...
Click to collapse
This AWESOME! Its seems to be working flawlessly on my Nexus One on CM7 nightly rom. Will update more observations soon. God bless you for this.
Aside : I wish others with programming skills would make such amazingly meaningful apps instead of eye candy themes. I hope I learn android programming soon.
Can I see your permissions from your manifest file? LOL
why you need that ?.... anyway... here is list of permission:
android.permission.GET_ACCOUNTS
android.permission.READ_CONTACTS
android.permission.WRITE_CONTACTS
android.permission.READ_SMS
Contact saved from received vcard goes into 'phone only, unsynced' group. This cannot be synced with Gmail.
Can you please provide options to choose where/which account to save the contact in?
This would make it perfect!!
KoolPal said:
Contact saved from received vcard goes into 'phone only, unsynced' group. This cannot be synced with Gmail.
Can you please provide options to choose where/which account to save the contact in?
This would make it perfect!!
Click to expand...
Click to collapse
Thanks!!!! Nice suggestion, I can try to make it happen....
Any updates?
Perfect! Now it saves contact into default Google account!
Awesome! God bless you for this!!
i am the only with installation problem?
from the device : there was error parsing the package
from adb install..
/adb install aha_signed.apk
1397 KB/s (109332 bytes in 0.076s)
pkg: /data/local/tmp/aha_signed.apk
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
tried to resing the apk, dosent help at all..
google about that and found that may be:
android:versionName="1.1"
can lead to problems (something about digit, which is not understood as digit etc...)
How can i modify AndroidManifest.xml ? ( i have found java -jar AXMLPrinter2.jar , which can "decode" it, but did not found how to "encode" it )
p.s. trying of android 2.1 (aka eclair) "stock" version
peshovec said:
i am the only with installation problem?
from the device : there was error parsing the package
from adb install..
/adb install aha_signed.apk
1397 KB/s (109332 bytes in 0.076s)
pkg: /data/local/tmp/aha_signed.apk
Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION]
tried to resing the apk, dosent help at all..
google about that and found that may be:
android:versionName="1.1"
can lead to problems (something about digit, which is not understood as digit etc...)
How can i modify AndroidManifest.xml ? ( i have found java -jar AXMLPrinter2.jar , which can "decode" it, but did not found how to "encode" it )
p.s. trying of android 2.1 (aka eclair) "stock" version
Click to expand...
Click to collapse
I think you have installed earlier version and now you are trying to install it without un-installing it.
try this:
adb install -r aha_signed.apk
if it doesn't work then un-install it manually and then try...
Good luck
sorry, that didn't mention that
it is first install
have tried the reinstall option too
Sent from my Milestone XT720 using Tapatalk
Please download version 1.2. I have fixed the issue. Now Manifest file has following entry
android:minSdkVersion="7" (Android 2.1)
Sorry for Inconvenience!!!!
thanks
installed now successfully
Sent from my Milestone XT720 using Tapatalk
Hey, another request.
Am using this on Nexus One with a CM7 Nightly Tom.
Currently you need to scroll to select the contact you wish to send.
I use the search key, it pops up, but it does not register any entries and therefore cannot find the specific contact.
Can you please include a search option?
Thanks.
User Manual
KoolPal said:
Hey, another request.
Am using this on Nexus One with a CM7 Nightly Tom.
Currently you need to scroll to select the contact you wish to send.
I use the search key, it pops up, but it does not register any entries and therefore cannot find the specific contact.
Can you please include a search option?
Thanks.
Click to expand...
Click to collapse
There is very easy work around for this.
Open Contacts App -> search contract -> menu -> share -> select "Share Contact" app -> You get the contact in "Share contacts" Application
Please let me know if it works for you

December 30, 2011 updated 7740.16 full unlocked version of the Mozart official rom

Warning:
Make sure you brush the front of the phone has been unlocked rspl or hspl
Make sure your device has enough power to complete this operation
Thank DFT brought us Hspl, so self-rom can be achieved
Mozart official 7740 firmware update version 7740.16
Production based on RUU_Mozart_S_HTC_Europe_5.13.401.01_5.71.09.02a_22.51.50_RELEASE
rom contains only os
Language, Simplified Chinese, Traditional Chinese, English
Major updates are as follows
7740 update to the official firmware version 7740.16
Update the driver for the 5.13.401.01
Updated HTC HUB2.3
Update connection settings 1.13
Updated converter 1.6
1.6 2121 Update Image enhancement
Add LG Official Notepad
Add Resource Manager
Add Registry Editor
Add Nokia transfer contacts
Add Nokia camera settings
Voice dial button for the drip
Remove the excess input
Support the Opera browser
Add to download and install
Genuine support for game verification XBL
Have been jailbreak anti-lock
All ringtones and pictures updated system
Modify the Short Message
Modify the camera to adjust the volume with the system volume size
Add compass
Add phone to enhance
Add Colorful theme
Add calendar
Add positioning aids
Add advanced camera settings (including contacts)
Can not be used to remove other domestic programs
Not all of the other original information presented to maintain the official
Friends of Friends of the rom is for learning and personal use
Reproduced, please indicate the source
Production personnel E shine feedback plus I [email protected] facebook account
View attachment 834260
View attachment 834261
View attachment 834262
View attachment 834263
Please stop!!!YOU don't get authorize by mwang and DFT ,Serious violation of the relevant provisions of the Forum
Thank you for Eshine for your new ROM, I saw a step further forward by many developers for our Mozart.
I dreamed that one day this could even be ported mozart like HD2
Another download link please
Tested WWE: still some setting in chinese. Deleted.
Here a Megaupload mirror : http://www.megaupload.com/?d=3IIAR7SZ
Eshine, you forgot to mention the main improvement brought by 5.13 Europe - fixed MAC-Address.... But maybe you did not detect that
The other things are nice (especially APPInstall and НТСInit)
Good luck with cooking!
woow
im downloading... so are there in this ROM European language???
that look great
creat a multi language please
Do you need to join the language I will be revamped
Eshine said:
Do you need to join the language I will be revamped
Click to expand...
Click to collapse
I need italian language... .
by that you describe look like really cool Rom.. but i need of my language before install.. so i wait you insert Italian language
Thank you..
Luca
zjw831 said:
Please stop!!!YOU don't get authorize by mwang and DFT ,Serious violation of the relevant provisions of the Forum
Click to expand...
Click to collapse
Sorry for offtopic, but you keep doing this on another thread, could you please just directly communicate with moderators if you suspect any violations. Please don't make XDA a place of holywars. Make peace, no war!
Happy New Year, All and Everyone
Deleted as not needed any more
AndrewSh said:
ap3rus, it's absolutely not the bloody offtopic! The guy (OP) hexed the stuff but did not remove original cotulla code. That's it. Yes - I was curious enough to download and check the rom. Cotulla code is not removed from files - so the "respect" is still inside!!!!
But I was not able to find any "zjw831" code in. Because it does not exist. So dear zjw831, you either stop ****ting in the threads or develop your own software and then - start to protect it.
I doubt that the author of the currently used unlock kit (cotulla) gives a **** about using his unlock!!!!
Otherwise he tells it straight ahead. He does not need any barrister-at-law - he is able to type messages by himself without these Pigeon-English proclamations from dft moderators.
Sorry - just could not leave it as is.
Happy New Year everybody!
Click to expand...
Click to collapse
@AndrewSH , I though you are one of DFT site VIP member and knew DFT very well but seems not at all , Cotulla was one of DarkForce also admin of DFT offical site , zjw831 was doing his job protected DF's work , is something wrong of this ? you tell me why we still not release DFT-code ? why only release to few developers ? I think you knew answer, am I right ?
If anything need Cotulla write any message to here than we no need a team to work toeghter, each team member had their own job to do , meantime Cotulla dont had that much time to look your guy's ****.
I was wrote my last post at De.22 but saw you post that I must write last post in here
mwang
Deleted as not needed any more

Mozart 7.10.8773 Tango firmware updated March 27, 2012 Download

Brush make sure your phone has been to unlock rspl or hspl
Make sure your device has enough power to complete this operation
Produced based on RUU_Mozart_S_HTC_Europe_5.13.401.01_5.71.09.02a_22.51.50_RELEASE
Language, Simplified Chinese, Traditional Chinese, English
Thank DFT to bring Hspl homemade rom can be achieved
Thank the DFT Mwang the efforts and selfless dedication.
Major update as follows
Update kernel version 7.10 98.8773 firmware contains only the os part
Support op browser.
Support for Microsoft Sync Center WMDC
Integrated EGO File Manager (thank EGO selfless dedication)
Integrated registry editor (thanks to the selfless dedication of julien)
Open the phone contacts to import SIM card
Open wifi static IP settings
Remove the HTC comes with ringtones (save Microsoft ringtones, replace some of the classic ringtones)
Replacement system comes Image
Fonts to choose all Microsoft elegant black
Open the MMS automatic download option
Integrates with Microsoft Device Center XAP (thanks to the selfless dedication of the ultrashot)
The integrated quick lock screen the XAP (thanks to my friend to provide low-level development libraries to me)
To optimize the registry and modify some of the testers feedback bug
Other features to test all normal use, not everything is written out
This firmware is for Friends of the machine test and personal use would not be for commercial purposes,
Reply feedback to support my work
E-mail [email protected]
Eshine said:
]Warning:
Brush make sure your phone has been to unlock rspl or hspl
Make sure your device has enough power to complete this operation
Thank DFT to bring Hspl homemade rom can be achieved
Thank the DFT Mwang the efforts and selfless dedication.
Produced based on RUU_Mozart_S_HTC_Europe_5.13.401.01_5.71.09.02a_22.51.50_RELEASE
Language, Simplified Chinese, Traditional Chinese, English
Major update as follows
Update the kernel version 7.10 98.8773 firmware contains only the os part
(2) support the op browser.
Support for Microsoft Sync Center
4 integrated EGO File Manager (thank EGO selfless dedication)
Integrated Registry Editor (thanks to Julian the selfless dedication)
6 to optimize the registry and modify some testers feedback bug
7 other function tests are normal use, not everything is written out
This firmware is for Friends of the machine test and personal use would not be for commercial purposes
Download E-mail or MSN contact [email protected]
Complete
Click to expand...
Click to collapse
Thank for new choice 8773 ROM.
integrated EGO File Manager, wanna try
wanna it 3q .
ok
Hello Tomorrow I will be the uniform payment Download
非常感谢你的作品。
Thank you very much your work.

Installing Apps

Hi there, recently updated to the newest mi7 rom and now freedom marketplace does not want to work. It can search for a app, download it, but as soon as it must install whatsapp freedom market force closes. Can anyone PLEASE help me out here? Either to get freedom market to work or alternative way of finding and installing whatsapp and other apps?
saa044 said:
Hi there, recently updated to the newest mi7 rom and now freedom marketplace does not want to work. It can search for a app, download it, but as soon as it must install whatsapp freedom market force closes. Can anyone PLEASE help me out here? Either to get freedom market to work or alternative way of finding and installing whatsapp and other apps?
Click to expand...
Click to collapse
HI
The problem is not the mi7 rom
He wrote:
Author of Freedom Marketplace : (
"In the last days the freedom marketplace is not working any more. The crash is because Microsoft uses some new anti-piracy methods, the xap files arn't any longer renamed zip files. If you want to get more information about this look here: http://forum.xda-developers.com/showthread.php?t=1829714
This is the end of freedom marketplace, if anybody wants to try crack the new method please contact me, I will send you the actual source code!"
MTom said:
HI
The problem is not the mi7 rom
He wrote:
Author of Freedom Marketplace : (
"In the last days the freedom marketplace is not working any more. The crash is because Microsoft uses some new anti-piracy methods, the xap files arn't any longer renamed zip files. If you want to get more information about this look here: http://forum.xda-developers.com/showthread.php?t=1829714
This is the end of freedom marketplace, if anybody wants to try crack the new method please contact me, I will send you the actual source code!"
Click to expand...
Click to collapse
Ahh ok, thanks for the reply. I put my Omnia back on a stock rom for now to get market working.

Categories

Resources