Hi,
I installed the latest Google voice app, it has the kool new contact strip and the option for in box synchronization on the nexus one and the droid as ive witnessed. But when i install it on the G1 with a 2.1 rom i get the contact strip, but its missing the option for inbox synchronization.
Are us G1 users stuck without push still 5 minute check ins only?
Anyone know a hack or fix for this? thanks
PS. i tried pulling the apk from a droid that had the option, but when i install the exact same apk on the G1 i dont get the inbox sync option.
anyone? i mean who dose not want push?
I answered this my self since none of you are willing to help
It appears that this is only a problem on Kings roms, he drops the ball allot
Just use super eclair and you get the sync options, plus its far faster.
I've googled and googled and only kinda found something similar but it's only in source code (don't know how to compile) and doesn't appear finished...
Is there an app that will allow me to send SMS messages using my tablet, which sends over bluetooth to my phone, which then sends the SMS message out into SMS land?
Thanks!
Why to bother??? Use email to send SMS.
For instance if I need to send SMS to my phone using ANY computer (including G-tab), the way to do it is (Example for T-mobile): [email protected].
Where XXX-XXX-XXXX is your phone number.
I think it has to work with any provider, although @ part will differ from carrier to carrier.
Hope it helps.
I'm very familiar with that ability and you're right, that is one solution but not really one I'm looking for.
I'm really looking for an app for my tablet that is extremely similar to a standard sms app that will work off of my contacts list etc etc. Anyone else care to share their 2 cents?
(Assumes you're on a network and in USA)
Get a Google Voice Account and use the app to SMS.
Yep, another solution.
Anybody know of an app that does what I'm asking rather than just a workaround?
Example: ai.kittywolf.net/index.php/SMS_via_BlueTooth
Yeah man, there are a bunch of solutions. I like the google voice idea.
Brenbags said:
Yeah man, there are a bunch of solutions. I like the google voice idea.
Click to expand...
Click to collapse
Okay, right, so as I've specified I'm looking specifically for an app that specifically does sms via bluetooth via phone... this is not google voice and it's not email to sms...
Anybody have anything to add regard my specific question rather than something to do with a workaround?
Just want to put this out there.
With Google Voice you can send SMS txt to your contacts for FREE!
No need for BT because you would use your wi-fi tether option on your android phone in the event you're not in an area where you can connect to the internet with out tethering to your phone.
Still not what I'm asking for but I appreciate the suggestion for google voice. My problem with google voice basically centers around the phone number. I would have to port my existing cell number to gv and get a new cell phone number (also $20 for the port). I don't want to get a new phone number and I don't really want to commit to the extent that i'm porting my beloved phone number to google.
All I want is an app... extremely simple concept and my guess is that the programming isn't terribly difficult...
The response you are looking for is
NO!
The reason is no bluetooth DUN support in the gtab kernels. You always get a paired but not connected via bluetooth.
If you really want to use your phone you need to tether the gtab to the phone (plenty of options - search is the key), and then use handcent or similar.
manikin13 said:
The response you are looking for is
NO!
The reason is no bluetooth DUN support in the gtab kernels. You always get a paired but not connected via bluetooth.
If you really want to use your phone you need to tether the gtab to the phone (plenty of options - search is the key), and then use handcent or similar.
Click to expand...
Click to collapse
Thanks for you help.
Heres a thread I started in the Xoom section.
http://forum.xda-developers.com/showthread.php?t=977688
Basically my idea, which I outlined in there is as follows:
I've been thinking about this alot over the past couple of days even to the point that I began to investigate and play around with the Android SDK to see what I might be able to do, which is not alot at the moment.
I thought of this app functioning as follows:
1) We currently have a bunch of applications that allow the user to view and respond to their text messages through an interface on the browser or computer application using an app on the phone that "broadcasts" the messaging features of the phone out over either WiFi or bluetooth. (For example, the ones mentioned earlier in this thread.)
2) We also have something called "Remote Notifier" that sends out a "ping" when a new message is received to a listening service on a computer which notifies the user on the desktop.
3) If the existing functionality of those two are combined, we have an application that can put together a list of the messages on the phone (primary location), send it out to a secondary location (in this case a tablet), while also notifying the secondary location (tablet) of a new message received.
The app on the phone also gives the secondary location the ability to respond and edit the message list on the phone.
4) The second piece of the equation we would need is an app for the tablet, preferably optimized for the screen size in a 5manner similar to the way Gmail and the native email client handle messaging, (with a list of messages on the left, and the conversation view on the right) that allows the user to browse their messages on the phone and reply within the app.
If the app on the tablet could "look" to the phone as the service provider instead of the network, I could even see notifications being created from within that app and displayed on the tablet just as if it was actually receiving the texts itself.
Click to expand...
Click to collapse
I would appreciate any and all help or comments relating to the idea. I think i'll repost it in the main android apps section, since really its not specific to any one tablet.
try this
http://www.kakao.com/talk/en
to the op i totally understand what u want and am also interested.
pairing the tablet with android phone using bluetooth so when u received sms you get notified in your tablet an you be able to replay using your tablet wich will make the phone send this message without u having to remove ur phone from your pocket.
all the solutions mentioned are using wifi, which is a different thing.
i currently use a combination of apps to achieve wifi sms connectivity
remoteSMS + sms2Email buddy. (for notification) this works well in home wifi.
i would be very interested in a blutooth solution (it might be crippled cz it has to be close, but it doesnt need data connectivity chargs)
so +1 for the requesr, please let me know if u found a solution
Well thanks for agreeing with me that it's not a dumb request... No luck so far... keep ya posted if I come up with something.
its not dump at all, .. it has an advantage of not using any wifi / 3g data connecitivty, it would be like having a PadPhone (sms PadPhone)
and actually its not that hard as someone said.
the bluetooth does not have to have an sms api for the app to work, the tablet app could send a text file and the phone app receives the text file, parses it and send a message using the sms api (normal apps can use sms api) and vice versa for receiving an sms .. app gets a copy of the sms received, put it in a text file, sends it to the tablet app using bluetooth, tablet app parses the file and shows it.
i would start developing it but it would take me a long time as am sill noobish in android development, ... if someone could take the lead let me know i might be able to help a little.
Sent from my Transformer TF101
to the op i totally understand what u want and am also interested.
pairing the tablet with android phone using bluetooth so when u received sms you get notified in your tablet an you be able to replay using your tablet wich will make the phone send this message without u having to remove ur phone from your pocket.
all the solutions mentioned are using wifi, which is a different thing.
i currently use a combination of apps to achieve wifi sms connectivity
remoteSMS + sms2Email buddy. (for notification) this works well in home wifi.
i would be very interested in a blutooth solution (it might be crippled cz it has to be close, but it doesnt need data connectivity chargs)
so +1 for the requesr, please let me know if u found a solution
Click to expand...
Click to collapse
Try "Sync SMS"
It still requires wifi, but can send and receive sms's from your tablet via your phone.
Any SMS you receive will go to both your phone and tablet. You can reply from either phone or tablet.
It requires a free Dropbox account.
The whole process of transferring sms's back and forth takes about 20_30 seconds and requires no action on your part.
However in the end I just got a separate Google voice number for my g-tablet and use that.
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using XDA Premium App
jpfulton248 said:
Still not what I'm asking for but I appreciate the suggestion for google voice. My problem with google voice basically centers around the phone number. I would have to port my existing cell number to gv and get a new cell phone number (also $20 for the port). I don't want to get a new phone number and I don't really want to commit to the extent that i'm porting my beloved phone number to google.
All I want is an app... extremely simple concept and my guess is that the programming isn't terribly difficult...
Click to expand...
Click to collapse
I understand what you are looking for and it would be nice to have, to be able to use your tablet wherever you are without worrying about wifi connection. But like you said so far there is nothing.
Also you don't have to port your existing number to GV, I use the same cell number I have used for years on my cell phone and got a separate number for my tablet there was no porting or charge involved.
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using XDA Premium App
flast said:
Try "Sync SMS"
It still requires wifi, but can send and receive sms's from your tablet via your phone.
Any SMS you receive will go to both your phone and tablet. You can reply from either phone or tablet.
It requires a free Dropbox account.
The whole process of transferring sms's back and forth takes about 20_30 seconds and requires no action on your part.
However in the end I just got a separate Google voice number for my g-tablet and use that.
Sent from my VEGAn-TAB-v1.0.0b5.1.1 using XDA Premium App
Click to expand...
Click to collapse
its wifi and its not for free, .. i cant buy it, stupid market restrictions, i asked the developer if he needs a beta tester to let me know.
i get the same function without using dropbox, just my local wifi .. and for free.
i found something, but its paid also, .. ble, ... its over bluetooth though, if anyone willing to try
for phone
http://www.appbrain.com/app/bluetooth-sms/com.exitbrain.bluetooth.texter
for tablet
http://www.appbrain.com/app/bluetooth-sms-device/com.exitbrain.bluetooth.texter.device
anyone willing to try it, please let us know
cheers
the app for that is on the market now, its called "bluetooth sms" its 1.99 though but it has a nice honeycomb interface.
Hi I have a Moto X runing 4.4.2. for a few months now since i got this phone 2 of my contacts no longer group in any group chat. All of my other contacts work perfectly fine grouping except for 2. I have completely removed both contact information and even then they will not group. I have no idea where else to look or what else to try. again ALL other contacts work perfect except for 2! One started not grouping many months ago and the second started about a month ago. They both have Galaxy s3, one is completely stock and the other is on a custom cyanogen rom. Has anyone experienced anything like this? any help would be apprecaited!
xxsevxx said:
Hi I have a Moto X runing 4.4.2. for a few months now since i got this phone 2 of my contacts no longer group in any group chat. All of my other contacts work perfectly fine grouping except for 2. I have completely removed both contact information and even then they will not group. I have no idea where else to look or what else to try. again ALL other contacts work perfect except for 2! One started not grouping many months ago and the second started about a month ago. They both have Galaxy s3, one is completely stock and the other is on a custom cyanogen rom. Has anyone experienced anything like this? any help would be apprecaited!
Click to expand...
Click to collapse
[Note: This is a question and probably should be in the QA section.]
Try 8sms (https://play.google.com/store/apps/details?id=com.thinkleft.eightyeightsms.mms&hl=en). I've had issues doing group chat w/ GS3 folks in the past - looking at the headers it appears they use a "Cc:" type of line whereas everyone else in the world uses a long list of "To:" entries. So those sgs3 messages would behave like individual messages because my motox messaging app wouldn't parse the cc. Switching to 8sms seemed to fix things immediately.
Questions and help issues go in Q&A, Help and Troubleshooting sections
Thread moved
Hi, some inconvenients with lollipop
Hello, i was a jellybean user for 2 years, i recently got a moto g 2015 lollipop and have some issues, related to the lollipop so i assume this is the right place even if it is for motog 2014.
theres 3 issues i can't figure out,
1) I have to add a goggle account to the android for it to work with everything right? i mean, the PlayStore app and ****.
For that, i have always used a hotmail address ive had for years which is linked to youtube, facebook etc..
But this lollipop, decided to add a single contact entry for each and all of the emails ive emailed with that account.
Its effin annoying. So i deleted all the contacts I didn't want there, and went to settings-accounts and disabled its SYNC
on that hotmail address. I did that yesterday, and today all the email address contacts were added again today. Wtf
I don't want to create a new clean email account just for the android because I do want my youtube subscriptions alerts.
So what to do?
2) On my previous android device, the jellybean, If i want to delete a whole bunch of contacts. I could check a box next to each of a contact, and select a whole lot, then just hit a DELETE button. In lollipop, the only way is to manually go by one by one of the contacts. select contact, select its details, hit delete. thats a 3click process for ONE contact. I mean. wtf are these guys thinking? Is there a workaround for this?
3) Last but not least. Say i got a missing call on the call registry. And i want to send a message either SMS or whatsapp to that number. In jellybean I could hit the send message button and it would ask me if I wanted to SMS or Whatsapp. AND VOILA. write the message to the number and send it.
In lollipop, theres no message button to numbers that aren't in your contact list. WTF .. I have to add that number to contacts. And then, a send text message button appears next to the name but it only works for SMS, no whatsapp. If i want to whatsapp that number, i'd need open whatsapp and search that newly added entry thru 200 contacts.
i mean seriously. what the **** are these developers thinking.
Sorry for rant. Hope someone has some solutions
Thanks in advance.
Hmmmm I completely understand all the issues and they're all kind of related to the Contacts app on STOCK Lollipop ( stock in caps because its just a truth that skinned versions of Android actually do a better job in their respective dialer and contacts apps or at least that's my experience) and what I've personally done to alleviate some of my contacts issues is to use Contacts+ from the play store. It merges all of your contacts with similar traits etc instead of having 5 different contacts for emails that should be grouped to their respective contact. It also has good organization features. I personally have it set to only show contacts with phone numbers. You can play around with the app and see if you like it. Its also a messaging app and a dialer so an all in one app but I prefer to use it as a contacts app only since I have better alternatives for the others. Check it out. Maybe it'll help and this is not a promo Lol its just that I've personally dealt with this and heard of contacts + and here we are.
Sent from my XT1064 using Tapatalk
iamcray said:
Hmmmm I completely understand all the issues and they're all kind of related to the Contacts app on STOCK Lollipop ( stock in caps because its just a truth that skinned versions of Android actually do a better job in their respective dialer and contacts apps or at least that's my experience) and what I've personally done to alleviate some of my contacts issues is to use Contacts+ from the play store. It merges all of your contacts with similar traits etc instead of having 5 different contacts for emails that should be grouped to their respective contact. It also has good organization features. I personally have it set to only show contacts with phone numbers. You can play around with the app and see if you like it. Its also a messaging app and a dialer so an all in one app but I prefer to use it as a contacts app only since I have better alternatives for the others. Check it out. Maybe it'll help and this is not a promo Lol its just that I've personally dealt with this and heard of contacts + and here we are.
Sent from my XT1064 using Tapatalk
Click to expand...
Click to collapse
yes i wondered right after writing this thread there would be an app and i tried that one.
its good, not the best, but definetly better. ill definetly keep it as my primary dial and contact app . thanks for reply.
Hi all,
I finally received my note 8 yesterday. I have the unlocked version on cricket wireless network (att). Everything on my phone is working fine EXCEPT my group messages. They are coming in separate. I do not mind using a texting app but I found recently that Textra is having problems- so I'm trying to avoid using a texting app.
All advice is needed and welcomed. Thank you.
If I understand correctly, I am having the opposite problem. I set up a group to send messages to and everyone sees all the replies - they want my texts, but only want me (and 1-3 specific other people, if only that were possible) to see if anyone replies. I'm using Message+ and can't find a setting to change that... if I understand this correctly as well, I think they are sending MMS and I want them to send SMS so only I see the replies. I have have tried other apps but they either limit contacts to 20, or everyone has to have that app, etc. Is Textra still having problems? Maybe I'll check that out.