Is Transfer Of Notes Possible? - General Questions and Answers

Hello guys. My mother was using a redmi note 4 (4,64) and she recently switched to a new oneplus 5. She has alot of data including pictures, emails, downloads etc. But all of that has been taken care of and has been transferred. But the problem arises when we need to transfer the notes from the rn4 to op5.
She has more than 750 notes on the "stock" miui notes app, and wants them on the op5. I have been able to send notes individually from the app, but it would be a hell of a job to transfer all 750+ notes individually. Thus, I ask help from you out there to guide me and help transfer all the notes. Notes can be sent by any medium (gmail, wireless transfer, through pc etc.).
Both the phones are not rooted, are bare stock with no 3rd party launchers or icon packs. I have decent knowledge about mobiles, but would not understand complex terms, so pls try to use lay mans language to help others who see this post. Thanks alot and hope to get this solved.

Related

Photo Swap?

Description- Looking at something worth taking a picture of? Use PhotoSwap and send your picture immediately to another randomly selected PhotoSwap user. In exchange, you'll get a picture from him. You can reply to each picture you receive with another picture. PhotoSwap lets you engage in a real photo-based conversation.
Each picture taken has one and only one recipient. Be surprised by a unique glimpse into someone elses life.
Any thing like this for Windows Mobile??
Could something like this be made?
I like this but dont want to get an iphone to use this app,
i'd put money on it that people would start sending 18+ images. Problem with that is that kids will start to use the service so they can get dirty images.
Haha they have u get like banned for like a week on the version from the iphone. E-mailed the Maker of the App. Says there considering it but no plan of action yet..
Sounds like MMS......
I would love for an Android PhotoSwap clone. That would be awesome.
is there now an app like photoswap?
greetings from Ger
there is always pic swap, but needs updating badly.
(not so) long time reader, first time poster
Ive been working on a Photoswap clone for Android recently after being annoyed at how much Picswap crashes. While not 100% complete, the only real issue so far is that it relies upon a php/mysql web host for hosting the images during transit, which I don't have the funds for. Im going to look at free php/mysql hosts, however I don't know how far they can be trusted. The app so far works better than Picswap, as it offers (without force closing) the following:
- Take a photo and swap it with someone elses
- Send a reply photo back to the person who you last received a photo from, and receive reply photos from others
- Press the 'search' button to autofocus the camera
- All commands available by pressing the menu button, they do not take up screen real estate
The app still needs some polishing, as do the PHP scripts that run on a web server to handle the transfer of files, but otherwise its ready to go (if/when I can afford/find a suitable host for it)
On another note:
I ran wireshark and figured out how picswap operates and could easily make a copy of my app that interfaces with picswaps server, although it would lose out on photo replies. When picswap seems to say the image is corrupt, it looks like the image is not actually corrupt, it is just picswap not able to process it. Ive been able to access the picswap network via a php script to upload an image to it, and receive an image from it, and all images that I have received from it load fine (although some are very high resolution, while others are much smaller in size)
wow this will be really cool, i hope it is just as good as on the iPhone, and "your" programm also receive pictures of iphones!
sry 4 my english !
Greeings from germany
redbull320 said:
wow this will be really cool, i hope it is just as good as on the iPhone, and "your" programm also receive pictures of iphones!
Click to expand...
Click to collapse
It won't send/receive photos with iPhone users as I don't have details of how the iPhone app communicates If you have an iPhone (or have access to one) and you are able to run a packet sniffer on the app, Id be happy to look at modifying my app to interface with the iPhone photoswap server
I have uploaded the neccessary scripts to run from a free web host for now, however I cannot post a link to the APK here yet as a new forum user. As there are (obviously) no users of it yet, there arent many images available (Im seeding some into it myself), but with enough users I don't foresee any issues with a lack of photos being seeded into it.
The apps also not complete, and given that its running off a free web host I don't know how long it will currently run before they shut-off the hosting In which case I would need to recompile it with a new host setup. I have developed the app using the Android 2.1 SDK and tested only on a HTC Legend (unrooted). I don't believe there is anything present that would stop it working on other Android handsets/versions, but as I have not tested on anything else I cannot guarantee compatibility.
As Im a new user, Im not able to post links to outside sites until I have been verified by a moderator, however if you PM me your email address I'll be happy to email you APK file (not sure if Im able to PM links to outside sites?)
This sounds great! I'm excited to see how it turns out. Especially if you can get it to interface with the iPhone users as well. If you could send me the APK file, Ciela, that would be really awesome. I have a Droid, so Ill definitely let you know how well it works with that. Ill PM you my email address now. Looking forward to seeing it in its completed form as well.
Ive sent it across to you now
Apparently the app does not run well on the Samsung Galaxy S, whether or not it is related to the lag issues that SGS has is unknown though. It runs fine on my HTC Legend, and I assume it will run fine on other HTC devices as well. Hopefully works well on other non-HTC devices
If I can get access to an iPhone to run a packet sniffer on Photoswap, I don't imagine it would be difficult to integrate with that.
Hi Ciela,
I've got access to an iPhone with Photoswap, and all the tools I require to dump all the packets you'd ever need from Photoswap's transactions. I've also got access to a Galaxy S and a HTC Desire to use for testing.
If you need a hand, give me a shout and I'll devote a fair chuck of my time to helping you get this off the ground, be it by cloning Photoshop or starting something new from the ground up.
It may be wise that if you decide to clone Photoswap, that you get in touch with the developers and see if they're happy for you to go ahead. It'd sure give the Android Photoswap community a great head-start, being merged with the iPhone community. You never know, they may be happy to divulge the API data to you if they like the idea. Without yet dumping any packets, I'd imagine it's all done over HTTPS though, so Padadaz's co-operation would probably be a good thing.
If you decide to go your own way, I've got about 750GB HDD space free on my Xen node, so could spin you up a Debian VM if you need one.
Shout me if you need anything,
Chris
I too would like a copy to test, I have a rooted Desire and Galaxy Tab
I used to use PhotoSwap when I had an iPhone

[Q] Noob needs help to create event calendar app

Hi all,
I'm a noob app developer trying to do it for the first time. I'm trying to create an event calendar app for company's internal purposes. So that everyone in the company (which uses a lot of android phones) can be updated on company events that are coming up.
My approach is to create a database with MySQL for events input, and to use PHP to connect the database which is in a server and to push it to the android devices that are used in the office as that's how I found it in a tutorial from HelloAndroid.
My questions are:
1. is this the best approach to create such app?
2. Can I use Android's default calendar to input these events? if not is there some kind of calendar template that I can use to display the information to the users.
Probably will have more questions as I progress, but please help if anyone is more experienced in these matters than I am.
Thank you very much, and really appreciate the inputs that I'm gonna get
A simple solution would be to use Google Calendar.
By using GC you can add/edit events either from a PC (work or home) or your Mobile anywhere in the World.
All that is required is for someone to first set up the calendar on Google and push it out to all those who you want to see it.
This way you are not isolating anyone who does not have an Android Phone.
that's a really good point. Especially in a closed environment like an office. I didn't think of that before. THank you very much.
However, if let's say I want to try to build an app for that for public use, not just confined to limited numbers of people in a company.
Would that be the best approach or if there's any better way to approach it. I may decide to build the app after all just to learn and gain experience in app development.
thanks again for the feedback, really appreciate it.
I can't really give you advice on developing an App sorry.
All I can say is the method I mention is the one which I use to keep all my Operational Team (Surgeons/Doctors/Nurses/Admin/etc) updated and advised.
There's nothing short in you developing your own Calendar App but you would have to ensure it would be available to all and that includes anyone anywhere regardless of the fact they are at work, home, holiday, with Android or not, have a Phone, PC, Mac, etc... etc...
For that there's already a stable tool by the name of Google Calendar.
If you do develop one I'd still be interested in seeing what ideas you could bring into practice that would have a benefit over GC.
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
racdyn said:
I understand your point of view, and actually you got me thinking, maybe if I really want to do the apps, I can create an app that calls the Gcalendar events, and display it from the app. I can find out the API to do that, and that would be much simpler.
Thank you again for your input, really appreciate i
Click to expand...
Click to collapse
No problem.... I wish you well on your venture.
Do please let us all know how you get on.. You never know, if it becomes that good I may even use it myself over the stock calendar App or any of the other's that already link to GC.

[APP][IDEA] Easy Social Follower | I need your opinion

I believe social media is all about people, but with all the current platforms (twitter,instagram,facebook etc) peolpe split up and sadly you don't get to see all the updates of the people that are important for you.
When I think about a person and I want to see updates from him,I have to go throught Instagram/Facebook/Twitter etc and search his user and check if he updated something or not.That's quite inefficient.
So , I want to build an app to solve this big problem. It focuses on People. A picture is worth a thousand words so for that reason I made an ilustration of what I want the app to be (please don't mind the name it's temporary) (see attached files)
I want to hear your opinions, it's a idea that I've be thinking a lot of time.
I know some basic Java and weeks ago I began to tech myself with tutorials work with Android Studio. I learnt to do a few things buy I'm far away to be able to work by my own on such a big project.
I know many of you perhaps will say me that it won't be possible because of the limitations of the API's but that can be solved perhaps opening in a webview the link? or perhpas opening the original applicacion on the phone(for example instagram to see the new posted pic)
Sorry for my bad english.

[Q] How do you guys manage your apps?

Hey guys.. I have a number of apps on the app store and have worked for a number of startups on their Android applications and something I find a huge pain is managing user submitted bugs, feature request, ideas, feedback etc.. Currently I get all of those via email, facebook, twitter, google plus and they all go into a text file (I know..) which is a pain to manage..
Obviously there are tools like Jira and the like but I was wondering if there are any other tools you guys use for this kind of thing, preferably something I could direct users to so they can see what's in the pipeline, what's being fixed etc.. but if not anything to manage it would be great.
Btw for complete transparency I'm currently looking at building a platform to solve this problem for myself so I'm just looking for feedback from the community if this is actually an issue or if there's some well known tool I've somehow missed which would save me the time.

Where to keep my data

Hi there guys,
Here's my story, I have this project I want to start working on, and it's suposed to be a running prototype in a month or so.
Anyway the app is going to be pretty simple, it is going to have users, that can be drivers, passengers or both, every user will have to have this info: name, surname, user ID, car which he/she is driving for now pictures are not neccesary(if you could point me in the general direction as to how I can do that, great), and users should be able to send(not instant) messages to each other.
I will also have a webpage in which you will be able to do all the things you can do with the app, so my question is
Where and how should i keep all of this data, all of the info?
I'm a real newbie in this, but I plan on learning a lot, so should I make a database and store all the textual info in there and link it with the app, or is there another way that you are supposed to do that. Where do I keep the pictures?
Any help would be wonderfull :3
Have a nice daaaay!
AzBahAJR said:
Hi there guys,
Here's my story, I have this project I want to start working on, and it's suposed to be a running prototype in a month or so.
Anyway the app is going to be pretty simple, it is going to have users, that can be drivers, passengers or both, every user will have to have this info: name, surname, user ID, car which he/she is driving for now pictures are not neccesary(if you could point me in the general direction as to how I can do that, great), and users should be able to send(not instant) messages to each other.
I will also have a webpage in which you will be able to do all the things you can do with the app, so my question is
Where and how should i keep all of this data, all of the info?
I'm a real newbie in this, but I plan on learning a lot, so should I make a database and store all the textual info in there and link it with the app, or is there another way that you are supposed to do that. Where do I keep the pictures?
Any help would be wonderfull :3
Have a nice daaaay!
Click to expand...
Click to collapse
You need a large server for this, and that has to grow larger by times as new members will start joining and this is going to cost you a tad..... A suggestion from me is that limit the size for each users content, like multimedia, let's say it's 1gb and one exceeded it and the older stuff got deleted

Categories

Resources