[APP] Parandroid Messaging (Encrypted SMS) - Betatesters needed! - Android Apps and Games

Hi all,
Finally, after many hours of hard work, we released a public beta version of our open source messaging app: Parandroid Messaging. The BETA version is available in the Market for Android 2.1 devices. This program lets you send encrypted text messages between Android users. We really need some testers so we can fix bugs and make it even better! Best would be if you can test it with a fellow android-user.
Project website (features, apk download, source code): http://www.parandroid.org
Parandroid Messaging is the first subproject of the Parandroid project. This project aims at better privacy for Android phone owners. The Messaging part refers to the default Android ‘Messaging’ application which we forked and renamed ParandroidMessaging. The Messaging application handles all SMS (text message) and MMS (multimedia message) communication on the Android device and is therefore a good starting point for the Parandroid project. SMS is only encrypted as normal GSM data and therefore insecure as not only telecom operators but also federal bureaus and possibly third parties can eavesdrop you.
Feedback of any kind is greatly appreciated!

So does this encrypt messages between android users only, what about between android and other phones ??
I wont be able to test if thats the case seen as i dont know any1 on android lol

Parandroid Messaging encrypts sms messages between two (or more) phones that have Parandroid Messaging installed. If you use Parandroid Messaging with a contact that doesn't have it installed, you will communicate the exact same way the Android native Messaging app does. You can easily see what is encrypted and what is not.
Yeah, it's a bit hard to test if you can't message with someone who also can install Parandroid Messaging Thanks for your interest though!

Is anyone still working on this very promising app? The source code is on the web page.
Its been almost a year since any update had been released.

This looks cool
Swyped from mah synergy evo!

I'd like to test this out. I have a couple phones I can test with.

could test this out aswell have 3 phones to use for it all three are gingerbred

Im interested in testing this
Sent from my PC36100 using xda premium

The developers of this app have not done an update in a long long time.it might just be abandoned. Our it might be on the back shelf.either way it is not likely to run on any newer hardware as is (ie 2.3+)
But maybe someone can update it to run on gingerbread and more.
it force closes on all actions and will not even start on my sgs2 2.33

curious
Has there been any movement on this project for 4.0 or so? Thanks..

Not that I have seen
Now using textsecure from the market.
Very good imho
There is another one that claims to use pgp encryption but I have not checked it out.
written in your mud with my stick

FC-and given reboot
i installed the beta on MT11i xperia neo V...on stock OS with locked bootloader ...the app crashed instantly and caused phone a reboot...the only thing good determined by one power guard is it is not a battery drainer
Thank You
Keep it up...Hope to see you guys fair on this project soon!​

Cool!

Iuser_Android said:
e96secure sms works for 4.x and does not need internet. Hope this helps:
https://play.google.com/store/apps/details?id=aglaya.e96securesmstrial&hl=en
Click to expand...
Click to collapse
For 10$ I will continue to use "text secure" now the default sms application for cm11
Free and open source.
written in your mud with my stick

Related

Coders in room ?

Are there some coders with some time here ?
We can see that the mail apps on Android are not so good.
Is there one coder who can take a look to port "npop" a well known mail (pop) app on Windows Mobile ?
I have the sources available.
Thanks !
Unless the sources are in Java (which im sure windows mobile is programmed in some C derivative) then it'll be hard to just port it over. a vast majority of the code will have to be rewritten and it'd hardly be the same app. What are you looking for in a mail app specifically? Perhaps someone can write one with those features. Unfortunately I have very little experience in coding (I can do non-GUI stuff in Python, Ruby + C#) But I could have a go, some of it is probably very simple and i'm a master at editing already written code to make it better
Yes the main code is available in C and I know that the app have to be rewritten.
Maybe it can help to get some ideas to build a new app really similar.
What's so special in npop that the default G1 mail app lacks?
/Mats
That's what I was trying to get at... if, for example, it has IMAP support, or something the default mail app doesn't have, it'd be better to ask for a program to be written with that purpose in mind... but rewriting a program is a lot harder in many respects, not to mention depending on the liscence, you have to ask the auther for permission etc.
I use the default mail app to connect to my second gmail account via IMAP and it works just fine. There's a forked version of the default app called k9 that improves on the default app a lot. Google "g1 k9 mail"
I second the recommendation for K9, which lives at http://code.google.com/p/k9mail/ and is open source.
Perhaps give that a try and come back with suggestions for anything you don't like about it?
leon_citron is yet using k-9 and he is not happy with it...
Yes, clearly....
Try to read a file included in a mail for exemple, works sometimes, sometimes not...
Other exemple, you can delete mail from the phone, but not from server.
With npop, you can add filters, delete mails from phone or server, or both and many many more things

[APP] [14-Feb-2011 @ 1.14] Universal ROM Updater (yeah, it's free!)

ROM modders/developers!
I'm the developer behind ROM Updater. It's meant to be an universal ROM updater (which means, it doesn't really care if you're on CyanogenMod or you're on the "whitelist"-free of ROM Manager). There is even a PHP script (on the website) which will automatically create incremental updates, cool feature of my app which lets both you and users save a lot of bandwidth. Please consider "adopting" it, it's free ^^
elegos said:
ROM modders/developers!
I'm the developer behind ROM Updater. It's meant to be an universal ROM updater (which means, it doesn't really care if you're on CyanogenMod or you're on the "whitelist"-free of ROM Manager). There is even a PHP script (on the website) which will automatically create incremental updates, cool feature of my app which lets both you and users save a lot of bandwidth. Please consider "adopting" it, it's free ^^
Click to expand...
Click to collapse
Nice work Elegos
Fantastic, consider me a supporter.
I think u have delivered it pretty well
Update: I've released incremental.jar and relative sources. Go to the website and check
New in version 1.8 (from version 1.7):
- Tried to fix a Null exception error, received via Market (thanks for reporting!) (please test)
- Added incremental.php and incremental.jar (plus sources) in the git repository to easily create incremental updates
- Moved common variables in a singleton (SharedData class) and more comments for easier understanding of the code and less variables around
PLEASE NOTE:
You don't have to mess up with the ROM name anymore, the program will check for the ro.build.display.id (MOD name) and ro.build.version.incremental (!!!INTEGER!!! version number), as well as ro.product.model (for future releases, in our case be sure is "Nexus One"). The repository main.json file has a new variable, "model" which is, indeed, the same of ro.product.model. Future versions of the app will make impossible to download updates not for your phone.
DEVELOPERS:
You have no excuses now ! I've talked with some other modders who say, for example, their updates are changing rather all the files, and I say you it's not true. Making some tests I saw that using incremental updates make the update 50~75% smaller, even with MIUI weekly releases. This means "bye bye" to the bandwidth problems, both for hosters and users.
Just added your page as my favorite. Will study and use it later, hehe ,need some time to know about it~~~~
So how do I set up repository for. CM7 nightlies? Do I have to enter it manually?
Sent from my Nexus One using XDA App
I'll give it a go. I have been using ROM Manager and it works very well but I was getting concerned with the bandwidth used for the CM7 nighties.
This does support CM7 nighties right?
Also, what about getting notifications when there is a new build for ClockworkMod Recovery and backup/restore options for ROMs that I keep on my phone?
Wow, as a themer, I would have to say that the idea behind this is amazing. I would love to see it adopted by everyone. I would like to be able to see what exactly has changed between updates, it would save me a lot of time personally. I commend you for your work on this. Woot
@apratomo: you need someone who sets up a CM7 nightly repo. I can't, as it would mean I should support every ROM out there, and my bandwidth is limited (I can host one ROM if you want, not 1000 ). By the way you should edit the build.prop file in order to edit the incremental value and make sure the ROM name is allways the same (display.id).
@pfran42: it supports any ROM you want, this is why I made it
It actually don't check for new recovery images, as it relies on external repositories only, I may create a different application for that though. As of backup/restore, it currently has an option to backup the current ROM wherever you want (see options). When I discover how to restore a nandroid backup via command line, I'll add that feature too.
This is a great idea, however adoption may be slow. Even though its an AWESOME idea, it may be a good idea for you host a popular ROM elegos to get the ball rolling. I'd hate to see this die...
Ok so I have to launch a poll. Problem is that:
1. In the generic Android Development forums (where this really thread should stay) is overcrowed with posts, most of them are just publicity for apps on the market.
2. I'd love to have the attention of all the android people to partecipate to the poll. Of course I MAY create a CM7 nightly repo, but it would mean daily work for me (and a lot of space on my host).
I'm working on a system that should keep a list of repositories automatically updated every time you download a ROM with the app (accepting to send anonymous data). It's ready in the git repository, I'm waiting to push it live 'cause I want to create an interface to grab that data too (a sort of list ordered by phone model).
I think that just for starting I'd love to host a Nexus One Gingerbread AOSP, just like MicroMod777's one (TBH I already have that repo online, but it's frozen at version 20 as MicroMod is focusing on CM 7 custom builds, which I dislike for its too many customizations (both CM itself and MicroMod's)). Alternatively an AOSP 2.3 with no apparent changes (i.e. maybe CM with standard launcher). Any idea?
Sometimes you just have to prove how good your ideas are, because people are lazy... good luck my friend.
Sounds interesting.
I'm going to release a "major" update: all the times a user downloads a ROM and accepted to send anonymous data, the repository, ROM name & version and phone model will be sent to a database, which will return back a list of repositories directly in the settings menu!
I've released version 1.9 and made a Enomther Nexus One repository. Enjoy!
Version 1.9.1
- Fixed an untranslated italian string
- Fixed the import of a repository URL via the repositories list (new line at end of repository)
- Made the application more solid when there are connectivity problems / no internet available (no crash anymore)
awesome work!!
have tagged the link shall go thru it...gr8 job elegos ..!! ..PeacE
Awesome ^-^

RemoteTracker for Android -Antitheft software

Hi there,
This software is an Antitheft and you can use it to track your device when it was lost or stolen. It works catching a formated SMS/EMail sent from any phone/computer and then receiving useful informations back.
You can use it to others objectives, like keep your eye in your child. Use your imagination!
You can set up to four emergengy contacts to receive SMS if the thief change your SIM card and you still can track your device.
The RemoteTracker for Android is an evolution from an old project for Windows Mobile 6 (If you want to see the entire history, please click here).
I'm justing starting this project. There are much more to come.
To send a command to RemoteTracker, send a SMS with the syntax: RT#(command)#(phone or e-mail)#(password). Example: RT#EGP#[email protected]#1234. This version answer the commands below:
help - send to you a list of commands available in Android platform;
ehelp - same as 'HELP', but send the list by e-mail;
fhelp - same as 'HELP', but send the list to your FTP server;
gp - try to get GPS coordinates and send back to cel number passed as parameter;
egp - same as 'GP', but send the list by e-mail;
fgp - same as 'GP', but send a file to your FTP server;
gi - Send informations about your phone: IMSI, IMEI and ICCID;
egi - Same as 'GI' but the answer goes by e-mail;
fgi - Same as 'GI' but the answer goes to your FTP server;
cb - your phone will make a Call Back to you. Just make a call and let the microphone open;
cellid - Retrieve informations (CELLID, LAC, MNC and MCC codes) about the tower your phone are connected. Send to you by SMS;
ecellid - same as 'CELLID', but the answer goes by e-mail;
fcellid - same as 'CELLID', but the answer goes to your FTP server;
secret - if you forget your password you can use this command to receive by SMS your personal secret question;
lostpass - used to receive your password if you forgot it. You must send the answer for your secret question, so, you can use the secret command to help you;
Commands available only in PRO version:
PICSON - Makes RemoteTracker (only PRO version) watch for new photos and send them to Default EMail Address;
PICSOFF - Makes RemoteTracker (only PRO version) stop to watch for new photos;
EPICSON - Same as PICSON, but send an E-Mail back;
EPICSOFF - Same as PICSOFF, but send an E-Mail back;
FPICSON - Same as PICSON, but send the answer to FTP server;
FPICSOFF - Same as PICSOFF, but send the answer to FTP server;
PCALLSON - Makes RemoteTracker (only PRO version) takes a photo on a call is receive or made and send it to Default EMail Address;
PCALLSOFF - Makes RemoteTracker (only PRO version) stop to take photos on calls;
EPCALLSON - Same as PCALLSON, but send an E-Mail back;
EPCALLSOFF - Same as PCALLSOFF, but send an E-Mail back;
FPCALLSON - Same as PCALLSON, but send the answer to FTP server;
FPCALLSOFF - Same as PCALLSOFF, but send the answer to FTP server;
WIPEDATA - This command will return your device to factory default and format your SD Card.
There are another features inside RemoteTracker, like:
- SIM CARD change observer;
- Automatically restore your preferences if you reinstall it. This feature is particular useful if you have a custom ROM with RemoteTracker inside. Once configured, everytime your devices boots up, your preferences will be restored;
- Works as Device Admin, so it can't be uninstalled if you don't know the password;
- And more...
This project can be multi-language. In this version there is only English (sorry about it, my english is very bad because this is not my mother language). If you want to make your own translate, I can tell how. Very simple.
If you decide to try RemoteTracker, I would like to read reviews, comments and suggestions. Remember this is a beta version and may contain bugs. Use at your own risk and with caution.
--> It is a work in progress. In future versions I will make a lot more.
Support this project
You can support this project making a donation clicking here or clicking the banners in the project website: http://remotetracker.sourceforge.net
All the best,
Joubert Vasconcelos
Hello friends!
To test RemoteTracker please download it from here:
http://remotetracker.sourceforge.net/RemoteTracker.apk
Before your tests, please turn on the Debug option. It will make RemoteTracker write the remotetracker.txt file in the root of your memory card.
All the best,
Joubert
I just released the second beta!!!
Now, RemoteTracker can automatically turn on the Mobile and WiFi network to try get location and send EMails!
For older phones RemoteTracker also will automatically turn on the GPS! Unfortunately this is impossible if you are using new Android versions (2.3.x or so).
A few minor bugs was fixed.
All the best,
Joubert
joubertvasc said:
For older phones RemoteTracker also will automatically turn on the GPS! Unfortunately this is impossible if you are using new Android versions (2.3.x or so).
Click to expand...
Click to collapse
GPS can be enabled in 2.3+ - but only if device is rooted. That's what it says in the Cerberus entry in "AppStore" [edit: AndroidMarket].
Hi!
Yes, if you have a rooted device is very easy to enable GPS remotely. But I do not recommend in any way for users to root the phones for security reasons.
I think you are talking about Market, not AppStore We are talking about Android not Apple
All the best,
Joubert
New beta 0.3!!!
Hello again,
I just released version 0.3. Now we got FTP answers back!
In Configurations I added a session to input your FTP server details. The example commands GI and GP now works with FGI and FGP as well.
Once again minor bugs was fixed. If you want to try please download the APK here: http://remotetracker.sourceforge.net/RemoteTracker.apk
As soon as possible I'll make a TODO list and a Road Map.
All the best,
Joubert
Copying my post form the old thread so I can subscribe to this one:
Wow, nice to see this make it to Android.
Some suggestions,
1: Name it something that isn't obvious in the market. Don't want a thief easily finding it in the installed apps list. Going to the market and then buying "my apps" shows you exactly what's installed. So you should name it something totally different that nobody would suspect or want to remove. Like "memory maximizer" or something like that. Probably want to keep it in the middle of the alphabet so it's not at the top or bottom of the list.
2: Maybe make a way to remotely monitor the front/rear camera. Then you could get the thief on video (and also see if it's a crowd, or some huge guy you don't want to mess with, lol).
I'll try to help test when I get another phone and more time. Right now I don't have a lot of time to work out bugs. And more importantly I only have the 1 phone, and I can't afford to have it malfunctioning (I need it for work). I'll buy a used extra phone for testing and then I'll help test.
Thank's!
Be sure I'm worry about the Name I'll post on Market. Not now. I'm trying to make it working and I'll see what I can do later.
About cameras, yes, I think we can control them. At least take pictures and send to an e-mail account. To remotely monitor the cameras, may be I need a server to receive/transmit stream. Of course this is in my todo list
All the best,
Joubert
joubertvasc said:
Thank's!
Be sure I'm worry about the Name I'll post on Market. Not now. I'm trying to make it working and I'll see what I can do later.
About cameras, yes, I think we can control them. At least take pictures and send to an e-mail account. To remotely monitor the cameras, may be I need a server to receive/transmit stream. Of course this is in my todo list
All the best,
Joubert
Click to expand...
Click to collapse
I would rather set up my own server (or even directly stream peer to peer from the device). That way you don't get stuck with hosting fees and the app doesn't die if you decide to stop supporting it someday (not that you would).
There are many possibilities. I'll try all of them.
All the best
Joubert
Another beta
Hi all,
I release another beta. Once again, if you decide to try it, please download from http://remotetracker.sourceforge.net/RemoteTracker.apk.
I edited the first post to add new features. And I have a notice...
I created a free and pro versions. The free version will have the most common commands we had in Windows Mobile. Only specific commands for Windows Mobile I can't write for Android. Pro version will have new features to come (I don't know yet).
But I don't want to charge my friends, so, if you are a beta tester or help me with anything, I'll give the PRO version for free. But it's for future now I'm engaged to finish RemoteTracker free as best as I can do.
All the best,
Joubert
Possible Bugs
Hi Joubert,
Thank you for have been developing so useful application. I believe everyone here is excited about what you are doing.
I tried your better version and here what I have to say:
1) You stated that the command format is RT#EGP#[email protected]#1234, but what if I want to use command to upload that info to FTP? Then,theoretically, I don't need to indicate my email or phone in the command. At the same time commands like "RT#FGP#1234{this is a password}", "RT#FGP##1234{this is a password}" are not recognized as valid RT commands or even failed with fatal exception. How can I upload this info to FTP, what should be the format of the command in this case?Indicating an email inside the command or phone number when sending to FTP seems a kind of redundancy.
2) Once an Fatal error appeared, it started appearing for each further VALID command which were working before. Error states the following:
Fatal error: Call to a member function query() on non-object in /celerra/webstor/root.dev/usr/sms core.php on line 234, most likely there it has some null reference there.
3) In the log file I see that its trying to send messages to invalid address substituting "@" at "?". Does it mean it sends to correct address but it writes to the logs incorrectly or is it really a bug? Because I don't receive any emails at all.For example, when sending RT#EGI#[email protected]#De41Be02AF in the logs I see that it mentioned it sent the message to "test?test.ru" instead of "[email protected]"
This is it for now. I can try to help you out with programming. I have no experience in Android development but have been developing in C# for 7+ years.
Again thanks for you effort.
ser-j said:
Hi Joubert,
Thank you for have been developing so useful application. I believe everyone here is excited about what you are doing.
Click to expand...
Click to collapse
I'm stuck right now. I can not go ahead because I'm not finding some answers. But soon I return to search. Very good to know there are people wainting my work to be done, because there are lots of good programs in Google Market (now Google Play).
ser-j said:
I tried your better version and here what I have to say:
1) You stated that the command format is RT#EGP#[email protected]#1234, but what if I want to use command to upload that info to FTP? Then,theoretically, I don't need to indicate my email or phone in the command. At the same time commands like "RT#FGP#1234{this is a password}", "RT#FGP##1234{this is a password}" are not recognized as valid RT commands or even failed with fatal exception. How can I upload this info to FTP, what should be the format of the command in this case?Indicating an email inside the command or phone number when sending to FTP seems a kind of redundancy.
Click to expand...
Click to collapse
You should use: rt#fgp##1234 The double # are still necessary. I'm working on a simpler syntax to be used in final version.
I'm worried about fatal errors. That's why I released beta versions. Please use Configurations Menu and check the Debug Options. After that you will see in the root of your memory card a file named remotetracker.txt. Send that file to me please.
ser-j said:
2) Once an Fatal error appeared, it started appearing for each further VALID command which were working before. Error states the following:
Fatal error: Call to a member function query() on non-object in /celerra/webstor/root.dev/usr/sms core.php on line 234, most likely there it has some null reference there.
Click to expand...
Click to collapse
I really don't know what is this. Please send the log file to me. I wrote RemoteTracker for Android in Java, not PHP!!!
ser-j said:
3) In the log file I see that its trying to send messages to invalid address substituting "@" at "?". Does it mean it sends to correct address but it writes to the logs incorrectly or is it really a bug? Because I don't receive any emails at all.For example, when sending RT#EGI#[email protected]#De41Be02AF in the logs I see that it mentioned it sent the message to "test?test.ru" instead of "[email protected]"
Click to expand...
Click to collapse
Are you sending the command using another phone, the same phone or using some WEB service (like your carrier website)? There is no code to change '@' to '?'.
ser-j said:
This is it for now. I can try to help you out with programming. I have no experience in Android development but have been developing in C# for 7+ years.
Again thanks for you effort.
Click to expand...
Click to collapse
Thank you very much for your tests. I need that! There are lots of Androids around the world and make something secure for everyone will be a journey.
All the best,
Joubert
Notices
I almost finished writing the commands that existed in RemoteTracker for Windows Mobile (at least the ones Android can execute).
But I'm still trying to make the security of RemoteTracker to be more robust. I had Features in Windows I can't write for Android yet:
- Prompt for password when uninstalling;
- Lock / Unlock the unit with the LOCK / UNLOCK commands;
I'm not able to use the camera without the need to provide a preview to the user. According to the source code of Android that is impossible, but I saw some programs doing that, so there is a way to do that and I'm looking for this information.
If anyone knows how please help me
All the best,
Joubert
Answers to the questions
Hi Joubert,
Sorry for being silent for so long.
joubertvasc said:
Are you sending the command using another phone, the same phone or using some WEB service (like your carrier website)? There is no code to change '@' to '?'.
Click to expand...
Click to collapse
I am using Web service of my sim provider to send SMS. Didn't have a chance to try with sending SMS from the phone.
joubertvasc said:
Thank you very much for your tests. I need that! There are lots of Androids around the world and make something secure for everyone will be a journey.
Click to expand...
Click to collapse
Yes, you are right.
As to the log file I will send it to you shortly.
Thank you. I'll wait for your log to see details. You can send it directly to my e-mail.
All the best,
Joubert
Hide Remote Tracker Application
Hi Joubertvasc:
Are you planing to make a feature to hide the Remote Tracker from the drawer and from any place of the phone. Like with the Theft Aware; you can access the application by dialing from the Phone Dialer. You enter your four code number then hit call. This will open the apllication without calling the number.
Regards;
Willie
Sounds good. I will take a look about how to do that.
Thank you.
Hi!
After a long time I'm back with a new version. This one has lots of bug fixes:
http://remotetracker.sourceforge.net/RemoteTracker.apk
My problem now is Android 3.1 and later, because they don't intercept messages all the time. They need human access the configuration module once to work. Security issue Google said... I'm trying to find an exit.
Best regards,
Joubert
G'day mate.
Long time no see. Great work on this app so far.
I've finally gotten around to installing it and play around with it a little.
I'm testing this on HTC One X with Revolution HD ROM
Here are a few ideas and tips for you to incorporate into your next version.
1. Include an option that allows users to set how many replies to get back from your software.
For Example. If I were to use #RT#GPS#1234, it currently only sends 1 reply. The problem with this is that most GPS units are accurate withing 5 - 10 meters. I tested it on myself where I am and it picks me up as being 2 houses down. If there was an option to send me 3 replies, in 60 second intervals, at least I would get the average GPS location of the phone. If your phone is stolen, it would also be a good idea to have unlimited SMS replies with 60 second intervals so I can get real time minute by minute location on where my phone is. Maybe this might be an idea for your Pro version. Have the option for how many replies to get and also an option for interval time between each reply.
2. Another idea for Pro version. Hide the RemoteTracker Icon from the Apps menu, or disguise it as a useless setting so if a thief were to look in the Apps menu, they wouldn't see it straight away, so wouldn't be forced to reset the ROM. Most thieves aren't smart enough to reset the phone as soon as they steal it, They normally wait till they get home..... but if he saw a tracking program, it would make them either turn the phone off right away, or reset the ROM right away.
3. I dont know much about Android programming, but an idea for capturing the Camera is to embed the photo into an MMS, or as an attachment in an email. Trying to muck around with FTP would be a waste of time because the average user wont have an FTP server, and you dont want to set up a central one because it would give every noob hacker a target to try and get into.
I will keep playing around and get back to you with any other problems or ideas for you.
Keep up the great work.
Loved the software on WinMo and looks like the Android version will be just as great.

[APP][FREE] Vireo, VoIP Client and Softphone for Android (Beta)

Hi folks,
We've recently released a free SIP based VoIP Client and Softphone for android mobiles.
It Enables you to make Free VoIP Calls to anywhere in the world.
We believe it's very easy to configure and we need to get feedback from market on it.
To test it:
You'll need a SIP Account, If you don't have one go to http://iptel.org and create one.
Download the app from the market, http://goo.gl/zJPuL
Enter your account's user and password in the settings
Restart the app
Congratulations, you can now call other VoIP numbers anywhere in the world.
Waiting for your feedback to enhance the beta.
Thanks in advance
what do you you're in domain. already made a account
Sent from my GT-S5360 using xda premium
You mean what to write in the proxy field ?
If so, and you are already registered on IPtel then write: iptel.org
and restart the app.
If that's not your point kindly let me know more details
i always get a force close when i want to launch the app :-(
configuration:
- Galaxy S 2 (GT-i9100)
- CyanogenMod 9 Nightly Build 2010-06-03 (android 4.0.4)
We've tested on 4.04 but unfortunately not CM9 Nightly Builds.
Once we release a version compatible with CM9 we'll keep you posted.
Keep the app installed and when there's an update available check the description of the update for CM9 Support
Thanks, ill try this app.
Can't install app
BassemIP said:
Hi folks,
We've recently released a free SIP based VoIP Client and Softphone for android mobiles.
It Enables you to make Free VoIP Calls to anywhere in the world.
We believe it's very easy to configure and we need to get feedback from market on it.
To test it:
You'll need a SIP Account, If you don't have one go to http://iptel.org and create one.
Download the app from the market, http://goo.gl/zJPuL
Enter your account's user and password in the settings
Restart the app
Congratulations, you can now call other VoIP numbers anywhere in the world.
Waiting for your feedback to enhance the beta.
Thanks in advance
Click to expand...
Click to collapse
I download from market but will not install "Installation Unsuccessful" I run non official android ICS on HTC HD2 phone.
I have no problem with other soft phones or androids native voip
Thanks
Steve A

WhatsApp Backup Transfer

I wasn't quite sure where to put this, and I did email their support but I figured there's such an untapped knowledge base here, that you guys would probably be more fit to help me better and faster.
I recently upgraded from my Atrix 4G to an iPhone 5, and I've been using WhatsApp for months if not well over a year on my Atrix. I have done regular backups and since my jump from Android to iOS, I lost those files. I understand WhatsApp doesn't have server side backups and all the backups are local to your device. I thought a mere grab and drop of the backup files would do the trick, but the architecture and structure of WhatsApp between these two operating systems is astounding. I have both the msgstore.db (Android) and the ChatStorage.sqlite (iPhone) backups, in my searches I found that the .sqlite file is is not encrypted like it's counterpart, .db. I was hoping and wishing that there was a way where I could decrypt the .db and rename it as the .sqlite, I'm not entirely sure if that is such a lost cause because the differences between how WhatsApp handles on Android as opposed to iOS or if it's something that is feasible. There's just too much information stored on my old chat logs that I can't lose from the jump.
I'd appreciate any type of help with this, thanks in advanced.
There currently is no easy and comprehensive solution for migration from Android Whatsapp to Iphone Whatsapp.
You have the following options:
- Use Whatsapp Xtract. With this tool you will at least be able to browse your old messages in a browser, so they aren't completely lost.
[TOOL] Whatsapp Backup Messages Extractor
- ark0n3 is working on a Java tool called WhatsAppMigrator (however from iOS to Android, I think), you may contact him: ark0n3
As far as I know, the tool currently only manages to convert normal messages, but no media or group messages.
- You may wait for Whatsapp Xtract to include a conversion and/or merging feature. But currently it doesn't look like we will make it soon.
The problem is not only the encryption of msgstore.db.crypt (using Whatsapp Xtract you easily can decrypt it), but the completely different database structure between Android and Iphone Whatsapp data files.
ztedd said:
There currently is no easy and comprehensive solution for migration from Android Whatsapp to Iphone Whatsapp.
You have the following options:
- Use Whatsapp Xtract. With this tool you will at least be able to browse your old messages in a browser, so they aren't completely lost.
[TOOL] Whatsapp Backup Messages Extractor
- ark0n3 is working on a Java tool called WhatsAppMigrator (however from iOS to Android, I think), you may contact him: ark0n3
As far as I know, the tool currently only manages to convert normal messages, but no media or group messages.
- You may wait for Whatsapp Xtract to include a conversion and/or merging feature. But currently it doesn't look like we will make it soon.
The problem is not only the encryption of msgstore.db.crypt (using Whatsapp Xtract you easily can decrypt it), but the completely different database structure between Android and Iphone Whatsapp data files.
Click to expand...
Click to collapse
some days ago I had to move the project from google drive to a public website (for some technical limitations imposed by google).
please not that this tool (at least at the moment) move your Whatsapp history from iPhone to Android, not the other way around.
here you go mod edit - links removed
How to transfer chats Whatsapp from Android to iPhone ?
I'm willing to pay for help
condor-style
@
mail,
ru
Is there any chance of making the conversion to reverse? From Android to iPhone? Thanks.
panchowatkins said:
Is there any chance of making the conversion to reverse? From Android to iPhone? Thanks.
Click to expand...
Click to collapse
Any idea? I'm looking for this...
I'm also looking for any method to migrate my whatapps' history from android over to my next phone. Due to this is a company phone, therefore, there's plenty of important messages which I needs from time to time.
Please, if someone could help out on this.
Thank you very much in advance.
I guess all the Data are stored at WhatsApp server.
If you install a fresh and verify your old same number, it will sync your conversations...
Secondly, one can use WhatsApp Backup app.
I am not sure for the availability of backup and restore capabilities across multi platform.
But if that is not available today, some developers may go for that looking to the popularity and user base WhatsApp has got.
Hi all,
I also run into this problem. I really want to have my Whatsapp db on Android converted to the sqlite format for iPhone. Is there a way I can help ? I have some python coding experience and also some db knowledge. Not very much, but willing to learn !
shackks said:
I'm also looking for any method to migrate my whatapps' history from android over to my next phone. Due to this is a company phone, therefore, there's plenty of important messages which I needs from time to time.
Please, if someone could help out on this.
Thank you very much in advance.
Click to expand...
Click to collapse
panchowatkins said:
Is there any chance of making the conversion to reverse? From Android to iPhone? Thanks.
Click to expand...
Click to collapse
A program called Android WhatsApp to iPhone Transfer from Backuptrans can help.
How to transfer WhatsApp Messages from Android to iPhone?
iPhone WhatsAppp to Android Transfer is also supported. Hope it helps.
ark0n3 said:
some days ago I had to move the project from google drive to a public website (for some technical limitations imposed by google).
please not that this tool (at least at the moment) move your Whatsapp history from iPhone to Android, not the other way around.
here you go mod edit - links to paid app removed
WhatsappMigrator switched name to WazzapMigrator and moved to a native Android app.
Check out (free on Play Store): https://play.google.com/store/apps/details?id=com.nbeghin.whatsappmigrator.lite
Click to expand...
Click to collapse
can't delete this post. maybe missing permission??

Categories

Resources