Boot dump (lots of info) - AT&T Samsung Galaxy Note 4

Well, I recently updated to 5.1.1 (by accident) and have continued to play areound with root options with my Note 4. I noticed a few boot dumps. When I clicked on one of them, I got a log of data that appeared to cover every aspect of my phone including addresses, signatures, passes and fails, detailed kernel info, and everything else that you can think of. I was curious if this is something that anyone else has run across or is a common new option and information found within this new os? I am just trying to do my part and help where I can. I have already been successful in doing a permanent root on my At&t Tab 4 10.1, which is something that I have noticed that no one else has been able to do and obtain very needed files for another dev. I figured that I would start playing with my Note 4 in the same manner and take some chances. Take care. I can also get these files if needed, please PM me if you need them for any reason.
MODS: if this is in wrong section, not needed, or brakes any rules please delete.

Related

Simple root(compared to joeykrim) for shw-m110s and galaxy cousins

http://forum.xda-developers.com/showpost.php?p=8406167&postcount=223
So this already has a home. But I'm seeing that it works, very likely in ALL galaxy S cousins, and in fact possibly even in all 2.1 and 2.2 android phones. This is NOT the joeykrim method but it's related (but simpler and better, and obvious to most of you devs). Sadly this slowly gets rediscovered somewhere about once every two weeks for the past couple of months . There's a thread in epic started a few days later with the same trick, and a thread on droid forums:
http://www.droidforums.net/forum/re...08-multiple-phones-root-them-unroot-them.html
a couple of weeks earlier with the same trick. And a page on cyaongenmod where they show it for just one of the cousins.
It's nice for anyone who doesn't want to flash, and/or doesn't have a fully working recovery mode needed to use some of the one click methods (update.zip). Moreover... it probably works on pretty much EVERYTHING. The one clicks distract attention from the fundamental solutions because they don't always work on everything and new phones come out like popcorn.
Also I've included some useful related information about how to setup some of the popular initial root tools (with some personal bias, but not unlike a custom ROM), and how to undo it all. Making it a whole package custom ROM alternative (albeit a very lite alternative ). I haven't seen another post with all of this in one place.
I don't know where I should post this though because there is no general forum that I guess is likely to get read much that connects all the devices this may work on. But since it's working on more devices now and probably on froyo too, it seemed it might be helpful to someone to expose it a little beyond the shw-m110s sticky on issue 6. (even it has already been exposed before).
isnt this the same as superoneclick lag fix?
this didnt work for me on my i9000 froyo rom.
Ok.. well, does rageagainstthecage still work? Do you know? Did you try just that? the information "it didn't work" isn't very helpful. But then when you have one button you tend to get one response, and that's partly my point.
If you can get root with rageagainstthecage, the rest can all be worked out. And much more easily if more people in the community start to fear less the internals cause they're given information about what's going on, and it's VERY simple, as you can see in my post.. there's only ONE thing (properly installed su) you need to have root on ANY device. (getting root is a different issue, but the hard part is done) And there's no reason not to be explaining that in the BIG FAQ.
Indeed.. it looks like it probably is the same thing (but it's not really documented) . That did not exist when I first posted it.. hence why I worked it out myself. Personally I'm not a fan of one click anything, not as the primary reference at least. Because, ok.. it seems rageagainst the cage probably works on anything. A decent faq somewhere actually EXPLAINING what's required for root, and what rageagainstthe cage does (losely) and at least an example of how to use it on some device then is a good starting place for new phones.. new froyos.. good reference info.
However instead what happens is somebody else comes out with their latest method.. releases it as the mysupermagiconeclick method.. or even if it's script, without any explanation (and most people wouldn't understand, but maybe a few would). And then what happens?
Joeykrims script gets adopted on like 5 diferent devices where it isn't even needed(no offense to him.. he provided what he knew and got some people going who wouldn't have been otherwise). Multiple problems are created because of it. and that's not even a one click. That's a script for people who aren't too afraid to type script and still nobody noticed it wasn't needed?
Now a big one click comes out and someone just says "this doesn't work".
I see so many people saying "I don't know how to use adb" (even after you just told them "type adb push". It's very different that the winmo atmosphere a few years ago.
Anyway, I rageagainsthecage is the only alternative I know of to flashing or update.zip so it would be good if it got a little more attention I think and if people stopped treating the task of copying in 3 little files with permissions like some mystery work for "devs" to handle and folks to praise on high. I mean it's nice if someone can make a gui(and it takes work).. but it's amazing how hard it is often to just find an explanation of the very simple thing that's actually being done. (edit: even in Clshortfuses superoneclick thread.. he links to an older thread with the commands, but it's in page 49 or so.) There's like 5 commands needed with about 2 slight variations (nand unlocking and the setuserid joeykrim problem) that will root anything without flashing or destroying data, and that's not explained in a simple faq around here.)
By the way another reason it might not work is the rageagainsthecage exploit doesn't always (usually though) work the first try, and works better on some usb ports than others.
elsewhere:warlordxp said:
I have a problem with rooting my JP6
The Odin version seems to get well. But after reboot no root.
Then i tryed the SuperOneClick version.
I get this msg.
Pushing rageagainstthecage...
failed to copy 'rageagainstthecage' to '/data/local/tmp/rageagainstthecage': No such file or directory
OK
Click to expand...
Click to collapse
and I found the same thing on some german site.
maybe /data/local/tmp doesn't exist on froyo for I9000. If anyone was playing with a prompt and had instructions that point out that you only to need to copy it to ANY place where you can write and execute, they might figure out what's going on in one minute, and find another place to copy it to like just /data/local or wherever tmp got moved to. In every case I've seen problems, it was never that the exploit didn't work.
Now ok.. it's possible that somehow they've figured out a way to completely block writing new executable files anywhere from a shell. In which case it would need to get installed through an apk maybe, but it's still possible. Applications do run, all the time; so can this. Knowledge is power... not one click buttons.
ok then ill give you a bit more detail.
you are right, i cant see why it is failing although i can see where it is failing. if i had access to the script to see the steps its trying to take i could work it out but its compiled into a binary as far as i am aware.
the script pushes the file to the device, and it runs for the first loop. it installs the su command and superuser.apk, then loops back to make further changes (i.e. it kills adb and reestablishes a connection). when it loops back it tries to mount something, and fails saying "failed to find mount point" or something similar.
the su command works in shell/terminal until the phone is rebooted, then it is lost. the superuser doesnt work at all (i.e. no superuser requests are generated by apps requiring it, they just fail saying root not available).
kanemari said:
ok then ill give you a bit more detail.
you are right, i cant see why it is failing although i can see where it is failing. if i had access to the script to see the steps its trying to take i could work it out but its compiled into a binary as far as i am aware.
the script pushes the file to the device, and it runs for the first loop. it installs the su command and superuser.apk, then loops back to make further changes (i.e. it kills adb and reestablishes a connection). when it loops back it tries to mount something, and fails saying "failed to find mount point" or something similar.
the su command works in shell/terminal until the phone is rebooted, then it is lost. the superuser doesnt work at all (i.e. no superuser requests are generated by apps requiring it, they just fail saying root not available).
Click to expand...
Click to collapse
Great it sounds like you basically understand what is going on and aren't afraid of a tiny bit of typing. I think MANY people fit that description including myself a few weeks ago. But... the steps are not usually explained as you say. So... click the link in my first post again. It's all explained there. I've started a section there on exceptions.. including what I think might be going on with yours, but your description is a little different from the ones I copied in, so we don't know yet. So go at it, and good luck. I'll be glad to help if I can but my crusade is to get more people who want to to be able to play with it themselves (and to be able to ask questions too, though especially when getting new devices/roms rooted)
I assume you know about adb and and how to run it by hand in the first place. I don't describe that and there are faqs that do, including I think the Big FAQ. That obviously must work first.
P.S. I may add some linux/mac scripts shortly... piece of cake to do.. already did it for the joeykrim method. CLShortFuse is adding linux support but it involves 175 MB of cross-platform compatibality libraries and is at least almost as hard to setup as it is to just use adb. To each his own. It's a neat accomplishment if it works.
For me I push the unroot script to my phone and can unroot when I walk in a store if I want to. I like Rynza's apk for that, but it doesn't work with my phone (3 button, yes... update option, no )
too much verbage for me daddybear...
but anyway ill give it a shot next time i need to root my device and let you know if i come up with anything useful.
The first to admit to cracking the code . But you only get full credit if you know the reference too!
the su command works in shell/terminal until the phone is rebooted, then it is lost.
Click to expand...
Click to collapse
actually.. if this is really true.. it's almost certainly a joeykrim style problem. The other symptoms are harder to follow, especially depending if superuser never worked or only didn't work after reboot. Anyway, this will certainly get resolved in time I'm sure. If you had su working at all.. then it's just a matter of applying the right tweaks/work arounds (which are likely already known).

[Q] Note 2 Root fails - seems like I've tried everything.

Ok, first of all, new to rooting and all that follows. However, I'm not new to forums and if this is in the wrong category, or if I overlooked a similar post, I am sorry. Feel free to redirect me to wherever you see fit. I know just too well how similar posts can be annoying, but I feel like I've exhausted Googlesearching and looked everywhere I can think of.
So, I have a Note II. N7100, Android 4.4.2 and I want to root it. Googlesearching has found me a lot of nice looking ROMs, and besides looks the added functions tempt me. Wont be long until I upgrade to a Note 4 or 5 anyway, figure I might as well. For what its worth, I live in Norway, and AT&T does not exist over here, nor does any other major american carrier. USB debugging was on the entire time.
I got the Odin V3.10, and appropriate clockworksmod files, and thought everything was peaches. Into download mode (after backing up ofc), Odin finds it, I upload everything and Odin says "PASS" in nice, green letters. When it reboots, it looks the same as before, but.. "Unfortunately, SuperUser has stopped", Titanium backup does not work since it apparently isnt rooted. Root Checker says the same. However, when checking for updates my phone displays "The operating system on your device has been modified in an unautorized way. Try downloading software updates using Samsung KIES on your PC, or visit a customer service center."
Read alot about devices having to be unlocked from carrier, however all google searches on "how to check for carrier lock on Note 2" yields numbersequences I have to input into the dialler and dial. None of the sequences give anything other than "Connection problem or invalid MMI code". I honestly dont remember if its carrier locked or not.
I came across an article here on XDA saying that with the later versions of android, KNOX has become an issue when trying to root, but someone had found a way around it. I downloaded MJ5BLPatch.tar.md5, uploaded to my phone via Odin, and here it fails, looses connection with the device and cant reconnect. Phone displays something alon the lines of "Invalid magic code" or the similar in red text.
I am the newb here, looking for help, and if I screwed up big somewhere I am cool with a little flaming. I just want to squeeze this for what use I can before upgrading, and probably rooting that too.
Any help as to how I can root it and load custom ROMs? I appreciate any and all help, sincerely.
Forget that MJ5 bootloader related stuff.
Reflash CWM using Odin and untick auto reboot, run through and reboot manually.
After reboot into recovery flash SuperSu.zip, start supersu after reboot system and disable knox by following the advices from app.
Thank you very much. i feel exceedingly stupid, I had been using the guide found on Note2root.com, when I applied step by step from this guide (http://forum.xda-developers.com/showthread.php?t=2143479) everything worked out. hope this may be of help to anyone having the same issues.
Again, thank you very much for your help.

Strange OPPO Find7 Soft Brick

Hey guys.
I'm new to this forum... and am posting this as I no longer know what to do, and need some guidance.
First I'll say that I've looked ALL OVER this forum and others, but couldn't solve my problem.
...So I subscribed in the hopes that someone will be able to more properly guide me.
------------------------------------------
So, first thing's fisrt - the story from the beginning:::
My device is an OPPO Find7 (QHD Version)
I've been using Cyanogenmod 11 for many months and without any problems.
Few days ago I installed the first nightly update of CM12 - and phone went into boot loop.
I had to restore to the ColorOS backup that was saved on my phone... Reinstalled CM11 and all is good.
Later I again updated to CM12 - and again was forced to revert back to Backup and then to CM11 due to bugs (phone wouldn't wake up after being locked, etc)
Anyway, There were three nightly build of CM12 to that point,and the last one was working in a relatively stable manner,
exept two bugs.
1. Contact names didn't appear when mamkiing to receiving a call - even though they were saved on the phone.
But this bug can be overlooked.
2. This one was more cirtical - - For some reason the phone said that I have no more free
space (even though I had 20+GB), thus preventing me from installing or updating
anything.
I figured that, perhaps, becuase of all the re-installs that I've done - my system memory got clogged.
So I decided, with more haste than thought, to perform a full wipe...SDcard and all, which consequently also removed
my ColorOS backup and everything, basically.
-----------------------------------------
The currrent outcome of what I did:::
Phone has no OS installed on it, and PC doesn't llow my to put files in there.
I can currently boot in three different states:
1. Normal boot with power button - - - OPPO logo appears - followed by a black
screen PC recognizes that I've connected a device, tries to install MTP Device and
evetually fails.
2. Power Button + Vol Up - - - Fastboot screen.
3. Power button+Vol-Down - - - Boots into the Gummified Team Win Recovery 2.7.1.0
In here, several things need to be mentioned.
- In the "Mount" section, I can choose which Partitions to mount to unmount, but
don't actually have the "Mount" button inside... So I can't mount.
- ADB Sideload doesn't work. When activating - it says "Starting ADB Sideload
Feature and just goes on forever, until I cancel it - and it says that it failed.
--------------------------------------------------
What I tried doing:::
Tried to use the Recovery Installer for OPPO, which is the exe that is available on the internet, that comes with drivers and all - and open command line with various options.
Tried installing the stock Color OS recovery, but when booting into it I still get the teamwin recovery
I am unsure how to proceed.
Is there a way to fix my phone?
I have my CM11 working version and gapps ready - just need to place it in the phone somehow.
Any help?
Outblaze713 said:
Hey guys.
I'm new to this forum... and am posting this as I no longer know what to do, and need some guidance.
First I'll say that I've looked ALL OVER this forum and others, but couldn't solve my problem.
...So I subscribed in the hopes that someone will be able to more properly guide me.
------------------------------------------
So, first thing's fisrt - the story from the beginning:::
My device is an OPPO Find7 (QHD Version)
I've been using Cyanogenmod 11 for many months and without any problems.
Few days ago I installed the first nightly update of CM12 - and phone went into boot loop.
I had to restore to the ColorOS backup that was saved on my phone... Reinstalled CM11 and all is good.
Later I again updated to CM12 - and again was forced to revert back to Backup and then to CM11 due to bugs (phone wouldn't wake up after being locked, etc)
Anyway, There were three nightly build of CM12 to that point,and the last one was working in a relatively stable manner,
exept two bugs.
1. Contact names didn't appear when mamkiing to receiving a call - even though they were saved on the phone.
But this bug can be overlooked.
2. This one was more cirtical - - For some reason the phone said that I have no more free
space (even though I had 20+GB), thus preventing me from installing or updating
anything.
I figured that, perhaps, becuase of all the re-installs that I've done - my system memory got clogged.
So I decided, with more haste than thought, to perform a full wipe...SDcard and all, which consequently also removed
my ColorOS backup and everything, basically.
-----------------------------------------
The currrent outcome of what I did:::
Phone has no OS installed on it, and PC doesn't llow my to put files in there.
I can currently boot in three different states:
1. Normal boot with power button - - - OPPO logo appears - followed by a black
screen PC recognizes that I've connected a device, tries to install MTP Device and
evetually fails.
2. Power Button + Vol Up - - - Fastboot screen.
3. Power button+Vol-Down - - - Boots into the Gummified Team Win Recovery 2.7.1.0
In here, several things need to be mentioned.
- In the "Mount" section, I can choose which Partitions to mount to unmount, but
don't actually have the "Mount" button inside... So I can't mount.
- ADB Sideload doesn't work. When activating - it says "Starting ADB Sideload
Feature and just goes on forever, until I cancel it - and it says that it failed.
--------------------------------------------------
What I tried doing:::
Tried to use the Recovery Installer for OPPO, which is the exe that is available on the internet, that comes with drivers and all - and open command line with various options.
Tried installing the stock Color OS recovery, but when booting into it I still get the teamwin recovery
I am unsure how to proceed.
Is there a way to fix my phone?
I have my CM11 working version and gapps ready - just need to place it in the phone somehow.
Any help?
Click to expand...
Click to collapse
Do you have an OTG Usb drive. If so, you can use it with Nameless TWRP. Copy the Installation files into the USB drive and plug the usb drive into the phone. Now boot into Nameless recovery. It will show USBOTG. You can install the CM11 from USBOTG.
Flash Nameless recovery using Fastboot.
Download Nameless Recovery from HERE.
soft brick
This link explains how to restore our find 7 to factory settings:
oppoforums.com/threads/guida-riportare-il-find-7-7a-nello-stato-dacquisto-con-il-firmware-sahara.24561
if phone doesn't start try it i've use it several times and it works fine
I might just be reposting what dracula6mt was talking about, but there's an English post with full brick recovery here: http://www.oppoforums.com/threads/guide-how-to-recover-your-bricked-find-7-7a.23067/. I've used it before and it works perfectly. Just make sure you follow it exactly as written!
Bug
same bug report
for retrive your data just open the gummy twrp recovery, go on mount --> sd card and internal memory... in this way when you connect the phone to pc you will be able to see what's inside and try to rescue your data. in the same way you can send files to it.
I suggest you to get back your files, reboot the phone in fastboot mode (hold power and volume +) and just flash a recovery, it depends about what you want to install:
twrp for custom roms https://dl.twrp.me/find7/
colorOS stock recovery http://community.oppo.com/en/forum.php?mod=viewthread&tid=17397&extra=
you have to install fastboot on your pc and do from a command prompt:
fastboot devices
this will check if your phone is connected
fastboot flash recovery nameoftherecoveryfile.img
that will flash the recovery, only check the name of the .img file you want to install
be carreful, twrp has only a version for both find7s (QHD) and find7a while colorOS recovery 1.0 is different, unified for both models in 1.2 if i remember right...
after that you just have to put on your external storage the rom you want to use, wipe all except the external sd card, and flash...
Outblaze713 said:
Hey guys.
I'm new to this forum... and am posting this as I no longer know what to do, and need some guidance.
First I'll say that I've looked ALL OVER this forum and others, but couldn't solve my problem.
...So I subscribed in the hopes that someone will be able to more properly guide me.
------------------------------------------
So, first thing's fisrt - the story from the beginning:::
My device is an OPPO Find7 (QHD Version)
I've been using Cyanogenmod 11 for many months and without any problems.
Few days ago I installed the first nightly update of CM12 - and phone went into boot loop.
I had to restore to the ColorOS backup that was saved on my phone... Reinstalled CM11 and all is good.
Later I again updated to CM12 - and again was forced to revert back to Backup and then to CM11 due to bugs (phone wouldn't wake up after being locked, etc)
Anyway, There were three nightly build of CM12 to that point,and the last one was working in a relatively stable manner,
exept two bugs.
1. Contact names didn't appear when mamkiing to receiving a call - even though they were saved on the phone.
But this bug can be overlooked.
2. This one was more cirtical - - For some reason the phone said that I have no more free
space (even though I had 20+GB), thus preventing me from installing or updating
anything.
I figured that, perhaps, becuase of all the re-installs that I've done - my system memory got clogged.
So I decided, with more haste than thought, to perform a full wipe...SDcard and all, which consequently also removed
my ColorOS backup and everything, basically.
-----------------------------------------
The currrent outcome of what I did:::
Phone has no OS installed on it, and PC doesn't llow my to put files in there.
I can currently boot in three different states:
1. Normal boot with power button - - - OPPO logo appears - followed by a black
screen PC recognizes that I've connected a device, tries to install MTP Device and
evetually fails.
2. Power Button + Vol Up - - - Fastboot screen.
3. Power button+Vol-Down - - - Boots into the Gummified Team Win Recovery 2.7.1.0
In here, several things need to be mentioned.
- In the "Mount" section, I can choose which Partitions to mount to unmount, but
don't actually have the "Mount" button inside... So I can't mount.
- ADB Sideload doesn't work. When activating - it says "Starting ADB Sideload
Feature and just goes on forever, until I cancel it - and it says that it failed.
--------------------------------------------------
What I tried doing:::
Tried to use the Recovery Installer for OPPO, which is the exe that is available on the internet, that comes with drivers and all - and open command line with various options.
Tried installing the stock Color OS recovery, but when booting into it I still get the teamwin recovery
I am unsure how to proceed.
Is there a way to fix my phone?
I have my CM11 working version and gapps ready - just need to place it in the phone somehow.
Any help?
Click to expand...
Click to collapse
There is a much easier way :
http://www.androidbrick.com/ultimat...ide-snapdragons-are-unbrickable-qhsusb_dload/
mail me to : [email protected], greetings.
os_man said:
There is a much easier way :
http://www.androidbrick.com/ultimat...ide-snapdragons-are-unbrickable-qhsusb_dload/
mail me to : [email protected], greetings.
Click to expand...
Click to collapse
I know you, you are every where in all sites when searching for brick solutions...and are just thinking of earring money....fuuuii you rotten bastard,I want you too get your greedy as out of here, right now
And reporting this too forum admin right away, so they lock your ip right away
Greedy bastard, seen hundreds of posts, where people begged for the password you locked the rar file with, and only giving it when they pay you....gonna say it again.....
**** OFF
spoonymoon said:
I know you, you are every where in all sites when searching for brick solutions...and are just thinking of earring money....fuuuii you rotten bastard,I want you too get your greedy as out of here, right now
And reporting this too forum admin right away, so they lock your ip right away
Greedy bastard, seen hundreds of posts, where people begged for the password you locked the rar file with, and only giving it when they pay you....gonna say it again.....
**** OFF
Click to expand...
Click to collapse
Every human beeing who can communicate gets the password for free, especialy OPPO and OPO owners, every e-mail i get starting with "Pasword pleaseee pleaseee pleaseee" gets different behaviour of course. OH, and every CLEVER people already knows the tool in my article, i mentioned it a couple of times, for stupids like you its impossible to see of course. I helped hundreds of people for free and sometimes i request for donation, ITS MY VERY COMMON RIGHT + to help those i want and not to help to those that i dont want.
Greetings from TURKEY you silly Viking.
spoonymoon said:
I know you, you are every where in all sites when searching for brick solutions...and are just thinking of earring money....fuuuii you rotten bastard,I want you too get your greedy as out of here, right now
And reporting this too forum admin right away, so they lock your ip right away
Greedy bastard, seen hundreds of posts, where people begged for the password you locked the rar file with, and only giving it when they pay you....gonna say it again.....
**** OFF
Click to expand...
Click to collapse
Taken from my article ( for those who can read ) :
Please Stop asking for password without reading the article completely till the end, THIS TOOL WONT WORK UNLESS YOU HAVE THE NECESSARY SERVICE ROM ! Try sharing your phone model first and also try to share the service ( QPST ) Rom if you have it so more people can use it, THANK YOU.
os_man said:
Every human beeing who can communicate gets the password for free, especialy OPPO and OPO owners, every e-mail i get starting with "Pasword pleaseee pleaseee pleaseee" gets different behaviour of course. OH, and every CLEVER people already knows the tool in my article, i mentioned it a couple of times, for stupids like you its impossible to see of course. I helped hundreds of people for free and sometimes i request for donation, ITS MY VERY COMMON RIGHT + to help those i want and not to help to those that i dont want.
Greetings from TURKEY you silly Viking.
Click to expand...
Click to collapse
Hahaha,if so why, don't you post a link here, on mega or something, instead of all this " mail me" crap??? That would be a honest thing too do, instead....
And no, it's not common too sort in who and which, you want to help out, at least not here on XDA, we help every body, with no exceptions.
I say again, give us this file freely or I report you too forum admins.
My x9076 is bricked because of me making a lvm error, but I'd rather have it semi Working, with messed up partitions, like now, than pay our beg some guy like you for something that not working any way.
Last chance give this freely or get locked out from xda
EDIT: believe me, this turk psyko, has NOTHING not known already, regarding unbricking devices, there´s hundreds of posts here and on oppo forum about people having storage issues etc, not one ever mentioned anything about any other tools than those oppo them selves gave us, there is NO other working ways not known as this cracy dude claims, he´s just running a scam and wants 20$ for nothing - OS_MAN is a fraud dude all over.
EDIT 2: Silence from sir os_man tells the truth....
spoonymoon said:
Hahaha,if so why, don't you post a link here, on mega or something, instead of all this " mail me" crap??? That would be a honest thing too do, instead....
And no, it's not common too sort in who and which, you want to help out, at least not here on XDA, we help every body, with no exceptions.
I say again, give us this file freely or I report you too forum admins.
My x9076 is bricked because of me making a lvm error, but I'd rather have it semi Working, with messed up partitions, like now, than pay our beg some guy like you for something that not working any way.
Last chance give this freely or get locked out from xda
Click to expand...
Click to collapse
Never threaten a Turk Do whatever you can !
If XDA will lock me becouse of you, let it be
And i dont think that you can help anybody with that brain of yours, you even cant rescue your unbrickable Oppo..
spoonymoon said:
I say again, give us this file freely or I report you too forum admins.
Click to expand...
Click to collapse
When asking for help in a free space and for free, sometimes some manners can really make a huge difference. I think you fail to understand that even though you have a problem and someone might have a solution, that someone has no obligation whatsoever to share their time and the fruit of their research with you, especially so when threatened.
Hmm, considering the files and how-to's for unbricking a Find7 are freely available from Oppo forums (and here, I believe), I'm pretty suspicious of anyone doing ANYTHING other than giving them away freely. The files I downloaded and have used, a few times now, were free and had no passwords on zip/rar archives.
As for 'fruits of research', this guy wasn't the guy who put up the how-to's or did the initial research on it so, in my books, he doesn't get the credit, be it kudos OR cash money.
Some folks seem to literally want something for nothing. No harm in asking for donations, sure, but don't be at all surprised if I tell you to go f*** yourself. That's not how this game works, we all stand on each other's shoulders.

G-928-T Help.

Buying this phone, I rooted it with what appears to be the wrong root file. Yet the website given said it would work. I cannot supply it, but I am now unable to use any mobile data without the phone automatically rebooting constantly. I can still use WiFi calling oddly. But I am COMPLETELY unable to turn data on and use it without the phone just shutting off instantly and rebooting. So I am wondering if it did hardware damage. If I unrooted it, would it help? What if I used an actual correct root file? I can't find one however and would like one. So briefly:
1. How can I fix this problem?
2. Is there a correct root file anywhere?
3. If that won't help, what is causing it to do this?
(I have posted this in the actual Edge+ forum but I am posting it here. I apparently need the modem for the phone, as said by someone else. Where would I get this?)
bump
first i would recommend you to flash back to stock....I'm pretty sure you can find a website that can genre generate a premium link for those hoster!
http://samsung-updates.com/device/?id=SM-G928T
Smartswitch.
Pp.

Help a boyfriend save his girlfriend's phone? - Reset loop/ wont load OS

First off.. thank you to anyone who can help me. I am new here so let me know if I need to post somewhere else or haven't followed the community guidlines.
TLDR: My girlfriend's asus zenfone 2 is stuck resetting and only gets as far as the asus logo with the white load circle (sometimes)
I have created a breakdown with images of the problem on google drive.. not sure if I can post links in here? but I will try:
scratch that.. I cant because of spam filters... okay so I will tweet a link and if anyone is so inclined, my twitter is open and @camcamkennedy. I will pin the tweet. I know I am asking a lot
I will copy the text of my google docs here but the google doc has images matching the text
First of all… thank you to whoever is reading this and trying to help. I will try to outline the issues going on with my girlfriend’s phone, and what I have done attempting to fix it
The phone lost reception and she tried restarting it
It wont restart, simply loops between the asus loading screen, goes black, vibrates, then back to the loading screen. (sometimes getting as far as the circular dots, sometimes not) The phone asus logo also doesnt render cleanly.. It appears choppy.
I have tried to use adb to “sideload” the newest version of the asus operating system “Version WW-21.40.1220.1615(andriod M)” from Asus’ website
Link to asus site:
Link to video I used:
The sideload was complete and didn’t give me any errors
Upon restarting my phone, the same issues with persisted
I then tried to sideload the second newest version from asus’ website but it didn’t work…
I assume this is because I have a newer version installed but what I was hoping to do was instal a later version in case it worked… is there a way I can do this? (any tutorials or videos would be helpful so I dont get too overwhelmed)
Additionally I can not wipe my cache or do a data reset .. something about my “asdf recovery/last_log”
So this is the current phone info… I am by no means a developer or at the level of “techy” that anyone here is, but I hope someone here can help me out and give me some advice. Even if its just some info or direction about what these errors might be about
Thank you to ANYONE who can help me
I can fix it if you let me borrow your girlfriend
camcamkennedy said:
First off.. thank you to anyone who can help me. I am new here so let me know if I need to post somewhere else or haven't followed the community guidlines.
TLDR: My girlfriend's asus zenfone 2 is stuck resetting and only gets as far as the asus logo with the white load circle (sometimes)
I have created a breakdown with images of the problem on google drive.. not sure if I can post links in here? but I will try:
scratch that.. I cant because of spam filters... okay so I will tweet a link and if anyone is so inclined, my twitter is open and @camcamkennedy. I will pin the tweet. I know I am asking a lot
I will copy the text of my google docs here but the google doc has images matching the text
First of all… thank you to whoever is reading this and trying to help. I will try to outline the issues going on with my girlfriend’s phone, and what I have done attempting to fix it
The phone lost reception and she tried restarting it
It wont restart, simply loops between the asus loading screen, goes black, vibrates, then back to the loading screen. (sometimes getting as far as the circular dots, sometimes not) The phone asus logo also doesnt render cleanly.. It appears choppy.
I have tried to use adb to “sideload” the newest version of the asus operating system “Version WW-21.40.1220.1615(andriod M)” from Asus’ website
Link to asus site:
Link to video I used:
The sideload was complete and didn’t give me any errors
Upon restarting my phone, the same issues with persisted
I then tried to sideload the second newest version from asus’ website but it didn’t work…
I assume this is because I have a newer version installed but what I was hoping to do was instal a later version in case it worked… is there a way I can do this? (any tutorials or videos would be helpful so I dont get too overwhelmed)
Additionally I can not wipe my cache or do a data reset .. something about my “asdf recovery/last_log”
So this is the current phone info… I am by no means a developer or at the level of “techy” that anyone here is, but I hope someone here can help me out and give me some advice. Even if its just some info or direction about what these errors might be about
Thank you to ANYONE who can help me
Click to expand...
Click to collapse
Bit of a pain but it saved one of my kid's zenfone
1. Boot to bootloader
2. Use a tethered TWRP (the one from the post for root and tethered twrp for the MM beta works great)
3. Make a backup and include everything - and have it save that backup on the sd card!
4. http://forum.xda-developers.com/zenfone2/general/guide-brick-soft-hard-bricked-zenfone-2-t3284256 go ahead and unbrick (I know it is a pain but it works)
5. Once it is up and running let it do the system updates - don't even worry about reinstalling apps just get all the system updates
6. Use the tethered TWRP again and restore the saved backup from step 2
7. Brag to your girlfriend that you can fix anything
This saved a zenfone that a teenager who is not exactly computer literate tried to root and somehow messed up - it should solve your problem

Categories

Resources