[ROM][7.0] ☼ 87% Stock ☼ ╟DeoDexed╫Rooted╫DeBloated╢ ► QE1 ◄ 7/1/17 - T-Mobile Samsung Galaxy S6 Edge

87% Stockie Rom​Custom Rom for Nougat 7.0 G925TTMB5FQE1​T-Mobile Samsung Galaxy S6 Edge​
Announcement
Please see the active thread for this ROM here: https://forum.xda-developers.com/tmobile-galaxy-s6-edge/development/rom-87-stock-deodexedrooteddebloated-t3630351 ​
HTML:

Ok so here goes. Trying to 'sim unlock' a T-mobile S6 Edge and i was wondering if this rom would work for that. I see that the T-mobile 'sim unlock app' is removed. Wondering if it will just ask me to enter the sim unlock code without the app. any help would be appreciated. Going to try in a few hours either way. I cant use it right now anyway, hoping this will help. Any other help would be greatly appreciated.

Will give this a shot today.

kalerido said:
Ok so here goes. Trying to 'sim unlock' a T-mobile S6 Edge and i was wondering if this rom would work for that. I see that the T-mobile 'sim unlock app' is removed. Wondering if it will just ask me to enter the sim unlock code without the app. any help would be appreciated. Going to try in a few hours either way. I cant use it right now anyway, hoping this will help. Any other help would be greatly appreciated.
Click to expand...
Click to collapse
Sorry, I didn't see this. Not sure why this project still exists since I thought I deleted it as I meant to post this in the Android Development section. You can redownload the app from the Playstore. Just search "Device Unlock" and the T-Mobile app should show up. If that doesn't work, I can upload the APK and send you a link.

Related

Frequently asked Questions Galaxy Note II SGH-I317

[SIZE=+3]Frequently Asked Questions[/SIZE]
[SIZE=+2]Samsung Galaxy Note II
SGH-I317 (AT&T/Rogers/Telus)[/SIZE]​
[SIZE=+1]This a short list of frequently asked questions in this device forum and the answers often given as a response. It should serve as a starting point for gathering knowledge and finding solutions to many common problems. Please only post in this thread with feedback on how to improve this document. Do not post "Thank you" type responses. If you have additional questions or require more help, try to find an existing thread or create your own. Do not use this as a general help thread.[/SIZE]
[SIZE=+1]Q1: How do I ask a question, so I'm not called a noob?[/SIZE]While you may see many questions asked in the Development section, PLEASE be aware this is not the place for questions.
Remember to use the search found at the top of the forum. There is also a search within each section. Example click on Q&A HERE. In the upper right you will now see two search's. At the top it says Search All Forums and a little further down you will see Search This Forum. Enter your search criteria in the Search This Forum to get info from this section. The search at the top will look through the entire forum.
Please read as much as you can prior to doing anything with your device.
Make sure your question has not been answered in the OP (Opening Post) of each section of Development
Search Q&A for threads that may have been started for a particular rom​
[SIZE=+1]Q2: How do I install a stock update (I'm on a non-rooted phone)?[/SIZE]This link click here will explain the full procedure​
[SIZE=+1]Q3: Where do I find Keis and what is it for?[/SIZE]Kies can be found click here. Kies is used to manage the content on Samsung mobile devices. It is used to move information between your PC/Mac to you phone and vice versa​
[SIZE=+1]Q4: What does Root/Rooting mean?[/SIZE]Put simply, Rooting your device allows you, and/or rooted apps, to access parts of the Linux based Android software that is your OS, and that you would otherwise not be able to access. These tasks can be as simple and beneficial as backing up your system setting, or as complicated as installing custom ROMs, Kernels, etc.​
[SIZE=+1]Q5: What is ADB (Android Debug Bridge) and what is it for?[/SIZE]Please read HERE. There is much to learn, please view everything in the threads OP​
[SIZE=+1]Q6: What is the purpose of rooting my Samsung Galaxy Note II?[/SIZE]Please bear in mind, rooting can be dangerous and if done wrong "brick" your phone.
Rooting the phone is a decision made by individuals looking to improve upon the Android OS. There are many benifits, however it is done to customize the phone to it's full potential​
[SIZE=+1]Q7: How to I enter Download Mode and Recovery?[/SIZE]1) Make sure your phone is unplugged and powered off.
2) To enter Download Mode: Hold Volume down, home, and power until you see the android.
3) To enter Recovery: Hold Volume up, home, and power for about 5 seconds then release all buttons. You may need to try this a few times.​
[SIZE=+1]Q8: What is a "logcat" and how do I create one?[/SIZE]For setting up ADB see What is ADB (above) logcat allows us to log what the OS is doing, and possibly offer information if things are not working. its quite simple to create but may be difficult for most to understand. This is a tool a Developer may ask for in detecting issues your device may be encountering.
To use logcat
Code:
adb shell
logcat
To logcat to a certain file do
Code:
adb shell
logcat -d > /sdcard/whatevertexfileyoulike.txt
For a full explanation follow the link in What is ADB​
[SIZE=+1]Q9: Is there an app that will help me create a logcat from my phone?[/SIZE]Yes, however it does have its limitations. If you're stuck in a "bootloop", the app will not work, you will need to use ADB for this. If you're data is not connecting on a certain Rom, (or something similar) within the already booted OS, an app can be rather handy and and more user friendly, for those who don't understand ADB. Apps for logcat can be found in the marketplace​
[SIZE=+1]Q10: What does odexed and de-odexed mean and what is the difference between the two?[/SIZE]Please read HERE​
[SIZE=+1]Q11: What is CWM Recovery (ClockWorkMod Recovery) and TWRP (TeamWin Recovery Project)?[/SIZE]They are recovery program's that allows you to backup / restore a full or partial system backup of your device. They also allow you to install flashable .zip files; which is one of the primary installation methods for custom ROMs. They also provides other features such as cache and delvik wiping, battery reset, and other processes. If you are thinking about flashing custom ROMs or just want a really good backup program, it's strongly advised that you to install one of these.​
[SIZE=+1]Q12: What is the 'Flash Counter'?[/SIZE]Your phone's "Flash Counter" is triggered when it detects custom firmwares. This is Samsung's way of knowing that your device has been modified. Please read HERE to understand what this does and how to fix it.​
[SIZE=+1]Q13: What is a ROM?[/SIZE]A rom is like a custom firmware image that is made by a Developer either entirely from scratch, or based off of the official firmware package. Some ROMs contain simple changes like changing icons and adding extra options to things, other more complicated ROMs can change the entire Android experience. Which one you will want to flash, will be entirely up to you. Read carefully, and make sure you understand what you are getting into before you flash.​
[SIZE=+1]Q14: What is a Kernel?[/SIZE]A kernel is the heart of the device's OS. In simplest terms it’s a connection between your apps and your device’s hardware; i.e. the processor, RAM, etc. A custom kernel can dramatically change the way your device’s hardware performs… for the better and/or the worse]​
[SIZE=+1]Q15: What is a Bootloader?[/SIZE]The bootloader is a program code that is executed before the device OS starts up, and that instructs that device to boot “normally”. The bootloader can come locked or unlocked from the manufacture. A unlocked bootloader will allow you to install custom ROMs & Kernels (as well as some other neat things) on your device.​
[SIZE=+1]Q16: What is the best rom for my phone?[/SIZE]While you can ask this as many times as you wish, the only answer is: the one that works best for you! A rule of thumb is to visit a several rom thread's and view what is happening within these rom's. Eventually viewing a few roms will cause the urge to try one that looks good to you.​
[SIZE=+1]Q17: What is the MD5, and what does it do?[/SIZE]It ensures that file's are downloaded correct and complete, in order to avoid issues when installing/using it.​
*​
Forum Rules | New Users Guide | XDA Tour | Report Posts​
This FAQ is part of a Recognized Contributor Group Initiative. Please look for a similar FAQ thread when visiting another device forum.
A special thanks to everyone who contributed to the production of this FAQ​
Note 2
Nice list! This is bound to really reduce clutter in Q&A. Just one thing, you might want to add the differences between TW/ASOP i get that question all the time.
Edit: Also the whole i317/i317m thing
mrevankyle said:
Nice list! This is bound to really reduce clutter in Q&A. Just one thing, you might want to add the differences between TW/ASOP i get that question all the time.
Click to expand...
Click to collapse
Thanks for the tip. I will add this over the next few days.
Thanks !!:thumbup:
Sent from my SAMSUNG-SGH-I317 using my thumbs
Just use caution with links that are taking people to threads for other devices. For example the what is a flash counter answer takes you to the gs3 thread.
Sent from my SAMSUNG-SGH-I317 using xda premium
Hey Tony, I've been searching for information on Apps2SD for this phone and while I will find it (the information) on my own, I think a mini compendium of sorts would make sense in the FAQ section. Unless of course this is a "Google removed the function, end of story," situation.
abowlby said:
Hey Tony, I've been searching for information on Apps2SD for this phone and while I will find it (the information) on my own, I think a mini compendium of sorts would make sense in the FAQ section. Unless of course this is a "Google removed the function, end of story," situation.
Click to expand...
Click to collapse
To an extent I agree, however that would be better suited in a Q&A then a FAQ.
May I suggest adding "what is a modem"
And then laying out the whole dif(or lack there of) between basband/modem/radio. Also in the kies faq I would like to suggest mentioning the kies EFR. Its a very effective and usefull tool.
:beer:
sent from my T.A.R.T.I.S
(Time And Relative Tarts In Space)
---------- Post added at 05:33 PM ---------- Previous post was at 05:32 PM ----------
freakboy13 said:
May I suggest adding "what is a modem"
And then laying out the whole dif(or lack there of) between basband/modem/radio. Also in the kies faq I would like to suggest mentioning the kies EFR(see my sig ).
Its a very effective and usefull tool.
:beer:
sent from my T.A.R.T.I.S
(Time And Relative Tarts In Space)
Click to expand...
Click to collapse
sent from my T.A.R.T.I.S
(Time And Relative Tarts In Space)
Samsung Galaxy Note 2 1317 Network Issue.
Hello friends.. I am new to this forum. My Name is sam and i need help so please help me.
I got an at&t Galaxy note 2 1317 on 4.1.2 firmware. i was trying to unlock it with *#197328640# was not able to do it.
was looking online and some one posted if i downgrade it to 4.1.1 then i would be able to unlock it.
and i did that exactly as it was told. got it kind of unlock for tmobile. but there is always a network problem i am not getting tmobile network everywhere, i did my research for it and people say its modem and i need to flash the rom with tmobile one. but i didnt find any good forum for that. Please help me out.. coz my network default setup shows tmobile, att and 311660 but it never get register on it. only in few place like highways i get good connection otherwise its not register to a network message with a o with a diagonal on the signal bar. please help me out. i got a sim unlock code for it to no help. help me out please.
when i choose the file on recovery mode
it says
signature verification failed
how can i do this
Greetings everyone. I have a question. I did a search of the forum and was unable to find an answer, or at least I didn't use specific enough terms.
I see there are a few Kit Kat roms going around but I haven't seen a rooted stock Kit Kat rom. Is there one available?
Note 2 - Model GT-N7105.
ERGENT
Im hoping someone can answer this Question for me as soon as possible, i just purchased a used AT&T Galaxy Note 2, and already Rooted it but i am scared to add recovery to then flash a custom ROM cause i cant find out any where if the BOOTLOADER is locked, can someone PLEASE let me know if the Bootloader is locked or is it unlocked, thanks in advance.
P.S= and if it is locked can you please guide me where to go to unlock it, cause i HONESTLY searched every where and havent found anything, everything that i did find on locked bootloader for Galaxy Note 2 came up on the Verizon version.. Thanks again.. Bless.
DelphinusMinor said:
Greetings everyone. I have a question. I did a search of the forum and was unable to find an answer, or at least I didn't use specific enough terms.
I see there are a few Kit Kat roms going around but I haven't seen a rooted stock Kit Kat rom. Is there one available?
Note 2 - Model GT-N7105.
Click to expand...
Click to collapse
[email protected] said:
Im hoping someone can answer this Question for me as soon as possible, i just purchased a used AT&T Galaxy Note 2, and already Rooted it but i am scared to add recovery to then flash a custom ROM cause i cant find out any where if the BOOTLOADER is locked, can someone PLEASE let me know if the Bootloader is locked or is it unlocked, thanks in advance.
P.S= and if it is locked can you please guide me where to go to unlock it, cause i HONESTLY searched every where and havent found anything, everything that i did find on locked bootloader for Galaxy Note 2 came up on the Verizon version.. Thanks again.. Bless.
Click to expand...
Click to collapse
You won't lose your unlock. SO yer safe to flash a recovery and them a custom rom. =-}
Oops, just put my glasses on and read your post again. You will also need to unlock it. It's not hard.
thanks for the info
http://forum.xda-developers.com/showthread.php?t=1980644
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
---------- Post added at 08:58 PM ---------- Previous post was at 08:45 PM ----------
That's the thread I used to root my Note 2
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
[email protected] said:
Im hoping someone can answer this Question for me as soon as possible, i just purchased a used AT&T Galaxy Note 2, and already Rooted it but i am scared to add recovery to then flash a custom ROM cause i cant find out any where if the BOOTLOADER is locked, can someone PLEASE let me know if the Bootloader is locked or is it unlocked, thanks in advance.
P.S= and if it is locked can you please guide me where to go to unlock it, cause i HONESTLY searched every where and havent found anything, everything that i did find on locked bootloader for Galaxy Note 2 came up on the Verizon version.. Thanks again.. Bless.
Click to expand...
Click to collapse
When you carrier unlock a device it remains unlocked no matter how many roms or recoveries you flash. My note 2 is unlocked and works just fine.
The bootloader is not locked. Flash a recovery using Odin. Twrp is great.
Sent from my GT-N7105 using XDA Premium 4 mobile app
Another one you can use once you're rooted is ROM Manager from Play Store and flash CWM (ClockWorkMod) that's what I've been using.
Sent from my SAMSUNG-SGH-I317 using XDA Premium 4 mobile app
Thanks guys...this info helped me as well.

[Q] Korean Version SHV-370K - ROM/GroupPlay/ChatON

Hey people,
I recently purchased a Korean variant of the S4 Mini. The model is SHV-370K. To my findings, its equal to the main version I9195. Is that correct? I do have the NFC chip installed. My question is, can I flash an official ROM like the ones used in the I9195? I have to much KOREAN language apps and I dont think I am prepared to root it. If I can flash an official ROM on this via ODIN?, will I still be able to get the OTA? My current version is 4.2.2. And checking on Sammobile I have the latest. The Korean stuff is just to much of a hassel and I am not sure if I will even get an update. Can I flash an official ROM and not lose warranty and root?
My second question is that I cannot make Group Play work on 2 of these S4 Mini's. They just dont connect. It says Network Lost and sometimes failed to join group. I've tried working it over with NFC and Wifi Direct. Normal gallery pictures and everything send easy, just this app that I really really want to use. Would be great if some one would help me.
My last question is that ChatON keeps giving an Error while checking for push services. I have tried everything. Changed networks, tried Mobile Networks. All my apps are up to date, even the annoying Samsung Push Service. Any help would be greatly appreciated.
Thank you so much people.
Have a great day.
Oh and I think its Carrier Branded? Cuz it has this Olleh writen on its back cover?
So ChatON and Group Play is working after they have been updated most recently. I did update them before but they dint seem to work. The current updates work good. Any one about the ROM issue? Would love some help <3.
ThuGzta said:
So ChatON and Group Play is working after they have been updated most recently. I did update them before but they dint seem to work. The current updates work good. Any one about the ROM issue? Would love some help <3.
Click to expand...
Click to collapse
you can only use a korean K rom, or a modify rom for the K version, otherwise you can brick your phone.
kms108 said:
you can only use a korean K rom, or a modify rom for the K version, otherwise you can brick your phone.
Click to expand...
Click to collapse
But isnt the offical ROM like France one flashable on this phone? The K Rom. Hmmm.
ThuGzta said:
But isnt the offical ROM like France one flashable on this phone? The K Rom. Hmmm.
Click to expand...
Click to collapse
you can try it.
kms108 said:
you can try it.
Click to expand...
Click to collapse
Eeek. I would like something for sure. Will continue my research. Thank you so much for replying. Would love some other opinions too, would be a great help for me.
Hi guys,
Have you found any solution to this problem? I'm also an [almost] happy owner of a Korean-branded S4 Mini and as USSD codes don't work, was told that firmware needs to be changed. But this being specifically a Korean phone, I'm not sure other ROMs out there will even be 100% compatible.
Thanks,
Vit
ervit said:
Hi guys,
Have you found any solution to this problem? I'm also an [almost] happy owner of a Korean-branded S4 Mini and as USSD codes don't work, was told that firmware needs to be changed. But this being specifically a Korean phone, I'm not sure other ROMs out there will even be 100% compatible.
Thanks,
Vit
Click to expand...
Click to collapse
you have to enter it's secret menu, and insert the password, each network has it's own password.
kms108 said:
you have to enter it's secret menu, and insert the password, each network has it's own password.
Click to expand...
Click to collapse
Thanks, but I don't think I have to enter a password, since other phones work without it. Unless it's somehow phone-specific, but my operator reps would probably have told me (instead they just said the firmware needs to be changed). What secret menu are we talking about? perhaps aI could investigate. At any rate, if there someone has managed to flash the Korean version of the phone with a more "universal" firmware, I'd like to know. Thanks!
ervit said:
Thanks, but I don't think I have to enter a password, since other phones work without it. Unless it's somehow phone-specific, but my operator reps would probably have told me (instead they just said the firmware needs to be changed). What secret menu are we talking about? perhaps aI could investigate. At any rate, if there someone has managed to flash the Korean version of the phone with a more "universal" firmware, I'd like to know. Thanks!
Click to expand...
Click to collapse
This secret menu allows you to modify the network, frequencies and other stuff, each korean service privider has it's own password.
try typing this on the dialer.
319712358
kms108 said:
This secret menu allows you to modify the network, frequencies and other stuff, each korean service privider has it's own password.
try typing this on the dialer.
319712358
Click to expand...
Click to collapse
it asks for a password. I tried 0821 but it doesn't seem to work
ervit said:
it asks for a password. I tried 0821 but it doesn't seem to work
Click to expand...
Click to collapse
the password is network related
kms108 said:
the password is network related
Click to expand...
Click to collapse
I found the password on a Russian forum, it's 774632. But I don't see where in that menu I can enable USSD
ervit said:
I found the password on a Russian forum, it's 774632. But I don't see where in that menu I can enable USSD
Click to expand...
Click to collapse
you don't need the menu for the ussd, korean version has their own set of ussd, they are different from the international version, some are the same , but most are different.
kms108 said:
you don't need the menu for the ussd, korean version has their own set of ussd, they are different from the international version, some are the same , but most are different.
Click to expand...
Click to collapse
Please forgive me as I'm a total noob, but after your last reply it hit me: we're probably talking about different USSDs. I meant that my operator USSD codes didn't work, the ones that I send to find out my remaining balance and to also enable/disable services etc. (e.g. I would send *444#2#1 to find out my remaining balance), not the phone's own USSD codes (like the service menus etc, e.g. the IMEI check with *#06#). Operator USSD codes just don't work - the phone either sits trying to connect for a few minutes (locking the phone down during this time), or just says that the signal is too weak. So I guess I do need to install a different firmware to fully unlock it.
Thanks for trying to help though, I'm learning new stuff!
ervit said:
Please forgive me as I'm a total noob, but after your last reply it hit me: we're probably talking about different USSDs. I meant that my operator USSD codes didn't work, the ones that I send to find out my remaining balance and to also enable/disable services etc. (e.g. I would send *444#2#1 to find out my remaining balance), not the phone's own USSD codes (like the service menus etc, e.g. the IMEI check with *#06#). Operator USSD codes just don't work - the phone either sits trying to connect for a few minutes (locking the phone down during this time), or just says that the signal is too weak. So I guess I do need to install a different firmware to fully unlock it.
Thanks for trying to help though, I'm learning new stuff!
Click to expand...
Click to collapse
Mate I have the same problem here. The USSD codes just dont work. My balance check does work though. All I have noticed that USSDS that need two steps dont work. Example to transfer credits, I type *456# and in return it should ask me what number I need to transfer my credits, but it just doesnt work. I have tried the menu but no idea what that is all about. Still cannot find what to do.
Secondly I met some one at the forums who has the same device as ours. HE said installing Cynogen Mod is working and it doesnt effect us having a model of SHV something. LOL. So I dont know if I should go ahead and flash a custom rom. I would rather flash an official rom but no one is helping here and I cant seem to find any. Like maybe we could flash an english rom from UK. Something official like the normal I9195 have! Not some korean ones.
New Update.
Hey people! I just got an OTA update and all I see new is a Google Drive icon. The update is still on 4.2.2 and not 4.3. It was about 96mb of file size. How can I take out the changelog and read what bug fixes it brings?
hello
how to do I move from SHV or change the CSC code?
for now getting only the Korean pop up messages.
Want to change to Australia CSC code.
deepudips said:
how to do I move from SHV or change the CSC code?
for now getting only the Korean pop up messages.
Want to change to Australia CSC code.
Click to expand...
Click to collapse
I've read about CSC Select app (on google play market), but I think you need root for this to work. I'm not an expert on that though.
Please write here if you manage to get any results (even if negative).

[Q&A] [ROM][4.4.2KK]CAGrom v2.0[MULTI-USER][Tab4&TabS Apps][LolliPop Elements][5210]

[Q&A] [ROM][4.4.2KK]CAGrom v2.0[MULTI-USER][Tab4&TabS Apps][LolliPop Elements][5210]
Q&A for [ROM][4.4.2KK]CAGrom v2.0[MULTI-USER][Tab4&TabS Apps][LolliPop Elements][5210]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM][4.4.2KK]CAGrom v2.0[MULTI-USER][Tab4&TabS Apps][LolliPop Elements][5210]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
The download link does not work
The download link does not work. 404 error
sorry I speak no English, use the google translate
Hi, at first; great work I can't wait to test it
Though the Cagrom website is giving me an 404, anyone else experiencing this ?
(Just saw Tramjens' post, excuse)
tramjens said:
The download link does not work. 404 error
sorry I speak no English, use the google translate
Click to expand...
Click to collapse
The server I use is looking for a mobile page that does not exist yet. I will make a mobile version soon.
Please visit the website on a desktop or laptop for more information on the ROM. If you are unable to view on a desktop or laptop here is the download link:
http://www.mediafire.com/view/dwycj4xif2a64ns
runs great
thank you, runs great, tops work:good:
Disregard my message. I found this right after I sent you that. Downloading now and looking forward to trying it out.
Sent from my GT-P5210 using XDA Free mobile app
Hi,
I have install your rom and it's working.
But i have created a second user in my tablet and the menu button doesn't work in this user.
Do you have the problem ?
Best regards.
Portugal86 said:
Hi,
I have install your rom and it's working.
But i have created a second user in my tablet and the menu button doesn't work in this user.
Do you have the problem ?
Best regards.
Click to expand...
Click to collapse
Menu key should display recents !!!!! It's deleberately done by me
Sent from my GT-S6802 using XDA Free mobile app
Is it Possible to get an Antutu Benchmark of this rom?
Is it Possible to get an Antutu Benchmark of this rom?
I tried installing the WIFI version of this ROM but I get an error saying something like this is the Wifi version and my device is the 3G version, however my device IS the WIFI version. ANy ideas on how to fix this?
one question this rom have the runtime option in developer menu ?
error...
Hello, i tried to flash this ROm but an error popped out, so i'm back at square one. I have a p5210, do i need to download it again? or any ideas why it failed on my tablet?
Thanks!
NaDiaGa said:
Hello, i tried to flash this ROm but an error popped out, so i'm back at square one. I have a p5210, do i need to download it again? or any ideas why it failed on my tablet?
Thanks!
Click to expand...
Click to collapse
Which recovery are you working on? I had the same problem with older version of TWRP.
---------- Post added at 11:53 AM ---------- Previous post was at 11:47 AM ----------
Hi there,
first of all thank you for your work. My P5200 got second life thanks to this rom.
I have only one problem, and connected noob question with it.
How to use multi user feature in CAG? I can't see any option in menu.
Thanks in advance.
I dig a little bit and I found a solution.
If you don't have 'Users' tab in your menu download MoDaCo Toolkit for Xposed Framework and enable multi-user in Google Nexus (all) section.
Works with my P5200.
Homebutton for additional users
Hi,
in http://forum.xda-developers.com/showpost.php?p=57334843&postcount=99 CAG-man and AdoB talk about an issue with the not working home button for addtional users.
As my kids now also stumbled over this: Is there any solution to make the home button work as expected (= return to home screen)?
I couldn't find any settings for home button configuration, so I think, it needs some tinkering in any .prop file, maybe?
Any hints?
TIA,
Josh384
This actually just started happening to me and I'm running the Pimpdroid BETA. Maybe not a problem specific to this ROM.
thank you for great rom !
i got a problem..
27 toggle mode!
I installed the SQ elite editor..
and did exactly yu told to do so...
after rebooting my tablet is stuck on samsung logo! please help
Brick my tablet
accidently i deleted the operating system by wiping system data in TWRP..
i dont know what to do next..
im using tablet 3 10.1 p5200 , so now when i reboot it from TWRP it says "no OS installed are yu sure want to reboot? "
when i reboot so it stucks on samsung galaxy tab 3 logo
help?

Please help me update my Verizon Note 4 by any means necessary. I can send $10 paypal

Hello, I am in a unique situation. I have a Verizon Galaxy Note 4 version N910VVRU1ANI1. I live internationally and I use the phone strictly for wifi. I have a Gear VR but cannot use it because I can't update. The update needs to be connected to Verizon LTE networks to update. I need to update this phone through any means necessary.I have tried using Kies and Verizon Upgrade assistant but it always says that the phone software is up to date. I think the method I will have to use is to flash it myself. Someone said this was possible but I do not know how to do it or where to download the update online. I am willing to send $10 paypal to any person who can show me how to update this phone or point me in the right direction to update it. I will also name my first child after you.
I am getting desperate. Thank you for any help you might give me. Let me know if you have any questions.
P.S.
A few more additional questions I would appreciate answered if anybody knows:
1) What is the best place to post this question? I also posted this on reddit.
2) What is the exact name of the update? So I can maybe search the internet for the download
3) Is there any hope for me to play Gear VR?
EDIT: Somebody on reddit helped me. The only question I still have is does anybody know when the update will be available for me to download and flash to my device? Thanks
JoeSaiiba said:
Hello, I am in a unique situation. I have a Verizon Galaxy Note 4 version N910VVRU1ANI1. I live internationally and I use the phone strictly for wifi. I have a Gear VR but cannot use it because I can't update. The update needs to be connected to Verizon LTE networks to update. I need to update this phone through any means necessary.I have tried using Kies and Verizon Upgrade assistant but it always says that the phone software is up to date. I think the method I will have to use is to flash it myself. Someone said this was possible but I do not know how to do it or where to download the update online. I am willing to send $10 paypal to any person who can show me how to update this phone or point me in the right direction to update it. I will also name my first child after you.
I am getting desperate. Thank you for any help you might give me. Let me know if you have any questions.
P.S.
A few more additional questions I would appreciate answered if anybody knows:
1) What is the best place to post this question? I also posted this on reddit.
2) What is the exact name of the update? So I can maybe search the internet for the download
3) Is there any hope for me to play Gear VR?
EDIT: Somebody on reddit helped me. The only question I still have is does anybody know when the update will be available for me to download and flash to my device? Thanks
Click to expand...
Click to collapse
Just keep your eyes peeled for the Odin files that people post on here. Once the updated version comes out, you can just flash your phone with it.
Hey man easiest way to update is to use Kies3. When I had Galaxy S4 sometimeago about 1.5 yrs ago.
I gave it as a gift to someone in Europe - Poland.
He couldn't update the S4 so I simply told him to download Kies3 and it will find the Verizon Update.
it works just fine so go ahead download it and if you have update take care of it
I did read you used kies already but make sure it's not in debugging mode as well .
If it's Kies3 it should work just fine..
:good::highfive:
JoeSaiiba said:
Hello, I am in a unique situation. I have a Verizon Galaxy Note 4 version N910VVRU1ANI1. I live internationally and I use the phone strictly for wifi. I have a Gear VR but cannot use it because I can't update. The update needs to be connected to Verizon LTE networks to update. I need to update this phone through any means necessary.I have tried using Kies and Verizon Upgrade assistant but it always says that the phone software is up to date. I think the method I will have to use is to flash it myself. Someone said this was possible but I do not know how to do it or where to download the update online. I am willing to send $10 paypal to any person who can show me how to update this phone or point me in the right direction to update it. I will also name my first child after you.
I am getting desperate. Thank you for any help you might give me. Let me know if you have any questions.
P.S.
A few more additional questions I would appreciate answered if anybody knows:
1) What is the best place to post this question? I also posted this on reddit.
2) What is the exact name of the update? So I can maybe search the internet for the download
3) Is there any hope for me to play Gear VR?
EDIT: Somebody on reddit helped me. The only question I still have is does anybody know when the update will be available for me to download and flash to my device? Thanks
Click to expand...
Click to collapse
Here is the latest update free of charge. I just downloaded it with Samsung Kies. Flash it with Odin.
N910VVZW1ANJ5 MD5:c5f3bc3d6ad2e047b1b7737e31a569f2
Odin
Instructions if needed, just use the linked tar file here instead of the one in the instructions.
check out this forum
if you check our this forum , you might find better solution than 10 bulks ,or you can go to your local garage store for it

Why are there no Downloads available ?

Hello,
maybe one of you can help out with an actual tutorial/step by step and avialable and actual download links ?
i have here an Samsung Galaxy S3 i9300 of an Friend and he want to use it with his german SIM Card. The device itsels is from and locked with
DRE Three (3 Hutchison) SIM network lock from Austria.
Android 4.1.2 ( Flashed back to it from Lineageos 14.1 )
TWRP (also back to stock for 4.1.2)
And this guys from Three want 50€ for an Unlock for a Smartphone that is so old and no longer in a contract. Thats rediculous.
So when i understand it corretly if the old method doesnt work because there is no entry
Service MENU: *#197328640# or with other like Lineageos *#*#197328640#*#*
MENU NOT EXIST
Current Command is 186
A simple way is to flash a new Modem ?!
Or change/flash a nv_data.bin ?!
The Problem with your website here is that the informatiosn are spread around everywhere and when you have found a good thread than the Downloads got removed like here:
https://forum.xda-developers.com/galaxy-s3/general/17-02-2013-samsung-network-sim-unlock-t1731931
https://forum.xda-developers.com/galaxy-s3/general/leaked-firmware-i9300xxugmk6-android-4-t1835931
Why isnt the OLDER version of the Unlocker available ?
Why got the firmware Downloads removed and not replaced ???
Why no Info ? Links ? Why everything so complicated ?
Also for other models not only this old one.
TheSupport said:
Hello,
maybe one of you can help out with an actual tutorial/step by step and avialable and actual download links ?..........
Click to expand...
Click to collapse
I don't have this variant myself and it looks like your inquiring about "SIM Unlocking" the device.
The following thread should still be good for what you're looking to do that's specific to your device and variants. Don't be afraid to ask for some member guidance within it too.
https://forum.xda-developers.com/showthread.php?t=1703488
If necessary (and you don't receive any responses from the above thread) you can always try to obtain some member guidance within the following Q&A thread that's specific to your device and variants as well.
https://forum.xda-developers.com/showthread.php?t=2690307
EDIT: I had just noticed the following thread and wanted to bring it to your attention as well since it also seems (not completely sure) to be regarding your topic as well.
https://forum.xda-developers.com/showthread.php?t=3551696
Good Luck!
~~~~~~~~~~~~~~~
Unless asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX2 Forum App on my Sanyo Juno device.

Categories

Resources