Is there a save game editor for the FF IV? You have editors for FF Dimension and FF III listed in here. I don't seem to find editor for FF IV?
Hope to see someone comes up with an editor. That will be great!
I would like to see this. I accidentally wiped my data. If someone knows how I could set up a game with relatively the same location/stats, would be awesome. At or past the doctor underground would be fine.
greeny2010 said:
Is there a save game editor for the FF IV? You have editors for FF Dimension and FF III listed in here. I don't seem to find editor for FF IV?
Click to expand...
Click to collapse
Hey greeny, I know I have already talked to you about this in a pm, but figured I would let everyone know my intentions.
Here is a preview of what I have so far (just started it this week, so only the basics are done)
{
"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"
}
mascondante said:
I would like to see this. I accidentally wiped my data. If someone knows how I could set up a game with relatively the same location/stats, would be awesome. At or past the doctor underground would be fine.
Click to expand...
Click to collapse
Currently I am in the underground, just got Rydia back (as you can see in the above) Would that be close enough for you? I can change the levels/items/equipment/Gil to whatever you would like if you want. Send me a PM with details if you are interested.
I will be looking for testers in a little while. I have one from my FFD project (greeny) who is willing, if you would like to help as well, just let me know.
KeylanHalfdan said:
Hey greeny, I know I have already talked to you about this in a pm, but figured I would let everyone know my intentions.
Here is a preview of what I have so far (just started it this week, so only the basics are done)
Currently I am in the underground, just got Rydia back (as you can see in the above) Would that be close enough for you? I can change the levels/items/equipment/Gil to whatever you would like if you want. Send me a PM with details if you are interested.
I will be looking for testers in a little while. I have one from my FFD project (greeny) who is willing, if you would like to help as well, just let me know.
Click to expand...
Click to collapse
I've just started the game after reading your mail. I'm very excited on your latest development .. :good:
What I need is a save game with the usual variables like gils, inf health etc and my favorite accessory like ribbon. With this, I can progress the game along and update you on bugs along the story line.
Cheers!
I've got a lot of the locations for what to edit, happy to help.
(I've been noting my stuff here --> http://forum.xda-developers.com/showthread.php?t=2177356)
garwynn said:
I've got a lot of the locations for what to edit, happy to help.
(I've been noting my stuff here --> http://forum.xda-developers.com/showthread.php?t=2177356)
Click to expand...
Click to collapse
Thanks, I saw that the other day. Wish I had seen it sooner, spent most of last week figuring it out since I finally got the free time. I have had it in my project list since it came out, but a bug with my ffd editor (also my daughter going back to school and wife getting a new job) made me take a small hiatus from coding for awhile.
I seem to have most of what you found, although I have not looked into the base stats yet. Just got done mapping out the data for the equipment/items/key items. Also trying to figure out the checksum calculation. I know where it is, just not what kind. It seems to be a variation of the one for ffd/ffiii. I found the same trick to bypass it that you stated on another website, so the checksums are on the back burner for now.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
garwynn said:
I've got a lot of the locations for what to edit, happy to help.
(I've been noting my stuff here --> http://forum.xda-developers.com/showthread.php?t=2177356)
Click to expand...
Click to collapse
Cannot register at the above link mentioned as my IP address is not allow - WTF. Possible to upload the editor to a more common site like Mega or mail it to me?
Thanks.
Wow! Can't wait to use that awesome editor. Keep it up guys. Now subscribing. :good:
KeylanHalfdan said:
Thanks, I saw that the other day. Wish I had seen it sooner, spent most of last week figuring it out since I finally got the free time. I have had it in my project list since it came out, but a bug with my ffd editor (also my daughter going back to school and wife getting a new job) made me take a small hiatus from coding for awhile.
I seem to have most of what you found, although I have not looked into the base stats yet. Just got done mapping out the data for the equipment/items/key items. Also trying to figure out the checksum calculation. I know where it is, just not what kind. It seems to be a variation of the one for ffd/ffiii. I found the same trick to bypass it that you stated on another website, so the checksums are on the back burner for now.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Here, this should help with individual char stats.
C line is your character break. I'm assuming you've got the basic pattern.
Green box are your 5 base stats. Until level 99 is set, you can set these to FF (255) but they'll drop to 99 on level up.
Red box (7F9698) is experience. So I do this, play one to level each person to 99 and then adjust base stat again. Boom - 255 stats.
Blue is HP, Magenta (E703) is MP.
I was working on spells and I think my save file gave Cecil some nice WM spells but you'll have to double check. Would be in slot 3.
I also didn't mess with the top numbers other than HP/MP - had some times where it wouldn't catch properly. Hopefully your editor will get that.
garwynn said:
Here, this should help with individual char stats.
C line is your character break. I'm assuming you've got the basic pattern.
Green box are your 5 base stats. Until level 99 is set, you can set these to FF (255) but they'll drop to 99 on level up.
Red box (7F9698) is experience. So I do this, play one to level each person to 99 and then adjust base stat again. Boom - 255 stats.
Blue is HP, Magenta (E703) is MP.
I was working on spells and I think my save file gave Cecil some nice WM spells but you'll have to double check. Would be in slot 3.
I also didn't mess with the top numbers other than HP/MP - had some times where it wouldn't catch properly. Hopefully your editor will get that.
Click to expand...
Click to collapse
Thanks for the base stats offsets. I managed to change all of the hp/mp, with the exception of Kain and Cecil's mp. Every time I change them to 999 they revert to 89 and 455. It's weird.
EDIT:
I finally managed to figure out the MP problem I was having. Just like there are 2 Gil offsets and 2 Max HP offsets, there are 2 Max MP offsets. Just after the FF FF FF FF FF for stats there is a 00 0A. The 0A is the Max MP for the character that the stats go with. It's strange, as the only people I had to fix this for was Cecil (Dark Knight and Paladin) and Kain. Rydia, Rosa, and Edge I just changed the ones you had highlighted, and it fixed the other ones itself.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
When Cecil becomes a Paladin, his stats go back to normal. He still cannot equips a ribbon as headgear.
What we need is a working editor to just change the basic attributes of the game characters. That would be nice for a start.
greeny2010 said:
When Cecil becomes a Paladin, his stats go back to normal. He still cannot equips a ribbon as headgear.
What we need is a working editor to just change the basic attributes of the game characters. That would be nice for a start.
Click to expand...
Click to collapse
At that point I just save right after that sequence, edit the stats again, go down the mountain and then save/edit one more time for 255 stats. I think that should be doable even in his solution.
Sent from my SPH-L900 using Tapatalk 4
greeny2010 said:
When Cecil becomes a Paladin, his stats go back to normal. He still cannot equips a ribbon as headgear.
What we need is a working editor to just change the basic attributes of the game characters. That would be nice for a start.
Click to expand...
Click to collapse
The problem with changing the basic stats is you cannot do it before you get the character. When you get the character, the game resets the stats I believe.
I find a way to unlock Golbez as playable too, but he when you save and load the game later it sets him back to level 1 with no weapons and 13 magic. He still has spells, but you need either level him up, or use soma drops on him to be able use anything.
I should have a working editor for you soon to test greeny. I have been on vacation this week, and was working on a project for Halloween. I should be able to code some more this week.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
KeylanHalfdan said:
The problem with changing the basic stats is you cannot do it before you get the character. When you get the character, the game resets the stats I believe.
I find a way to unlock Golbez as playable too, but he when you save and load the game later it sets him back to level 1 with no weapons and 13 magic. He still has spells, but you need either level him up, or use soma drops on him to be able use anything.
I should have a working editor for you soon to test greeny. I have been on vacation this week, and was working on a project for Halloween. I should be able to code some more this week.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
This is what I'm thinking - the game resets any new character you discover during the journey to their default stats. I did what @garwunn method in the previous message and no, not workable.
KeylanHalfdan said:
The problem with changing the basic stats is you cannot do it before you get the character. When you get the character, the game resets the stats I believe.
I find a way to unlock Golbez as playable too, but he when you save and load the game later it sets him back to level 1 with no weapons and 13 magic. He still has spells, but you need either level him up, or use soma drops on him to be able use anything.
I should have a working editor for you soon to test greeny. I have been on vacation this week, and was working on a project for Halloween. I should be able to code some more this week.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Certain stats possibly - but I edited all the characters before and the HP/MP for sure stuck. Didn't check the other values. If you want to try for yourself, try the save I attached in the other thread.
Bestiary
KeylanHalfdan said:
The problem with changing the basic stats is you cannot do it before you get the character. When you get the character, the game resets the stats I believe.
I find a way to unlock Golbez as playable too, but he when you save and load the game later it sets him back to level 1 with no weapons and 13 magic. He still has spells, but you need either level him up, or use soma drops on him to be able use anything.
I should have a working editor for you soon to test greeny. I have been on vacation this week, and was working on a project for Halloween. I should be able to code some more this week.
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Do you have any hex fot the bestiary ?
Even if it is biggy or unfonished.. would you consider releasing what you have so far? Been desperate to use this even in its infancy xxfor over a month now
misternad said:
Even if it is biggy or unfonished.. would you consider releasing what you have so far? Been desperate to use this even in its infancy xxfor over a month now
Click to expand...
Click to collapse
I released the alpha version a while ago.
http://forum.xda-developers.com/showthread.php?p=46149366
[APP][WINDOWS] Final Fantasy IV Save Editor (Alpha)
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
KeylanHalfdan said:
I released the alpha version a while ago.
http://forum.xda-developers.com/showthread.php?p=46149366
[APP][WINDOWS] Final Fantasy IV Save Editor (Alpha)
Sent from my Verizon Galaxy Note 2 using Xparent Skyblue Tapatalk 2
Click to expand...
Click to collapse
Now we just need VI to come out and tinker with
Sent from my SPH-L900 using Tapatalk
New FFIV-SE
This project is undergoing a massive overhaul. I'm helping Halfdan with some of the finer points and some optimizations.
All base stats, inventory, keyitems, spells, abilities, level, experience and gil.
There's a couple bitfields slowing us down at the moment but as soon as we get them mapped out, KeylanHalfdan will release his new editor. :good:
Related
{
"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"
}
Evidence of success...
http://www.youtube.com/watch?v=oibHvl72DYA
Intro/How to root...
Order & Chaos Online is fully compatible with the Motorola Atrix, despite what Gameloft may say. Even on Android 2.3.4. Here's how to get it...
Android update 2.3.4 killed the root a while back, so here are instructions on how to get that root back if you need to. You must be rooted to follow this tutorial.
These instructions are easy to follow, and if you follow them there is no chance of bricking or damaging your phone in any way. This is the guide that I used...
http://www.atrixforums.com/forum/mo...including-stock-locked-2-3-4-a.html#post47155
Once you're rooted...
Simply make the following modifications in your build.prop file.
(Check the Market for "Root Tools" for a simple app to edit your build.prop. Costs a dollar but has many other great tools for root users. You'll only need it in this tutorial for a minute, so you can get a refund if you're really that stingy.)
ro.product.model=Optimus 2X
ro.product.brand=lge
ro.product.name=lge_star
ro.product.device=p990
ro.product.board=p990
Click to expand...
Click to collapse
Save your build.prop and reboot your phone. Order and Chaos will now be in the Market.
Also, reverting back to original Atrix build.prop will disable subscription renewal and hide the game from My Apps/Android Market. You must keep this build.prop to keep Market-access to receive the required updates.
Note: You will find a few other Gameloft games available in the Market now. I can confirm that Backstab and NOVA 2 do not work on the Atrix, so don't waste your money buying them and your time/battery downloading the game files.
Might want to remove the link to the file since its considered warez and not allowed.
I just changed build.prop to lg optimus ² and purchased the game from the market
rossgucci said:
I just changed build.prop to lg optimus ² and purchased the game from the market
Click to expand...
Click to collapse
I've changed the build.prop before, so I know what to edit, but what are the values for the Optimus 2? Also, does the game actually work?
Sent from my MB860 using XDA App
klub242 said:
I've changed the build.prop before, so I know what to edit, but what are the values for the Optimus 2? Also, does the game actually work?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Can you make in-app purchases? The hacked .apk I installed runs the game perfectly, but I can't make in-game purchases.
Would love this for nova/nova2 as I plan to buy them. Their dust service department has not responded to my inquiry.
Sent from my Motorola Atrix 4G on the network with the most backhaul, whatever that is. This post might have errors as I hate touchscreen keyboards.
Mgamerz said:
Would love this for nova/nova2 as I plan to buy them. Their dust service department has not responded to my inquiry.
Click to expand...
Click to collapse
the first NOVA is available on the atrix. go to gameloft.com in your browser. you'll have to sideload the apk, but the game will work. Compatibility isn't the issue, because lots of Gameloft games run perfectly on my Atrix 4G. I don't know why they're blocking certain phones from buying their games. That makes no sense to me. I emailed Gameloft asking them to make more games available for the Atrix, this is all they had to say.
Hi!
Thank you for your interest in Gameloft games and for being such a devoted Gameloft customer. We are always happy to answer all your questions.
Bringing the best gaming experience to our clients is our top priority. This is why we always try to work diligently to make all our games available for all platforms.
Unfortunately, I can not provide you with information about our future releases of the game for your device. We can not operate such information as it usually depends not only on us but a lot of other third party companies.
If you have more questions, please do not hesitate to contact us again.
Have a nice day!
Click to expand...
Click to collapse
What a great non answer. Their method wants me to give them my phone number to text me a link. I have google voice.
Their system/site is pretty badly made. Its terrible hard to know where to go.
Iphone ipad smartphone? Seriously? Why can't they just say smartphone and tablets.
I just tried to purchase nova and they f**ked up my order and then gave me 500 internal server error. I give up. The combination of a terrible website, a terrible support team (going on 2 days now) and a pathetic purchase install process has lost an interested customer.
Sent from my Motorola Atrix 4G on the network with the most backhaul, whatever that is. This post might have errors as I hate touchscreen keyboards.
klub242 said:
I've changed the build.prop before, so I know what to edit, but what are the values for the Optimus 2? Also, does the game actually work?
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
I am also interested to know this and help?
Sent from my MB860 using Tapatalk
If you want to play this through 3g, you can on your 3g network then on wifi without connecting it to any network
thanks
thank for this
How do we get the patched file since it's removed?
For anyone having trouble with Game loft support don't give up. I recently had an issue with some games and had a very good experience. There are a few things to keep in mind. One thing I noticed is it takes 4 or 5 day for almost any response. Another thing is English may or may not be a first language for the rep that you get in touch with. So try to be clear as well as patient.
Once I communicated the issue in a fashion that was understandable, they fixed my problems, and even gave me two free games for my troubles.
One other thing. If the game you want is not developed by them specifically for your device you won't get anywhere with them as far as support. I would speculate based on my experience that if you "accidental" bought the wrong game, maybe you could negotiate an exchange or get a credit. Just be prepared to show all receipts.
I tired it again and it turns out their paypal method doesn't work it all. It always returns me to the game listing with no purchase made. I've lost interest anyways after talking to some peeps on the irc.
Sent from my Motorola Atrix 4G on the network with the most backhaul, whatever that is. This post might have errors as I hate touchscreen keyboards.
Bumping for LG Optimuse 2 values to edit into build.prop.
I searched the whole internet and found nothing
@Pizza4Breakfast: Check your PMs.
@Novancaiel: I've done some experimenting with rooting my phone and editing the build.prop and had no success. I'll send you a PM for an .apk that should work with the LG Optimus 2. Try sideloading it and let me know how that works.
Anyone else who needs the .apk, feel free to PM me. I'll try to get back to you as soon as possible. Gameloft keeps having the links taken-down, and I only have two links left to share. I'm not posting them here for Gameloft to see, and I'm not re-uploading it to any sites. When they're gone, they're gone--unless someone else re-ups it.
Edit: reminder, you can not make in-app purchases with this version. subscription renewal and microtransactions are done through the android market. don't dedicate too much time, because once your subscription is up--your characters are gone. (until gameloft ever releases it for more phones on the android market [if they do])
Aiight, thanks a lot!
mattijuana said:
@Pizza4Breakfast: Check your PMs.
@Novancaiel: I've done some experimenting with rooting my phone and editing the build.prop and had no success. I'll send you a PM for an .apk that should work with the LG Optimus 2. Try sideloading it and let me know how that works.
Anyone else who needs the .apk, feel free to PM me. I'll try to get back to you as soon as possible. Gameloft keeps having the links taken-down, and I only have two links left to share. I'm not posting them here for Gameloft to see, and I'm not re-uploading it to any sites. When they're gone, they're gone--unless someone else re-ups it.
Edit: reminder, you can not make in-app purchases with this version. subscription renewal and microtransactions are done through the android market. don't dedicate too much time, because once your subscription is up--your characters are gone. (until gameloft ever releases it for more phones on the android market [if they do])
Click to expand...
Click to collapse
Btw, I have just one question. If Gameloft does allow Atrix support in the next 3 months, how would we be able to upgrade to the market version and would we be able to keep the progress we've made on this non-official version?
Novancaiel said:
Bumping for LG Optimuse 2 values to edit into build.prop.
I searched the whole internet and found nothing
Click to expand...
Click to collapse
Yep, i just spent the last 3 days looking and repeatedly messing up my build.prop ... thank god for back ups...
If you have this working PLEASE post values!
@Pizza4Breakfast: I was able to access my characters on a Droid X with the Android Market version installed. Character data is saved on Gameloft servers, not in the app itself. Upgrading to the official app when/if it is released for Atrix should not be a problem, and you shouldn't lose your progress. Just uninstall this release and get the official version from the Market. When your three months run out, you won't be able to access your account to continue playing though. Unless-
A. Gameloft decides to allow Atrix support.
B. Gameloft creates a way to manage your subscription outside of the Android Market.
C. Someone is crafty and finds a work-around.
@Carrion332: I don't think the Market compatibility check is based off of the build.prop for some reason. I've tried editing the values of my Atrix to all of the "compatible" phones, and it's still fails to show in the Android Market. Could be wrong, but I've wasted a lot of time trying. O&C is available for the LG P990 Optimus 2X (Star). Is that not the same phone you have? Check the Android Market
I do NOT take credit for this, these are simply two posts that go hand in hand together and I thought I should re-post them together.
PLEASE thank farookh for this information on finding your MSL- which will be needed for the data speed tweaks. this should be word for word of farookh's post
I DO NOT take credit for this again!
You need to get a copy of RadioComm v.11.12.2 from here http://www.mediafire.com/?aco7dzb067kxk7h
1st- if you have a PINK circle it will still work, not always though.
{
"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"
}
2nd. if you cannot get a HEX to show, you should check that your phone is on motorola portal or charge USB mode(might still work on a custom rom on charge mode, could someone please verify this on cm7?) .
(PREFERABLY - Motorola portal)
3rd. if you still cannot get a HEX to show, you need to force restart your phone from the RadioComm. It should then work after reboot is completely finished.
4th. you may get a HEX that is not a valid HEX I don't know why this appears but if it does, force restart your phone and retry and it should work fine.
I will be updating this guide as much as possible!
use this link to decode your HEX to an MSL.
http://home2.paulschou.net/tools/xlate/
This second part is to tweak your data speeds! I have edited this post but its mainly the exact same.
PLEASE - give ALL credit to djallen1 for this part!
This should help you experience speeds surpassing 8mps download on wimax 4G
1st- not necessary but will help
Add a Linux sysctl.conf file to system/etc containing:
net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
2nd - using your MSL number you can edit the ##3282# menu as follows:
Data Profile menu: deactivate Reverse Tunneling,
original poster had posted "pinged all the Home Agent IP's I could get my hands on and settled on 68.28.81.77 as primary and 68.28.89.77 as secondary"- I don't find it necessary if you don't want to but it will help.
Multimedia menu: Change RTSP proxy address to 0.0.0.0 and port to 0.
Do the same with HTTP-PD address and port.
Change Buffer length to 20.
EVDO: Make sure DDTM is set to Off.
TIP-THANK hdmunger FOR THIS NEXT PART.
If you want to stay connected/connect to weaker signals of 4G, in your ##3282# menu go to
wiimax-> Entry CiNR (db) and change the 6 to a lower number of your choice (3 or 4) this determins what signal strength you need to connect
again I do not take any credit for these findings! just thought it would be helpful to put them both in one post for all.
ORIGINAL MSL FINDER GUIDE
http://forum.xda-developers.com/showthread.php?t=1365058
ORIGINAL DATA TWEAKS GUIDE
http://forum.xda-developers.com/showthread.php?t=1397913
Sent from my MB855 using xda premium
I almost wanted to troll about these being in two separate places, but I suppose something like this should be stickied or something.
+1
ArchangelRenzoku said:
I almost wanted to troll about these being in two separate places, but I suppose something like this should be stickied or something.
+1
Click to expand...
Click to collapse
yeah haha I saw the post about the speeds a long time ago and I thought a lot of people will probably never see it since it's like 4 pages in general and what not.
Sent from my MB855 using xda premium
Can someone confirm this works? I'll give it a shot anyway, but I'm about ten minutes outside of a 4G area so I cannot test it right away.
In all joker roms you should edit the init.d scripts as it has 3g scripts already
Sent from my MB855 using XDA App
Edit this works
aamirani said:
Can someone confirm this works? I'll give it a shot anyway, but I'm about ten minutes outside of a 4G area so I cannot test it right away.
Click to expand...
Click to collapse
if you go a few pages back to a post titled "rockin data speeds" they're a few people who have done this and confirmed its working
Sent from my MB855 using xda premium
The process of the photos is a bit lacking to get the MSL. There should be a revised checklist since some of the posts in the original thread contirbute to the work arounds if your device doesnt show up as green.
A restart is needed and if your phone ends up showing pink it will still work. I am writing this because if people do not read the original thread they will not discover this. Only reason I know this is having to get the msl for my sisters photon. It wasnt cut and dry just following the photos, it was close but the real information on diagnosing how to get the information correctly was in later posts i the thread.
Far as the sysctl.conf I have tested this and in my area it is negligable at best. I think the real diference is setting your proxy information but the collective difference is negligable at best. This is atleast when accessing 4G.
It may have better results for someone using stricly 3G but I havent tested this.
ScottieRotten said:
The process of the photos is a bit lacking to get the MSL. There should be a revised checklist since some of the posts in the original thread contirbute to the work arounds if your device doesnt show up as green.
A restart is needed and if your phone ends up showing pink it will still work. I am writing this because if people do not read the original thread they will not discover this. Only reason I know this is having to get the msl for my sisters photon. It wasnt cut and dry just following the photos, it was close but the real information on diagnosing how to get the information correctly was in later posts i the thread.
Far as the sysctl.conf I have tested this and in my area it is negligable at best. I think the real diference is setting your proxy information but the collective difference is negligable at best. This is atleast when accessing 4G.
It may have better results for someone using stricly 3G but I havent tested this.
Click to expand...
Click to collapse
thank you I was having problems with that myself, I will go ahead and update this post as soon as I get the chance, bust at the moment but I will be sure to go through the original post and add anything else, I'm going to try nd make this as easy as possible to do. and that script is in fact more of for 3G use.. thank you this will help a lot!
Sent from my MB855 using xda premium
Your post should also link back to those original threads since people will continue to post in those threads.. Put a bibliography or some **** at the end of your post for cite
d material.
ScottieRotten said:
Your post should also link back to those original threads since people will continue to post in those threads.. Put a bibliography or some **** at the end of your post for cite
d material.
Click to expand...
Click to collapse
will do, I don't have time to right now but I deff will before the end of the day thanks for the tip!
Sent from my MB855 using xda premium
I will be adding the v6 charger guide to this when I get the chance!
I'm also working on an app to download and easily find out your MSL.. no promises!
Sent from my MB855 using xda premium
Another thing about the changing of settings for sysctl.conf. If you look in that thread I posted a few weeks ago linking to a list of useragents.
Thinking back upon it I had better luck changing from the new jersey user agents to new york ones. The speeds werent much better but the stability of throughput was better.
You can also ping the useragents and use ones with better latency's.
This is by far more of a performance improvement than anything.
The only drawback is eventually the useragent settings will be reset back to default. Not sure if done via push or upon rebooting the device but the settings were returned without knowing until I looked.
You need to include the links to the original threads in the first post. Not doing so will cause loss of information and refrence.. Consolidating only works if you post all refrence material in a working fashion that covers all questions that could be asked.
On a possibly related note, there is a setting in Dialer > ##3282# > WiMAX > Entry CINR (db) that may affect how 4G connects when signal is weak...I have seen it as a 6 and as a 4 (4 meaning it will still connect with a weaker signal than if the setting is a 6).
Mine is at 4 based on hearing about this a couple of months ago...
ScottieRotten said:
Another thing about the changing of settings for sysctl.conf. If you look in that thread I posted a few weeks ago linking to a list of useragents.
Thinking back upon it I had better luck changing from the new jersey user agents to new york ones. The speeds werent much better but the stability of throughput was better.
You can also ping the useragents and use ones with better latency's.
This is by far more of a performance improvement than anything.
The only drawback is eventually the useragent settings will be reset back to default. Not sure if done via push or upon rebooting the device but the settings were returned without knowing until I looked.
You need to include the links to the original threads in the first post. Not doing so will cause loss of information and refrence.. Consolidating only works if you post all refrence material in a working fashion that covers all questions that could be asked.
Click to expand...
Click to collapse
I have the references already posted at the bottom of the post for both topics.
Sent from my MB855 using xda premium
On a possibly related note, there is a setting in Dialer > ##3282# > WiMAX > Entry CINR (db) that may affect how 4G connects when signal is weak...I have seen it as a 6 and as a 4 (4 meaning it will still connect with a weaker signal than if the setting is a 6).
Mine is at 4 based on hearing about this a couple of months ago...
Click to expand...
Click to collapse
I'll be adding this to the guide
thank you for the tip I did this immediately on my phone haha
Sent from my MB855 using xda premium
ScottieRotten said:
Another thing about the changing of settings for sysctl.conf. If you look in that thread I posted a few weeks ago linking to a list of useragents.
Thinking back upon it I had better luck changing from the new jersey user agents to new york ones. The speeds werent much better but the stability of throughput was better.
You can also ping the useragents and use ones with better latency's.
This is by far more of a performance improvement than anything.
The only drawback is eventually the useragent settings will be reset back to default. Not sure if done via push or upon rebooting the device but the settings were returned without knowing until I looked.
You need to include the links to the original threads in the first post. Not doing so will cause loss of information and refrence.. Consolidating only works if you post all refrence material in a working fashion that covers all questions that could be asked.
Click to expand...
Click to collapse
How do you go about pinging user agents I'd like to add this to the tutorial
Sent from my MB855 using xda premium
Ok I tried this out...before my 3g speed was about 2mbps..... 4g was between 4-6 mbps.....after 3g bombs at 0.04mbps ....4g rockets to 9-10mbps...but getting IP registration errors here an there. ...
Sent from my MB855 using xda premium
iaccax said:
Ok I tried this out...before my 3g speed was about 2mbps..... 4g was between 4-6 mbps.....after 3g bombs at 0.04mbps ....4g rockets to 9-10mbps...but getting IP registration errors here an there. ...
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Were you measuring this using a computer and tethering? Or directly from the phone? - Which app were you using?
ArchangelRenzoku said:
Were you measuring this using a computer and tethering? Or directly from the phone? - Which app were you using?
Click to expand...
Click to collapse
Direct ..using speedtest.net app....it does work for me but my 3g it slowed my speed down..
Sent from my MB855 using xda premium
iaccax said:
Direct ..using speedtest.net app....it does work for me but my 3g it slowed my speed down..
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
You do more than 1 test at a time right?
I usually do 3-at-once then another set an hour or two later to make sure it's not just a network hiccup.
Pic links should be back up by the end of today 2/3/12
direct link to the album still works
For those not aware, I have had the benefit of having a great friend at Samsung that allows me to view/test/play with devices before release.
Previous devices on ATT Galaxy s2, the 10" and 8.9" tab, Skyrocket, and most recently the Galaxy Note. He has been dead on with release dates on all of the above.
What I have so far:
Confirmed as available for retail 2/19/12, pre orders begin 2/5/12
The 18th is on paper
Now..the good stuff..as mentioned, pics are typically forbidden but I grabbed what I could. When I hooked it to the PC he got all freaked out about what I was doing so..no dump (yet)
I liked the device. I am 6'4" and it was comfortable to hold...I could thumb type, one hand it no problem. The screen is absolutely amazing. Clear, crisp, no signs of flaws save the minor discoloration (similar to blobs) on dark grey backgrounds...so barely noticeable that I think i noticed them, but could not reproduce them for further observation. Pulled a few HD vids on you tube and wow...it didn't put the Skyrocket to shame, but the difference was noticeable. Much crisper, more vivid..NO LAG. Both devices tested equally on speedtest.net on LTE. This bad boy never lagged not once and the new touchwiz was pretty cool, but only a few new additions. I failed to take video..I grabbed a snapshot and doodled on it with the pen and that was about it.
The bad...
The speaker appears to be the same as the Skyrocket. Plenty loud in a quiet setting but drowned out in a crowded In and Out at 10 pm. Call quality was awful..I made two calls, each to someone sitting at a nearby table. I could barely hear them, they could barely hear me. May have been the environment, this place was packed.
The stylus was a neat gimmick. With some practice it might be pretty cool but I did not get the feel I would use it more than to just show it off. The hope would be that developers work it in to more apps. I tested it with the built in Memo app and texting. Texting was awful...if you want an example try evernote...it really seems counter productive.
Overall it will be a great device, but it does not offer enough for me to ditch my skyrocket. If you want the screen size, and resolution, it's an OK upgrade. I can not justify the cost right now. We have more upgrades opening up on other lines later in the year, and I will evaluate offerings at that time. For now I will keep my Skyrocket.
Oh..NFC is a maybe at this point. The device on the inside of the battery door this guy claims is an antenna...Some report it as being NFC...
I will do some more research.
all pics can be viewed at http://photobucket.com/galaxy_note_lte
uploading shots taken with our skyrockets now
Code:
..:: [System Info]
ANDROID_ID=
CURRENT_TIME_MILLIS=1327806533123
ANDROID_SOCKET_zygote=13
ANDROID_BOOTLOGO=1
EXTERNAL_STORAGE=/mnt/sdcard
ANDROID_ASSETS=/system/app
ASEC_MOUNTPOINT=/mnt/asec
PATH=/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
LOOP_MOUNTPOINT=/mnt/obb
BOOTCLASSPATH=/system/framework/core.jar:/system/framework/bouncycastle.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/android.policy.jar:/system/framework/services.jar:/system/framework/core-junit.jar
USBHOST_STORAGE=/mnt/sdcard/usbStorage
ANDROID_DATA=/data
ANDROID_PROPERTY_WORKSPACE=12,66560
ANDROID_ROOT=/system
LD_LIBRARY_PATH=/vendor/lib:/system/lib
EXTERNAL_STORAGE2=/mnt/sdcard/external_sd
..:: [DateTime Info]
Locale: en_US
Locale Country: US
Locale Language: English
Locale Variant:
Locale ISO Country: USA
TimeZone: org.apache.harmony.luni.internal.util.ZoneInfo["CST",mRawOffset=-21600000,mUseDst=true]
TimeZone Name: Central Standard Time
TimeZone DST Saving: 3600000
TimeZone Row offset: -21600000
TimeZone SHORT: 0
..:: [Version Info]
CodeName=REL
Incremental=UCKLE
Release=2.3.6
SDK=10
SDK-Version=10
..:: [Screen Info]
DisplayId=0
Resolution=[B]800x1280[/B]
Orientation=0
RefreshRate 58.0 fps
..:: [Build Info]
Board=[B]MSM8660[/B]_SURF
Brand=samsung
CPU ABI=armeabi-v7a
Device=SGH-I717
Display=GINGERBREAD.UCKLE
Fingerprint=samsung/SGH-I717/SGH-I717:2.3.6/GINGERBREAD/UCKLE:user/release-keys
Host=SEI-48
ID=GINGERBREAD
Manufacturer=samsung
Model=SAMSUNG-SGH-I717
Product=SGH-I717
Tags=release-keys
Time=1325626536000
Type=user
User=se.infra
..:: [Secure Info]
INSTALL_NON_MARKET_APPS=1
LOCATION_PROVIDERS_ALLOWED=gps,network
DEVICE_PROVISIONED=1
ANDROID_ID=
ADB_ENABLED=0
USB_MASS_STORAGE_ENABLED=1
WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON=1
BLUETOOTH_ON=0
WIFI_ON=1
DATA_ROAMING=0
..:: [Telephony] -
IMEI=
CallState=IDLE
DataActivity=DORMANT
DataState= CONNECTED
NetworkType= 13
PhoneType= GSM
SimState= READY
CellLocation=
DeviceSoftwareVersion= 02
Line1Number=
NetworkCountryIso= us
NetworkOperator=
NetworkOperatorName=AT&T
SimCountryIso=us
SimOperator=
SimSerialNumber=
SubscriberId=
VoiceMailAlphaTag=Voicemail
VoiceMailNumber=
--- Generate with Android DUMP.
linpack
{
"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"
}
antutu
Elixir
CFBench
Fps2d
Misc
Device pics..taken with our Skyrockets
My source called today to let me know he has one in hand. I hope to get a chance to play with it by the end of next week.
As a few people know, I had the chance to play with the SGS2 and Skyrocket much prior to their release...and this guy was spot on with the release dates for those devices
I have posted this thread as a spot for all of you that seem interested in it to post questions about the device and I will do my best to test/eval/answer based on hands on experience with it.
so..whatcha want to know.
I will be trying to meet up with him next week.
00mred00 said:
My source called today to let me know he has one in hand. I hope to get a chance to play with it by the end of next week.
As a few people know, I had the chance to play with the SGS2 and Skyrocket much prior to their release...and this guy was spot on with the release dates for those devices
I have posted this thread as a spot for all of you that seem interested in it to post questions about the device and I will do my best to test/eval/answer based on hands on experience with it.
so..whatcha want to know.
I will be trying to meet up with him next week.
Click to expand...
Click to collapse
release date
Sent from my SAMSUNG-SGH-I727 using xda premium
kornklown69 said:
release date
Sent from my SAMSUNG-SGH-I727 using xda premium
Click to expand...
Click to collapse
Absolutely! And hardware specs.
Well of course
Sent from my SAMSUNG-SGH-I727 using XDA App
just the low down lol
Sent from my SAMSUNG-SGH-I727 using xda premium
yes sir if you get it in hands some side by side pics of the sr and Note would be great along with the date and specs of course.
but im really thinking of making the switch so someone actually having it in there hands with a skyrocket in the other can really give us a GOOD review.
no need to write a book or anything, just the basics would be nice.
and Thanks for the heads up.
Full retail price? Thanks.
Sent from my SAMSUNG-SGH-I727 using XDA App
Price and Im sure it will have the Snapdragon proc... and possible ICS?
So what is the release date????
@ 00mred00
Once you get it - please dump the rom, put it on some file share, and let the good folks here at XDA root it and start cooking prior to release. CM9 alpha for euro Note with Exynos and HSPA+ only radio is already out there - once we get root it shouldn't take long to port that CM9 to this Snapdragon version with LTE radio.
defnow said:
Full retail price? Thanks.
Sent from my SAMSUNG-SGH-I727 using XDA App
Click to expand...
Click to collapse
+1 for no commitment pricing and launch date!
Pm me on how to pull a system dump
In the past there were two things I absolutely was not allowed to do
1. Take pics (though I took them anyway)
2. Root the phone
Samsung employees have no idea on pricing guys...that is determined by att...so that one will remain unknown.
Apo11on said:
@ 00mred00
Once you get it - please dump the rom, put it on some file share, and let the good folks here at XDA root it and start cooking prior to release. CM9 alpha for euro Note with Exynos and HSPA+ only radio is already out there - once we get root it shouldn't take long to port that CM9 to this Snapdragon version with LTE radio.
Click to expand...
Click to collapse
Sent from my SAMSUNG-SGH-I727 using XDA App
00mred00 said:
Pm me on how to pull a system dump
In the past there were two things I absolutely was not allowed to do
1. Take pics (though I took them anyway)
2. Root the phone
Samsung employees have no idea on pricing guys...that is determined by att...so that one will remain unknown.
Sent from my SAMSUNG-SGH-I727 using XDA App
Click to expand...
Click to collapse
I'm assuming you're on PC, not Mac or anything else. Go to folder, where you have ADB installed (once you install USB drivers for PC the folder will be created, usually something like C:\Program Files\Samsung Handset USB Driver) Then change directory in command prompt to that folder with ADB.exe folder and run:
Code:
adb pull /system C:\system_dump
and then
Code:
adb pull /data C:\data_dump
usually, dumping system and data folders are enough to root.
If you want to dump the whole phone for rom chefs to start cooking once rooted, do:
Code:
adb pull / C:\full_dump
Dumping whole phone will take a while to complete. You may need to create those system_dump and data_dump folders or full_dump folder in the root of your C:\ drive - it depends on command prompt version you're using. Older Windows might need it, but not Vista or Win7.
Edit: some data in the /data folder will allow to uniquely identify the phone - it'll list IMEI and other things. Also, make sure not to have emails, where subject may contain personal info - emails wont be readable, but subject will be visible. If you're going to dump and share the whole phone - dont put personal stuff on sdcard or at least remove it, once the rom is dumped to your HDD
Edit2: corrected folder location bug in the instructions above
available?
Is this available for samsung galaxy tab 7.0? thanks
Already thinking of adding a 5th line just for the note. Lol
Sent from my Transformer Prime TF201 using xda premium
@00mred00
Probably a release date would be the most beneficial. Anything more descriptive than Early 2012, or Q1 2012.
Although a long shot im hoping for the exynos 1.5ghz(4212 not 4210 which i know doesn't support LTE well) its been out for 7 months, and knowing samsung they like to keep it in house. Slim chance but still a chance!.
Lirtjasksta said:
Is this available for samsung galaxy tab 7.0? thanks
Click to expand...
Click to collapse
W
T
F
?
did you really just ask that question? i mean....what does the galaxy tab have to do with the note lte?
krushin said:
@00mred00
Probably a release date would be the most beneficial. Anything more descriptive than Early 2012, or Q1 2012.
Although a long shot im hoping for the exynos 1.5ghz(4212 not 4210 which i know doesn't support LTE well) its been out for 7 months, and knowing samsung they like to keep it in house. Slim chance but still a chance!.
Click to expand...
Click to collapse
Oh lawd, if it had the Exynos 4212... ojesus.
I'd be all over that thing.
Longcat14 said:
Oh lawd, if it had the Exynos 4212... ojesus.
I'd be all over that thing.
Click to expand...
Click to collapse
On that "note" (haha no pun intended) if you could get a quadrant/benchmark of some sort we will know if its snapdragon or im super hoping but unlikely exynos 4212
krushin said:
On that "note" (haha no pun intended) if you could get a quadrant/benchmark of some sort we will know if its snapdragon or im super hoping but unlikely exynos 4212
Click to expand...
Click to collapse
I always grab
Quadrant
Antutu
Linpack
Cfbench
Fps2d
With screenshots.
Should definitely be able to tell clock.speed but other than that I have never found a way to tell what exactly is inside
Any others?
Trying to set up a meeting this weekend. He is coming to Kuwait wedding reception on the 11th but given history with other devices this thing could hit as soon as this Sunday and no later than the 14th. (Based on previous in hand time)
Loncat, your local...if you want to be there let me know. We may do lunch at Twisted root or dinner at in and out etc.
Sent from my SAMSUNG-SGH-I727 using XDA App
Quick little thought. Now that ICS is Live and Official do we get the source code from that or do we still need to wait for something else. I know the only thing that is truly stifling the development of this device was the lack of working RIL and Kernel Source but now that ICS has been released I would assume devs can decompile the code from the update? or am I totally wrong on how this works.
We have to wait until HTC release kernel source.
Sent from my ADR6425LVW using xda app-developers app
k8826324 said:
We have to wait until HTC release kernel source.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
I know they legally have to, but does anyone know how soon?
Sent from my ADR6425LVW using xda premium
I heard anywhere from 90 to 120 days. I believe someone got that in an email from HTC
Sent from my ADR6425LVW using Tapatalk 2
DbZ Gokuu said:
I heard anywhere from 90 to 120 days. I believe someone got that in an email from HTC
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
I've heard HTC repeatedly say 30-90 days
Sent from my ADR6425LVW using Tapatalk 2
DbZ Gokuu said:
I heard anywhere from 90 to 120 days. I believe someone got that in an email from HTC
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
SO in theory we are days away from bringing back the Rezound back to development glory. And I would figure that AOKP and CM would be soon to follow once the source is released. Also considering the JB is only 4.1 and an extension of ICS we should get CM10 sooner rather than later.
Also does anyone know if this works, http://www.xda-developers.com/android/google-now-with-voice-search-finally-working-on-ics/ I have been DYING to rub it in all my friends faces who own Iphones to prove Siri is a gimick whereas Google Now is actually useful( kinda like a 1950's housewife no back talk just does what you ask)
zkrp5108 said:
Also does anyone know if this works, http://www.xda-developers.com/android/google-now-with-voice-search-finally-working-on-ics/ I have been DYING to rub it in all my friends faces who own Iphones to prove Siri is a gimick whereas Google Now is actually useful( kinda like a 1950's housewife no back talk just does what you ask)
Click to expand...
Click to collapse
It works but it will not auto complete the task without input from me.
ijustwantmydock said:
I've heard HTC repeatedly say 30-90 days
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
I've heard 90-120 most of the time
http://forum.xda-developers.com/showthread.php?t=1629933
^ Try sending a similar message.
PhantasmRezound said:
http://forum.xda-developers.com/showthread.php?t=1629933
^ Try sending a similar message.
Click to expand...
Click to collapse
Hell yeah!
Sent from my ADR6425LVW using xda premium
So they got it like a month after?
zkrp5108 said:
Also does anyone know if this works, http://www.xda-developers.com/android/google-now-with-voice-search-finally-working-on-ics/ I have been DYING to rub it in all my friends faces who own Iphones to prove Siri is a gimick whereas Google Now is actually useful( kinda like a 1950's housewife no back talk just does what you ask)
Click to expand...
Click to collapse
ChrisFa5 said:
Got the latest version of Google Now working ok on this build. Used the directions on the link. It's not perfect, but compliments cm9 great.
http://forum.xda-developers.com/showpost.php?p=29663455&postcount=2567http://forum.xda-developers.com/showpost.php?p=29663455&postcount=2567
Click to expand...
Click to collapse
Voice actions work(at least on cm9)
http://forum.xda-developers.com/sho...ROM] [8/2/12] CM9 Kangs (Beta) [4.0.4] [CDMA]
Commands
(Post a comment for a command I haven't listed please!!)
Convenience
Remind me to ______ in (time). // Note to self _______.
Call the (place) in (location)
Send SMS/text to (contact). Message, _______.
Send email to ______, subject ____, message _______.
Set alarm for (time a.m. / p.m.), label ______.
Listen to/Play/Show me (song)
Weather + day + place
(Business) in (Location)
Navigate/directions to ______. (by.... foot/car/etc)
Where is (place/business) in (location)
Map of ________.
Go to (URL).
Sports
When is the next (team) game?
How are the (team) doing?
Who do the (team) play next?
Did the (team) win their last game?
Time
What time is it in (location)?
When is sunrise/sunset in (location)?
What timezone is (location) in?
When was (holiday)?
When is (holiday) in (year)?
Calculations/Conversions
What's ____ in _____?
Percent of (number)?
.... And pretty much any other mathematical simple calculation.
Flights
(flight) (number)
Stocks
(stock)
Knowledge/Facts
What's the cast of (movie/show)?
Who produced (movie/show)?
Who founded ________?
Where did (person) go to college? (try natalie portman)
Define/What is (word)?
How much is ____ worth? (try Angelina Jolie)
Who wrote ______?
Area/zip code (number).
What movies did (person) play in?
(animal) species in (location).
How long is _________? (movie,bridges,etc)
How old is (person)?
What is the height requirement for (amusement park ride)? (try space mountain if none work)
What is the capital of _______?
Language
Translate to (language), __________.
Image Search
Pictures of _______.
Fun
Do a barrel roll.
What's the Meaning of Life, the universe, and everything?
I'm hungry.
Sent from my PG86100 using Tapatalk 2
RoyHinkley said:
It works but it will not auto complete the task without input from me.
Click to expand...
Click to collapse
what does that mean?
zkrp5108 said:
SO in theory we are days away from bringing back the Rezound back to development glory. And I would figure that AOKP and CM would be soon to follow once the source is released. Also considering the JB is only 4.1 and an extension of ICS we should get CM10 sooner rather than later.
Also does anyone know if this works, http://www.xda-developers.com/android/google-now-with-voice-search-finally-working-on-ics/ I have been DYING to rub it in all my friends faces who own Iphones to prove Siri is a gimick whereas Google Now is actually useful( kinda like a 1950's housewife no back talk just does what you ask)
Click to expand...
Click to collapse
We already have CM9 and AOKP. But yes source will help fix the camera and sd card issues for what i know. but data and most things work on cm9 and aokp
GNU General Public License, version 2 and Compliance
dragonrazorz said:
So they got it like a month after?
Click to expand...
Click to collapse
The initial release of the One S was scheduled for April 2, 2012 in the UK and was available online on the 4th; physically and officially available for distribution on the 5th. Source code for the kernel was published on June 4th, So that would be 60 days from launch, 59 from the latter standard.
While Android is under the Apache license, the Linux kernel is a separate entity and is licensed under the GNU General Public License, version 2. Section 3 details how source code is to be distributed.
Section 3 of the GPLv2 states that when a commercial distribution of object code is released, the developer must either accompany it with the source code (subsection a), or accompany it with "a written offer, valid for at least three years, to give any third party, for a charge no more than [their] cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code..." (The last subsection may only apply to noncommercial distribution.)
Dictionary.com
ac·com·pa·ny [uh-kuhm-puh-nee] ac·com·pa·nied, ac·com·pa·ny·ing.
verb (used with object)
1. to go along or in company with; join in action: to accompany a friend on a walk.
2. to be or exist in association or company with: Thunder accompanies lightning.
3. to put in company with; cause to be or go along; associate (usually followed by with ): He accompanied his speech with gestures.
Merriam-Webster
1 : to go with as an associate or companion
Oxford Dictionary
2. be present or occur at the same time as (something else)
et cetera.
Click to expand...
Click to collapse
Now, HTC may go with their choice of subsection a or b. It is thus reasonable to conclude the license does not allow for any delay beyond the OTA date in the release of the source code under Section 3, subsection a. What of subsection b? I'm unaware of any written offer, though it may be in the legal information in the phone's settings menu. I shall take a look.
They are effectively in non-compliance with any option, since the object code has already been released, and they do not directly produce source code upon request, at least not in a reasonably timely manner as inferred by the intent of the license.
Well, I hope they comply when I place a formal request... and if there is a written offer in the phone's legal files, you can be sure I'm requesting the source code again 3 years after the ICS update was released.
zkrp5108 said:
what does that mean?
Click to expand...
Click to collapse
For instance, if I want to set an appointment I have to touch the screen again after the voice command to compete it, it doesn't just automatically do it. Sometimes after a reboot it will but not consistently.
Sent from my ADR6425LVW using xda premium
RoyHinkley said:
For instance, if I want to set an appointment I have to touch the screen again after the voice command to compete it, it doesn't just automatically do it. Sometimes after a reboot it will but not consistently.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
So basically its not ready for prime time as of yet at least for ics sense roms
Sent from my ADR6425LVW using xda app-developers app
It is absolutely ready for prime time- the newest apk that I'm using allows auto-complete to work for setting alarms, etc.. The only tiny bug w/ this one I have is sometimes if you go to the actual cards page- the voice search won't display the cards until you force quit the app (in the rom I'm using, thats as easy as holding down the back key)- and then everything works 100% again.. Also I see I have about 10 pages to read on that topic since last night, so my guess is there's probably an even newer apk that squashes that small bug.. Get it, use it- pretty sweet.. smashes siri
Hag77 said:
It is absolutely ready for prime time- the newest apk that I'm using allows auto-complete to work for setting alarms, etc.. The only tiny bug w/ this one I have is sometimes if you go to the actual cards page- the voice search won't display the cards until you force quit the app (in the rom I'm using, thats as easy as holding down the back key)- and then everything works 100% again.. Also I see I have about 10 pages to read on that topic since last night, so my guess is there's probably an even newer apk that squashes that small bug.. Get it, use it- pretty sweet.. smashes siri
Click to expand...
Click to collapse
Got a link to the newest apk you're using?
Sent from my ADR6425LVW using xda premium
blestsol said:
Got a link to the newest apk you're using?
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=29756226&postcount=2856
I'm using the mikey v1 version, but looks like there's a v2 that's even newer (personally I don't really have any probs w/ v1).. All the instructions there about changing permissions, etc.. do them if you're having probs, but I didn't need to. Instructions say to flash zip with cwm, but I used amon and it worked fine.. good luck
You'll see several suggestions in links provided in that post- but a quick summary for you.. to quickly add your sports team, just use google now and do a bunch of voice searches in a row for your team/s. Eventually you'll see them show up in 'my teams' under g-now settings and you'll start getting auto-updates.. Also, to get all the auto traffic stuff going for home/work make sure to set your home and work location in your maps app (click "maps" dropdown in top left, then "location history"-- that is where you can set home/work).
All this module does for now is restore the last seen time on your Tinder matches.
It currently works only with people you've matched with and not when you swipe.
Hopefully future versions will include more features.
Download
Through the Xposed repo.
Screenshot
{
"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"
}
Tested on Tinder versions 4.4.4, 4.5.2 and 4.5.5.
Tested on KitKat and Lollipop.
26/03/16
Released version 1.0.2 that now supports KitKat as well.
Would love to hear suggestions, comments, bugs and positive / negative feedback.
And if you'd like to, buy me a beer (or a bottle of Chandon )
I been looking for something like this
Any Screenshots or anything? Proof that it works? Tinder version required and such? It doesn't work for myself so would like more info.
Confused..
I'm utterly confused... What purpose does this mod have?.. To show what? Why would you want your matches to know your on 24/7 ... Isn't that counter productive
yanowman said:
I'm utterly confused... What purpose does this mod have?.. To show what? Why would you want your matches to know your on 24/7 ... Isn't that counter productive
Click to expand...
Click to collapse
I assumed it restored it for you to see when your matches were last on. Not letting yyou matches see your "last seen" but you see when they were on.
yanowman said:
I'm utterly confused... What purpose does this mod have?.. To show what? Why would you want your matches to know your on 24/7 ... Isn't that counter productive
Click to expand...
Click to collapse
Up to version 4.3.5 of Tinder, you could have seen the time when your matches were last online.
This feature was removed on version 4.4.1 and forward. What this mod does is simply bring it back.
snowgod06 said:
Any Screenshots or anything? Proof that it works? Tinder version required and such? It doesn't work for myself so would like more info.
Click to expand...
Click to collapse
It was tested on versions 4.4.4 and 4.5.2.
As I said in the top post, XDA won't let me link to the repo or post screenshots because I am a new user.
Just google TinderMods xposed and there is a screenshot on the repo website.
I tried this with 4.5.2. I can confirm it is working, although the format makes me do a double take. It's listed as 16/2/16...........instead of 2/16/16......and a 24hr time stamp.
In the US, usually we read dates as month/day/year, so if you are not used to reading the day/month/year, it'll take some getting used to. I've used Tinder since it first came out nearly 4 years ago, and have seen the app change quite a bit.
The OP can correct me if I am wrong, but I believe the OP's purpose for the last online time stamp is to determine when the person was last online so....in theory you can tell if they are ignoring you after you send a message, b/c if you sent it, then they were online, they likely saw it and are possibly ignoring you.
This is the reason why I think Tinder took away this option was b/c of it allows ppl to check messages without the scrutiny of giving the perception of ignoring the person LOL. Tbh, it's not an issue based on my experience (as a guy), b/c:
1. If the person likes you, they typically respond very quickly. That has been my experience.
2. If they person does not respond, they either are never online or are not interested so you are wasting your time anyway.
I can't seem to get it to activate. I installed the module, rebooted, and still no dice. I even tried reinstalling 4.5.2 but nothing.
nadavrbn said:
Up to version 4.3.5 of Tinder, you could have seen the time when your matches were last online.
This feature was removed on version 4.4.1 and forward. What this mod does is simply bring it back.
Click to expand...
Click to collapse
Should make a poll asking "who cares/wants this feature"
I'd be very surprised if ppl cared. No offense brother. Always welcome dev
mikeprius said:
I tried this with 4.5.2. I can confirm it is working, although the format makes me do a double take. It's listed as 16/2/16...........instead of 2/16/16......and a 24hr time stamp.
In the US, usually we read dates as month/day/year, so if you are not used to reading the day/month/year, it'll take some getting used to. I've used Tinder since it first came out nearly 4 years ago, and have seen the app change quite a bit.
The OP can correct me if I am wrong, but I believe the OP's purpose for the last online time stamp is to determine when the person was last online so....in theory you can tell if they are ignoring you after you send a message, b/c if you sent it, then they were online, they likely saw it and are possibly ignoring you.
This is the reason why I think Tinder took away this option was b/c of it allows ppl to check messages without the scrutiny of giving the perception of ignoring the person LOL. Tbh, it's not an issue based on my experience (as a guy), b/c:
1. If the person likes you, they typically respond very quickly. That has been my experience.
2. If they person does not respond, they either are never online or are not interested so you are wasting your time anyway.
Click to expand...
Click to collapse
Yeah you're right, I'm from Israel and that's how we read the dates here.
I'll localize the date format and upload a new version soon.
And you are absolutely right, that's one reason why one would want to use this module.
Fact is that's an issue that bothered me and I looked for a way around it and simply decided to share it with you all.
snowgod06 said:
I can't seem to get it to activate. I installed the module, rebooted, and still no dice. I even tried reinstalling 4.5.2 but nothing.
Click to expand...
Click to collapse
Does Tinder function normally or do you encounter any issues with it?
Please be noticed, the timestamp is currently only shown on profiles of people you've matched with.
nadavrbn said:
Does Tinder function normally or do you encounter any issues with it?
Please be noticed, the timestamp is currently only shown on profiles of people you've matched with.
Click to expand...
Click to collapse
No errors/FC or anything. I have a few ongoing conversations with matches right now, and if I select there profile there isn't a date anywhere to be seen. I've even done another install of the module to no avail.
mikeprius said:
The OP can correct me if I am wrong, but I believe the OP's purpose for the last online time stamp is to determine when the person was last online so....in theory you can tell if they are ignoring you after you send a message, b/c if you sent it, then they were online, they likely saw it and are possibly ignoring you.
This is the reason why I think Tinder took away this option was b/c of it allows ppl to check messages without the scrutiny of giving the perception of ignoring the person LOL. Tbh, it's not an issue based on my experience (as a guy), b/c:
1. If the person likes you, they typically respond very quickly. That has been my experience.
2. If they person does not respond, they either are never online or are not interested so you are wasting your time anyway.
Click to expand...
Click to collapse
If they picked you they were online at some point. That doesn't make sense. I'd rather women just unmatch if it's that they don't want to talk. Online dating is either a cheap thrill or stressful depending on your personality.
nadavrbn said:
Yeah you're right, I'm from Israel and that's how we read the dates here.
I'll localize the date format and upload a new version soon.
And you are absolutely right, that's one reason why one would want to use this module.
Fact is that's an issue that bothered me and I looked for a way around it and simply decided to share it with you all.
Click to expand...
Click to collapse
Thanks for the mod. It is useful. As I said before I've seen the app change during the years. Before it used to also be much leaner, then the app seems to have progressively become more and more "bloaty"
---------- Post added at 08:22 PM ---------- Previous post was at 08:17 PM ----------
jawz101 said:
If they picked you they were online at some point. That doesn't make sense. I'd rather women just unmatch if it's that they don't want to talk. Online dating is either a cheap thrill or stressful depending on your personality.
Click to expand...
Click to collapse
Sure that is true. Again, Tinder has changed a lot since I first started using it. In the US, Tinder is FULL of bots. They are profiles which send automated messages. This really took off around late 2014.
From when it first came out until, I'd say late 2014, Tinder was great. The app was lean, less bloat, no bots, and girls who were on there were worthwhile. You also had unlimited swipes, they didn't charge. Now (today), the app is heavy although gotten better, girls are on there are usually a waste of time, there is a limit on swipes, etc.......Usually most girls are just wasting time with it.....
yanowman said:
Should make a poll asking "who cares/wants this feature"
I'd be very surprised if ppl cared. No offense brother. Always welcome dev
Click to expand...
Click to collapse
I don't understand why you are being so dismissive and negative towards the work the dev did. He made a module, and felt like sharing it.
As a matter of fact, I'm gonna go to the thread of all your Xposed modules, and I will..... Oh, wait. You haven't contributed any modules.
Sent from my LG-H811 using Tapatalk
I'm using tinder version 4.5.2 but I can't get the date to show either. I'm not sure if there are regional differences on the app, but just to be sure I say I use this in Finland.
I works very well for me, very nice mod!
destev said:
I'm using tinder version 4.5.2 but I can't get the date to show either. I'm not sure if there are regional differences on the app, but just to be sure I say I use this in Finland.
Click to expand...
Click to collapse
snowgod06 said:
No errors/FC or anything. I have a few ongoing conversations with matches right now, and if I select there profile there isn't a date anywhere to be seen. I've even done another install of the module to no avail.
Click to expand...
Click to collapse
There is a new version out with better logs that should help me figure out how to solve the issues you are experiencing.
Please paste the logs relevant to this module in a CODE tag along with the version of Tinder you're using and I will examine them.
nadavrbn, can you add a donation link to the original post? I would love to support you work with a small financial contribution.