[MOD][Xposed][PGP][Security] Android Email PGP Support - Xposed Framework Modules

Android Email PGP​
{
"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"
}
Summary
This Xposed module aims at adding PGP support to the native android email client.
Introduction
I started creating this module because I started using PGP in my daily mail exchange with some friends and colleagues, but I was unsatisfied with the support of PGP in Android. There is K9-Mail and an addon, but I really like the native Android email app more, so I started working on this.
I tested this app on CM11 (Android 4.4.4) and the native installed email application. Samsung/HTC email clients won't work.
Download
Download it straight from Xposed Repository
Source
Find the source on github.com - Feel free to contribute
Features
Import your keys (private & public) into the app
Decrypt encrypted messages
English and German translation
Current limitations
You may only import keys by opening an *.asc file from anywhere on the device (Dropbox etc. work as well) by choosing to open the file with my app
Bugs
Headerviews in the emails get added multiple times sometimes
XDA:DevDB Information
Email PGP, Xposed for all devices (see above for details)
Contributors
LucasR93
Xposed Package Name: com.lr.androidemailpgp
Version Information
Status: Testing
Created 2014-08-25
Last Updated 2014-08-25

Reserved
Added screenshots

This is a marvelous module. I am using AguaMail, would be nice if you can perhaps extend it for third email apps in the future.

Great Idea!
This is a great idea, and a good way to implement it. Thanks for thinking of it. I look forward to using this..

LucasR93 said:
This Xposed module aims at adding PGP support to the native android email client.
Click to expand...
Click to collapse
Sadly I don't see a lot of activity here although the idea has a lot of merit in this day and age.
I suspect that a lot if heavy mail users are using POP3 or I'LL clients, such as K-9, Kaiten and a few others. Some already have the ability to work with APG which has been around for a while but not much us happening with it.
A true, well working PGP client would be nice to see.
---
* Give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime.

Thank you, I think the limited feature set is the problem here - I am working on implementing open keychain for faster development progress as I do not need to handle all the PGP related stuff myself..
NYLimited said:
Sadly I don't see a lot of activity here although the idea has a lot of merit in this day and age.
I suspect that a lot if heavy mail users are using POP3 or I'LL clients, such as K-9, Kaiten and a few others. Some already have the ability to work with APG which has been around for a while but not much us happening with it.
A true, well working PGP client would be nice to see.
---
* Give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime.
Click to expand...
Click to collapse

more encryption by everyone is more better
Was this in part inspired by webPG.org ?
(not those nefarious rascals acting as keymaster and gatekeeper)
IMAP is my druthers (when both server side searching and filtering is available). Let POP die.

RedScotch said:
Was this in part inspired by webPG.org ?
(not those nefarious rascals acting as keymaster and gatekeeper)
Click to expand...
Click to collapse
No not really, it is more inspired by my personal need. I am using PGP in thunderbird as my mailclient on my desktop with some friends and I was annoyed that I can not access emails when I am on the go.
Unfortunately no futher progress until now..

I'm looking forward to this. I much prefer the gmail app over k9!

mnestor said:
I'm looking forward to this. I much prefer the gmail app over k9!
Click to expand...
Click to collapse
Definitely, but work is stopped for now, I am waiting at least for the new gmail 5.0 apk to be finally released

Any news? I'm keeping my fingers crossed for a gmail update.

tonix435 said:
Any news? I'm keeping my fingers crossed for a gmail update.
Click to expand...
Click to collapse
No news for now, at least nothing interesting. I decompiled the gmail 5 apk, but it is obviously obfuscated.. That means all the classes are only named a.java, b.java,...
That makes it extremely hard to understand the logic of the app and it's source and to find the interesting points to add method hooks. I need much more time to look into this and to understand it..
But like you I really want to have it working in the current gmail apk..

Keep us posted.

LucasR93 said:
Samsung/HTC email clients won't work.
Click to expand...
Click to collapse
Will Samsung devices be supported in the future?
Im on Samsung Galaxy S3 T999.

I cant open settings in the PGP app..

Doesn't work (CM11, Android 4.4.4)
Hi,
I really would like it to work, but it doesn't:
- cannot open settings
- can only import public keys, secret keys will not be displayed in the list altgough they should work (single key as asc)

Any update on this?

Is this officially dead? I use K-9 but an alt is welcome.

Related

New Utility 'CallCalendar'

Hey all,
I recently wrote a new program that you can all have if you want.
This will log all incoming and outgoing calls and publish them as private appointments on your calendar.
This is great for logging when you talked to someone, or you can just go back and edit the new appointment and add notes directly to it.
After you install it you must either launch it manually by browsing to the installed file location, or you may simply reboot your device and it will launch upon the next boot automatically.
Requirements:
Windows Mobile 5 or greater
.Net Compact Framework 2
I have only tested on my HTC Cingular 8525
Link:
http://kingfetty.com/CallCalendarInstaller.CAB
Enjoy!!
Also, let me know if you have suggestions
[email protected]
-------------------------------------------------
Update: A user pointed out a bug with the date in this app, I have corrected this now please uninstall the old and redownload the app and reinstall.
Sounds really cool I am checking it out now.
I am also starting to develop some windows mobile apps. I am a web app developer by trade. All of my professional work goes into developing .NET 2.0 web apps. I just started developing on the compact framework. I find the compact framework to be very easy but I am starting to wonder if I should just focus on C++ for the mobile platform instead. It seems that everything I want to do is done through interop and only the interface is done on managed code. What do you think?
I am new to developing for the windows mobile platform as well, but from what I have found is there is a lot you can do with the compact framework, but the documentation is virtually nill.
That being said, you could still develop using the .net cf 1.0 and not require the 2.0 to be installed as 1.0 is already embedded into the rom.
My personal thought is take advantage of the .net it saves lots of time and coding. I wrote my program in about 3 hours.
Also, let me know if you want my source code, I'll be glad to offer it up.
kingfetty said:
I am new to developing for the windows mobile platform as well, but from what I have found is there is a lot you can do with the compact framework, but the documentation is virtually nill.
That being said, you could still develop using the .net cf 1.0 and not require the 2.0 to be installed as 1.0 is already embedded into the rom.
My personal thought is take advantage of the .net it saves lots of time and coding. I wrote my program in about 3 hours.
Also, let me know if you want my source code, I'll be glad to offer it up.
Click to expand...
Click to collapse
Source code would be cool. It doesn't seem to work on WM6 unless it doesn't log outgoing calls. Or perhaps I need to soft reset to get it to work?
I am working on an app to get the time via an internet timeserver. There is one available for $15 but I think I can make a better one myself. Do you have the new SDK with the WM6 device emulators? It makes testing a lot faster for these litttle apps.
Let's get this thing going, this is XDA developers, most people here are like where can I get the latest rom, which is cool but I think we can put our heads together and develop some apps that will solve problems or extend functionality on the platform.
I will gladly offer my source code also. Do you use VS2005?
computer9cowboy said:
Source code would be cool. It doesn't seem to work on WM6 unless it doesn't log outgoing calls. Or perhaps I need to soft reset to get it to work?
I am working on an app to get the time via an internet timeserver. There is one available for $15 but I think I can make a better one myself. Do you have the new SDK with the WM6 device emulators? It makes testing a lot faster for these litttle apps.
Let's get this thing going, this is XDA developers, most people here are like where can I get the latest rom, which is cool but I think we can put our heads together and develop some apps that will solve problems or extend functionality on the platform.
I will gladly offer my source code also. Do you use VS2005?
Click to expand...
Click to collapse
I do use VS2005, the WM6 SDK is at: http://www.microsoft.com/downloads/...3A-A651-4745-88EF-3D48091A390B&displaylang=en
Did you launch the program when you were done installing it? Do you have the Compact Framework 2.0 installed? A reset of the device will launch the program automatically so if you haven't launched it you could simply reset. Let me know and I would like to get it working for you.
Source Code: http://kingfetty.com/CallCalendarSource.zip
kingfetty said:
I do use VS2005, the WM6 SDK is at: http://www.microsoft.com/downloads/...3A-A651-4745-88EF-3D48091A390B&displaylang=en
Did you launch the program when you were done installing it? Do you have the Compact Framework 2.0 installed? A reset of the device will launch the program automatically so if you haven't launched it you could simply reset. Let me know and I would like to get it working for you.
Source Code: http://kingfetty.com/CallCalendarSource.zip
Click to expand...
Click to collapse
Ok it does work after a soft reset. That is pretty cool.
I am going to do a little more work on my internet time app then I will release the source code for that also. Right now it is the most basic of apps. I only spent maybe an hour on it. Most of that time was spent looking around on the net for how to use the interop to set the time and whatnot.
I can't load the project, it says something about not being able to load something that doesn't exist in my datastore.
Question, why use VB if you know all those languages? Your resume says that you do all sorts of development. Why o why use VB?
You don't have the WM5 SDK installed
http://www.microsoft.com/downloads/...F2-F524-4EC5-9155-717CBE5D25ED&displaylang=en
Ok I am almost done porting the code from VB.NET to C#.
VB just smells bad. I am going to fully comment the source code with embedded XML also.
I have atacted a picture explaining why C# is better than VB
{
"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"
}
computer9cowboy said:
Ok I am almost done porting the code from VB.NET to C#.
VB just smells bad. I am going to fully comment the source code with embedded XML also.
I have atacted a picture explaining why C# is better than VB
Click to expand...
Click to collapse
Make a today screen out of it........
well i got the c# version to build but i must have introduced some new bugs because it throws an exception when ending an incomming call
i will get it worked out later
Update: A user pointed out a bug with the date in this app, I have corrected this now please uninstall the old and redownload the app and reinstall.
kingfetty said:
Update: A user pointed out a bug with the date in this app, I have corrected this now please uninstall the old and redownload the app and reinstall.
Click to expand...
Click to collapse
I installed your new one and it caused the time recording to be off by -4 hours. I am in EST (-5)
Old one ran perfectly.
Modified CallCalendar
I have taken KingFetty's app and modified it to have more functionality.
* Added menu's
* Configurable to optional minimizing on startup. (Running it again will restore the app.)
* Added a list box to show the records.
* Added the option of recording missed calls as well.
* Added notification. Using WM notification services, it can optionally show a popup when a tracked event occurs. I used this for debugging, but some may like it.
Let me know what you think, and any suggestions for additions.
CallCalendar2
Cool application and pretty simple. Thanks!
Houser
Houser said:
Cool application and pretty simple. Thanks!
Houser
Click to expand...
Click to collapse
My pleasure
Update:
I just added call time tracking.
It will keep track of your minutes on outgoing and incoming separately. You can also reset the values when you want. It will remember the values between launches.
Enjoy
Care to post the source as I did so we can continue to contribute and make this better.
kingfetty said:
Care to post the source as I did so we can continue to contribute and make this better.
Click to expand...
Click to collapse
Sure, here you go
CallCalendar2 Source
Thanks for the original source code KingFetty, excellent work.
CallCalendar
Hi,
Looks cool, I'll give it a try on my Universal.
Thanks,
Leo

[CANCELLED] XDA-Marketplace (Source-code released & attached)

UPDATE - 20.10.2010
--------------------
Due to overwhelming interest in the source-code I've decided to attach it here in the frist post.
Maybe some of you can collaborate, or do your own twist on it.
Some specs:
ASP.NET MVC2 (.NET 4 & C#)
Entity Framework as ORM
SQL Server 2008 (Express used for development)
Scripts for creating database and inserting some dummy-data is included.
Don't expect clean and tidy code. Some places it's a real mess...
Enjoy!
UPDATE - 12.10.2010
--------------------
The reason for updating this first post is unfortunately not the reasons I hoped it would.
I'm sorry to say I no longer have the time or energy to uphold the devotion and work required to finish the marketplace site. Being in a full time job, having a life and everything that includes simply does not allow for a project of this scale to be developed in a timely fashion. It's with regret I'm prematurely ending the project, and I'm sorry for disappointing you by doing so.
In addition to the lack of time, it's also a lack of motivation - reason being the introduction of WP7, already existing similar solutions for Android and Apple has it's closed-up AppStore.. I'm just not sure I see the potential I once did.
If anyone would like to have a look at the projectcode, I will more than happily zip it down along with the database script. Please PM me if you're interested.
Once again, I'm really sorry.
[ANNOUNCED] XDA-Marketplace
Hi all!
I have mentioned this in another thread, but wanted to hilight this request.
I`m woundering if there is a chance that some one could make a "XDA Markedplace" for the phone?
So all Themes, tweakes, programs and other could be collected in one place
Would also like to see something similar on this site. All in one place!
Or an external site with categories. Graphics, info and download on the program, tweak, theme etc, and discussion her on the board.
I dont know if some of this things are doable, but i would really like so se somehing similar
-Exlo
a marketplace would be nice, because you could highlight programs as functionalable or not to secific devices or OS!
Some time ago I thought of creating a new marketplace for WM but I'm not so sure if we really need it.
Wow that would be awesome! It'd be like cydia.. only for WM!
Great idea, moreover, nothing to pay to Microsoft for a app on this kind of marketplace, so we can imagine to put others free apps (which are not on the microsoft marketplace)
Ok, so lets say someone will create a new wm appstore/marketplace, which features do you want it to have? So far:
1. Many apps (unlike MS marketplace), including from xda developers.
2. Requirements by OS/tested with devices.
3. Accessible from browser and/or WM app.
What else?
World wide acces to all apps. No more regions!
_Edd_ said:
Ok, so lets say someone will create a new wm appstore/marketplace, which features do you want it to have? So far:
1. Many apps (unlike MS marketplace), including from xda developers.
2. Requirements by OS/tested with devices.
3. Accessible from browser and/or WM app.
What else?
Click to expand...
Click to collapse
4. Screenshots of application
I think this is a great idea. The xda forum is hard to navigate since there's no categories. The forum should only be used as support and beta.
Martin
the main idea was to gather all apps, tweaks etc. in one place since its very hard to navigate in the forum without categories.
Would also like to se a section her in the forum(or external) with categories and graphics.
I have tried to write this many many times, why and how this could be done, but my english is so poor, that i almost couldnt read it my self
doesn't sound hard to achieve, there are so many windows mobile app sites but none it seems really stand out.
If we can create a website which can be accessed via pc, mobile friendly website and also a wm app then we have a winning combination. All we need to start is some web hosting - and that's not exactly expensive. Surely we have enough people on the forum who have the right skills to make and design the various bits.
+1. Great idea.
MarketPlace and its stupid region restriction is so frustrating.
I'm on it
Anyone feel like whipping up some design sketches?
What I have planned so far:
- No login required unless you want to upload your own apps or leave comments/ratings on apps
- Only freeware/donation-apps will be allowed in the beginning
- No limitiations regarding phonemodel or os
- Of course no regions
- Anyone can upload their own apps, update with new versions.
- Commenting and rating funcionality
- Screenshots
At the moment I've set up the database structure, and most of the "business-logic" layer of the application, but no web-interface has been done yet.
I've written the service-layer with an open API in mind - That way we might encourage the more savvy WinMo-developers to create an app for the phone, since I'm no good at that.. I'll make a simple mobile-friendly verison of the web, and I'm also implementing automatic QR code-generation and support for Microsoft Tags for easy scanning and downloading to your mobilephone.
When I get closer to finish, I'll probably open a new thread announcing it, but for now, let's keep the discussion going here.
+10 Spot on...
yngvebn said:
Anyone feel like whipping up some design sketches?
Click to expand...
Click to collapse
I was kind of bored.. is this what it could look like (yes, I like green xD)?
{
"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"
}
derScheich said:
I was kind of bored.. is this what it could look like (yes, I like green xD)?
Click to expand...
Click to collapse
I think it looks lovely, could have a block above the categories showing "What's new" "Most Popular" Etc.
+ The App should have a feature to check compatibility of App with device + OS + Custom OS. - This is a must included feature.
+ Ability to add extra sources
Excelent idea guys, the cydia compentence is completly necesary for a new interest, and possibilities for HD2 and powerful hardware and screen multytouch
good idea, keep it up!
greetings from spain!!
Big fan of this project. I would call it the best possible marketplace because of all the support you can get on this forum and although the quality of apps in this forum, but till now it has been quite uncomfortable to follow all these great projects. This could be awesome.
This is one BRILLIANT idea. +5 for this project.
i got to say i think this is the best thing i have ever seen and not only that it will force microsft marketplace to lower its prices, improve and be mroe free like andriod/apple app stores....
can i just ask one thing, could you have phone specific as well for applications like BSB Tweak and all those Touch X cabs and so on, and i was thinking it would also be great if the martketplace had a customizable skin, think of the fun people could have creating their own looks

Beta Testers Wanted: Web App Directory

We are developing a directory of Web Apps to allow for convenient discovery and access to third parties that may not yet have developed native experiences for Windows Phone. Right now we are looking for Windows Phone 8 users who have developer unlocked devices (or are able to sideload a XAP from an SD card). In the not too distant future we will be running a Beta via the Store.
If you are interested in helping out, please send me a message or reply to this post.
Update: We are now launching our Beta via the Windows Phone Store. Please PM, email ([email protected]) or post your Microsoft account email address here to be included in the Beta.
nanabite said:
We are developing a directory of Web Apps to allow for convenient discovery and access to third parties that may not yet have developed native experiences for Windows Phone. Right now we are looking for Windows Phone 8 users who have developer unlocked devices (or are able to sideload a XAP from an SD card). In the not too distant future we will be running a Beta via the Store.
If you are interested in helping out, please send me a message or reply to this post.
Click to expand...
Click to collapse
I have an account at Store and have unlocked smartphone, would love to help you out with testing the beta
ap3rus said:
I have an account at Store and have unlocked smartphone, would love to help you out with testing the beta
Click to expand...
Click to collapse
Awesome! Thanks for the offer, I've sent you the details via a PM.
Been wanting something like this, but don't have the time to code it up myself.
I can help test it out and give feedback though. Would love to see this happen.
nanabite said:
We are developing a directory of Web Apps to allow for convenient discovery and access to third parties that may not yet have developed native experiences for Windows Phone. Right now we are looking for Windows Phone 8 users who have developer unlocked devices (or are able to sideload a XAP from an SD card). In the not too distant future we will be running a Beta via the Store.
If you are interested in helping out, please send me a message or reply to this post.
Click to expand...
Click to collapse
count me in
Thanks for the offers, I've sent you both details via PM.
We hope to get our Windows Phone Store account organized in the next few days so we can expand the beta to those without developer unlocked devices.
We're also interested in suggestions for Web Apps to be included in the catalogue. If there are any mobile web sites that you use frequently or that work particularly well with Windows Phone, please let us know and we can add them in.
nanabite said:
We are developing a directory of Web Apps to allow for convenient discovery and access to third parties that may not yet have developed native experiences for Windows Phone. Right now we are looking for Windows Phone 8 users who have developer unlocked devices (or are able to sideload a XAP from an SD card). In the not too distant future we will be running a Beta via the Store.
If you are interested in helping out, please send me a message or reply to this post.
Click to expand...
Click to collapse
Count me in also...
Store account and unlocked 8x device
We are now launching our Beta via the Windows Phone Store. Please PM, email ([email protected]) or post your Microsoft account email address here to be included in the Beta.
For everyone who's received a Beta copy already, can you please try to provide feedback by Thursday the 14th of February, as we'd like to get the app submitted to the store next weekend.
For those who are curious, here are some screenshots. You're still not too late to grab a beta copy if you are interested - just email [email protected]
{
"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 All,
Thanks for your help in testing our app. Version 1.0 is now available in the Store at http://www.windowsphone.com/s?appid=49e97b4c-7715-4103-8519-066244fc9e2f
If you have any ongoing feedback, I'd love to hear it. We plan on continuing to improve the app as time goes on.
Adam

[WIP][GAME] PopNationOnline

Hello guys,
We are a small team which is about to make its first game. It is a realtime multiplayer bubble shooter. So far we have some design tests and almost no coding done. It is going to eventually be released for Android and iOS for both smartphones and tablets.
We are also looking for a good realtime backend API platform. Do you have any experiences with such?
We think we have picked the right ad platform:
www.appflood.com?site=21155
Here's a design test:
{
"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"
}
We are hoping to be getting your feedback in this WIP thread.
We already have a site : www.popnationonline.com and a FB page : https://www.facebook.com/popnationonline?hc_location=stream
PopNationOnline said:
Hello guys,
We are a small team which is about to make its first game. It is a realtime multiplayer bubble shooter. So far we have some design tests and almost no coding done. It is going to eventually be released for Android and iOS for both smartphones and tablets.
We are also looking for a good realtime backend API platform. Do you have any experiences with such?
We are hoping to be getting your feedback in this WIP thread.
this looks so awesome !!!
Click to expand...
Click to collapse
Oh, thank you! We are working hard so we can make a video of the game in action. We will alsp be revealing some very cool game mechanics as soon as we have them implemented.
Available in China?
I showed this to some of my Chinese friend. They are interested.:laugh: Do you think you can make this game available in China?
obicho said:
I showed this to some of my Chinese friend. They are interested.:laugh: Do you think you can make this game available in China?
Click to expand...
Click to collapse
Hi, I've been reading about releasing games in China and so far I am not really sure how to do it. I know there are dozens of app stores other than google play and the app store. Putting the game there won't be a big problem I guess, but the in-game purchases will have to go through the google and apple accounts of the users. Now that I do not know if will be an issue for Chinese players. How do Chinese players pay for games? Do they use credit cards?
Also there is localization which I will do my best to get at least in mandarin and spanish.
If not, the single-player will be free anyway (albeit with ads), while the multiplayer will get a candy-crush style system of hearts you lose for a loss and you have to buy in order to play more.
PopNationOnline said:
Hi, I've been reading about releasing games in China and so far I am not really sure how to do it. I know there are dozens of app stores other than google play and the app store. Putting the game there won't be a big problem I guess, but the in-game purchases will have to go through the google and apple accounts of the users. Now that I do not know if will be an issue for Chinese players. How do Chinese players pay for games? Do they use credit cards?
Also there is localization which I will do my best to get at least in mandarin and spanish.
If not, the single-player will be free anyway (albeit with ads), while the multiplayer will get a candy-crush style system of hearts you lose for a loss and you have to buy in order to play more.
Click to expand...
Click to collapse
Releasing game in China is tricky but not impossible.
First you must decide how you are going to make money.
If you go with the mobile ads route, then just find company that has an SDK that provides ads.
If you want in-app purchase, you just need to find a Chinese payment SDK that takes Chinese payment methods.
Google play is not supported well in China so you will have to find a different submission service that takes your APK and send it to all top stores in China.
My favorite is appigniter.com
They have payment and mobile ads SDK. And pays you through your paypal account.
There are others like
papaya
onepf.org
inmobi
All interesting choices but not sure how good they work.
Thank you very much! That did help a lot. We will surely try to include a Chinese payment method, it is a gigantic market after all.
SohanM said:
Hey PopNationOnline
Uploading to each of the app stores in China can be a painstaking process. To make this process easier, you can try App Publish by InMobi. Its free and you will have to upload your app once and your app will be published to around 160 app stores across the world. I think it'll really help you.
Disclaimer: I work for InMobi
Click to expand...
Click to collapse
Haha, free advertisement. Still, thank you! I might just end up using it.
I talked to a Papaya representative in China and he was very keen on making me give up the idea of using their payment SDK and dealing with China in general. I found it very strange.

[Q] Alternative APPS

Hi GUYS,
I am new to the android world, I have been an iphone user from iphone 3gs to iphone 5s, recently I shifted to ios to android and I am curreclty using Samsung Note 3, I am very happy with the performance of the device but when it comes to the App experience I give full marks to IOS.
I thought i would start this thread for users like me who might be having problems in the android world with APPS.
eg:
1. I never found an alternative app for "ibank" which is was using on my MAC and iphone.
2. No good alternative for "Filemaker Go."
So I request all the users of this community to share the name of such alternatives apps, so that it might help in easy switching between the platforms.
I am still looking for multiple accounts emails software blackberry was great here.
At present syncing all other email address to 1 single account but thats not I require
For multiple accounts email you can use
1. Boxer.
2. CloudMagic email.
3. MyMail
On iOS I used to use "App Price Drops" app for notification of price drops of app. Can anybody tell an alternative to this app for android?
Aashim said:
Hi GUYS,
I am new to the android world, I have been an iphone user from iphone 3gs to iphone 5s, recently I shifted to ios to android and I am curreclty using Samsung Note 3, I am very happy with the performance of the device but when it comes to the App experience I give full marks to IOS.
I thought i would start this thread for users like me who might be having problems in the android world with APPS.
eg:
1. I never found an alternative app for "ibank" which is was using on my MAC and iphone.
2. No good alternative for "Filemaker Go."
So I request all the users of this community to share the name of such alternatives apps, so that it might help in easy switching between the platforms.
Click to expand...
Click to collapse
Little googling took me here
http://alternativeto.net
{
"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"
}
Already been to this site.
But see the site lists so many apps as alternatives for FileMaker go and I have tested almost all but none came closer to the functionalilty of FileMaker pro.
The main motive behind starting this thread is to help users to save time and install the best alternative app that the other helpful users of this community propose rather than installing each app that sites like alternativeto.net suggests.
I hope the community will help.
Guys which app are you using to sync outlook with your PC over local WiFi not through internet.
For iOS I used to use todo version 7
Hoping for a reply
Aashim said:
Already been to this site.
But see the site lists so many apps as alternatives for FileMaker go and I have tested almost all but none came closer to the functionalilty of FileMaker pro.
The main motive behind starting this thread is to help users to save time and install the best alternative app that the other helpful users of this community propose rather than installing each app that sites like alternativeto.net suggests.
I hope the community will help.
Click to expand...
Click to collapse
Agree
Hey guys
Any one knows android apps for.
1. Textexpansion.
2. Watching prices of apps and if the prices falls we could get a notification.
Please reply
Guys found an app more or like the iOS app "Textexpander".
The name of the app is "Everclip".
Please try it out and if know a better app than this one than please do share the name of the app here.
Guys anyone know a good notification app for controlling volume
Hoping for a reply

Categories

Resources