[APP][WIP] MMS 4.2 (Beta) - 5MB Photos, Group Messaging - AT&T Samsung Galaxy S II Skyrocket SGH-I727

Ok, so here's the deal. I've been tinkering with the MMS 4.2 app because it has group messaging (ala iPhone). A couple problems have come up and I've been able to fix one of them. The version posted here allows for 5MB photos up to 1900x1020 size, the standard app resizes images to 480x640.
Anyway, the main problem I'm having now is with the layouts. See images below. There's a lot of overlap in the view and I honestly cannot figure out how to fix the XML. That's where you come in ...
I'm looking for someone to help me fix the XML so the layouts look nice and clean. You can either download the apk and decompile it, or I can send you all the XML in the layouts directory to help.
Anyone up for it? I would certainly appreciate it
In this one, you can see that the image overlaps the content box and text.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
In this, a group thread, the messages overlap the "Me:" which I cannot seem to get rid of.
Overall, I think it's a vertical size problem on attachments and placement of the message payload.
Oh, here's the zip ...
Download: http://tinyw.in/N9oB
MD5: 746d9b2020b8bf6d996f8e5f48e78c9d

So far, I've been able to figure out that the layout issue is in the MMS format. It impacts group messaging (because that uses MMS) and any other MMS message.
What I also noticed is that only when you send an mms you get the Me: in the upper right of your message. You also get the senders name in their message (even if you have show contact names off). WHen you turn contact names on, the name is displayed twice with two different fonts.
My guess is that the permanent one needs to be yanked out and maybe the overlap will sort itself out. Just need to find it ...

I've moved on to trying to build from source so I can fix it properly ...
Running the build and I'm getting the following error. Anyone have any ideas?
Code:
[email protected]:~/cm10/packages/apps$ mmm Mms
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.1.2
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-35-generic-x86_64-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=JZO54K
OUT_DIR=/home/carvsdriver/cm10/out
============================================
make: Entering directory `/home/carvsdriver/cm10'
build/core/tasks/kernel.mk:82: **********************************************************
build/core/tasks/kernel.mk:83: * Kernel source found, but no configuration was defined *
build/core/tasks/kernel.mk:84: * Please add the TARGET_KERNEL_CONFIG variable to your *
build/core/tasks/kernel.mk:85: * BoardConfig.mk file *
build/core/tasks/kernel.mk:86: **********************************************************
make: *** No rule to make target `/home/carvsdriver/cm10/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/home/carvsdriver/cm10/out/target/common/obj/APPS/Mms_intermediates/src/R.stamp'. Stop.
make: Leaving directory `/home/carvsdriver/cm10'
[email protected]:~/cm10/packages/apps$

Got a clean build finally. Now to get on with fixing these pesky ui issues ....
Sent from my SAMSUNG-SGH-I727 using xda premium

Looking good CvD! Hope you get it working! I'd love to not have to use Go Sms just so I can get group texting...

Sidetracked... AGAIN!
Setting up 10.1 now, which will actually make thus easier for me anyway.
Also, it does work. There's just annoyances in the ui for MMS
Sent from my SAMSUNG-SGH-I727 using xda premium

I'll take a look at this when I get to work on Monday and see if I can contribute.
Sent from my SAMSUNG-SGH-I727 using xda app-developers app

car vs driver said:
Sidetracked... AGAIN!
Setting up 10.1 now, which will actually make thus easier for me anyway.
Also, it does work. There's just annoyances in the ui for MMS
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
You're working on 10.1??? When do you think you'll release it?
Sent from my Skyrocket using XDA Premium

Rehab4Life said:
You're working on 10.1??? When do you think you'll release it?
Sent from my Skyrocket using XDA Premium
Click to expand...
Click to collapse
Furreal dude?
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2

Rehab4Life said:
You're working on 10.1??? When do you think you'll release it?
Sent from my Skyrocket using XDA Premium
Click to expand...
Click to collapse
Lmfao when are you gonna build it? Roger, me and a bunch of others have been playing with it by building it.
Sent from my refrigerator

mtdew said:
Lmfao when are you gonna build it? Roger, me and a bunch of others have been playing with it by building it.
Sent from my refrigerator
Click to expand...
Click to collapse
Building now actually. based on the fact that it is now booting, I want to check it out.
Sent from my SAMSUNG-SGH-I727 using xda premium

Any update to this?? Be nice to have group messaging working!

treo750ii said:
Any update to this?? Be nice to have group messaging working!
Click to expand...
Click to collapse
That should be working. I'm having a hard time finding the source for this specific version though, so I honestly haven't messed with it much.

I tried group messaging. Didn't work. When they replied it came as an individual person
Sent from my Skyrocket using XDA Premium

Rehab4Life said:
I tried group messaging. Didn't work. When they replied it came as an individual person
Sent from my Skyrocket using XDA Premium
Click to expand...
Click to collapse
Hmmmm ... the inbound grouping works, just not the outbound. That sucks.
Sent from my SAMSUNG-SGH-I727 using xda premium

The outbound works... its the inbound that comes individually instead of staying in the group thread... sooooooo close!!

http://www.4shared.com/android/_kb2s41s/Mms.html Here's the 4.2 MMS.apk with working pictures, they are not showing up wrong. You're welcome.

Thanks dude! I completely forgot about this .... Care to share the code changes you made?
Sent from my SAMSUNG-SGH-I727 using xda premium

Rehab4Life said:
http://www.4shared.com/android/_kb2s41s/Mms.html Here's the 4.2 MMS.apk with working pictures, they are not showing up wrong. You're welcome.
Click to expand...
Click to collapse
Tried to download it, but it got taken offline I guess...
Sent from my SAMSUNG-SGH-I727 using xda premium

Oh sorry about that then. Here's some links to download it. This one allows for Wifi MMS Downloading, Sending, Group Messaging (Works perfectly) And perfect XML Display.
http://uppit.com/05vrm405g38o/Mms.apk
http://d-h.st/CBD

Related

[APP] Vanilla email

Found the app somewhere on here, figured for us Incredible owners who may want this they can try it out.
To Install:
Remove your account from stock HTC email app.
Navigate to Email.apk and install.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Does this replace the sense email app? Will it still support exchange fully.
Sent from my ADR6300 using XDA App
no it doesnt.
Sent from my Incredible using XDA App
No it doesn't what?
Sent from my ADR6300 using XDA App
replace. idk if it supports exchange
Sent from my Incredible using XDA App
This fixed my exchange issues.
Rooted - CM Nightly 7/26
Edit......it installed fine but seems to be having some issues running properly. I ran Fix permissions from ROM Manager that seemed to help the FC's. Now it is not working for at all.
Either way thanks for the post shoman24v, this is what makes android the best os out.
I dunno if it does or doesn't support exchange, but for what I use it works lol.
Thanks for the feedback. Can someone with exchange try this and report back?
Just a suggestion for the OP to add the ROM and kernel you are running so people know what has been testedand working. Thanks again for your contribution.
Sent from my ADR6300 using XDA App
760hacker said:
Thanks for the feedback. Can someone with exchange try this and report back?
Just a suggestion for the OP to add the ROM and kernel you are running so people know what has been testedand working. Thanks again for your contribution.
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
I'm just rooted, no special roms here
Do I need to be rooted to perform this?
trombone dixie said:
Do I need to be rooted to perform this?
Click to expand...
Click to collapse
no
Sent from my Incredible using XDA App
Looks so much better than the Dinc's stock Mail. Thnks!
I've decided I absolutely hate HTC Sense on the Incredible. Hopefully, the OTA gives you a disable option. Vanilla apks run much smoother.
--
Sent from my DINC using XDA App.
I agree 100%
This is why I'm doing this
Sent from my Droid Incredible using the XDA App
If you figure out a way to get your Mms.apk to work without rooting, please let me know.
--
Sent from my DINC using XDA App.
trombone dixie said:
If you figure out a way to get your Mms.apk to work without rooting, please let me know.
--
Sent from my DINC using XDA App.
Click to expand...
Click to collapse
to install you dont need root, but to replace the htc one with vanilla, you meed rootm
Sent from my Incredible using XDA App
Anyone try this with exchange and froyo?
SkyRaider 1.9 leaked radio
760hacker said:
Anyone try this with exchange and froyo?
SkyRaider 1.9 leaked radio
Click to expand...
Click to collapse
Not on froyo but my company mail is on exchange. This was a good fine because the HTC forced me to use a password on exchange. Once I loaded this (month ago) one and the mail came in I then deleted the HTC exchange account and do not have the use a password if I don't want....
I do wish I could find the developer for future updates...I am staying with it but I would like to see:
1. like HTC touching a phone number bring up the dial pad...it does not
2. No signature...even if just for new emails
3. No sorting of mailbox (dates, etc)
4. dark background is fine but would like an option of light or dark...
Anyone know where the source is....is it on the market..???
There are two versions of this mail client. One for 2.1 and one for 2.2. I have the one for 2.1, and am still looking for the 2.2 version. I think it's called email 2.2.apk but not sure.
emplox said:
There are two versions of this mail client. One for 2.1 and one for 2.2. I have the one for 2.1, and am still looking for the 2.2 version. I think it's called email 2.2.apk but not sure.
Click to expand...
Click to collapse
I found it (2.2) on here, it is working in my froyo I installed last night. If you I'll post it when I get home later.

BBMod Rom Q&A

F u c k
y o u
Are there any screenshots of this ROM?
Here ya go
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from a Van Down By The River!
I am also working on making this the default system theme. Should have something new in the next 24 hours
Sent from a Van Down By The River!
This is a great ROM! Email app doesn't work, however.
tribestros said:
This is a great ROM! Email app doesn't work, however.
Click to expand...
Click to collapse
Email doesn't work? Works fine for me. Haven't done anything to the Email.apk
Email or Gmail?
Does it force close? What does it do or not do?
What email u trying to use ie. Yahoo, gmail
Sent from my Desire HD using XDA Premium App
psyc0 said:
What email u trying to use ie. Yahoo, gmail
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
Email working for you?
Sent from a Van Down By The River!
My gmail and yahoo both work fine, rom is sweet,
Sent by telepathy
tribestros said:
This is a great ROM! Email app doesn't work, however.
Click to expand...
Click to collapse
OK so out of the box stock email force closes on me when trying to set up an email account so I assume this is what you are talking about. If you use titanium backup you can restore data to the stock email and this will fox it for now. If you don't have a TB backup I am now sure how to fix this issue at the moment. Going to look kore into it tonight when I get home
Sent from a Van Down By The River!
Email is broken!
Stock email app is in fact broken. I just tested it on CM7 Nightly #172 Clean install and I got the same results. So this is not specific to my mod.
Like I said in the first post, you can restore your data via Titanium Backup and it will work but trying to set up an email account for the first time causes the crash. Will look into maybe reverting to an older version in my rom or maybe a different email client all together.
Email App not working?
Flash This .zip File and all should be well. This also updates the LordModUV app.
New Release!
New Version Released!
Get it Here!
Ask questions in the Q&A Thread!
Theme Patch!
I just uploaded a quick fix for some inconsistencies in the default system theme. Sorry about that I am still learning a thing or two about themes. This will be applied to the next release so this is good for 0.5b and below and should work on all those versions.
Download the Patch Here!
Just flash from recovery!
flappjaxxx OUT!
I don't know how, but in this ROM, MLB At Bat is offering me live video. Unfortunately, I get a black screen with audio when I try to view it.
Once I do this, no Flash video will work within the browser, but if I reboot, Flash video will work again.
Got me excited there.
drisner said:
I don't know how, but in this ROM, MLB At Bat is offering me live video. Unfortunately, I get a black screen with audio when I try to view it.
Once I do this, no Flash video will work within the browser, but if I reboot, Flash video will work again.
Got me excited there.
Click to expand...
Click to collapse
Uninstall Adobe flash and install the one from this link:
http://db.tt/TMd6Sgu
That should fix the issue.
Sent from my Desire HD using xda premium
@drisner let me know if that works for you
Sent from A Van Down By The River!
Well, now I get a picture -- a still picture. It displays one frame and then doesn't move. Audio still works though.
I tried letting it sit for a few minutes hoping it would get unstuck, but no dice.
I tried on both wifi & 3G.
No biggie; I've been living without it all season. I was mostly curious why it was offering it to me when it hasn't on any other ROM. Don't get me wrong, I would love to have it, but it isn't a defect in your ROM.
Sent from my Desire HD using Tapatalk
drisner said:
Well, now I get a picture -- a still picture. It displays one frame and then doesn't move. Audio still works though.
I tried letting it sit for a few minutes hoping it would get unstuck, but no dice.
I tried on both wifi & 3G.
No biggie; I've been living without it all season. I was mostly curious why it was offering it to me when it hasn't on any other ROM. Don't get me wrong, I would love to have it, but it isn't a defect in your ROM.
Sent from my Desire HD using Tapatalk
Click to expand...
Click to collapse
Try changing your user agent in the browser
Sent from A Van Down By The River!
This is actually in the At Bat app.
Sent from my Desire HD using Tapatalk

[APP] [2.2+] EasyPhotoUpload for Facebook v1.3.2 8/9/2012

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
EasyPhotoUpload for Facebook
The main purpose if this app is not to reinvent the wheel but make uploading photos to Facebook easy.
App Features:
Uses SSO for quick access
Choose what album to upload to
Create new Facebook albums
Upload multiple photos at once
Add captions to individual photos
Photo quality not lost
Fast quick and easy
Future Features
Create albums (done in 8/9/12 update)
Tag photos
Upload to friends wall
Share straight from android gallery
Thanks!!
**** update v1.3.2 8/9/12 ****
- added ability to create albums
- user interface fixes and improvements
- some speed enhancements
Download: v1.3.2
Market link
https://play.google.com/store/apps/details?id=com.adamwhiles.easyphotoupload
Sent from my Incredible 2 using xda premium
does this have the ability to choose a group to upload a picture to?
Not at this time. I will look into that though. Thanks!
Sent from my Incredible 2 using xda premium
Really need feedback about force closes if any on different devices/roms... thanks!
Sent from my Incredible 2 using xda premium
After receiving some feedback through error reports all force close issues have been resolved. Thanks to you who submitted error reports!
Sent from my Incredible 2 using xda premium
adammwhiles said:
After receiving some feedback through error reports all force close issues have been resolved. Thanks to you who submitted error reports!
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
Thnx u for the app
New version.... changes in op
Sent from my Incredible 2 using xda premium
New update will be out this week with major improvements including the action bar... Ability to create a new album and working on option to download all Facebook pictures and albums to your phone.... Be on the lookout for the update... Will update OP when released as well..... Thanks!
Sent from my Incredible 2 using xda premium
still waiting for the group picture upload option keep up the good work
oldsap said:
still waiting for the group picture upload option keep up the good work
Click to expand...
Click to collapse
Are you meaning uploading a picture to a Facebook group?
Sent from my Incredible 2 using xda premium
adammwhiles said:
Are you meaning uploading a picture to a Facebook group?
Sent from my Incredible 2 using xda premium
Click to expand...
Click to collapse
yes. upload a picture to a facebook group.
Ok.... I have it on the to do list for features..... First though I'm working on tagging, creating albums, UI improvements like the action bar. I will work on it though. Thanks again for your input
Sent from my Incredible 2 using xda premium
v1.3.2 is up..... OP updated as well...
Actionbar added and ability to create an album.... Various bug fixes and speed enhancements....
Appreciate any and all feedback....
Still looking into posting photos to groups and tagging
Thanks!
Sent from my Incredible 2 using xda premium
Force close every time since the first launch !
Can you send me the log cat or please hit report on the force close. Also what device, rom and android version are u running? Thanks!
Sent from my Incredible 2 using xda premium
see by yourself
HISOON said:
see by yourself
Click to expand...
Click to collapse
Nobody else is reporting an issue that is why I ask. I can fix the problem but need you to report it from the force close pop up if you don't mind so I can see where the problem is.
By reporting it I can see the log with the error... This has the information I need to fix it.
Thanks
Sent from my Incredible 2 using xda premium I
Don
Thank you
Found the issue... Working on a resolution now....
Can you try clearing data on the app then uninstalling..... Re download and try again.... Let me know what happens...
I think there is another issue so if you could send me a full log cat that would be awesome.... If you need help with log cat I can give u step by step.
Sent from my Incredible 2 using xda premium
HISOON said:
Don
Thank you
Click to expand...
Click to collapse
What I think is happening is with Facebook authentication and/or downloading the album list for your Facebook account(maybe you have no albums or app is restricted from the ones you have) ... Do u get the error when clicking upload photos? If so you probably have not selected an album yet. I really need the full log because I have built in error logging but when error is submitted through the market it doesn't show all of that. Thanks again....
Sent from my Incredible 2 using xda premium

MMS/text server question

the server in the MMS settings, is set to http://mmsc.vnet.mobi/
when i google that server, i keep coming up with "china mobile"
anyone know what this is?
is our text messages going to china?
Where do you see this ?
Sent from my SCH-I535 using xda premium
screwyluie said:
Where do you see this ?
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
when i launch the text msg app
under settings.. MMS settings - "server address"
I am running the synergy nightlies, but i took the stock APK and decompiled it and looked through it,
it's in the preferences file as well.
so it's not a synergy thing, it came from sammy/vzw that way.
which if it had said
"txtmsg.verizon.com" or something like that, i certainly wouldn't have thought twice about it.
but the address seemed out of the ordinary to me, so i googled it and came up with "china mobile" many times.
so now i'm concerned that our txt's are going to china for some unknown reason
guess nobody cares about this?
So I was on clean ROM and that info wasn't there. But on syn it is. The messaging app looks the same and is the same version so synergy team must have altered it somehow. Prolly ask them what's going on. I too would like to know
Sent from my SCH-I535 using xda premium
screwyluie said:
So I was on clean ROM and that info wasn't there. But on syn it is. The messaging app looks the same and is the same version so synergy team must have altered it somehow. Prolly ask them what's going on. I too would like to know
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
I took the stock app and decompiled it and found that server in the settings file.
the synergy guys only made it so you can see more options. they didn't add it in.
but I've posted about this over at rootz and nobody has even answered my thread.
and so far you are the only one here..
i'm struggling to understand why nobody cares that their text messages are going to a Chinese server?
or why nobody is telling me i'm wrong.
dvaderx said:
when i launch the text msg app
under settings.. MMS settings - "server address"
I am running the synergy nightlies, but i took the stock APK and decompiled it and looked through it,
it's in the preferences file as well.
so it's not a synergy thing, it came from sammy/vzw that way.
which if it had said
"txtmsg.verizon.com" or something like that, i certainly wouldn't have thought twice about it.
but the address seemed out of the ordinary to me, so i googled it and came up with "china mobile" many times.
so now i'm concerned that our txt's are going to china for some unknown reason
Click to expand...
Click to collapse
Where exactly are you seeing "server address" in MMS settings?
This is what is see (I'm stock, rooted, unlocked)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Beemer533 said:
Where exactly are you seeing "server address" in MMS settings?
This is what is see (I'm stock, rooted, unlocked)
Click to expand...
Click to collapse
As mentioned in my previous post, Team synergy made more options available in the MMS app. so if you are on stock, then you wouldn't see it.
however, i took the stock app apart and found the server listed there as well. so it has nothing to do with the synergy rom.
they just exposed more options for the app.
When i get home I'll post screen shots
Mine is different. Stock root66, I can view the MMSC server using hidden menu. Mine is http://mms.vtext.com/servlets/mms
Sent from my SCH-I535 using xda app-developers app
Vorfidus said:
Mine is different. Stock root66, I can view the MMSC server using hidden menu. Mine is http://mms.vtext.com/servlets/mms
Sent from my SCH-I535 using xda app-developers app
Click to expand...
Click to collapse
thank you for posting this is very odd. can you post a screen shot?
Sent from my SCH-I535 using Tapatalk 2
So when i launch the mms app and go into the settings, i see that server (http://mmsc.vnet.mobi/ )
I also took apart the STOCK apk file and found it in this line from preferences.xml
<EditTextPreference android:enabled="false" android:singleLine="true" android:title="@string/pref_title_mmsc_url" android:key="pref_mmsc_url" android:summary="http://mmsc.vnet.mobi" android:defaultValue="http://mmsc.vnet.mobi" android:dialogTitle="@string/pref_title_mmsc_url" />
however, when i run the hidden menu and view the mmsc under data i see this server
http://mms.vtext.com/servlets/mms
so i'm not sure what to make of this....
I'm not on synergy so all I can see is what's in hidden menu. But I have the same thing that vader has.
Sent from my SCH-I535 using xda app-developers app
I talked to eschelon, he says it's just because it's a world phone so there are settings that reflect this being a global phone.
however, he assured me that our messages are not going to china and they are going through vzw.
which is what i had thought from the get go, i just couldn't find anyone to confirm it. so i started to get worried.
so I guess false alarm
dvaderx said:
I talked to eschelon, he says it's just because it's a world phone so there are settings that reflect this being a global phone.
however, he assured me that our messages are not going to china and they are going through vzw.
which is what i had thought from the get go, i just couldn't find anyone to confirm it. so i started to get worried.
so I guess false alarm
Click to expand...
Click to collapse
So if I use it on another carrier out of country THEN my messages go to china?
Sent from my SCH-I535 using xda premium
screwyluie said:
So if I use it on another carrier out of country THEN my messages go to china?
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
I guess whatever your mmsc server is set to under data (hidden menu) is where your text will go to.

[APP][Free] Sliding Messaging

Introducing Sliding Messaging, a stock text messaging alternative!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Easily manage text messages in a new and up to date format compliant with the Android design guidelines and visually based on the stock messaging app from Google, with added features.
Screenshots:
Let me know what you guys think, this is a beta after all and will be evolving as android does
Play Store Link
Sliding Messaging Pro
Twitter:
@SlidingSMS
Beta Program:
Google+ Community
looks interesting
can we have a video demo pls?
meethere said:
looks interesting
can we have a video demo pls?
Click to expand...
Click to collapse
You have your thread list. Tap on a thread and it opens the thread. Slide right for a new text and left for the thread list. In the time it would take you to watch a video demonstration you could just install it and play with it for ten seconds then keep or uninstall it.
That said it works nice, but is a little janky and stuttery on my N4. Nice concept though and looks good.
Sent from my Nexus 4 using Tapatalk 2
Nice looking app, but it force closes im not able to open it!
suua said:
Nice looking app, but it force closes im not able to open it!
Click to expand...
Click to collapse
just uploaded an update that may fix that, keep me posted if it works! hopefully the update will be live soon.
Thanks for trying it out guys
Can't find it on market.
Edit: found it. FC on app start. Galaxy S3 4.1.2.
FC's on Motorola Atrix HD running stock 4.1.1
Sent from my MB886 using xda app-developers app
Does this require the stock messaging app to still be active or can it be frozen? (like I do when using Go SMS)
Listy2021 said:
Does this require the stock messaging app to still be active or can it be frozen? (like I do when using Go SMS)
Click to expand...
Click to collapse
You should be fine freezing it. Although when you receive an MMS, it asks you to open the stock app as they aren't yet supported.
just uptaded the app but still force closes..
suua said:
just uptaded the app but still force closes..
Click to expand...
Click to collapse
I will be looking into these fcs tomorrow, I believe they have something to do with searching through the contacts in the phone book. Are you using stock android or something like Motorola or Samsung software? Thanks for testing!
EDIT: just updated, hopefully will fix FCs people are having! please let me know whether or not it is working now, and if not, send me a logcat and i will do my best to fix! next update: speed improvements hopefully!
Thanks for testing guys
Ok, updated now and its working fine, really like the sliding. This could be the default sms app. Waiting, til it gets more sable and it would be awsom if u could includ fast replay in notification pulldown keep it up
Sent from my HTC One X using xda premium
Works well on CM10.1 VZW SGS3. needs mms support and group mms etc..... great app idea though
Features needed: MMS, Quick reply à la AOKP/CM10 messaging app, dark holo theme.
Still FCs for me, can't get a logcat right now
Sent from my MB886 using xda app-developers app
Needs MMS and quick reply and this would be perfect!
Does it have 160 characters fix? For example for Czech language?
Sent from my HTC Desire X using xda premium
Gnaver said:
Does it have 160 characters fix? For example for Czech language?
Sent from my HTC Desire X using xda premium
Click to expand...
Click to collapse
i'm sorry, i havent done much language support with it so i really have no idea how it would behave in Czech... it does break messages into more than one if over 160 characters in the english language at least.
Can you provide a market link? I can't find. Looks awesome
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
https://play.google.com/store/apps/details?id=com.klinker.android.messaging

Categories

Resources