General :: Not Merge Notification Messages Like IOS?
Feb 12, 2014
In some chatting apps, friend A sends a message saying aaa, at the same time friend B sends a message saying bbb.
On notification bar, it displays "2 messages from xxx" but not "message aaa from A" AND "message bbb from B",
That is, the messages are merged together and I can't read each contents of messages in a quick view.....
So, is it possible not to merge messages in android? like iOS?
View 2 Replies
Mar 12, 2014
My G2 was bootlooped so I switched back to my GNex for a couple weeks since I didn't have any time to repair it. Now that my G2 is back up and running, I want to add all of my new sms/mms that I got back into my G2 without overwriting the old messages.
I also want to add that this applies to group messages as well.
View 6 Replies
View Related
Apr 25, 2014
How can I move a copy of the messages from iphone to android? I have more than one copy of the messages, can I merge them??
View 1 Replies
View Related
Jan 29, 2012
Topic moved to App to join/unsplit/merge/combine SMSes/texts
View 2 Replies
View Related
Jun 2, 2010
I imported text messages from my old phone, but they didn't merge with the contacts who had texted me on my new phone.
For example: if I had 5 texts already on my HTC Desire from John and then I imported 40 texts from my old phone from the same number (John), then they have two separate threads of "John" rather than merging into one thread with 45 messages. Anyone know how to merge these threads?
View 14 Replies
View Related
Mar 9, 2014
When pulling down the notification bar and you see each notification's title and subject lines, many times the info in the text is wider than the screen. Is there a way to get the text to scroll so you can see the entire string?
View 2 Replies
View Related
Jan 7, 2012
I've go a Motorola DroidX with Verizon as Carrier and I keep getting sales messages in my notification area. How can I block them?
View 8 Replies
View Related
Dec 23, 2011
I am looking for a way to have different notification sounds for emails and text messages. this is one thing i loved about my bb. Is there a way to do this on android.
View 7 Replies
View Related
Jun 3, 2011
Code:
private void merge2WavFiles(String wavFile1, String wavFile2, String newWavFilePath) {
try {
File wave1 = new File(wavFile1);
if(!wave1.exists())
throw new Exception(wave1.getPath() + " - File Not Found");
AudioInputStream clip1 = AudioSystem.getAudioInputStream(wave1);
AudioInputStream clip2 = AudioSystem.getAudioInputStream(new File(wavFile2));
[code]...
But today when I try to use it I get a page saying "Source not found".After a little search using Google I found out that Android doesn't support Audio InputStream Class anymore. What are the alternative for this Class? Moreover , I think that it doesn't support the hole package of: javax.sound. sampled. What are the alternatives?
View 4 Replies
View Related
Jan 24, 2014
I had an encrypted I9100 on Cyanogenmod 9. After a factory reset I installed Cyanogemod 10.1. Everything runs smoothly, but about 12gb of my internal sd space was misplaced during the installation and is now missing. Only 2 gb is currently available. /sdcard cannot be mounted, something about /sdcard/android_secure
I ran some commands in adb, and the space is still there, but it needs to be replaced / repartitioned somehow.
df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 395.6M 48.0K 395.6M 0% /dev
/dev/block/mmcblk0p7 98.4M 87.0M 11.4M 88% /cache
~ # mount /data
[code]....
View 3 Replies
View Related
Aug 30, 2012
I want to restore all my sms/mms into my phone since I did not notice that my phone message setting was default to "delete old messages" where test message limit was 200 messages per conversation.
I did a previous backup using Titanium Backup. But if I did restore the old backup, it will overwrite the message content and "new message" will gone. How do I restore the old message while maintaining the new message in my phone?
Btw, I'm using Titanium Backup 4.2.1, my phone is LG Optimus 3D, Android 2.3.5.
View 7 Replies
View Related
Jan 6, 2013
Any way to merge Google Play accounts? I have two email accounts on my phone, I wish to take that down to one but there are purchased apps in both accounts at Google Play. I looked into this some time ago and Google told me back then that they could not merge accounts -- which I thought was rather ridiculous. Doesn't Google have the (sometime scary) power to do just about anything? Anyway, they told me that I'd have to contact each and every paid app maker that I'd purchased from and see if they'd give me a new download under a different email addy since I'd already paid once. I finally gave up and just re-purchased the most important apps.
View 3 Replies
View Related
Oct 11, 2012
The new Android 4+ Soft Keys take up too much screen real estate thus cancelling out the effect of going for a larger display phone.
Unlike the pre 4 Droid which handles the Soft Keys, Clock, Battery, Signal etc all on the single bar thus making use of that big screen.
So im looking at upgrading from a 4.3" HD2 Gingerbread with merged Status Bar + Soft Keys, to a larger 4.55" Xperia T unmerged.
Is it possible to merge Status Bar + Soft Keys on Android 4+?
View 1 Replies
View Related
Mar 17, 2012
So I have a bunch of contacts synced with my google account. Some of these same contacts are synced with other services (facebook, google+, etc.). In the people app, each "service" displays a separate contact (all with the same name) instead of merging them all into one.
Like so
Is there a way to make it so all the services appear under one contact?
View 1 Replies
View Related
Jul 19, 2012
So we just upgraded to the Verizon-branded Galaxy S3 and imported all contacts to my wife's phone (she had a Sprint Treo 755p). We then sync'd her Google contacts to the phone. This resulted with her having many duplicates between the PHONE and GOOGLE.
I haven't found enough information on the "Merge with Google" option in the contacts menu.
What exactly happens when I pick "Merge with Google?"
Will it move and/or remove the PHONE contacts while preserving them in the GOOGLE Contacts?
Any way to tackle this problem with 300 contacts?
View 1 Replies
View Related
May 3, 2012
I'm backing up things with TB every time I update/change ROMs. But last time I didn't want to restore everything and forgot to restore the call logs. Now I have a backup with the old call logs and the new call logs. Is there a way to restore the old call logs without deleting the current ones?
Maybe I could backup the current logs too, restore the old ones, make a backup with another app, restore the new logs and do an incremental backup with that app and then restore everything... But I don't know of any app that can do incremental backups to call logs.
View 2 Replies
View Related
Oct 5, 2010
way to get the 2 files of .apk and .odex to get back to their original state of only one install-able package .apk file..
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package."
how I can extract a single application from Stock or Customized ROM?
building a rom that supports multi languages that comes with Market installed within it and having root access.
View 6 Replies
View Related
May 7, 2014
I currently own a i9300 and LG-F200L (2 phones for 2 SIM). I got addicted flashing rom and i found a cm 10.1 unofficial build of LG-F200 K that is similar to F200L. My question is: Can I flash the K rom to L and then flash the baseband,kernel for L?
Is there any merger for it? What can i do with my device? (Found 3,4 LG stock modded chinese, vietnamise roms)
View 1 Replies
View Related
Mar 3, 2014
way to merge the Internal storage and phone memory together as I only have 500 MB of app storage (internal storage) and most of that is took up by default Google apps and I have a unused 2GB phone memory. So is it possible to merge/combine this together so I have a total of 2.5GB for apps without adding a alternative ROM?
I have a rooted phone with 4.1.1 Jelly bean.
View 3 Replies
View Related
Oct 24, 2012
Is it possible to do it? Which app should be used?
Xperia Play
View 4 Replies
View Related
Jan 8, 2013
I have just purchased a N9330 Note 2 and I am wondering if managed to merge the phone's Internal Storage (512M) and Phone Storage 1.68GB.
The Internal Storage will always run out of space (since it is only 512M) and the low disk space warning would come on.
I just want to merge these two together so I get about 2GB of space for Android to run from since I already put a 16GB micro SD i feel the 1.68GB that is factory partitioned as a storage space can be put to better use and solve my low disk space warning.
Also I am trying to clear the Dalvik Cache from this phone. How do I do that?
View 4 Replies
View Related
Sep 8, 2012
First there is this:
Code:
File wave1 = new File(wavFile1);
if(!wave1.exists())
throw new Exception(wave1.getPath() + " - File Not Found");
[Code]...
but android dosen't support java.sound.sampled
there is also this:
Code:
private void merge2WavFiles(String wavFile1, String wavFile2, String newWavFilePath) {
long RECORDER_SAMPLERATE = 44100;
long RECORDER_BPP = 16;
[Code]...
but is also dosen't work.
In all cases the result sound file is empty without sound.
How can I merge two *.wav files?
View 1 Replies
View Related
Aug 15, 2013
I have SONY XPERIA tipo with 803MB Internal Sotrage and 2.20 GB.
I have rooted the phone, and set external 32GB card as the default SD card (i.e. phone thinks its internal memory is 32GB) via changes in /etc/vold.fstab file.
The result is that phone regards the 2.20GB space as external memory.
I can move many applications to 32GB card, however some applications e.g. BusyBox, GCC Toolchain, and Chrome are not movable to Internal storage (32GB) or external storage (2.20GB).
Since the 2.20GB space is of no use for me, and it is mounted under the same device where "phone memory" 803 MB is mounted i.e. :
/dev/block/mmcblk0 = 3909 MB
/dev/block/mmcblk0p11 = 524 MB
/dev/block/mmcblk0p11 = 167 MB
/dev/block/mmcblk0p15 = 803 MB
/dev/block/mmcblk0p16 = 2311 MB
Surely, the last partition "/dev/block/mmcblk0p16 = 2311 MB" is the free storage not being used, and "/dev/block/mmcblk0p15 = 803 MB" is the phone memory, which I want to extend/increase.
My question is: Is it possible to merge the alst 2 partitions (e.g. by formatting 2.2GB space and then merging it with the 803MB space. This way my phone will have its system memory pretty large, and I will be able to install more applets through BusyBox as well as Chrome etc.
View 3 Replies
View Related
Feb 6, 2013
I have a generic Allwinner A13 7" tablet essentially identical to this one. The internal memory is set so that part of it is seen as internal, and part as a fake SD card mounted on /mnt/sdcard. Actual SD cards get mounted to /mnt/extsd.
I find this very annoying for a number of reasons, and would like all the internal memory to be seen as internal with no fake SD cards, and SD cards to be mounted to /mnt/sdcard. If this were one of those tablets capable of running Linux I'd run gparted and do the job from there, but it isn't.
Is there any way to merge the two internal memory partitions into just one?
I'm aware I can edit vold.fstab and invert the two mount points, and I'll keep it as a fallback solution, but I hate the idea of wasting a gig of useful internal space like that.
View 2 Replies
View Related
Jun 8, 2010
I've noticed today at work then with my phone on vibrate or with the sound off, I do not get any notification of incoming text messages. Same thing with incoming email on my gmail account.. I could have sworn that the phone would vibrate when I got a text the first couple of days I had it. But now I get no vibrating notification at all.
View 18 Replies
View Related
Jan 31, 2010
I can't figure out how to make this work. It doesn't show up as an option in notifications, although I can do it it with pretty much everything else. I get tired of having to turn on my phone like it is a damn iphone, to see if I have an instant message waiting. I get dozens a day, and really don't like that I can't simply glance at the phone and see if one is waiting. Is there a setting for this, or an app to make it work? The Instant Messaging app for Yahoo, etc. seems like it could use an update. I don't get the "so and so is typing a message" like I used to on my BB when the other party was typing. I keep interrupting them now if we have a conversation going, and then miss their messages when I'm not staring at my phone.
View 11 Replies
View Related
Mar 12, 2010
I just got my HTC hero and for some reason I am not receiving my text messages, not even a notification.
View 1 Replies
View Related
Oct 21, 2009
I just switched from the pre and am loving it. One problem: I installed a market app for messages and now I get TWO notifications for each text. I cannot find a way to "turn off" the stock app. Ideas?
View 2 Replies
View Related
Nov 2, 2009
I keep getting a 2nd notification for my sms messages, im using handcent. its not from the stock messaging app, turning that one on there is 3 different notifications. i cant seem to find where the notification is coming from. is there any app that can find out what it is?
View 3 Replies
View Related
Nov 29, 2010
Anyone else notice in the new version of handcent your now getting both txt message and handcdnt message notification in the notification bar? Used to be i only got handcent but since about a week ago i noticed I'm getting both. Text notifications are set to off too.. quite frustrating.
View 6 Replies
View Related