Any chance of MIUI making its way to the Note II? - Verizon Samsung Galaxy Note II

I can't be the only one who likes MIUI. Any word on this phone getting a port of it? Or will I just have to hold out hope that a special dev will eventually come along to help fulfill my deep, dark MIUI desires? :angel:

I've seen it already for the AT&T variant.

It will come if someone feels like porting it probably

It was being said that Beans was porting it but that was awhile ago.

It only needs the ril libraries transplanted into the Sprint Rom, but I don't have the patience to play with it
Sent from my SCH-I605 using xda app-developers app

WarlockLord said:
It only needs the ril libraries transplanted into the Sprint Rom, but I don't have the patience to play with it
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
I'm pretty sure there's more to it then that, but just in. On page 2 are the needed RIL if someone wants to try it
http://forum.xda-developers.com/showthread.php?p=37090709
BE WARNED I'VE SEEN TWO PEOPLE REPORT A HARD BRICK USING SPRINT PORTS. IF YOU TRY THIS, ITS YOUR FAULT IF SOMETHING BAD HAPPENS.
Sent from my SCH-I605 using Tapatalk 2

I didn't have a hard brick. I flashed Sprint miui, then followed up with a Verizon kernel, and everything booted and mostly worked, except for phone/data (the ril libs are different)
ALSO, you need the CM10 RIL library files which are in Framework.jar. Not just the ones in /system/lib
Sent from my SCH-I605 using xda app-developers app

Related

Brain Storming & Discussion for CM9

Hi guys since cm9 is community built i figure you guys might have some good ideas on how to fix things so i'm making this thread for brainstorming and any general discussion and questions
Using the CM port to try and attempt to port other things, and try to fix that instead
Sent from my HTC_Amaze_4G using Tapatalk 2
What are some phones that share the same chip set? We could possibly port fixes from that device to this device
Sent from my HTC_Amaze_4G using XDA
ziggy46 said:
What are some phones that share the same chip set? We could possibly port fixes from that device to this device
Sent from my HTC_Amaze_4G using XDA
Click to expand...
Click to collapse
Sensation
Evo 3D
Sent from my HTC_Amaze_4G using xda premium
sportsstar89 said:
Sensation
Evo 3D
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
If they use the same or similar hardware the fixes should just drop in. Check there commits ans see what they did to fix things like data and camera
Sent from my HTC_Amaze_4G using XDA
ziggy46 said:
If they use the same or similar hardware the fixes should just drop in. Check there commits ans see what they did to fix things like data and camera
Sent from my HTC_Amaze_4G using XDA
Click to expand...
Click to collapse
Same chipset doesn't mean same hardware the amaze is an oddball uses the ti wireless which the others don't
Sent from my HTC_Amaze_4G using xda premium
sportsstar89 said:
Same chipset doesn't mean same hardware the amaze is an oddball uses the ti wireless which the others don't
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
and im assuming you need that driver source correct? if so is there any way that you could make the source call for values from the pre-baked driver? ive heard of this being done before on another phone. they hacked around to get it to work with a gingerbread driver.
ziggy46 said:
and im assuming you need that driver source correct? if so is there any way that you could make the source call for values from the pre-baked driver? ive heard of this being done before on another phone. they hacked around to get it to work with a gingerbread driver.
Click to expand...
Click to collapse
That would include writing a wrapper which is extremely difficult and I don't know how to it requires a very in dept knowledge of which all the calls mean and how to translate what the new kernel is calling to the old driver
Sent from my HTC_Amaze_4G using xda premium
sportsstar89 said:
That would include writing a wrapper which is extremely difficult and I don't know how to it requires a very in dept knowledge of which all the calls mean and how to translate what the new kernel is calling to the old driver
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
i know one thing that might be worth doing... you could contact "mantera" over here about making a wrapper. cause im pretty sure they did that for the motorola triumph. (and that phone has no source)
http://androidforums.com/triumph-all-things-root/488824-dev-continuing-triumph-ics-development.html
i think he is even a member here on this forum too.
but yeah, he would be the one to ask about writing a wrapper.
doesnt the vivid have the same hardware? havent really checked the development over there recently but they have a sense 4.0 port almost fully functioning
Ignore
I'm convinced from a few logs I've seen since the ext.jar fix that the problem is the way it scans for data..
Doesn't the sensation have very similar hardware? Wouldn't their data fix be similar to what we need?
I am convinced that there is some very simple edit that is needed... and tho I hate suggesting it, data was the last issue to be resolved with all the gingerbread roms, has someone tried to contact x to see what the fix was he used for that?
Okay, so there are tons of files in the framework2.jar file that stock has needed for data in com/android/internal/telephony, and the same directory in CM9 framework.jar is missing many files compared to stock..
there is no framework2.jar for cm9, so I'm thinking that either we need to copy the files over that match from framework2.jar(Edit: no files match.. if i do whole directory I get UNEXPECTED TOP-LEVEL EXCEPTIONrg.jf.dexlib.Util.ExceptionWithContext: method index is too large.), or we need to try adding framework2.jar to the bootclasspath of the boot.img. The framework is supposed to be handling part of the data, but the cm9 framework is missing many files..
Basically, the stock rom has everything needed for data split between framework.jar and framework2.jar.. and for cm9/10 we need to recombine parts somehow- but the index for the classes.dex file is written when it is originally built..
Just some things to think about. Elements of framework need to be rebuilt from scratch with some missing files in com/android/internal/telephony contained in the classes.dex of the framework.jar
I don't know if this will help or not, but worth a try
http://processors.wiki.ti.com/index.php/TI-Android-ICS-PortingGuide
Sent from my HTC_Amaze_4G using xda app-developers app

Jelly Bean Headed to AOSP Today

Whether this means anything for us is yet to be seen but still cool to know
http://www.droid-life.com/2012/07/09/android-4-1-headed-to-aosp-today/
Won't mean much for this phone since it doesn't have a functioning AOSP RIL.
Yet.
Sent from my ADR6425LVW using xda app-developers app
Is anyone even working on the RIL still? I mean almost all the devs have left this phone.
zetsumeikuro said:
Is anyone even working on the RIL still? I mean almost all the devs have left this phone.
Click to expand...
Click to collapse
Dmeadows hasn't posted anything in so long I just consider this dead.
Sent from my ADR6425LVW using xda app-developers app
Check chads thread. He has it booting with calls and 1x working
Sent from my ADR6425LVW using Tapatalk 2
Damn, you beat me to it...
Is RIL version specific, or should it work for all versions of Android?
socal87 said:
Damn, you beat me to it...
Is RIL version specific, or should it work for all versions of Android?
Click to expand...
Click to collapse
Well if you mean towards jelly bean, yes and no. I don't think we can get aosp jb as their wont be a kernel for it. I think since JB is closely related to ICs versus the big difference between GB and ICS that it wont be as hard to go from one to the other
Correct me if I am wrong here. Trying to answer based on what I skim and read.
Sent from my ADR6425LVW using xda app-developers app
Actually yes, Chad is working on the kernel/RIL issue. I talked to Dmaedows on twitter informed him of it, it was the first he heard of Chad's working on it. Tweeted back later, it seems the two are going to work together, or at the very least Dmeadows is going to merge his fixes with Chad to make something useable.
But as always, remain cautiously optimistic, no promises.
http://www.twitlonger.com/show/i7dae2
I doubt we'll get a fully working JB port any time soon, few months at best.
Last I read on the ICS RIL was the kernel source was needed so we are stuck waiting for the update to be release and the source to be posted on HTC's dev site shortly afterwards...
No idea if that's truly the hold up, just something I saw awhile back.
guys yes rils are done. Currently waiting on kernel source to do anything.
Sent from my ADR6425LVW using Tapatalk 2
XRaptor29 said:
guys yes rils are done. Currently waiting on kernel source to do anything.
Sent from my ADR6425LVW using Tapatalk 2
Click to expand...
Click to collapse
No offence, but will believe it when i see it (and if i missed a genuine, validated announcement, my bad...)
nosympathy said:
Dmeadows hasn't posted anything in so long I just consider this dead.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
You know what's sad and good in some way?
The development for this device is almost dead and the good old original Incredible is so active in development. This is just Incredible. Lol
Kratz17 said:
You know what's sad and good in some way?
The development for this device is almost dead and the good old original Incredible is so active in development. This is just Incredible. Lol
Click to expand...
Click to collapse
I noticed this too. My gf has been using my Inc and I went to flash a rom and saw a bunch of new Roms on there.
Sent from my ADR6425LVW using xda premium
chrisjz said:
I noticed this too. My gf has been using my Inc and I went to flash a rom and saw a bunch of new Roms on there.
Sent from my ADR6425LVW using xda premium
Click to expand...
Click to collapse
Yeah is crazy bunch of roms people and development on the ogdinc I still have my dinc but I don't wanna leave my lte speed.
Divine_Madcat said:
No offence, but will believe it when i see it (and if i missed a genuine, validated announcement, my bad...)
Click to expand...
Click to collapse
Same
ReZound
Really looking forward to seeing Chad's work. I was going to sell my Rezound but I cracked the digitizer; so I'm keeping lol.
Sent from my Galaxy Nexus using Tapatalk 2
The og inc was one if the best phones..def. they didn't have a problem with ril because it wasn't a 4g phone
Sent from my Galaxy Nexus using Tapatalk 2

Any MIUI dev's?

I know it's early and hard to get too much accomplished with the uniqueness of our device not to mention the s-on issue.
But I'm just curious if anyone has heard any rumor or knows anything about anyone working on a MIUI port.. I'm not expecting much yet as we don't even have any aosp goodness yet. But I thought I'd get the conversation started.
Sent from my HTC6435LVW using xda premium
I think we need aosp before we can even think about miui.
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
I think we need aosp before we can even think about miui.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
I agree, you are right. Just wondering if any MIUI dev's have the device or are thinking about working on it.
Bigandrewgold said:
I think we need aosp before we can even think about miui.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
miui can be sense based (though until theres an official jellybean sense build, its tough to make your own patch rom)
i took a swing at getting miui launcher working on our stock build but kinda gave up when something that should have worked right...didnt
i may revisit it after christmas, idk
working on a sense base but theres alot of issues lol
also working on a asop base but i have talked to a few who claim the kernel will never let it boot so im still optimistic about it working but full functional no tell at this point
---------- Post added at 09:40 PM ---------- Previous post was at 09:39 PM ----------
sorry for bringing up a old thread figured i keep posted
I tried to port it off of the cm10 base but I just got a error 7 in recovery before it would even begin to flash the Rom... Granted my porting was just copying most of the stuff off of a one xl and I just followed a basic tutorialon how to port so it really did not surprise me when it did not boot... Curse my noob knowledge of deving
Sent from my HTC6435LVW using xda app-developers app
I can help u on that if u wanna band together your probe starts with updater script that's error 7 I'll upload mine to morrow and can work off that
Sent from my HTC6435LVW using XDA Premium HD app
Once we gett s full or mostly working cm10/10.1 I will attempt to port.
Sent from my HTC6435LVW using xda app-developers app
t1gartist said:
I can help u on that if u wanna band together your probe starts with updater script that's error 7 I'll upload mine to morrow and can work off that
Sent from my HTC6435LVW using XDA Premium HD app
Click to expand...
Click to collapse
I would love to but I probably won't be able to mess with it for another week or so... I will see if I still have that build on my computer somewhere.
And thanks Mustafa. I guess we will see where this goes! Miui is going to look beautiful on this phone
Sent from my HTC6435LVW using xda app-developers app
Seems it will be mostly smali mods getting everything sized for 1080 I got a lot already port having boot issues now in thinking my updater needs rewriting I have a few posts I'm studying but I got something going and it's based on cm10 and I have a sense version but havnt don't much with it
Sent from my HTC6435LVW using XDA Premium HD app
I have some Photoshop experience and am definitely willing to help you out whether it be resizing things and what not and I'm definitely willing to learn
Sent from my HTC6435LVW using xda app-developers app
most of the imaging will be done in framework-res.apk i believe as im teaching myself how to port to non supported devices so its and awesome adventure
also did you set all of your permissions correct? move all correct files over?and as far as updater-script i will try and put my build on github tonight but as im also thinking of changing to arch linux over ubuntu as im done with the non updating they issue so late lol.
and when ubuntu os is ready you willing to help?
Lol I think I did I really am a noob at linux and developing. I can follow a tutorial real well (which I did with the first attempt at porting but you saw how far I got) I just want to be fully clear with you my experiencecause I don't want you to expect you have a professional working with you. But anyway I think I did. I copied over the permissions from the port rom folder to the base roms folder but I might have missed a few...
Sent from my HTC6435LVW using xda app-developers app
t1gartist said:
most of the imaging will be done in framework-res.apk i believe as im teaching myself how to port to non supported devices so its and awesome adventure
also did you set all of your permissions correct? move all correct files over?and as far as updater-script i will try and put my build on github tonight but as im also thinking of changing to arch linux over ubuntu as im done with the non updating they issue so late lol.
and when ubuntu os is ready you willing to help?
Click to expand...
Click to collapse
arch can be a bit of a task... you gotta set up everything in CLI... i managed to get a GUI up and working... but im stuck at installing the correct video drivers... lol i got vesa working but i need amd/ati drivers also arch uses pacman not apt-get... idk how well arch is with cooking roms and whatnot... idk anybody who uses it to cook
Ok I am about 75 percent done with re building a port I can work with. It should be done tonight... We will see if it boots... I was trying to find a device that had miui that was more similar (nexus 4) but even they do not have a port on it yet... Is miui losing its luster?
Sent from my HTC6435LVW using xda app-developers app
danielhall2689 said:
Ok I am about 75 percent done with re building a port I can work with. It should be done tonight... We will see if it boots... I was trying to find a device that had miui that was more similar (nexus 4) but even they do not have a port on it yet... Is miui losing its luster?
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
it seems to have a bit from what ive seen
miui.us is really slowed down since many device maintainers (i was one on the inc2) have moved on to other stuff and the main site guys are working on chameleon os
i cant speak for miui android and other sites, but i dont see as much press or activity going on for miui in general as in prior years / versions
Im Porting it form the One X version... If anyone thinks there will be any problems with that please tell me now lol before i put more time into it
danielhall2689 said:
Im Porting it form the One X version... If anyone thinks there will be any problems with that please tell me now lol before i put more time into it
Click to expand...
Click to collapse
Would be a lot of graphical differences, as well as hardware changes. Looking at the same problem cm is facing.
Sent from my HTC6435LVW using Tapatalk 2
idkwhothatis123 said:
Would be a lot of graphical differences, as well as hardware changes. Looking at the same problem cm is facing.
Sent from my HTC6435LVW using Tapatalk 2
Click to expand...
Click to collapse
I am using CM as the base so until the audio gets fixed that will automatically be broken out of the box... im hoping i dont run into more problems then just that though... I am using this guide: http://forum.xda-developers.com/showthread.php?t=1908008 (or the newer version of it) so we will see if it even works tonight.
Well negative on getting it to boot... It does not even flash... Shoot man this updater.script is complicated stuff
Sent from my HTC6435LVW using xda app-developers app

Bounty:: mini tab ROM based of galaxy note 10.1

Going to start a ROM bounty here.
Plain and simple i love the idea of the ROM and would like to see a stable build for us.
Bounty will be played upon dev completing a stable build with no major bugs (ie. cell/data/3g,late working/MMS,GPS etc)
I know this can be done and would love to do it if i had the skill sets or the time.
Here's an idea for anyone interested or would like to know specifically what I'm talking about
http://forum.xda-developers.com/showthread.php?t=2167568
Thanks
Bounty list:
Epicroot-50usd
Sent from my SCH-I605 using xda premium
Last time I made a bounty thread (For scrosler on a Note 10.1), I got flamed and hated on. Good luck to you sir lol
Sent From A 5.5 Incher
I always wanted to see this rom on Verizon working full
Sent from my SCH-I605 using xda app-developers app
DroidOnRoids said:
Last time I made a bounty thread (For scrosler on a Note 10.1), I got flamed and hated on. Good luck to you sir lol
Sent From A 5.5 Incher
Click to expand...
Click to collapse
They can flame all they want. Doesn't bother me. I'd like to see some new stuff in the community and am willing to fork out some money to see it. There may or may not be others that feel the same way but hey that's their opinion.
@ imblackhat yeah id love to see that ROM ported or a build itself quite of thing of beauty
Sent from my SCH-I605 using xda premium
Hmm.... I may give this a shot made tab rom for my nexus no promises though
Sent from my SCH-I605 using xda app-developers app
Bfitz26 said:
Hmm.... I may give this a shot made tab rom for my nexus no promises though
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Good luck to you if you pursue it would be a great contribution
Sent from my SCH-I605 using xda premium
I got flamed and hated on. Good luck to you sir lol
Only the ignorant flame brave thinking
Sent from my SCH-I605 using xda premium
Have you tried flashing it yet? It probably just needs some verizon apps.
Have you tried this? http://forum.xda-developers.com/showthread.php?t=2196491
BennyJr said:
Have you tried flashing it yet? It probably just needs some verizon apps.
Click to expand...
Click to collapse
ForeverSupra said:
Have you tried this? http://forum.xda-developers.com/showthread.php?t=2196491
Click to expand...
Click to collapse
Yeah I've tries it as well as a few other ppl here phone FCS along with contact storage.
I manages to get data working with some edits but no one can get cell service ie. Phone calls to work even when using an alternate dialer like exdialer. Simply says dialing and never goes through.
I also tried the porting tool same issues
Sent from my SCH-I605 using xda premium
epicroot said:
Yeah I've tries it as well as a few other ppl here phone FCS along with contact storage.
I manages to get data working with some edits but no one can get cell service ie. Phone calls to work even when using an alternate dialer like exdialer. Simply says dialing and never goes through.
I also tried the porting tool same issues
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
Did you have to flash a Verizon kernel?
Sent from my SCH-I605 using Tapatalk 2
Damn. I don't k know if there is anything close to this on our VZW forum right now, and I haven't tried anything but Beans as of yet, but I would LOVE to see that hit over here.
Current:
VZW GNll running B10, 6,200MAh Hyperion with a Dremel'd box of otters & iPad 2
Graveyard: Droid - Droid 3 - T-Mo G2X - iPhone 4S
BennyJr said:
Did you have to flash a Verizon kernel?
Sent from my SCH-I605 using Tapatalk 2
Click to expand...
Click to collapse
Yeah i flashed a Verizon kernel as well as Verizon modems to no avail.
shill1986 said:
Damn. I don't k know if there is anything close to this on our VZW forum right now, and I haven't tried anything but Beans as of yet, but I would LOVE to see that hit over here.
Current:
VZW GNll running B10, 6,200MAh Hyperion with a Dremel'd box of otters & iPad 2
Graveyard: Droid - Droid 3 - T-Mo G2X - iPhone 4S
Click to expand...
Click to collapse
There's nothing quite like this for vzw users. Its actually quite a hard port to do and do properly
Sent from my SCH-I605 using xda premium
Wow this looks amazing...hoping someone could get this going definitely donate for this work.
Sent from my SCH-I605 using xda premium
Ya I would love to see this on r note 2 it would be awesome its just nice an I like the tablet mode an I've been trying to make my phone into a tablet as much as possible with no luck so this would be sick...I hope it goes some ware
donbudafuko said:
Ya I would love to see this on r note 2 it would be awesome its just nice an I like the tablet mode an I've been trying to make my phone into a tablet as much as possible with no luck so this would be sick...I hope it goes some ware
Click to expand...
Click to collapse
Yeah so do i. No dev has put any input on this ATM so its looking bleak
Sent from my SCH-I605 using xda premium
I'm no dev by any means but I'm still trying to get v4 working on my i605 !
Sent from my SAMSUNG-SCH-i605 using xda app-developers app
I don't give permission for this to be ported by someone else.
If they want to work with Me they can PM me.
If you guys really really really want I can make a new build from scratch that will definitely work. You see it's hard because the N10.1 isn't LTE
Sent from my HTC One using xda premium
I'll clear the bounty now, however as a developer I will still keep updating the Verizon builds as well. The thing is some stuff will not work so wait for Samsung to release the N10.1 LTE which is due soon on Verizon. How does that sound?
Sent from my HTC One using xda premium

Porting from international roms.

Has anyone managed to flash a fully working international rom this device? If so, what did you do to make it work on our device? I've seen a few guides, but I'm not sure of what to follow.
I'm looking to get a working miui on my phone, if anyone's curious
Sent from my SCH-I605 using Tapatalk HD
The only thing close to that I have seen is n7105 roms with Scott's Verizon patch. Some people have reported hashchecks Rom and others working just fine from that forum once they use the Verizon patch.
Try a few of them...so long as they don't have modems in them you will be fine.
Sent from my SCH-I605 using xda premium
benwalburn said:
Has anyone managed to flash a fully working international rom this device? If so, what did you do to make it work on our device? I've seen a few guides, but I'm not sure of what to follow.
I'm looking to get a working miui on my phone, if anyone's curious
Sent from my SCH-I605 using Tapatalk HD
Click to expand...
Click to collapse
NXLTrauma25 said:
The only thing close to that I have seen is n7105 roms with Scott's Verizon patch. Some people have reported hashchecks Rom and others working just fine from that forum once they use the Verizon patch.
Try a few of them...so long as they don't have modems in them you will be fine.
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
I've heard if it does have a modem you can just flash a VZW modem after it idk never tried it though
NXLTrauma25 said:
The only thing close to that I have seen is n7105 roms with Scott's Verizon patch. Some people have reported hashchecks Rom and others working just fine from that forum once they use the Verizon patch.
Try a few of them...so long as they don't have modems in them you will be fine.
Sent from my SCH-I605 using xda premium
Click to expand...
Click to collapse
I thought that just flashing the rom can cause service problems. MMS issues at the least. I also thought there were partition differences that could cause trouble. Maybe I'm wrong.
Sent from my SCH-I605 using Tapatalk HD
Hope your outfit is flame-retardant.
Sent from my SCH-I605 using Tapatalk 4 Beta
1ManWolfePack said:
Hope your outfit is flame-retardant.
Sent from my SCH-I605 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I prefer flashing in the nude, that way I can flash a rom while flashing my neighbors
Sent from my SCH-I605 using Tapatalk HD
benwalburn said:
I prefer flashing in the nude, that way I can flash a rom while flashing my neighbors
Sent from my SCH-I605 using Tapatalk HD
Click to expand...
Click to collapse
Was gonna flame but this comment made me LOL hard enough to ignore being mean. Haha well said ben
Sent from my SCH-I605 using Tapatalk 2
benwalburn said:
I prefer flashing in the nude, that way I can flash a rom while flashing my neighbors
Sent from my SCH-I605 using Tapatalk HD
Click to expand...
Click to collapse
Well played, good sir!
Sent from my SCH-I605 using Tapatalk 4 Beta
I would like to try hawkish rom for gtn7100 note 2.
Sent from my SCH-I605 using xda app-developers app
Lol development thread
Sent from my SCH-I605 using Tapatalk 2
Flashing International Roms on Verizons I605 GPS lock issue
thatdudebutch said:
Lol development thread
Sent from my SCH-I605 using Tapatalk 2
Click to expand...
Click to collapse
I have tried alll the roms in this forum for the NOTE II for Verizons and alot of the Att n7105 roms. I run into the issue of The GPS will not lock I really Like the Jedi Roms But can't run them because its based on N7105 and the I can't get a lock but, with Scotts international N7105 he has found a GPS fix still looking how to fix this issue in his and everyones Threads Help if you can Please !! I would love to help test I want to know so i can fix it. I haven't tried the patch with Jedi but I will. Any Other Ideas ?
Tried this Didn't work
For those with GPS issues. This is from the Q and A thread here at XDA:
http://forum.xda-developers.com/show....php?t=2282166
Sent from my SCH-I605 using Tapatalk 4 Beta
Posted by 1ManWolfePack
Wow. For the 1st time ever - I can't get a GPS lock. I tried Hopes' method to no avail. I'm going to keep trying some tricks.
I will say: this ROM kicks butt.
Sent from my SCH-I605 using Tapatalk 4 Beta
Right there with you. Even restoring to Beans isn't working and that works for me on AOSP. Mine shows 0 satellites available where as normally it'll show them there but not be able to lock on to them.
Sent from my SCH-I605 using Tapatalk 4 Beta
Everyone Seems to be wondering Can some one get a hold of Scott and ask what he did to fix this issue
Davidson3680 said:
I have tried alll the roms in this forum for the NOTE II for Verizons and alot of the Att n7105 roms. I run into the issue of The GPS will not lock I really Like the Jedi Roms But can't run them because its based on N7105 and the I can't get a lock but, with Scotts international N7105 he has found a GPS fix still looking how to fix this issue in his and everyones Threads Help if you can Please !! I would love to help test I want to know so i can fix it. I haven't tried the patch with Jedi but I will. Any Other Ideas ?
Tried this Didn't work
For those with GPS issues. This is from the Q and A thread here at XDA:
http://forum.xda-developers.com/show....php?t=2282166
Sent from my SCH-I605 using Tapatalk 4 Beta
Posted by 1ManWolfePack
Wow. For the 1st time ever - I can't get a GPS lock. I tried Hopes' method to no avail. I'm going to keep trying some tricks.
I will say: this ROM kicks butt.
Sent from my SCH-I605 using Tapatalk 4 Beta
Right there with you. Even restoring to Beans isn't working and that works for me on AOSP. Mine shows 0 satellites available where as normally it'll show them there but not be able to lock on to them.
Sent from my SCH-I605 using Tapatalk 4 Beta
Everyone Seems to be wondering Can some one get a hold of Scott and ask what he did to fix this issue
Click to expand...
Click to collapse
I will say that I am currently running Scott's latest base rom from ATT forum. I could not get GPS lock. I backed it up, flashed his VZW 3.1 Clean Rom, acquired GPS lock, then restored the ATT base rom...all good. That is a fix I have found to work for me...YMMV, and it may be a slight pain, but it is what it is, for now...and for me.
I have personally tried flashing 7100, 7105, AT&T and Sprint s.. 7100 you get no service even after flashing modems.. 7105 run flawlessly and AT&T and Sprint won't get past certain screens.. I would love to run the Moon ROM in the 7100 android forum but don't know how to port
Sent from Verizon MiniTab Note II
By the way I found this: http://forum.xda-developers.com/showthread.php?t=2196491
lacoursiere18 said:
By the way I found this: http://forum.xda-developers.com/showthread.php?t=2196491
Click to expand...
Click to collapse
Here is a list of guides that may be useful, the first section is about porting.
http://forum.xda-developers.com/showthread.php?t=2073370
And here is TrevE's Guide/Rant about porting
http://forum.xda-developers.com/showthread.php?p=40201082
Sent from my SCH-I605 using XDA Premium HD app
GPS is always an issue with ports
Would love for someone to port or for omega roms to come to the 605. Running it on my note 10.1 and it is flawless.
Sent from my SCH-I605 using xda app-developers app

Categories

Resources