DOWNGRADE BOOTLOADER N7100 after flash XXDLL7
Way to bring old bootloader found developer Odia. Is the thread fountainhead:
http://forum.xda-developers.com/showthread.php?t=2081748
* Need ROOT!
* Extract from the archive, connect the device to the USB debugging mode (System settings/Developer options/USB debugging) and run.bat
{
"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"
}
N7100_RESTORE_OLD BOOTLOADER.zip
* After this you are can to flash old ROM with old bootloader
BOOTLOADER_N7100XXDLJ2.zip
CHECK BOOTLOADER
CHECK_BOOTLOADER.zip
Any reason for why downgrade?
If you made a nandroid backup before flashing dll7 will the bootloader be downgraded also or not?
wini77 said:
Any reason for why downgrade?
If you made a nandroid backup before flashing dll7 will the bootloader be downgraded also or not?
Click to expand...
Click to collapse
Reason - to flash any old ROM with bootloader...
nandroid backup - this is not need...
great job. will old bootloaders on firmwares gets flagged? loike in S3 thread by Odia? i suppose they will.
nevertheless.
i was able to downgrade using Kies to 4.1.1 LJ3 after Odin update to LL7.
mariosraptor said:
great job. will old bootloaders on firmwares gets flagged? loike in S3 thread by Odia? i suppose they will.
nevertheless.
i was able to downgrade using Kies to 4.1.1 LJ3 after Odin update to LL7.
Click to expand...
Click to collapse
Yes, yes, yes...
I've seen that old BL is without "GT-N7100" on Start Screen, new - with. So its a newer than new?
Sent from my GT-N7100 using xda premium
bkjugg said:
I've seen that old BL is without "GT-N7100" on Start Screen, new - with. So its a newer than new?
Sent from my GT-N7100 using xda premium
Click to expand...
Click to collapse
No, BL without "GT-7100" it's a first bootloader test version, and this old bl from previous france ROM XXDLJ2...
as i9000 said:
All this, we, as the Odia owe him because he believes he is the first found the command that updates bootloader "reboot fota_bl" ... Like it or not until I truly do not know because found it in another place.
Click to expand...
Click to collapse
So just tell me in which place you found the command "reboot fota_bl".
Odia said:
So just tell me in which place you found the command "reboot fota_bl".
Click to expand...
Click to collapse
I take it's one of the Russian portal users 4pda, I did not try to find out where he took it, and just made a tool. By the way, I did not say that you're not the first found it, I was only offered a tool on the basis of it, and put it in your same topic with no claims to authorship ...
as i9000 said:
I take it's one of the Russian portal users 4pda, I did not try to find out where he took it, and just made a tool. By the way, I did not say that you're not the first found it, I was only offered a tool on the basis of it, and put it in your same topic with no claims to authorship ...
Click to expand...
Click to collapse
Post from 4pda is on 08/01/2013, my solution posted 06/01/2013 before 22:58GMT, so I accept what you are saying about you having no claims to authorship.
Odia said:
Post from 4pda is on 08/01/2013, my solution posted 06/01/2013 before 22:58GMT, so I accept what you are saying about you having no claims to authorship.
Click to expand...
Click to collapse
I do not understand a single thing that you're so worried for the championship? You've put it out to the public without protection. Apk could do with this command and would have earned by selling for a nominal fee, but now everyone knows it already ...
as i9000 said:
Apk could do with this command and would have earned by selling for a nominal fee
Click to expand...
Click to collapse
APK would protect nothing, even a child can decompile it.
Odia said:
APK would protect nothing, even a child can decompile it.
Click to expand...
Click to collapse
Believe me, most people simply buy on the market, there are many examples Triangle Awa and over..
but it is offtop here...
as i9000 said:
Believe me, most people simply buy on the market, there are many examples Triangle Awa and over..
but it is offtop here...
Click to expand...
Click to collapse
I agree with you, but if I wanted to make money from it I would not have released the solution public and open, but I do feel credits should be given.
So, would you like to know the answer to the question I asked you, what 0x12345676 in location 0x1002080C does?
Odia said:
I agree with you, but if I wanted to make money from it I would not have released the solution public and open, but I do feel credits should be given.
So, would you like to know the answer to the question I asked you, what 0x12345676 in location 0x1002080C does?
Click to expand...
Click to collapse
As far as I could understand from the temporary transfers bootloader partition mmcblk0p1 into section mmcstl80?
as i9000 said:
As far as I could understand from the temporary transfers bootloader partition mmcblk0p1 into section mmcstl80?
Click to expand...
Click to collapse
location 0x1002080C is s5p_restart_handler INFORM3 aka reboot_mode
reboot fota_bl sets MAGIC 0x12345676
when mach_board_main is executed in sboot and location 0x1002080C has 0x12345676 then it will execute pit_update_bootloader_ota, all pretty simple really.
There is also another special mode of reboot sud which sets s5p_restart_handler to 0xABCF0000 but to discuss its function would be off topic here.
Odia said:
location 0x1002080C is s5p_restart_handler INFORM3 aka reboot_mode
reboot fota_bl sets MAGIC 0x12345676
when mach_board_main is executed in sboot and location 0x1002080C has 0x12345676 then it will execute pit_update_bootloader_ota, all pretty simple really.
There is also another special mode of reboot sud which sets s5p_restart_handler to 0xABCF0000 but to discuss its function would be off topic here.
Click to expand...
Click to collapse
OK, what happens if, at the command reboot fota_bl, the partition BOOTA1 will be filled with zeros or different words empty?
as i9000 said:
OK, what happens if, at the command reboot fota_bl, the partition BOOTA1 will be filled with zeros or different words empty?
Click to expand...
Click to collapse
All is checked that the images are valid before any move process is done.
Odia said:
All is checked that the images are valid before any move process is done.
Click to expand...
Click to collapse
I suspected it, but even so well when there is evidence
p.s.
I hope we will take our quarrel unfortunate misunderstanding yesterday - now that all ended so happily?
as i9000 said:
I hope we will take our quarrel unfortunate misunderstanding yesterday - now that all ended so happily?
Click to expand...
Click to collapse
It's ended, no worries :good:
Related
k0nane presents...
Rooted Kernel for Blaze 4G
Sponsored by k0nane.info. Have you tipped your devs today?
DO NOT CHECK REPARTITION! YOU HAVE BEEN WARNED!
Why the big red warning? Far too many people have broken their devices by not following these instructions! Search the forums, or drop by IRC - you'll see plenty of examples.
So, you wanted root? You got root! Samsung devices come with an unlocked bootloader. Thanks to pointers from other members that the T-Mo SGS2 CWM boots (badly), we were able to get some dumps, and prep this easily little package for you. This kernel includes a fully-linked copy of BusyBox 1.19.3, init.d (busybox run-parts) support, and various other niceties. Devs, see here for what the script essentially looks like.
Instructions
Download Odin 1.85 - see section below.
Download the rooted kernel TAR - see section below.
Extract the contents of odin-185.zip.
Run Odin 1.85.exe, and prepare Odin:
Check "auto-reboot", and uncheck all other options.
Click PDA and select the TAR you downloaded. Click PIT and select the PIT your downloaded.
Put your device into Download Mode:
Connect the USB cable to your PC, but NOT your device.
Remove the battery.
Reinsert the battery.
Hold down Volume Up + Volume Down + Power.
You should now be at Download Mode.
Click Start in Odin.
That's it! Your device will autoreboot, and your phone should be working properly again.
shabbypenguin said:
If you are having issues getting into download mode check out these instructions
Click to expand...
Click to collapse
Having trouble entering Download Mode? Watch this YouTube video by DrTaru (doktortaru on XDA)!
Downloads
Download Odin 1.85
Download PIT
Download Rooted Kernel TAR
Download Rooted Kernel TAR (Mirror)
Credits:
DrTaru: stock device, remote access, lots of testing, screenshots, patience
Shabbypenguin: Shabbypenguin (do I need to say more?)
JFigure/Watcher64: initial testing and pointers/proof of concept
UberPinguin: notes on building kernels for celox, which also apply to this device
P-O-S-T :: R-E-S-E-R-V-E-D
{
"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"
}
Original artwork by Pendulum via Gasolin3.
...for future use.
Follow me on Twitter @k0nane and @publik0!
keep it tight guys
First of all, thank you for your hard work and time!
I'm just wondering if anything needs to be clicked on when the phone is set on Download Mode?
I have everything setup in Odin but I only get a msg saying:
"<OSM> All threads completed. (succeed 0 / failed 0)"
No activity on the phone. The instructions are clear and I did read them 5 times over , just wondering if anything else needs to be done in Odin.
Thanks again!
Whoo Hoo! So jazzed! I was getting impatient with the dev support for the t769 and was going to return it and hold out for the HTC One S.
Now, with Root and CWM, I might just keep this thing. I have a feeling that XDA will make a section for us and ROM dev will be around the corner!
Whoo Hoo!
avelasqu said:
... and ROM dev will be around the corner
Click to expand...
Click to collapse
Just want to make sure I'm understanding this correctly. The process described above will give root access while keeping the stock ROM that came with the phone, right? Upgrading to ICS through the installation of new ROMs is a separate process? Thanks for all the work on this!
Just FYI, when you click to upload the PIT, "Re-Partition" will auto select itself again. scared the crap out of me.
wadster21 said:
Just want to make sure I'm understanding this correctly. The process described above will give root access while keeping the stock ROM that came with the phone, right? Upgrading to ICS through the installation of new ROMs is a separate process? Thanks for all the work on this!
Click to expand...
Click to collapse
Correct, rooted with stock kernel/rom. I got rid of 95% of the bloatware and already notice a difference in snappiness.
Rom support will be soon.
avelasqu said:
Correct, rooted with stock kernel/rom. I got rid of 95% of the bloatware and already notice a difference in snappiness.
Rom support will be soon.
Click to expand...
Click to collapse
Awesome, thanks!
THANK YOU!!!!!!!!!!!!!!!!!!!!
thanks im going to try this for my bro. I have been waiting for some time to root it and remove the bloatware thank you
dep3che said:
I have everything setup in Odin but I only get a msg saying:
"<OSM> All threads completed. (succeed 0 / failed 0)"
Click to expand...
Click to collapse
Make sure you have the drivers for your device installed.
avelasqu said:
I have a feeling that XDA will make a section for us and ROM dev will be around the corner!
Click to expand...
Click to collapse
We'll see - one can hope. I don't own the device, I'm just here to get you guys off the ground.
wadster21 said:
Just want to make sure I'm understanding this correctly. The process described above will give root access while keeping the stock ROM that came with the phone, right?
Click to expand...
Click to collapse
Correct. This is just a rooted stock kernel with some other goodies in it.
dep3che said:
Just FYI, when you click to upload the PIT, "Re-Partition" will auto select itself again. scared the crap out of me.
Click to expand...
Click to collapse
That it will.
chimajin999 said:
thanks im going to try this for my bro. I have been waiting for some time to root it and remove the bloatware thank you
Click to expand...
Click to collapse
Thanks for your support!
shhhh, i have it on good authority due to root and cwm you guys will have a new forum opening tomorrow
shabbypenguin said:
shhhh, i have it on good authority due to root and cwm you guys will have a new forum opening tomorrow
Click to expand...
Click to collapse
That would be awesome! I don't have the phone yet, but every step in the development direction makes me want it more.
Just did it,,thanks so much!
Lets keep posting regard regarding the Blaze so xda can make a section for us.
Now I can't wait for roms!
Sent from my SGH-T769 using XDA Premium App
shabbypenguin said:
shhhh, i have it on good authority due to root and cwm you guys will have a new forum opening tomorrow
Click to expand...
Click to collapse
Very much confirmed!
after rooting, will the phone function 100%. will anything break after rooting ?
daohoa said:
after rooting, will the phone function 100%. will anything break after rooting ?
Click to expand...
Click to collapse
Nothing has broken for me. ;-)
Sent from my SGH-T769 using XDA Premium App
avelasqu said:
Nothing has broken for me. ;-)
Sent from my SGH-T769 using XDA Premium App
Click to expand...
Click to collapse
have u tested the GPS ?
daohoa said:
have u tested the GPS ?
Click to expand...
Click to collapse
I didnt 'test' it, but I did use it to to Check In a few times on Facebook.
No problemo.
Can this tool sign pit files with samsung signature ? because i got someone working @ samsung that says it does. If so we can sign our own pit files to flash the google edition on our own i9505 ?
Tool: https://anonfiles.com/file/98b4e067e6c729db931b387b01b1ecd3
{
"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"
}
Could you post this tool to download? :cyclops:
|_dan_| said:
Could you post this tool to download? :cyclops:
Click to expand...
Click to collapse
Yes, if someone can tell me if this can be used to convert our phones into the G edition
How you mean covert if you mean to get ota you only beef to hope that you don't apply any version with a bootoader from GE
Sent from my Xperia Mini Pro using Tapatalk 4
LastStandingDroid said:
How you mean covert if you mean to get ota you only beef to hope that you don't apply any version with a bootoader from GE
Sent from my Xperia Mini Pro using Tapatalk 4
Click to expand...
Click to collapse
To install the entire rom including bootloader.
No the i9505g hardware wise is a m919 not i9505 so the modem wont work the same
Sent from my GT-I9505 using xda premium
niceppl said:
No the i9505g hardware wise is a m919 not i9505 so the modem wont work the same
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
Hardware wise those phones are identical.
Tool added in the first post, hope someone can confirm it signs with samsung signature.
What language is that? Maybe you should put this thread in the developers section so they can have a look at that.
update*
Well the file shows up as a virus, with my antivirus and it got quickly discarded.
hmsq said:
What language is that? Maybe you should put this thread in the developers section so they can have a look at that.
update*
Well the file shows up as a virus, with my antivirus and it got quickly discarded.
Click to expand...
Click to collapse
I think this has something to do with the encoding of the file, I might have a go when I get home and have a look on a VM to see if it legit.
large12006 said:
I think this has something to do with the encoding of the file, I might have a go when I get home and have a look on a VM to see if it legit.
Click to expand...
Click to collapse
Please do, i fired up the program and it's working. But i don't understand any of it because i am not a developer.
I just got this from someone who who is working @ samsung, so i hope this is the real thing
Let's see
If I actually did help, how bout a Thanks
ktetreault14 said:
Let's see
If I actually did help, how bout a Thanks
Click to expand...
Click to collapse
With what ? you didn't leak it
MichelN said:
With what ? you didn't leak it
Click to expand...
Click to collapse
It's his signature, one of those poorly laid out ones that looks like it is a part of every post he makes rather than a sig. Has fooled me on several posts too. :laugh: Maybe consider adding more space or a dividing line ktetreault14.
MichelN said:
With what ? you didn't leak it
Click to expand...
Click to collapse
Actually this program have been available for a long time! Me personally come across it in a ZIP file containing ODIN and some other tools nearly two weeks ago but it is in Korean so I couldn't understand what it was although I suspected it is a PIT editor.
niceppl said:
No the i9505g hardware wise is a m919 not i9505 so the modem wont work the same
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
so if this tool could really sign pit files with samsung signature, then any m919 owner could flash a GE pit file and then flash everything (bootloader, modem, etc) with no problem? We could finally have a total GE conversion? (at least for us m919 owners)
pauldofish said:
so if this tool could really sign pit files with samsung signature, then any m919 owner could flash a GE pit file and then flash everything (bootloader, modem, etc) with no problem? We could finally have a total GE conversion? (at least for us m919 owners)
Click to expand...
Click to collapse
That is my hope.
The111 said:
It's his signature, one of those poorly laid out ones that looks like it is a part of every post he makes rather than a sig. Has fooled me on several posts too. :laugh: Maybe consider adding more space or a dividing line ktetreault14.
Click to expand...
Click to collapse
There ya go bro
_____________________________________
If I actually did help, how bout a Thanks
ktetreault14 said:
There ya go bro
_____________________________________
If I actually did help, how bout a Thanks
Click to expand...
Click to collapse
Well done, and I thanked you, because you actually did help.
It looks no addition signature data at the end of file.
I tried to open a pit file, edit it and then save it, no signature data found.
Can be unlocked, including Google locks, desktop locks and any different type of brush machine.
{
"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"
}
通过我的 1505-A02 上的 Tapatalk发言
andy_zhang said:
Can be unlocked, including Google locks, desktop locks and any different type of brush machine. View attachment 4312201
通过我的 1505-A02 上的 Tapatalk发言
Click to expand...
Click to collapse
would you mind to share it here?
How about not teasing and share your find? I see you blocked the program name. Why?
Probly going to put up a paywall
He is referring to LG 2-3G Tool 9.39 but you need the box etc. and I think this thread must be locked.
vlad48 said:
He is referring to LG 2-3G Tool 9.39 but you need the box etc. and I think this thread must be locked.
Click to expand...
Click to collapse
Why is it locked? I'm just saying I found this tool.
China user
vlad48 said:
He is referring to LG 2-3G Tool 9.39 but you need the box etc. and I think this thread must be locked.
Click to expand...
Click to collapse
I want someone to crack it?
China user
andy_zhang said:
I want someone to crack it?
China user
Click to expand...
Click to collapse
you cant do it here. this is development forums, no cracking/pirating software allowed here. and secondly, most of these box were against XDA rule, they didnt support open source ( they charge for the support) and usually using illegal method that why those box able to bypass frp, write directly to the bootloader, repartition whole emmc, but you dont know how these things work. they even stole many things from here, like feature to unlock bootloader, adding custom recovery, SuperSU, without proper credits to original devs.
alldine345 said:
you cant do it here. this is development forums, no cracking/pirating software allowed here. and secondly, most of these box were against XDA rule, they didnt support open source ( they charge for the support) and usually using illegal method that why those box able to bypass frp, write directly to the bootloader, repartition whole emmc, but you dont know how these things work. they even stole many things from here, like feature to unlock bootloader, adding custom recovery, SuperSU, without proper credits to original devs.
Click to expand...
Click to collapse
Exactly. I was even thinking of starting to do a rom, but in the long run I knew I would of been taking ideas from here and there to get it accomplished and I didn't think that was cool, so outta respect I didn't bother.
storm68 said:
Exactly. I was even thinking of starting to do a rom, but in the long run I knew I would of been taking ideas from here and there to get it accomplished and I didn't think that was cool, so outta respect I didn't bother.
Click to expand...
Click to collapse
Why are you all using the broken Lgup? It's a cracked version, too? And he's not open source. You'd better not use the cracked LguP. Because he's not open source.
China user
andy_zhang said:
Why are you all using the broken Lgup? It's a cracked version, too? And he's not open source. You'd better not use the cracked LguP. Because he's not open source.
China user
Click to expand...
Click to collapse
Huh? ?
alldine345 said:
you cant do it here. this is development forums, no cracking/pirating software allowed here. and secondly, most of these box were against XDA rule, they didnt support open source ( they charge for the support) and usually using illegal method that why those box able to bypass frp, write directly to the bootloader, repartition whole emmc, but you dont know how these things work. they even stole many things from here, like feature to unlock bootloader, adding custom recovery, SuperSU, without proper credits to original devs.
Click to expand...
Click to collapse
Dead fish, kind of do not use, if used, or get inspiration from here, you'd better cut your own JJ
alldine345 said:
you cant do it here. this is development forums, no cracking/pirating software allowed here. and secondly, most of these box were against XDA rule, they didnt support open source ( they charge for the support) and usually using illegal method that why those box able to bypass frp, write directly to the bootloader, repartition whole emmc, but you dont know how these things work. they even stole many things from here, like feature to unlock bootloader, adding custom recovery, SuperSU, without proper credits to original devs.
Click to expand...
Click to collapse
Excuse me, what tool do you use to flash the machine? Lgup? The broken Lgup? Did you violate Xda's rules? Did the person who posted this crack file violate the rules even more? You should buy genuine software.
China user
东风两妖快递 said:
Dead fish, kind of do not use, if used, or get inspiration from here, you'd better cut your own JJ
Click to expand...
Click to collapse
excuse me, what the hell are you talking about? dead fish? learn better english before you came here.
andy_zhang said:
Why are you all using the broken Lgup? It's a cracked version, too? And he's not open source. You'd better not use the cracked LguP. Because he's not open source.
China user
Click to expand...
Click to collapse
because LGUP was free? even though it wasnt open source its free to use, no crack needed and we dont have to pay a single penny to use. not like those crappy box software.
Thread closed
Cracking paid apps is not able to be discussed on this site
Please read forum rules before posting
Thanks!
Disclaimer:
Your warranty is now void.
I am not responsible if you use this and brick your device or if your device blows up, implodes. Follow the instructions and you should be good.
This is stock ROM with modifications.
You must have an Unlocked Boot loader.
ALWAYS BACKUP YOU’RE DATA BEFORE FLASHING.
Instructions:
• Download the zip file.
• Put the ROM.tar in AP slot with Odin.
• Reboot
• Wipe data
• Enjoy!
• Any Issues let me know!
ROM FEATURES:
- Force Encryption Off
- 90 plus fonts
- 3 Minit Battery and Clock Added
- Circle Battery
- Network Speed Options
- Few others
- Heavily Debloated
- Bluetooth, Screenshare and Shealth working.
- Disable shutter sound menu
- AppLock Protection menu
- Support RealTime Network Speed
- Enable Camera during call
- Voicecall recording
- Data usage view on quick panel
- Block call number menu
Telegram BKLYNROM
BKLYN Kernel source >> Link
To get your phone unlocked see this thread or @afaneh92 Unlock
TWRP included in the zip file Thanks to @afaneh92
Donations are not required but are encouraging, If want to support my work just click Here
Changelog
06/26/2022 BKLYN_TABS6_ROM_A12_V_1.0.0
Download Link >> BKLYN_TABS6_ROM_A12_V_1.0.0
Based on T867USQU7DVE2
No Custom Kernel yet waiting for source code.
Factory Reset will be needed so backup data.
10/04/2021 BKLYN_TABS6_ROM_V_2.0.4
Download Link >> BKLYN_TABS6_ROM_V_2.0.4
Based on T867USQS5CUG1
Reserved
Thanks
chochoking said:
Thanks
Click to expand...
Click to collapse
Anytime
timono said:
""This is stock ROM with modifications"
Just to be sure is not base on lineage OS right?
Click to expand...
Click to collapse
timono said:
""This is stock ROM with modifications"
Just to be sure is not base on lineage OS right?
Click to expand...
Click to collapse
No just stock
ROM 2.0 Uploaded let me know if any issues.
It's been a while folks.
But is this for and can i root my T-mobile T867u Tab S6?
dovedescent7 said:
It's been a while folks.
But is this for and can i root my T-mobile T867u Tab S6?
Click to expand...
Click to collapse
Yes. You have to unlock your bootloader first prior to rooting but you'll have to pay to have your bootloader unlocked since it's T-mo branded. Here's a link to the forum explaining it:
https://forum.xda-developers.com/t/...unlock-for-samsung-us-canada-devices.4215101/
Edit: link was broken. Fixed
07/05/21 BKLYN_TABS6_ROM_V_2.0.3 enjoy
Zyker019 said:
Yes. You have to unlock your bootloader first prior to rooting but you'll have to pay to have your bootloader unlocked since it's T-mo branded. Here's a link to the forum explaining it:
https://forum.xda-developers.com/t/...unlock-for-samsung-us-canada-devices.4215101/
Edit: link was broken. Fixed
Click to expand...
Click to collapse
Let me preface my response with: This is JUST MY OPINION: Just my thoughts/feelings on this
But I wish the Title of this thread stated all the "fyi" stuff. Like if the thread were labeled:
"ROM for T867U when you pay 100-200 for some random dude to "root" your tab, then you can install this Stock Rom with some mods"
dovedescent7 said:
Let me preface my response with: This is JUST MY OPINION: Just my thoughts/feelings on this
But I wish the Title of this thread stated all the "fyi" stuff. Like if the thread were labeled:
"ROM for T867U when you pay 100-200 for some random dude to "root" your tab, then you can install this Stock Rom with some mods"
Click to expand...
Click to collapse
A title isn't supposed to be a detailed description. This thread was created off the assumption/pre requisite that you already have an unlocked bootloader, hence the OP. You asked a question, so I provided an option to your dilemma. I did say in my previous post that you have to pay. If you are skeptical on paying for an unlock token, he is a reputable dev. XDA wouldn't just allow some random person to offer a service like this. And if this was false advertisement, the thread would have ceased to exist. And yes, it's quite unfortunate that we have to pay for our Snapdragon devices to be unlocked after all these years of relying on the hard work of devs to exploit, but it's better than being completely locked down. But you yourself can become the change you want to see and find an exploit if this irks you that much. If not, at least be grateful you have a possibility. But enough of this. I don't wish to hijack the thread
10/04/2021 BKLYN_TABS6_ROM_V_2.0.4
Download Link >> BKLYN_TABS6_ROM_V_2.0.4
Based on T867USQS5CUG1
Hello. I would like to try this stock ROM Based on T867USQS5CUG1
I have already swapped my firmware from T867V to T867U on boot loader version 5. I did not unlock the bootloader yet.
Seeing as this custom stock ROM is on the same boot loader version 5 would I be able to Flash it via Odin without unlocking the bootloader?
All the best.
Zyker019 said:
A title isn't supposed to be a detailed description. This thread was created off the assumption/pre requisite that you already have an unlocked bootloader, hence the OP. You asked a question, so I provided an option to your dilemma. I did say in my previous post that you have to pay. If you are skeptical on paying for an unlock token, he is a reputable dev. XDA wouldn't just allow some random person to offer a service like this. And if this was false advertisement, the thread would have ceased to exist. And yes, it's quite unfortunate that we have to pay for our Snapdragon devices to be unlocked after all these years of relying on the hard work of devs to exploit, but it's better than being completely locked down. But you yourself can become the change you want to see and find an exploit if this irks you that much. If not, at least be grateful you have a possibility. But enough of this. I don't wish to hijack the thread
Click to expand...
Click to collapse
Amen brother! Preach it!
Note to the OP...
I see that there may be in incorrect reference to the fact that SAMPWND may NOT be offering the unlocked BL on their site for the T867U... at least none that I can see. I have put out a question to the dev on this.
megamb11 said:
Amen brother! Preach it!
Click to expand...
Click to collapse
Yeah this is bait n switch. NOT cool OP. Need to ask mods to rename title of thread stating only can root for $$$.
06/26/2022 BKLYN_TABS6_ROM_A12_V_1.0.0
Download Link >> BKLYN_TABS6_ROM_A12_V_1.0.0
Based on T867USQU7DVE2
No Custom Kernel yet waiting for source code.
Factory Reset will be needed so backup data.
{
"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"
}
Any idea if this works on the regular 860 model?
Zyker019 said:
Yes. You have to unlock your bootloader first prior to rooting but you'll have to pay to have your bootloader unlocked since it's T-mo branded. Here's a link to the forum explaining it:
https://forum.xda-developers.com/t/...unlock-for-samsung-us-canada-devices.4215101/
Edit: link was broken. Fixed
Click to expand...
Click to collapse
Thanks for all your work on this. It's funny because there doesn't seem to be much work in this device and most searches bring up Tab S6 Lite.
I've flashed way back but since being on Pixels I hadn't seen any reason to.
T-Mobile locks suck but you suggested they're possible after unlocked BL, are you able to point me in the right direction for Sim unlock? The hardware is nice it's just a shame it's locked and has so much bloat.
Thanks again.
I would like to know if anyone knows how to remove the logo from the 2 warnings the bootloader and software warnings. If you know, leave the tutorial below in the comments, thanks
Juuushiro said:
I would like to know if anyone knows how to remove the logo from the 2 warnings the bootloader and software warnings. If you know, leave the tutorial below in the comments, thanks
Click to expand...
Click to collapse
Apparently it's not possible with our snapdragon phones, we are missing necessary files such as /up_param.bin
beanbean50 said:
Apparently it's not possible with our snapdragon phones, we are missing necessary files such as /up_param.bin
Click to expand...
Click to collapse
Thx for the response I know the file doesn't exist, but if someone finds a way to flash in Odin or twerp a file with the new images would be great you know that's why my question
[closed]
Juuushiro said:
[closed]
Click to expand...
Click to collapse
Please let me know if you guys need files for Mediatek device. I will upload it in the forum.
Let me know which device do you have from the list below.
{
"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"
}
beanbean50 said:
Apparently it's not possible with our snapdragon phones, we are missing necessary files such as /up_param.bin
Click to expand...
Click to collapse
You can do it. Please let me know which device you need help with.
Juuushiro said:
Thx for the response I know the file doesn't exist, but if someone finds a way to flash in Odin or twerp a file with the new images would be great you know that's why my question
Click to expand...
Click to collapse
Please refer to this video for more information
mvikrant97 said:
You can do it. Please let me know which device you need help with.
Click to expand...
Click to collapse
OnePlus 11
RaphaelGreen said:
OnePlus 11
Click to expand...
Click to collapse
Oneplus 11? But what issue you are having with your device?
This thread is for Samsung phones.
mvikrant97 said:
Oneplus 11? But what issue you are having with your device?
This thread is for Samsung phones.
Click to expand...
Click to collapse
I mistakenly sent it that that topic. I wanted to delete it, but I can't. I am sorry for that. I wanted to make a post on my own topic, but the tab was open here and I didn't check the head of the topic. Sorry =(
mvikrant97 said:
You can do it. Please let me know which device you need help with.
Click to expand...
Click to collapse
Unfortunately this method won't work as there is no up_param.Lz4 file in the Bootloader on all SnapDragon devices.
RaphaelGreen said:
I mistakenly sent it that that topic. I wanted to delete it, but I can't. I am sorry for that. I wanted to make a post on my own topic, but the tab was open here and I didn't check the head of the topic. Sorry =(
Click to expand...
Click to collapse
Tha's absolutely fine. I'm not the admin here. I was just confused. Lol.
Juuushiro said:
I would like to know if anyone knows how to remove the logo from the 2 warnings the bootloader and software warnings. If you know, leave the tutorial below in the comments, thanks
Click to expand...
Click to collapse
In general, modifying the boot screens of a device involves rooting or jailbreaking the device, which can void its warranty and potentially cause problems if done improperly. Additionally, modifying the software of a device may be against the terms of service of the manufacturer or carrier, and can also lead to security vulnerabilities.
That being said, if you are still interested in removing logos from boot screens, you may be able to find tutorials or custom ROMs on online forums or websites dedicated to Android modding. These resources may be able to provide more detailed instructions on how to modify your specific device's software.
However, it is important to proceed with caution and do thorough research before attempting to modify your device's software, and to be aware of the potential risks and consequences involved.
I'll just leave this here:
[06.05.23] Full ROM System-RW (F2FS) for S918B I Dr.Ketan ROM
Dr.Ketan ROM for S23 Ultra for S918B Full ROM : Installation like a breeze, Full ROM includes full components of ROM and you can one step install ROM on any previous version of ROM without updating firmware. Currently ROM is system-ro. More...
forum.xda-developers.com
and this:
Remove Unlocked Bootloader Warning?
Hi, I wanted to ask if there is a way to remove "WARNINGS" on boot startup on my S22Utra Snapdragon variant. I can easily remove those warnings on my old S21Ultra, however, it seems different on my S22U SD variant. I tried searching on youtube...
forum.xda-developers.com
and this:
remove bootloader warning (ROOT)
removed BOOT warnings just flash the up_param.tar as BL using Odin warning only for S22+
forum.xda-developers.com
and this:
S20/S20+/Ultra - GUIDE: Remove Bootloader Unlocked Warnings Etc
I removed the bootloader warning on my S20+ and attached the .tar file you need to flash in the AP slot. Also wrote a quick guide how to do it yourself for other models or to personalize it. I found a guide, original credit to this youtube...
forum.xda-developers.com
beanbean50 said:
I'll just leave this here:
[06.05.23] Full ROM System-RW (F2FS) for S918B I Dr.Ketan ROM
Dr.Ketan ROM for S23 Ultra for S918B Full ROM : Installation like a breeze, Full ROM includes full components of ROM and you can one step install ROM on any previous version of ROM without updating firmware. Currently ROM is system-ro. More...
forum.xda-developers.com
and this:
Remove Unlocked Bootloader Warning?
Hi, I wanted to ask if there is a way to remove "WARNINGS" on boot startup on my S22Utra Snapdragon variant. I can easily remove those warnings on my old S21Ultra, however, it seems different on my S22U SD variant. I tried searching on youtube...
forum.xda-developers.com
and this:
remove bootloader warning (ROOT)
removed BOOT warnings just flash the up_param.tar as BL using Odin warning only for S22+
forum.xda-developers.com
and this:
S20/S20+/Ultra - GUIDE: Remove Bootloader Unlocked Warnings Etc
I removed the bootloader warning on my S20+ and attached the .tar file you need to flash in the AP slot. Also wrote a quick guide how to do it yourself for other models or to personalize it. I found a guide, original credit to this youtube...
forum.xda-developers.com
Click to expand...
Click to collapse
brother, these is not Exynos versions, Dr.ketan or Corsy they already know it's not possible now for snap to change it at lest for now, only if a Rom comes to this phone
Juuushiro said:
brother, these is not Exynos versions, Dr.ketan or Corsy they already know it's not possible now for snap to change it at lest for now, only if a Rom comes to this phone
Click to expand...
Click to collapse
I don't quite understand what you are saying