[Q] Receive fake SMS and CALL (programmatical) - Java for Android App Development

So this is what i was thinking, making an app (running in the background probably) that would do the following:
- at a specific time of day, my android device would (fakely) receive an sms, with my predefined content, of course
- at a specific time of day, my android device would (fakely) receive a phone call, and when i answer, let's say some song starts playing, like from the other end of the line, not in the out speakers
Can this be done? And how? This should be done without any gsm network, I don't want any fees involved, but getting a notification and all, just like the real deal.
PS: I'm pretty new to android programming, so please be as detailed as possible. Thanks!
Additional Details
To sum it up: you have an app running in the background, at 2PM it "calls" you. as in, you receive a call, but not from a real person, it just looks like it. you answer and a song starts playing in the speaker, instead of an actual person talking.
I'm asking for where to begin, some lines of code that would help and so on, not the whole app

I would say that for the "specific time of day" feature, I would look into the AlarmManager class: http://developer.android.com/reference/android/app/AlarmManager.html
It really depends on how authentic you need to be with your "fake text" and "fake call", but you can easily create a notification that looks like a text using the Notification.Builder class: http://developer.android.com/reference/android/app/Notification.Builder.html. If you need it to pull up a text message like interface after tapping on it, you could either design some xml to look just like the Messaging app or just display a fullscreen screenshot of it.
As for the phone call, I would probably just display a fullscreen screenshot of a phone call if you didn't need interactivity with it. You can have your phone play your ringtone by using the MediaPlayer class: http://developer.android.com/guide/topics/media/mediaplayer.html

so basically they are all workarounds, except for the notification. i want them to look as real as possible.
thanks for the ideas, will look into.

i found this app which does exactly what i need. maybe way too much, as i don't need all those settings. can anyone give any feedback on it, on how it's done?
play.google.com/store/apps/details?id=com.popularapp.fakecall

Related

[help from universal owner needed] GSMbeam

It seems like I have been working on this for a very long time. This is the most complicated thing I have ever done yet at the same time easy to use.
http://odeean.veritel.com.au/programming_files/gsmbeam.htm
http://odeean.veritel.com.au/downloads_files/GSMbeam.exe
GSMbeam is what it sounds like. Two people can use it to beam stuff over the phone. No gprs, no special lines needed. Most sims from most networks (here in Australia anyway), prepaid or account will do this no problems.
The idea is that you leave it on all the time. Don't worry about wasted cpu time or battery life because most of the time the threads are in wait states doing nothing. When you push off there is no processing by GSMbeam, the hardware "wakes up" the device when a call comes in, and then it does its thing.
This beta release has an expiration date at the end of September. After that time it will do nothing.
It can send very small or large files. I have been using it to send pictures from my camera, about 150KB. I have not tested it with VERY large files. One reason why it's beta is that I have not tested it in critically low memory environments. So if you run out of memory the theory is that it will just stop doing what its doing.
I do not recommend changing most of the settings, but if you do, remember that the gsm phone network is slow so it will not get you a miraculous speed increase.
If your phone plan has no flag fall then to send 22kb (mms size) is cheaper. To send a GSMbeam long text message is not worth it for small messages because the connection time of the two modems outways the savings. For long messages it can be cheaper. If you pay 15 cents a message then 10 messages is a $1.50, the same amount of characters costs me about 50 cents.
This also has the built in shortcut generator.
The object this creates is more versatile than what I have used it for here. In future versions I am considering opening it up to be accessed from other programs. I have done a couple of tests using a file as a buffer for data then some named events to signal read and write times. Because of this there is file in the config folder that is only getting flushed when the program is turned off and restarted. if you were to go a month without doing so and had received a lot of data in that time it could grow too big.
..Enjoy.
<edit>
this is embaressing but...
I found a bug alredy. If a file comes in the phone is not getting restarted until after the accept/reject dialog is dismissed. This means that if you receive a file but do not notice you can't receive another call until the os restarts the phone. This normally is about 3 minutes. I will fix for next version.
wow nice app thanks!
i posted it in my blog.
I added a list of known problems at the bottom of its page. If any other bugs pop up just post them here.
oldsap - Thanks for putting it on your site. I would not describe it as freeware. Freeware would not have an expiration date. That is in the about dialog, but I added it to the GSMbeam page to make sure people know whats going on.
OdeeanRDeathshead said:
I added a list of known problems at the bottom of its page. If any other bugs pop up just post them here.
oldsap - Thanks for putting it on your site. I would not describe it as freeware. Freeware would not have an expiration date. That is in the about dialog, but I added it to the GSMbeam page to make sure people know whats going on.
Click to expand...
Click to collapse
Cool software. Now all I need is more people who I can transfer with.
Thats why the core functionality will always be free (ie receiving any size file/message + sending messages and small size file). When it gets a final release you would be able to purchase a copy to send your big stuff ang give all your friends a copy so you have someone to send to. Can I take it that it worked on your device?.
I have fixed the bug where the phone is not restarted for 3 minutes. The phone now gets restarted about 10 seconds after a call ends. Incoming files get qued for acceptence. The user sees a dialog asking to accept/reject. If more than 1 is in the que a series of dialogs pops up, each in turn after the result of the first (not all at once). also I fixed a bug where the minimize was malfunctioning after one of the modal dialogs was displayed. Hopefully now when GSMbeam is minimised it dose so without disrupting the ok button in other programs. version 0.194 is now at the link.
OdeeanRDeathshead said:
I added a list of known problems at the bottom of its page. If any other bugs pop up just post them here.
oldsap - Thanks for putting it on your site. I would not describe it as freeware. Freeware would not have an expiration date. That is in the about dialog, but I added it to the GSMbeam page to make sure people know whats going on.
Click to expand...
Click to collapse
Oh sorry, ill try to change it to shareware
could you explain a little more on how many sms equivalent is uses per kb of file sent?
I don't know exactly what you mean. It dose not use any sms to send anything. It uses the same kind of call you would talk over, except instead of talking the modems talk. The numbers of characters in an sms could be sent in much less than 1 second. The only problem is that the modems need around 10-15 seconds to connect with each other. On my phone account I pay 20 flag fall and 1 cent per second. So for a page of text in a message it would cost me around 21 cents. For a much longer message, say 5 pages (on the ppc screen) it would cost me 22-25 cents.
If you are sending files that are bigger than the packet size (most would be) then there is some overhead. There are two "layers" working in GSMbeam each with its own small amount of headder information in a packet for that layer. This is really insignificant though. For sending images the cost is higher. Images are normally relitively large in relation to text. You would have to test it with your own account to see what it costs. with many phone accounts there are free times or free minute from phones in the same network. If you have such free periods then GSMbeam costs nothing to use. When I call my wife it costs me nothing if I have "vodafone to vodafone minutes" left that month.
oh now i get it. ( sorry for being so stupid )
so it uses call time. great! i have free unlimited calls to the same network as mine so that means it would be free to send files to the same netowrk?
Correct. Thats beautiful hey! In Australia they make us pay through the nose for anything to do with data, but now there is a way around it. Imagine, here it cost 75c for a 22kb mms. The picture quality is not that good and there is complication in getting the correct sim and configuring it.
this is a very useful app. thanks again. btw, any chance of porting it to smartphones and also nokia phones?
I can't do smartphone because I do not have one. This kind of thing dose not work properly on the mulator. As for nokia, I have no idea how to program one.
Thanks a bunch
Great Shareware
works on MIO A701
NAdavi.
Thank you for the confirmation assasins. The hope of definite works/fails feedback on the functionality is the main reason I post here. If anyone finds it dose not work, thats what the diagnostic logging mode is for in the settings. After veiwing the log it may be possible for me to find any bugs.
I just found a new bug. In 2003 and 2005 devices, if you change the settings it crashes. It looks like it still works but really its kapoot and needs to be turned off then on again. I was testing on an old xda a lot and it did not happen there so I failed to notice it. I will update with a fix soon. I also thought I fixed the problem hiding the main window, but again its popped back up, but it only seems to happen on my mini.
<edit>
I have fixed this. Version 0.195 is on my site now. The problem was I was calling free on a pointer pointing to memory not allocate by malloc or realloc. I wouldn't have expected it to go so badly.
The OK button thing has really beaten me. I have changed the main dialog minimize to the X and it seems to work. The funny thing is, it is still producing an IDOK and I am still responding to it in the same way. Only now when the dialog get hidden so dose the menu.
version 0.196 is now at the link.
This fixes the on/off functionality of the call filtering so now you can set up the black list and turn it off at will. I also streamlined code in various threads to allow a more swift response to incoming calls. This lets the phone be turned off faster on slower devices so there is less chance of the phone giving a ring.
Get GSMbeam for FREE
I think GSMbeam is finished now. I have fixed many bugs including a malfunction in the stop button. I have added functionality like a que for incomming text messages so more than one can be stored. The incoming messages can now be sent to the clipboard or log file after reading. I added the option to have a sound notification. I added a preview window for image files in the file open dialog. I also put in the password registration. Its based on the hardware ID of the device.
I would like more people to use this before I feel happy calling it finished. If anyone would like to download this and post their hardware ID in this thread (the one generated by GSMbeam) I will pm the first 20-30 a registration code - that is if there is anyone interested.
http://odeean.veritel.com.au/programming_files/gsmbeam.htm
Hi
Great work! Ill try this later. Thanks! You are great!
My Hardware ID
3570360001858401680BF3F51730
i really wish you could develop the same app for WM5 smartphones
this is a nice app. great work!
i'll try this.
My Hardware ID is: 0087687800303051380BF3F51730
Thanks for this app.
BTW, i have a BA running on WM5. It's running ok. but i still have to test sending and receiving files. will post feedback soon.

Microsoft Voice Command Experiences

If you have any experiences (good/bad), please post.
I am interested in seeing if incoming announcements are working for Xperia X1.
Thanks.
everything works EXCEPT the incomming announces.
otherweise great tool but i barley use it. good while driving a car and u want to call some1. otherweise just a gizmo
same comment as above.
I use it often to start my programs without having to go through menues to find them.
yeah i have it aswell and don't use it often, its so hard to get it to call the right person but "call home" works (might be my accent and it having trouble understanding what i say), the announcement for appointments works also but other then that i haven't used it to call anyone.
Also has anyone got it to say you got a new SMS or something? or does it just not do that.
I use mine quite a bit for starting programs, and listening to my incoming text messages and checking my battery level. Like someone said above, it doesn't annouce CallerID for some reason.
Experiaenjoy said:
yeah i have it aswell and don't use it often, its so hard to get it to call the right person but "call home" works (might be my accent and it having trouble understanding what i say), the announcement for appointments works also but other then that i haven't used it to call anyone.
Also has anyone got it to say you got a new SMS or something? or does it just not do that.
Click to expand...
Click to collapse
if u want something like "u got a new sms" just use another wave file for that.
however, u can set VC to read the SMS as soon as it arrives. but i realy dont suggest that. had a meeting once and my GF just send me a dirty message ... my mates had a good laugh ^^
Has anyone gotten this program to read incoming email headers as well? It's only reading incoming smses for me, but not sure if that's a program limitation. I also noticed that my attached wave file for incoming emails no longer worked. I have disabled the sound playback from incoming emails all together in hope that it would announce something. However, not a thing.
The program is starting to proove to be pretty pointless. I was also hoping to find a way to modify the MS voice engine with a more nature speech engine like AT&T Natural Voices.
BigFeat said:
Has anyone gotten this program to read incoming email headers as well? It's only reading incoming smses for me, but not sure if that's a program limitation. I also noticed that my attached wave file for incoming emails no longer worked. I have disabled the sound playback from incoming emails all together in hope that it would announce something. However, not a thing.
The program is starting to proove to be pretty pointless. I was also hoping to find a way to modify the MS voice engine with a more nature speech engine like AT&T Natural Voices.
Click to expand...
Click to collapse
Ok i got mine to finally read my sms and email headers...scared the hell out of me when i was sleeping haha kinda of a bad idea to have it read the header when received at 5am.... but all i did was uncheck the "high priority messages only" and it plays both my normal alert sound when i get a new email and reads the email header, but all in all its just a funny program to have or for the very lazy that can't read their own sms or email, also it reads all the emails header that you received at that time and depending on if you get alot...haha hope that helps
fpbiii said:
If you have any experiences (good/bad), please post.
I am interested in seeing if incoming announcements are working for Xperia X1.
Thanks.
Click to expand...
Click to collapse
It doesn't work on incoming calls for me either.
Otherwise great app I use it all the time.
also it makes my ringtone fluctuate in volume.
Although I am beginning to use my Xperia less and less, its strength with voice commands was a high point. I used it very often and was mostly satisfied with it.
George Knighton said:
Although I am beginning to use my Xperia less and less, its strength with voice commands was a high point. I used it very often and was mostly satisfied with it.
Click to expand...
Click to collapse
Hey George, I thought you sold your X1 already?
Annoying
The voice command has become somewhat annoying and I will probably remove it soon.
When out doors, if I attempt a voice command using the phone microphone it will never pick up what I say, almost 100%failure rate. IF I use the wired headset it will pick it up almost 100% of the time. Why so much better with the wired headset? It's further from my mouth and surely more suscptable to other sounds.
The Voice command causes my ring volume to go loud and quiet, loud and quiet, as if it were supposed to announce the caller name when quiet, but it doesnt.
The main thing annoying me is that when I use "play music", "artist", "name of artist here" it will only add a playlist of about 2 songs from that artist, even though I have a whole album, or collection of albums.
For Example, I say "play music", (what do you want to play), "artist", (which artist?), "pendulum". (Pendulum - starts playing).
However, it will only play one song. I have the In Silico album on there and it will just randomly play 1 song from it.
So, I try Replace "artist" with "album" and say "In Silico" and it will add 2 songs now instead of 1.
The ID3 tags are perfect, the Artist and Album is spelled and capitalised correctly in every track, so why the problem?
EDIT: I found the command "Play Album" that added 7 of the songs from In Silico to the playlist. Not quite there still but getting better.
It works great for me.
Voice command awesome especially if you have a bluetooth headset.
I press a button on my headset and voice command beeps for a command. I can call anyone from my phone book. I can call home mobile or any other number asociated with my contact. I rarely repeat the name that want to call. voice recognition is pretty good. voice call announcement works perfectly.
I very often check my calender. I just say "what is schedule" and it gives me my next appointment time, location and subject. coool!
Announces new emails. sender and subject. I use Microsoft push mail from Exchange server and i have some rss feeds on my desktop in outlook. now i get my rss feeds via push and voice command will read my feeds when they arrive. wow! rsshub is useless now!
I can play music. just say Play music.
I can start any application from my programs. i say "start audio manager" if i don't want to use windows media player.
I also get some status info like battery level. i say "what is my battery level".
If incoming call comes while i am listening to music, music fades out and it announces the caller name and from where he/she is calling for example mike from mobile or mike from office..after i finish my call the music comes back on automatically. same with email announcements.
So I can do hole lot of stuff with my phone without even touching it.
some improvements i like to see in future are
capabilities to read complete email.
support all menu options in all applications.
dictation for word.
integration into navigation.
sound more human like.
Dudes, I beg to disagree to almost all of you. Yeah, Almost all.
Firstly, the voice command IS very handy. Didn't you watch the youtube demo? so here's the thing:
1. I also had the ASUS 02 XDA Zinc which has a voice commander. A different program BUT it reads emails and sms. BUT you'll have to train your voice to get things pretty acurate - as opposed to MS voice Command which doesn't need training but also doesn't read sms/email. So No it can't.
2. Good points are: with just a press of a button you can command almost everyting like getting home from work, exhausted and before putting your Xperia on your table just say " What is my battery level " way faster than clicking start > settings > power.
3. Listening to music. You know you don't have to elaborate all the albums, artist and genre it's there for a reason:
a. just say: "play anything" and it will play a song. no more than one.
b. say " Play everything " and it will play all your songs. pretty neat IMHO
c. say "play pop rock" and it will play all songs with this genre. That's why there is the genre thing.
d. say "play Hell freezes over" and it will play all eagles song under this album. That why the albums thing is there too.
c. say "Play nirvana" and you'll start to hear Kurt Cobain all hour. That's why there is the artist thing too.
f. you can also say "next track, previous track, what song is this?, stop, pause, shuffle on and off, repeat on and off. I'm still thinking why you guys aren't liking this.
g. This won't ever work if your mp3's aren't organized (e.g. putting correct artist, albums etc.)
h. play anything or play everything is pretty much useful.
4. some less frequent commands but I feel acurate: What is my signal strength?, Flight mode on, What day is this?, What is my next appointment, I kinda don't use this much.
5. Calling. uh, for me it's pretty acurate saying call Garry, call Kristine, call Raymond, then it prompts you to call home, mobile, work, car etc. you can command this in the first place invoking: call Garry home. It also shows all Garry(s) if you have more than one garry in your phone phonebook. pretty much faster than scrolling with your thumb or taking the time too unsheathe your stylus.
6. Opening programs: Well I have to grade this at 90% acuracy. It opens files even custom installed ones.
Lastly, of course we cannot expect this to work inside a speeding train or at a construction site at a passing rate. As outdoor noises may interrupt the commands. Try to watch the youtube and re-test the MS VC. I'm sure you're gonna like it.
MrLeche said:
Dudes, I beg to disagree to almost all of you. Yeah, Almost all.
Firstly, the voice command IS very handy. Didn't you watch the youtube demo? so here's the thing:
1. I also had the ASUS 02 XDA Zinc which has a voice commander. A different program BUT it reads emails and sms. BUT you'll have to train your voice to get things pretty acurate - as opposed to MS voice Command which doesn't need training but also doesn't read sms/email. So No it can't.
2. Good points are: with just a press of a button you can command almost everyting like getting home from work, exhausted and before putting your Xperia on your table just say " What is my battery level " way faster than clicking start > settings > power.
3. Listening to music. You know you don't have to elaborate all the albums, artist and genre it's there for a reason:
a. just say: "play anything" and it will play a song. no more than one.
b. say " Play everything " and it will play all your songs. pretty neat IMHO
c. say "play pop rock" and it will play all songs with this genre. That's why there is the genre thing.
d. say "play Hell freezes over" and it will play all eagles song under this album. That why the albums thing is there too.
c. say "Play nirvana" and you'll start to hear Kurt Cobain all hour. That's why there is the artist thing too.
f. you can also say "next track, previous track, what song is this?, stop, pause, shuffle on and off, repeat on and off. I'm still thinking why you guys aren't liking this.
g. This won't ever work if your mp3's aren't organized (e.g. putting correct artist, albums etc.)
h. play anything or play everything is pretty much useful.
4. some less frequent commands but I feel acurate: What is my signal strength?, Flight mode on, What day is this?, What is my next appointment, I kinda don't use this much.
5. Calling. uh, for me it's pretty acurate saying call Garry, call Kristine, call Raymond, then it prompts you to call home, mobile, work, car etc. you can command this in the first place invoking: call Garry home. It also shows all Garry(s) if you have more than one garry in your phone phonebook. pretty much faster than scrolling with your thumb or taking the time too unsheathe your stylus.
6. Opening programs: Well I have to grade this at 90% acuracy. It opens files even custom installed ones.
Lastly, of course we cannot expect this to work inside a speeding train or at a construction site at a passing rate. As outdoor noises may interrupt the commands. Try to watch the youtube and re-test the MS VC. I'm sure you're gonna like it.
Click to expand...
Click to collapse
Well I guess you're a lucky one because as I said 2 posts up from yours, the play music commands don't work properly for me. I say "play In Silico" and it will only play the first 7 tracks. I wan't the whole Album. If I say "Play Pendulum" it will only play the first 2 tracks.
What gives?
P.S. And yes, my tags and sorting are all perfect, I am an anal perfectionist, trust me, They're as sorted as they can get. Under my music folder I have Artist Folders, under each Artist Folder I have album folders. All ID3 tags within each Album are identically labelled for Artist and Album with exact same capitalisation, no spelling mistakes or errors. Infact, they all show perfectly under the exact correct places if I browse my library manually, so why can the voice command not add the whole album properly?
I say "Play Chinese Democracy" it adds only 1 track (Different song each time, I have the whole album), I say play "Only by the Night" it plays the whole album. I say "Play The Rising Tied" it adds one track (random track each time, I have the whole album).
Sfkn2 said:
Hey George, I thought you sold your X1 already?
Click to expand...
Click to collapse
I sold the black X1i. I still have the silver X1a. The case is cracked, so I am not sure I could sell it.
neo3424 said:
If incoming call comes while i am listening to music, music fades out and it announces the caller name and from where he/she is calling for example mike from mobile or mike from office..after i finish my call the music comes back on automatically. same with email announcements.
Click to expand...
Click to collapse
I can't get incoming announcements. THis is a problem for some Voice Command builds. WHat version and build number are you using? You can find this in the voice command app screen.
I use MV, its good for reading out incoming sms (i turn of text message tone)
im happy with it but, it uses a lot of memory 1.9meg ! so slows phone and empties battery quicker - they should make app more streamline

App Idea: Universal Inbox!

Someone please take this idea. Charge money for it, make it for free- it doesn't matter to me. What I cannot believe has never been made is a Universal Inbox. It's so basic, Android should already have it! I've even seen many reviews and articles of other apps, wondering when a Universal Inbox will be made. We're talking about one app or widget that can show a number icon notifying you that you have new: email/voicemail/text message (sms/mms)/missed call/calendar event. Ideally, an option for a pop-notice as well. (I find 3rd party alert apps that don't notify by pop-up to be quite useless...). All of these notifications can be had in seperate apps. Why not in a combined one??
I'm so surprised it hasn't been made. I would actually pay for this app. So would many people, who want to simplify their lives and phones. Anyone interested in developing it? (apologies to Richiehd for plaigarizing his text ).
look at executive assistant on the market.
Sent from my GT-I9000 using XDA App
That was one of many apps that I had looked at, and uninstalled as not meeting my needs, for some reason or other. But I had another look at it, and its more suitable than I recall (maybe I was testing an older ver. last time). However, it does not show missed voicemail messages as separate from missed calls. But on the lockscreen of the HTC, it does indicate a new voicemail message. So I guess EA is the closest thing to a universal inbox app on the market today.
Isn't the notification drop down a "universal inbox?" It just doesn't have the popup notifications I guess...
Yeah, it's just not intuitive or "pro-active". The notifications are hidden inside the bar. It's not even obvious that this bar can be pulled down. So the popups are the most helpful.
I was actually thinking about looking for such an app this week as I appear to have about four different solutions in an attempt to meet this need (phone/sms/facebook/twitter/arggggghhh!!/etc)
So would this be the appropriate place to start building a list of what features and functionality the app would need, in order for it to be viable/useful? Also, would it be enough just to alert of new status on the monitored types and then have other apps handle the reading/replying/consuming of the events?

From Tilt 2 (or Windows Mobile 6.5 with Sense) to Quantum

Thread dedicated to the initial challenges when changing from a Tilt 2 to an LG Quantum.
Why is this thread needed?
AT&T insurance for the Tilt 2 is now sending the LG Quantum as a replacement.
The phones are hardly comparable. Windows Phone 7 is vastly different than Windows Mobile 6.5. It is not HTC. Does not have Sense.
Windows Phone 7 has some very annoying characteristics that can be avoided if you set things up with specific care and knowledge originally.
I just got me replacement phone today. I will continue to update this thread with information as I find it. Hopefully it will help others in the process, since there will be more of us as insurance replaces people's phones.
Tips from day 1 of use
#1. Your intial live account can not be changed without a hard reset. Do not use an old hotmail account as you Windows Live ID. Create a new one. I recommend one that you will only use for this purpose. If you need to change it, you must wipe your phone (hard reset) to replace this. Your primary hotmail account cannot be removed and there is no way to not sync the contacts from it.
http://support.microsoft.com/kb/2430020
I recommend telling no one this id. Do not use the email for anything. Include some number or something, so it will not be guessed. do not store information in this account, such as emails or contacts, if it can be avoided. Plenty of other options like gmail for this purpose.
#2. Common email domains are easy to setup. Even custom ones are. But it first will try, then let's you configure.
#3. There is a list that has settings. Swipe from right to left to get to the list. Then go to settings. Now you can change things how old of emails to get and how much of it.
#4. Open an email with an attached pdf. Get the viewer. better to do this earlier than later when you need it. By default, the phone has no ability to view a pdf. The pdf viewer lets you do this.
#5. Stop looking for tasks, you won't find them. They don't sync with Exchange.
#6. There is not a built in twitter app. I am downloading moTweets, because I liked that before. I am using the Try option. There is also a free Twitter and a free Foursquare.
Looks like there is some map software. Not sure if it costs money yet.
Not finding Bing or Google Maps.
Bing is built in. just press the button in the lower right. Not sure why that is the only way to launch it though.
#7. Installed Zune with no issues on Windows Home 64 bit. It updates the software on the phone. You do not loose settings during this. Not like a ROM flash. Synced Videos, pictures, and music.
#8 Blue tooth paired easily. Remember most devices are 0000 for the pin.
#9 Found my WiFi and I connected it fine.
#10 Uninstall the bloat that AT&T puts on. It's not much, but you don't want apps that cost a monthly fee when free ones exist.
First impressions after 1 day
Allthough the look and feel is not customizable, it is very consistent.
A few things are not 100% obvious, but once learned is not difficult.
Things do just work.
Very fluid display. Nothing lags.
It's easy to get your stuff onto it. I need to still test copy and paste with Office.
I was thinking that I would be totally unhappy with the phone. But, I think it might just be doable. A non technical person should have no trouble with this phone.
Marketplace has alot of free apps.
Day 2
Not all clock alarm apps are equal.
Big Clock, which I downloaded from the marketplace failed to wake me this morning.
Tested the normal Alarms this morning and it did work with the screen locked.
As always test your alarm before you need it.
Annoyed that there are no snooze options. Just 5 minutes.
Glad Mango is coming soon. Mango gives all the snooze options we used to have.
Back in Windows Mobile 6.5 Digital Outcast gave us the snooze options that we were used to. M$ had taken them away.
For Win Phone 7, I haven't found a short term solution to this yet. Going to have to wait for Mango.
Liking the OS more and more. Marketplace makes the downloading and installing of apps very painless. Wish it was more clear about what has live tiles though.
AccuWeather weather app appears to be live. LG Clock and Weather does not appear to have a live tile, but lets you put in multiple cities.
Wish I could find the HTC tile with weather and clock. HTC Hub is not it.
Post #5
Intended to later have more info.
I like to have 5 posts of each thread I create.
As a potential future WP7 Device owner, I can't think of a better thread to follw than this one, so on behalf of myself and other TP2/Tilt2 owners who may one day move on, thank you very much for creating this thread...a lot of people move on from a deice earlier than the majority but don't leave the majority much of anything to work with in regards to what to move on to or to stay away from, or how to dial in the new device a better way than what the manufacturers have configured, so this thread is indeed very much appreciated...at least by me, and I am sure others as well.
While you will be missed in the Energy thread, I'm glad I have someone familiar to work with the new OS so should the time come, I will be versed as well as can be on what to expect, and do or not do...thank you for all you did for us with the Rhodium, and thank you in advance for all you will do for the WP7 community...you better the community here wherever you go or whichever thread you are posting in ....
Now for my first WP7 noob question...can the live tiles color be changed...and are there alternatives on this device to the live tiles?
GT247 said:
... Now for my first WP7 noob question...can the live tiles color be changed...and are there alternatives on this device to the live tiles?
Click to expand...
Click to collapse
Yes. They can be changed, but you get to change them all from 1 color to another.
slide the panels to the left. This now shows a list. Slide down to settings.
In the section titled Theme, tap it and pick a different color.
Other tiles, like music and video, and pictures get the image from what you have played or viewed.
The Me tile gets it's image from Facebook.
And apps can choose to follow the theme or provide their own image.
For the pictures tile, you can manually set it, by: "Open the Picture hub and tap and hold on an empty space and you'll get the option to select the picture you want." source of quote
End of day 2
Realizing that I do not dislike the phone or Windows Phone 7. This is very hard to admit.
With Windows Mobile 6.5 and 6.5.3 and Sense 2.5 with Cookie 2.0. It was fun figuring out all the ways to make the phone do what it should just do. With Windows phone 7. It just does them the way it is supposed to do it. It might not do it how you are used to it doing it, but it does it and it does it well. It can't do everything you're used to it doing, but it does what you actually need it to do and want it to do.
I was expecting to be extremely disappointed in the phone. But I'm not. Things work. You rotate to landscape. They still work. Energy Roms are much prettierand NRGZ28 did a fantastic job at making it do what it should do.
But Windows Phone 7 does a great job.
The things it falls short on will soon be corrected with Mango.
And no M$ did not pay me anything for this post. I am totally surprised that I would feel this way after just 2 days.
I suspected this would be the case....when everything runs faster and smoother and better without having to tweak it to do so, and the initial worry of not being able to tweak to your hearts content to make something you want to work work...when that worry wears off because you dont have to tweak it...well...when any worry wears off and you realize the new phone with the new OS actually really does improve a lot of things.. when everything opens up as your finger is leaving the screen and just starts doing what it's supposed to do...really...how can that be beat?
I'm glad you're giving us positive feedback, as I knew everything would run butter smooth, like yourself, I had reservations about liking the new platform and the new appearance and other changes you're going through with the new device could be overcome by functionality (lol)....
Yep....Mango should come out and lock you in my friend...I imagine after that you'll be glad that usb port died (just please, if you do end up happy about it, don't tell me so...cuz I'm bummed it happened still lol)
I'm curious as you explore...if there will be little things wp7 doesn't have, that the old winmo did...as I have two android devices and the tilt2, I'm finding some things lacking in "the other OS"...little settings (that are sort of kinda actually big deals, to me) are missing...one is...on the tilt2 I can select to show my caller ID to everyone, noone, or just to contacts...can you do that on the Quantum? Have you noticed a need to wonder how ram is controlled? Have you tried opening a zip?.....I'm happy you're on wp7 now (kinda)....I will want to buy a wp7 if someone I trust tells me theye tested it out, put it through it's paces and that it's a solid performer that's user friendly that I can count on to keep me connected to my customers and employees calls and messages and navigates me through my day and gives me awesome browsing and streaming media over the net between my appointments...yep...I'm paying attention to your thread my friend...my usb could go any day too....lol
Thought I found something that I could not do
Thought I could not accept an appointment from Outlook.
In the email, there is a link that takes you to your calender. You accept it from the tentative meeting. I like this better, because you can actually see what your day looks like when accepting it.
Have not found a free twitter program with a live tile.
For weather, the only free one with a live tile update seems to be The Weather Channel. Weather bug does not show anything on the tile. AccuWeather is not updated live.
As plain as the tiles look, they are clear too read. And everything scrolls so fast and smooth. I'll take plain with function for that responsiveness any day.
GT247 said:
I suspected this would be the case....when everything runs faster and smoother and better without having to tweak it to do so, and the initial worry of not being able to tweak to your hearts content to make something you want to work work...when that worry wears off because you dont have to tweak it...well...when any worry wears off and you realize the new phone with the new OS actually really does improve a lot of things.. when everything opens up as your finger is leaving the screen and just starts doing what it's supposed to do...really...how can that be beat?
I'm glad you're giving us positive feedback, as I knew everything would run butter smooth, like yourself, I had reservations about liking the new platform and the new appearance and other changes you're going through with the new device could be overcome by functionality (lol)....
Yep....Mango should come out and lock you in my friend...I imagine after that you'll be glad that usb port died (just please, if you do end up happy about it, don't tell me so...cuz I'm bummed it happened still lol)
I'm curious as you explore...if there will be little things wp7 doesn't have, that the old winmo did...as I have two android devices and the tilt2, I'm finding some things lacking in "the other OS"...little settings (that are sort of kinda actually big deals, to me) are missing...one is...on the tilt2 I can select to show my caller ID to everyone, noone, or just to contacts...can you do that on the Quantum? Have you noticed a need to wonder how ram is controlled? Have you tried opening a zip?.....I'm happy you're on wp7 now (kinda)....I will want to buy a wp7 if someone I trust tells me theye tested it out, put it through it's paces and that it's a solid performer that's user friendly that I can count on to keep me connected to my customers and employees calls and messages and navigates me through my day and gives me awesome browsing and streaming media over the net between my appointments...yep...I'm paying attention to your thread my friend...my usb could go any day too....lol
Click to expand...
Click to collapse
I had no idea that you could control the caller id being sent on a per contact basis with the Tilt 2. I imagine it was just inserting *82 or something before dialing. Ultimately the carrier needs to handle the *82 since they do know your number when sending from the tower to the rest of the phone network.
Still early in the testing.
I don't know WP7 settings, on the tilt2, to control caller id setting, I go to start menu>settings>personal>phone>services and then from there I can select "call barring" "caller id" "call forwarding" "call waiting" and "voicemail and text messages"....once an item is highlighted I can click "get settings"...once "get settings" is selected it checks the network settings and then displays the current setting on the network...on the TP2 caller id settings they can be changed on the network from the device...I'm hoping this is possible on WP7
Another question I have is if pinch to zoom works in emails and other apps, not just the browser
GT247 said:
I don't know WP7 settings, on the tilt2, to control caller id setting, I go to start menu>settings>personal>phone>services and then from there I can select "call barring" "caller id" "call forwarding" "call waiting" and "voicemail and text messages"....once an item is highlighted I can click "get settings"...once "get settings" is selected it checks the network settings and then displays the current setting on the network...on the TP2 caller id settings they can be changed on the network from the device...I'm hoping this is possible on WP7
Click to expand...
Click to collapse
GT247 said:
Another question I have is if pinch to zoom works in emails and other apps, not just the browser
Click to expand...
Click to collapse
pinch to zoom works when reading emails, but not when replying or text messaging.
found the setting about sending caller id on the Quantum
Settings - Apps - Phone. You can pick send to everyone, no one, only contacts
when the device is on a call does the lockscreen lock the buttons and touchscreen? ie: is it a waste of time to try to lock the device while on a call? lol
GT247 said:
when the device is on a call does the lockscreen lock the buttons and touchscreen? ie: is it a waste of time to try to lock the device while on a call? lol
Click to expand...
Click to collapse
The exchange server that I use for work pushes a policy forcing the phone to lock.
Pressing the power button on the top not only shuts off the screen but it also locks it.
When I answer the phone, it is easy to unlock, if I want. Just slide up, and enter the code. Then I can do anything while on the call.
The proximity sensor disables the touch screen when you have it by your ear, so you don't actidentally hang up.
Something the phone does not have is physical talk and end buttons. But, I honestly have not had a need for them.
Custom Ringtones and Alert Sounds
Although it's real eay for a developer add ringtones to their device or for anyone that has unlocked it. It is annoying that they have locked this down.
Mango is supposed to allow custom ringtones, so just need to wait.
Supposed to be on September 15th.
Wow...ringtones are locked down? Amazing....really. Please don't think I'm knocking them for doing it, I'm sure there's a reason for it, I just find it surprising is all. Have you examined the GPS Capabilities?
GT247 said:
Wow...ringtones are locked down? Amazing....really. Please don't think I'm knocking them for doing it, I'm sure there's a reason for it, I just find it surprising is all. Have you examined the GPS Capabilities?
Click to expand...
Click to collapse
GPS works great.
Good news is that the LG Quantum has a built in reg editor. Kind of clunky. Nothing like the good old Total Commander or Dot Fred Reg Editor.
And the location of there is an app the runs on your computer to make a xap files for ringtones.
And you can then sideload the xap onto the device and the ringtone remains.
First you need to unlock the device.
I have not unlocked mine yet. I should be able to unlock with just a few reg ediits. Haven't done it yet though.
On the 15th Mango officially will be available, and that allows custom ringtones without any hacks.
Some Good threads
Use your Windows Phone as a thumb drive.
Registry mods for WP7 - NoDo
Custom Ringtones
mp3 files work just fine, at least with the NoDo 7392 update.
All the built in ringtones seem to be mp3 as well
Lot of good links here

Stand Alone VS Phone Companion

Hi Everyone
I would like to hear what smartwatch Mode do you think is the best : Stand Alone or Phone Companion and answer some questions:
1.Standalone Mode what will be in this mode the most important and what you will use the most?
2.Phone Companion Mode : What you will use the most in this mode and what you will want to have ?
3.Phone Companion Mode : When you will receive a phone call do you think you will like to answer from your smartphone or your smartwatch ?
4.What Mode you will think use the most ?
5.Someone that use yet a smartwatch how is your experience what is not practical, what did you not like?
Specify the model and if its was a Standalone or a Phone Companion.
Thanks
Best Regards
Damien Douk
A.I Watch Creator
www.aiwatchtech.com
Hi Damien, you probably know my reply already since we discussed it off-line
For me Companion mode is the most important. I would like to receive notifications of who is calling (so I can keep my phone on mute most and out of sight), notifications of txt message and being able to view it on the smartwatch (typically an easy implementation since its a short plain unformatted text), notification of calendar events so I don't miss a meeting or an upcoming appointment, and email notifications with a preview of the message.
In my personal opinion, answering call from a phone is optional but not necessary. Phone call is a private thing. I just would like to see who is calling and then make a decision if I want to dismiss the call (maybe with a simple rejection button or an option to send a few pre-defined txt messages like "i'm busy" or "will call you back soon"). If I need to pick up the call, I can always get my phone out of the pocket or pick up the call on bluetooth headset. With text message and calendar events, as I mentioned above, it is nice to preview on the screen of the smartwatch where I think 1.54"+ display is big enough to preview simple short text. With emails, it would be nice to see who is it from and body of the text. I wouldn't expect replying back from the watch; if its important and needs my immediate attention - I will take out my phone and type away the reply.
Of course, music control (of the songs on the phone and also songs stored on internal to smartwatch microSD card) would be important. Also, getting weather notifications from the phone is a big plus, as well as battery status of your smartphone.
A.I Watch
vectron said:
Hi Damien, you probably know my reply already since we discussed it off-line
For me Companion mode is the most important. I would like to receive notifications of who is calling (so I can keep my phone on mute most and out of sight), notifications of txt message and being able to view it on the smartwatch (typically an easy implementation since its a short plain unformatted text), notification of calendar events so I don't miss a meeting or an upcoming appointment, and email notifications with a preview of the message.
In my personal opinion, answering call from a phone is optional but not necessary. Phone call is a private thing. I just would like to see who is calling and then make a decision if I want to dismiss the call (maybe with a simple rejection button or an option to send a few pre-defined txt messages like "i'm busy" or "will call you back soon"). If I need to pick up the call, I can always get my phone out of the pocket or pick up the call on bluetooth headset. With text message and calendar events, as I mentioned above, it is nice to preview on the screen of the smartwatch where I think 1.54"+ display is big enough to preview simple short text. With emails, it would be nice to see who is it from and body of the text. I wouldn't expect replying back from the watch; if its important and needs my immediate attention - I will take out my phone and type away the reply.
Of course, music control (of the songs on the phone and also songs stored on internal to smartwatch microSD card) would be important. Also, getting weather notifications from the phone is a big plus, as well as battery status of your smartphone.
Click to expand...
Click to collapse
Hi vectron
Thanks to taking your time to answer to all my questions, interesting suggestions like to see the battery status of your smartphone on your smartwatch seems to me a great Idea....
Just one question A.I Watch have a music player and you can play music directly from your A.I Watch, so why can be interesting to control your smartphone music from A.I Watch?
Best Regards
Damien Douk
A.I Watch Creator
If you pair up your smartwatch with a phone (wireless through bluetooth), your smartwatch becomes a controller just like any wireless headphone with playback control. That's how it works with a Pebble, Metawatch, and any other basic smartwatch. It becomes very useful when you are streaming music from your phone to external wireless speaker and can control playback right from your smartwatch.
A.I Watch
vectron said:
If you pair up your smartwatch with a phone (wireless through bluetooth), your smartwatch becomes a controller just like any wireless headphone with playback control. That's how it works with a Pebble, Metawatch, and any other basic smartwatch. It becomes very useful when you are streaming music from your phone to external wireless speaker and can control playback right from your smartwatch.
Click to expand...
Click to collapse
Hi Vectron
Thanks for your reply
Yes but If I am correct on all those smartwatches that you mention you dont have the possibility to add music directly on the smartwatch and due of that not able to connect them to a Bluetooth speaker directly you always need to past from your smartphone....
You dont think its useless on a stand alone smartwatch ??
Best Regards
dedesuper said:
Hi Vectron
Thanks for your reply
Yes but If I am correct on all those smartwatches that you mention you dont have the possibility to add music directly on the smartwatch and due of that not able to connect them to a Bluetooth speaker directly you always need to past from your smartphone....
You dont think its useless on a stand alone smartwatch ??
Best Regards
Click to expand...
Click to collapse
Yes, you are correct. Those other smartwatches don't have internal storage, so it makes sense to use them as wireless controller for audio playback on your smartphone. With AI Watch, TrueSmart and others you have an option of internal storage. As a matter of fact, I often use my TS as mp3-player on a wrist with my wireless headphones paired up directly. So in a way, its redundant to either play music from your watch or use your watch to control your music on the phone, since you can pair up external speaker directly to your watch. I do see your point now.
I believe there is a need for both a Standalone and a Companion. A standalone is great for those of us who have to carry two phones all the time. I know many people at work who have to carry their work phone and a personal phone, and at work the only thing the personal gets used for is checking email and taking calls from the wife. To be able to use the watch for that while still carrying the work phone for use all day would be great. And to be clear, the watch would ONLY be used for the personal as a standalone, and not also a companion for the work phone at the same time.
As a companion, which is how I use my Smartq Zwatch now is fairly useful, but would be infinitely more useful if: 1. Low power Bluetooth internet tethering; and 2. I need the option to let the watch make changes to the phone. I bought this watch so that I could see when I received text and email messages without pulling my phone out of my pocket but now I find that every time I receive a message I have to delete it from my phone AND my watch which actually make MORE steps in the process in stead of making the process easier. If I could have the option to "Delete Message From Phone?" Each time I deleted the message on the watch then it would make the process faster.
Just my two cents.
Sent from my Galaxy Nexus using Tapatalk
While running today I had a thought. I use my smartwatch with my Galaxy Note 3. The phone is really big but I love the s pen, the media capabilities, and the battery life. But there are times when I'd rather not carry such a big phone so I keep an old galaxy Nexus lying around. What would be really cool would be to have all the cellular capabilities built into my watch with the ability to bluetooth tether lte data through the watch and into the phone. The the phone mfg's could make sick devices without having to include radios. Instead of having to pay $700 for this phone I could have bought a Note 8 for like $300. I know the watch would be more expensive, but some are already paying $300+ for a watch AND $600 for a phone.
Then when I go running for instance, the watch could connect via bluetooth to my headset and I wouldn't have to carry around my phone at all since this screen does nothing for me while running.
Sent from my SM-N900T using Tapatalk
vectron said:
Hi Damien, you probably know my reply already since we discussed it off-line
For me Companion mode is the most important. I would like to receive notifications of who is calling (so I can keep my phone on mute most and out of sight), notifications of txt message and being able to view it on the smartwatch (typically an easy implementation since its a short plain unformatted text), notification of calendar events so I don't miss a meeting or an upcoming appointment, and email notifications with a preview of the message.
In my personal opinion, answering call from a phone is optional but not necessary. Phone call is a private thing. I just would like to see who is calling and then make a decision if I want to dismiss the call (maybe with a simple rejection button or an option to send a few pre-defined txt messages like "i'm busy" or "will call you back soon"). If I need to pick up the call, I can always get my phone out of the pocket or pick up the call on bluetooth headset. With text message and calendar events, as I mentioned above, it is nice to preview on the screen of the smartwatch where I think 1.54"+ display is big enough to preview simple short text. With emails, it would be nice to see who is it from and body of the text. I wouldn't expect replying back from the watch; if its important and needs my immediate attention - I will take out my phone and type away the reply.
Of course, music control (of the songs on the phone and also songs stored on internal to smartwatch microSD card) would be important. Also, getting weather notifications from the phone is a big plus, as well as battery status of your smartphone.
Click to expand...
Click to collapse
So, is there a watch (ZGPAX, SmartQ, HOT) which does all of this today ? I don't see why this would be so hard today. Doesn't Android allow applications to communicate with notification manager. Isn't it just a matter of pushing all your notifications from phone to watch ? This is for messaging and phone calls. For email and other apps, update happens automatically on all devices which shouldnt need anything special to work on a watch
cyrux004 said:
So, is there a watch (ZGPAX, SmartQ, HOT) which does all of this today ? I don't see why this would be so hard today. Doesn't Android allow applications to communicate with notification manager. Isn't it just a matter of pushing all your notifications from phone to watch ? This is for messaging and phone calls. For email and other apps, update happens automatically on all devices which shouldnt need anything special to work on a watch
Click to expand...
Click to collapse
Hi ofsinreno
Thanks for all your suggestions, A.I Watch definitely do that we working on a Phone companion app by Bluetooth, and not Bluetooth tethering to be more battery efficient for both side, for now we succeed to get notifications etc...We still testing everything with different Android versions.
Hi cyrux004
Yes you are right all the smartwatches that you mention have this possibility but for the ZGPAX and SmartQ its by Bluetooth tethering and its not at all battery efficient. for the Hot is not a stand alone smartwatch so only the Phone companion option.
A Bluetooth app of this kind is new for everyone so actually not a lot of developers know how to develop it.
Best Regards
Damien Douk
A.I Watch Creator
I always carry two numbers. My company number rings the most and having that sim in my smart watch instead of having two phones would be easier for me. Options like camera, media, anti theft, sdcard and internal storage are something I need for everyday use. Wifi is a must and if possible since the watch can use simcard I can use gps and edge to connect if no wifi is available. I know for some of this may seem too much but I prefer my smart watch to be a back up for my phone just in case and also have the option of controlling my phone remotely.
Sent from my SM-N900 using xda app-developers app

Categories

Resources