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

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

Related

[APP] Outlook Cleaner 0.991 [2009.08.21]

About Outlook Cleaner
Outlook Cleaner is a program for your Windows Mobile 5.0+ phone that helps you remove duplicate and redundant contacts, appointments, and tasks.
Ever get a new phone, sync it to your Exchange account, and end up with hundreds of duplicate items?
Accidentally create a duplicate item but with different information, and then need to figure out which one to keep and which one to delete?
Then this program is for you!
Requirements
Windows Mobile 5.0+
.NET Compact Framework 2.0+
Version
0.991beta, 21 August 2009 - minor bugfixes
0.99beta, 02 July 2009 - refined Appointment/Task algorithms, merge editor
0.98beta, 25 June 2009 - added Appointment, Task cleaning
0.971, 12 June 2009 - with extra debug error messages
0.97, 12 June 2009 - extended from Contact Cleaner
0.96, 08 June 2009 - bugfix
0.95, 03 June 2009 - initial public release
0.99 Features
Cleaning
Scans Contacts, Appointments, Tasks
Detection of exact duplicates
Detection of near duplicates (same identifier but different properties values)
Keep / Merge / Delete tool
How it works
Cleaning works like this:
1) Scan the Outlook database, looking for duplicate items.
2) Exact duplicates are deleted.
3) Near-duplicates are displayed for manual merging/removal.
4) You go through the sets of near-duplicates, where you can see all the values which are different, and choose to keep, delete, or merge items.
Contacts with the same "FileAs" property are compared against each other, except for the ItemId and Picture properties.
Appointments with the same "Subject" and similar start/end times are compared against each other.
Tasks with the same "Subject" and similar start/end dates are compared against each other.
Use at your own risk, i'm not responsible, etc. etc.
Registration
Outlook Cleaner is currently free.
More information can be found at www.philchuang.com
Upcoming Features
Keep / Merge / Delete tool
Display similar properties, not just the different properties.
Contact cleaning
Smarter comparison of all fields (ie "Phil" and "Philip" with the same phone number)
Fix start menu icon
Thanks worked like a charm!
Thanks trying now, I'm sure I have quite a few to delete. I think this would be better appreciated over in development and hacking.
excellent idéa !!
can we have some screens of the app please ?
hanackin said:
excellent idéa !!
can we have some screens of the app please ?
Click to expand...
Click to collapse
I've added a new version (bugfix) and slideshow!
Works great on my MotoQ smartphone.
cept it wont delete dupes...
Don't work
I have error
PHP:
ContactCleaner.exe
TypeLoadException
w u..ctor()
w ad.a()
This is brilliant my friend!
I will be trying it in a while, and post some feedbacks...
Perhaps an Appointments/Calendar/Tasks Cleaner as well in the future versions?
Just a thought as it seems that there are more duplicate appointments than contacts for my case...
btw, Thanks
ciopik said:
Don't work
I have error
PHP:
ContactCleaner.exe
TypeLoadException
w u..ctor()
w ad.a()
Click to expand...
Click to collapse
Which version are you using? I believe this error was fixed in 0.96?
Error
ciopik said:
Don't work
I have error
PHP:
ContactCleaner.exe
TypeLoadException
w u..ctor()
w ad.a()
Click to expand...
Click to collapse
same error , dutch rom and Contact Cleaner 0.96
fonsie
zaijian said:
Which version are you using? I believe this error was fixed in 0.96?
Click to expand...
Click to collapse
I have 0,96 - this error
ContactCleaner.exe
TypeLoadException
at u..tor()
at ad.a()
I have the same error. WWE WM6.0 pro and Contact Cleaner v0.96 installed in device.
I've uploaded another version, please try 0.97 and see if that has fixed the error!
zaijian said:
I've uploaded another version, please try 0.97 and see if that has fixed the error!
Click to expand...
Click to collapse
New error code occur at version v0.97
OutlookCleaner.exe
TypeLoadExecption
at e..ctor()
at ag.a()
Note: Tried on CF2.0 and CF3.5 with WM6.0 Pro
same error here:
Its a german-language Rhodium ROM
AcidAssassin said:
New error code occur at version v0.97
OutlookCleaner.exe
TypeLoadExecption
at e..ctor()
at ag.a()
Note: Tried on CF2.0 and CF3.5 with WM6.0 Pro
Click to expand...
Click to collapse
Moscha said:
same error here:
Its a german-language Rhodium ROM
Click to expand...
Click to collapse
I've released v0.971 which doesn't have any new functionality, but will give a better error message and help me find the problem. Please try that if you're having problems with 0.97.
Wow, this is exactly what I need.
Thanks
zaijian said:
I've released v0.971 which doesn't have any new functionality, but will give a better error message and help me find the problem. Please try that if you're having problems with 0.97.
Click to expand...
Click to collapse
Just tried on v0.971. No luck. still the same error.
OutlookCleaner.exe
TypeLoadExecption
at e..ctor()
at ag.a()
AcidAssassin said:
Just tried on v0.971. No luck. still the same error.
OutlookCleaner.exe
TypeLoadExecption
at e..ctor()
at ag.a()
Click to expand...
Click to collapse
Hmm that is interesting... is your device set to default to a non-english language? Or how about you Ciopik?
Moscha and fonsie have both reported the error on a dutch rom....
zaijian said:
Hmm that is interesting... is your device set to default to a non-english language? Or how about you Ciopik?
Moscha and fonsie have both reported the error on a dutch rom....
Click to expand...
Click to collapse
My device is using original HTC P3600i WWE WM6.0 Pro Rom. My regional setting is English (Australia) and running CF3.5 and tested on CF2.0 too. I am having CooTek Touchpal v4.0 Keyboard and iContact v0.94 installed in my device too. Hope all these info will help. Thank you and very appreciated for the cool software.
Update: Uninstall iContact and tried, but no luck too.

Update for HTC HD2 – New SMS Function Update

Hello Guys,
There is a new SMS update...go download it...it seems to resolve the SMS problems that some of us are experiencing.
James
Download from www.htc.com support section - released 14jan2010 : brief summary
Update for HTC HD2 – New SMS Function Update
This update for HTC HD2 messaging lets you reach out to your friends and family with instant notifications. Keeping in touch has always been very important, and this update delivers just that: fast and reliable SMS messaging.
Date : 2010-01-14
Category : Update
From HTC : this is only for roms 1.49.XXX !!!!!!!!!!!!!
Is the old one, 15 december 2009
EDIT: IT WORKS!! No more LAG while loading SMS!! Could type immediately while loading a thread of 74 SMS..finally a fix tht works!
ROM : Miri 2.0
dude0014 said:
Using Miri's v2.0 ROM..and the installation got stuck..end task..
guess it doesnt work on newer ROMS..
Click to expand...
Click to collapse
I can install to the tom_codom 1.1 rom.
goli said:
From HTC : this is only for roms 1.49.XXX !!!!!!!!!!!!!
Click to expand...
Click to collapse
Note: This update is only applicable to ROM version is equal to 1.66.XXX.X, or lower.
This is stated on the website of HTC currently:
http://www.htc.com/mea-en/SupportViewNews.aspx?dl_id=849&news_id=475
So what is true
it's new, they remove the old one
Note: This update is only applicable to ROM version is equal to 1.66.XXX.X, or lower.
This fix contain a new version of HTC Messaging and HTC Appointment...
Applied to 1.48 WWE (with InterWriter). Looks like this version is working much better, then before (with fix from 15.12.09).
but lol, htc isin't saying the same things on his website : http://www.htc.com/www/SupportViewNews.aspx?dl_id=812&news_id=459
I'm kinda exited Hoping this will be stable like all other phones.. A new function also, the number of SMS messages is shown after the name of the contact
when you installed this fix.. did you remove the old one?
zelduy said:
when you installed this fix.. did you remove the old one?
Click to expand...
Click to collapse
15 minutes ago, no - I installed "over" last update.
Zelduy; i did...
It seems to add "- GSM" to all sms messages who already were on the device... I can live with that if everything else is okay
It also seems that when you enter a contact, only a few messages is loaded. when you scroll up, it loads a few more. Maby thats the way they fixed the hang when having a lot of sms
can someone who applied the update please post the build number of the
message client? for that, go to "all messages", menu, about!
thx!
TML1504 said:
can someone who applied the update please post the build number of the
message client? for that, go to "all messages", menu, about!
thx!
Click to expand...
Click to collapse
1.5 Build 2011.2130
arxx said:
Zelduy; i did...
It seems to add "- GSM" to all sms messages who already were on the device... I can live with that if everything else is okay
It also seems that when you enter a contact, only a few messages is loaded. when you scroll up, it loads a few more. Maby thats the way they fixed the hang when having a lot of sms
Click to expand...
Click to collapse
No, it is not because of this update. I checked some days before on MyPhone online messages, and every from my HD2 (sent or recived) got this " - GSM" string. But I think, that this could be because of last SMS fix. Now I sent some messeges and there is no " - GSM" on the end of this messages.
Link is not always available to the new update
Just in case here is the link as some people are not seeing the link www htc com/uk/SupportDownload.aspx?p_id=297&cat=0&dl_id=849 had to remove the '.' as it would not let me post the url
AJ
thebiker said:
1.5 Build 2011.2130
Click to expand...
Click to collapse
thank you!
so it's a new build indeed...
for example dutty's v03a has 1922.2911!
i will apply the update and report back soon!

[APP|web] Energy ROM checker(emailer)

link to register:
rhodium.mojawebka.sk
energy.mojawebka.sk​
I created web application, that sends emails to users.
You choose, about which ROM want to be notified.
- Sense 2.1
- Sense 2.5
it is depended on hotfile directory. one link equals one category(ROM)
example:
topaz21
- device: topaz (diamond 2)
- Sense 2.1
topaz25
- device: topaz (diamond 2)
- Sense 2.5
if you mark it, you will receive emails when new links shown in hotfile directory for that device.
Activation:
only two things you must do:
- enter email address
- activate email address, you will receive activation link
i finished deleting finaly
Deactivation:
link to deleting account is down under Stats - right panel
you must enter email address, which you want delete.
and confirm through deactivation link, which you receive on email
Editing:
...working on it
Checking:
is not solved all good enough. checking every 20 minutes.
Fixed:
- email format is now (a-z0-9_.-) @ (a-z0-9_.-) . (a-z0-9)
- allowed more then 127 entry in account table
Enjoy it!
todo list:
- edit account [choosing devices]
- subcategories [Standard, MaxManila, Cookie HomeTab, GTX Themed, Titanium]
and email look like:
Date: Mon, 3 May 2010 22:00:05 +0200 [22:00:05 CEST]
From: [email protected]
To: [email protected]
Subject: new EnergyROM >> blackstone25
NRGZ28 has uploaded new ROMs:
Energy.BLACKSTONE.23566.Sense2.5.GTX.Themed.May.03.7z
Energy.BLACKSTONE.21903.Sense2.5.GTX.Themed.May.03.7z
Click to expand...
Click to collapse
great idea! needsa little fixing and polish but your almost there.
momo22 said:
todo list:
- delete account
- edit account [choosing devices]
Click to expand...
Click to collapse
For your todo list:
- add Kovsky (Xperia)
- add Diamond
Lokatho said:
For your todo list:
- add Kovsky (Xperia)
- add Diamond
Click to expand...
Click to collapse
it is done
momo22 said:
it is done
Click to expand...
Click to collapse
Thank you, signed up.
Will let you know about my findings....
ok. so i must be missing something... where is Leo(HD2)21. I can only see leo25.
dhaider said:
ok. so i must be missing something... where is Leo(HD2)21. I can only see leo25.
Click to expand...
Click to collapse
i can't find any leo21 thread, only this one
http://forum.xda-developers.com/showthread.php?t=591784
and one more, USA T-mobile thread
http://forum.xda-developers.com/showthread.php?t=654504
but both has the same hotfile link
i will rename leo25 to leo ... all versions are in one folder
update
completed deleting, info in the first post
Great idea! Thanks.
great idea. its not allowing email with prefix '.co.za' (from south africa) to register. its sayn wrong email format...thanks
Lewelynn said:
great idea. its not allowing email with prefix '.co.za' (from south africa) to register. its sayn wrong email format...thanks
Click to expand...
Click to collapse
it is possible now
possible format:
(a-z0-9_.-) @ (a-z0-9_.-) . (a-z0-9)
next ideas and suggestions is welcome
momo22 said:
it is possible now
possible format:
(a-z0-9_.-) @ (a-z0-9_.-) . (a-z0-9)
next ideas and suggestions is welcome
Click to expand...
Click to collapse
Thanks have registered succesfully
Signed up after you put the option for Kovsky in, but I didn't receive an e-mail after NRG uploaded new May 4th ROMs (I did sign up before he uploaded the ROMs).
gr
Lokatho said:
Signed up after you put the option for Kovsky in, but I didn't receive an e-mail after NRG uploaded new May 4th ROMs (I did sign up before he uploaded the ROMs).
gr
Click to expand...
Click to collapse
it is weird :-/
because I received email, see attachment.
anybody has the same problem?
--------------
EDIT: try check SPAM folder, please.
EDIT2: sending PM
sorry guys, application failed. i am solving problem now.
SOLVED
momo22 said:
it is weird :-/
because I received email, see attachment.
anybody has the same problem?
--------------
EDIT: try check SPAM folder, please.
EDIT2: sending PM
Click to expand...
Click to collapse
Works like a charm now, thank you.
Works perfectly with me. Thnx!
Thanks for this, great idea!
Thanks a lot for sharing!

[HACK] (25-07-2010) Native SMS over IP v2.0

Hi All,
This is a continuation of this thread. It is now possible to send SMS over IP with VoIP operators that support SMS gateway using SIP messages (mainly betamax companies like 12voip, voipraider, voipbuster, poivy, ...). No special gui is needed, you can just use the regular HTC Messaging.
This involves replacement of the sms.dll system file, so USE IT AT YOUR OWN RISK
Installation:
1- Install the attached cab file on the device or the storage card and confirm reset when finished
2- After reset run SMSoIP Config before sending any sms
3- Fill in the parameters as follows:
SIP Server: SIP server address (eg: sip.voipraider.com, sip.smartvoip.com, ...)
Username: <your username>
Password: <your password>
Caller ID: <your phone number verified with your voip provider> This is required for the receiving party to see your number
Country Code: <international tel code of your country> This is required if you have numbers not stored in international format, also to detect if the destination is international or not. (eg: 90 for Turkey, 32 for Belgium, ...) Note: If you have the latest HTC messaging in your rom, you need to use +90 or +32, ...
Option: Choose the behavior you want
Auto Connect: Enable if you want auto data connection. This might result in additional charges with your gsm provider
Enable Debug: Enable debug popups if you have problems
Note: For people who have the latest HTC messaging
v1_8_20161228_00, you need to select CDMA as Sending network in messaging options for some reason
4- Enjoy
Credits
- pjsip developers for the open source sip stack
- oruam57 for developing the initial version of the config tool, and support
- people in the original thread for testing and support
- eboelzner for Sense SDK used to develop the new config tool
Download
Any special instructions for those who UPDATES from old (e.g. 1.7) version ?
Or just install as usual ?
bogdatov said:
Any special instructions for those who UPDATES from old (e.g. 1.7) version ?
Or just install as usual ?
Click to expand...
Click to collapse
Just uninstall the old one, install the new one, reboot and configure.
Can this be used on 6.5.x roms ?
does it allow an option of sending method ? carrier sms or voipsms ?
Great idea ...
This is posted under "Windows Mobile Development and Hacking General", but the post talks only about HTC messaging. Does this mean that the hack won't work on any other devices, like for example Samsung Omnia?
aiiro said:
This is posted under "Windows Mobile Development and Hacking General", but the post talks only about HTC messaging. Does this mean that the hack won't work on any other devices, like for example Samsung Omnia?
Click to expand...
Click to collapse
I don't think so. I'm pretty sure I used to use this with a 6.5.x ROM that didn't have Sense nor the HTC Messaging. Either way I think it should be safe to just backup your sms.dll (maybe the program even does this for you, I don't really remember that) and try this. I don't have my Winmo phone to check anymore, sorry.
---------- Post added at 03:57 PM ---------- Previous post was at 03:57 PM ----------
Mister B said:
Can this be used on 6.5.x roms ?
does it allow an option of sending method ? carrier sms or voipsms ?
Great idea ...
Click to expand...
Click to collapse
Yes to both.

[YotaPhone2] YotaMirrorCFG 2.1.0 update

Update 2.1.0 2016-3-16
1.Optimized Manage UI.
2.Optimized for other versions Lollipop besides RU1.99.
3.Modified for the issue of "read fail".
4.Optimized for config redundancy.
5.Added the language recognition.
6.Fix ROM 4.4 support.
Introduction
What is it?
YotaMirrorCFG is my stab at developing something useful for the Yotaphone 2. It's a configure tool for YotaMirror, which controls the mode each app mirroring on the back screen. It is specified and has been tested on the latest firmware (1.99 RU).
What it does?
- The configure tool allows you to change and manage mirroring mode for each app.
- The configure tool provides full-refresh mode for mirroring , also could change the dithering mode, waveform mode etc...
Installation instructions
I'm not going to bother putting this on Google Play because of the extra work with little benefit, so you have to install the apk manually. Here's how:
1. Check "allow installation of apps from unkown sources" from Settings - Security so that you can install the file.
2. Download the apk file and put it on your phone, or download it to your phone directly.
3. Open the apk file with some file manager and install it.
After this you can manage the mirroring mode for each app in it, just following the instructions.
Download
Download here (2.0.0)
Known issues
- This Widget requires Lollipop to work. No backwards compatibility.
- Changing the parameters in YotaMirrorCFG may cause unpredicted issues. Please set to default if you got mirroring issues on your yotaphone.
FAQ
The graphics without aesthetic ...
- If someone wants to create new graphics for the app, I am very willing to change them.
What are all these permissions?
- The MOUNT_UNMOUNT_FILESYSTEMS permission.
- The TWRITE_EXTERNAL_STORAGE permission.
- The ACCESS_BACKSCREEN permission.
XDA:DevDB Information
YotaMirrorCFG, Device Specific App for the YotaPhone
Contributors
xingshi356, xingshi356
Version Information
Status: Stable
Current Stable Version: 2.1.0
Stable Release Date: 2016-03-16
Created 2016-03-01
Last Updated 2016-03-15
Would be a very useful app, but I only see some Chinese characters?
gamer-Kenny said:
Would be a very useful app, but I only see some Chinese characters?
Click to expand...
Click to collapse
Try the other link (english version) _EN....
But it seems that the apps does only work with newest RU -Firmware, as i cannot configure anything in my EU-Version...
Same Problem as you
btrax said:
Same Problem as you
Click to expand...
Click to collapse
Hi, what problem did you meet? Reading failure or setting issue?
Could you take a screenshot of Yotaphone info and version, that would be helpful for me. Thanx.
And I update the version to 2.0.0, hope that would be useful for you.
thank you for the update
now the app is in English for me, good (I'm on the latest RU build)
- when I click "MIRRORMANAGER" I get a force close.
- in the 'modify mirror cfg' I see 2 'ONE KEY BACK TO DEFAULT' buttons.
Also it would be good if you sort the app list selection by A-Z
thanks for the work
This is Genial application! Thank you so much for your effort! It works and I'm testing the possibilities.
Can you explain all the menus and buttons a little bit more? What are they for? Also I didn't get why not all of my applications are shown in the list? For example I can not find Google books there but it is installed in my yotaphone 2.
What is A2? What is other options?
App enquiry
Will this app enable me to change the frequency of the flashing (full screen refresh) on the epd screen? I am desperately looking for this function, regards.
staphoent said:
Will this app enable me to change the frequency of the flashing (full screen refresh) on the epd screen? I am desperately looking for this function, regards.
Click to expand...
Click to collapse
Looks like yes
Parameters
a43 said:
Looks like yes
Click to expand...
Click to collapse
Does anyone know what the various parameters do
slow mode? true,default,false ??
waveform? partial,default,a2,du,full,gl,glr,gld ??
dithering? steinburg,default,atkinson,atkinson binary,steinburg binary,black white ??
sharpening? 0.1,2,5,10 ??
nosleep? true,false ??
all new to me and don't want to experiment without some idea
no reply from developer yet on this!!!
thanks
a43 said:
Looks like yes
Click to expand...
Click to collapse
that is not true, it doesnt actually allow me to change the update mode for the functioning of the back screen, just individual apps
staphoent said:
that is not true, it doesnt actually allow me to change the update mode for the functioning of the back screen, just individual apps
Click to expand...
Click to collapse
it does actually allow you to change the update mode for the functioning of the back screen in individual apps
Thanks for the app but I'm not sure what the different settings mean. I see the local refresh option but presumably that is to minimise flashing? I'm after the opposite - to force a full refresh on the home screen - I'm using Apex Launcher and getting a lot of ghosting after opening and closing menus/app drawer/folders.
I'd like to force Apex to do a full refresh - is that possible with this app, and if so, which settings should I use?
(Sorry for my ignorance.)
For Waveform: Google "yotaphone waveform". You should find a link to mwiki yotaphone com
kam1962 said:
Does anyone know what the various parameters do
slow mode? true,default,false ??
waveform? partial,default,a2,du,full,gl,glr,gld ??
dithering? steinburg,default,atkinson,atkinson binary,steinburg binary,black white ??
sharpening? 0.1,2,5,10 ??
nosleep? true,false ??
all new to me and don't want to experiment without some idea
no reply from developer yet on this!!!
thanks
Click to expand...
Click to collapse
Hello, is there any way to use this great application to set the setting of yotareader, because the reader apply some sort of "anti-aliasing" to the font to make it looks fine but i prefect sharper renderer (even if the font is aliased)
Thanks for your works
I can't get it works even on listed app.
Maybe it's not compatible with 1.1.124b ?
Thanks
Hi, is the source for this available somewhere?
i've tried to mp the devel but got no answer, maybe you'll have more luck
I'm on the last version of RU firmware and can not install Yota mirror - my phone says that file format was not recognized... any ideas?
Apologize for the late reply,I'm not playing Yotaphone since then.
For you guys questions, please see below suggestions.
[If you want to know about the meaning of each mode/prameter in settings...]
Refer to http://mwiki.yotaphone.com/wiki/Waveforms
The official document will give u a detailed introduction for the mode/prameter in YotaMirrorCFG. Please spend some time to read it if you really want to play it. Otherwise you can just tick in page 'Mirror Manager' in App.
[If you encounter a issue indicating format error of missing files...]
Please go to the directory /sdcard/TitaniumManger in your phone, and delete mirroring.cfg. Try the app again.
Ps. If no directory /sdcard/TitaniumManger found, please establish one yourself.
Contact me by twitter, [email protected].(As in China, it's quite difficult to get over the network wall. So sorry if you got no response from me.)

Categories

Resources