restart all the time - Galaxy Note II Q&A, Help & Troubleshooting

i have a cayogenmod rom stable 10.1.3 and after i play a little on the phone its restart....someone can help me plz?

please help me.....
i dont know what to do please help me fix it:crying:

try another ROM.
You have given so little information, how can you expect people to give good direction based on your minimal explanation?
Seriously, try another ROM or another kernel or reflash current ROM after wiping. Good luck.

tweeny80 said:
try another ROM.
You have given so little information, how can you expect people to give good direction based on your minimal explanation?
Seriously, try another ROM or another kernel or reflash current ROM after wiping. Good luck.
Click to expand...
Click to collapse
what information i need to write? sorry that im asking alot but I'm really upset about it....and i tried now to flash the CM11 on my phone and same problem...maybe it is because my modem? or somthing else i don't know what to do...
ohhh and one more thing when i charge my phone it is'nt restart it is stuck on the image when the device is off.
please tell me what info' i need to write so someone can help me?
sorry for my bad english^^

Ynot12 said:
what information i need to write? sorry that im asking alot but I'm really upset about it....and i tried now to flash the CM11 on my phone and same problem...maybe it is because my modem? or somthing else i don't know what to do...
ohhh and one more thing when i charge my phone it is'nt restart it is stuck on the image when the device is off.
please tell me what info' i need to write so someone can help me?
sorry for my bad english^^
Click to expand...
Click to collapse
*)you have to write your steps of flashing.... and :
*)Which ROM you came from before CM 10?
*)Did you do full wipe?
*)After which things you do and your device started to restart all the time?
More details, and more ppl can help you.

antique_sonic said:
*)you have to write your steps of flashing.... and :
*)Which ROM you came from before CM 10?
*)Did you do full wipe?
*)After which things you do and your device started to restart all the time?
More details, and more ppl can help you.
Click to expand...
Click to collapse
ok first:i flashed cm10.1.3 from stock rom 4.1.2 and this morning i flashed cm11 from 10.1.3.
yes i did full wipe (data/factory reset,dalvik,cashe,and format/preload) i have the last version of CWM (6.0.4.3)
i had problem with IMEI (0049) and i fixed it with flashing this tow modems-Modem DDEMG2 and modem_XXDME4.
i had binary count of 6 and i bought traingle away and now its 0.
and when my device go to restart It's not often at the same time, but when i plug my charger it go offline and doesnt restart its stuck untill i take the battery off and then click the power botuum till next time it go to restart.
Edit: I think I found out what the problem is but I do not know how to fix it. The device does restart every time it is not taking advantage of the battery - I mean that when I put the device near me or charge it. it goes restart again but when it is charging is not turned on. Someone who knows how to handle it?
Second Edit: I've done in the System of the developer when the handset is charging the screen does not turn off. When the device does not enter sleep mode so it does not restarts.
Why is this happening? How do I fix this?

someone please help me....
please someone help me im sooo upset.....:crying::crying::crying:
someone must know what should i do

Ynot12 said:
please someone help me im sooo upset.....:crying::crying::crying:
someone must know what should i do
Click to expand...
Click to collapse
After your device restarts itself, go to ADB terminal then do this
Code:
$ su
# cat /proc/last_kmsg > /sdcard/last_kmsg.txt
post your last_kmsg.txt in your internal storage here (as an attached file)

[email protected] said:
After your device restarts itself, go to ADB terminal then do this
Code:
$ su
# cat /proc/last_kmsg > /sdcard/last_kmsg.txt
post your last_kmsg.txt in your internal storage here (as an attached file)
Click to expand...
Click to collapse
what it is should do? and how i go to ADB terminal? oh and one more question-if i will change my karnel it will help me?

Ynot12 said:
what it is should do? and how i go to ADB terminal? oh and one more question-if i will change my karnel it will help me?
Click to expand...
Click to collapse
It will likely tell us why your device is restarting.
If you don't know how to get in to the adb, forget it.

[email protected] said:
It will likely tell us why your device is restarting.
If you don't know how to get in to the adb, forget it.
Click to expand...
Click to collapse
I think i did it...i have a file in my device with the name "logcat.txt" and its something like 380kb and when i open this i see a long text..
This is it? Please help me

Ynot12 said:
I think i did it...i have a file in my device with the name "logcat.txt" and its something like 380kb and when i open this i see a long text..
This is it? Please help me
Click to expand...
Click to collapse
No it's not.
kmsg = Kernel Messages, useful for kernel panics, restarts etc (your case)
Last_kmsg = the previous kmsg that contains the error caused kernel to panic.
search for how to install adb in this forum. I can't tell you the whole story from the beginning.

[email protected] said:
No it's not.
kmsg = Kernel Messages, useful for kernel panics, restarts etc (your case)
Last_kmsg = the previous kmsg that contains the error caused kernel to panic.
search for how to install adb in this forum. I can't tell you the whole story from the beginning.
Click to expand...
Click to collapse
Ok i will check it.
Do u have email or something that we can chat?
Sent from my GT-N7100 using xda app-developers app

Ynot12 said:
Ok i will check it.
Do u have email or something that we can chat?
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
I'd like to keep this conversation here because I might not be your savior
I just had the same symptoms few days ago. My Note2 was rebooting by itself with no reason.
I checked last_kmsg, it turned out EXT4-fs error http://pastebin.com/r3UNm9AS
I was using 4.3 rom with knox-free bootloader and wifi patch.
This combination, somehow was causing this error, kernel was entering panic mode due to the mount options used in fstab.
I went back to 4.1.2 with stock bootloader, everything is fine since then.

[email protected] said:
I'd like to keep this conversation here because I might not be your savior
I just had the same symptoms few days ago. My Note2 was rebooting by itself with no reason.
I checked last_kmsg, it turned out EXT4-fs error http://pastebin.com/r3UNm9AS
I was using 4.3 rom with knox-free bootloader and wifi patch.
This combination, somehow was causing this error, kernel was entering panic mode due to the mount options used in fstab.
I went back to 4.1.2 with stock bootloader, everything is fine since then.
Click to expand...
Click to collapse
So maybe should i change my kernel?
Sent from my GT-N7100 using xda app-developers app

[email protected] said:
I'd like to keep this conversation here because I might not be your savior
I just had the same symptoms few days ago. My Note2 was rebooting by itself with no reason.
I checked last_kmsg, it turned out EXT4-fs error http://pastebin.com/r3UNm9AS
I was using 4.3 rom with knox-free bootloader and wifi patch.
This combination, somehow was causing this error, kernel was entering panic mode due to the mount options used in fstab.
I went back to 4.1.2 with stock bootloader, everything is fine since then.
Click to expand...
Click to collapse
View attachment last_kmsg.txt
i hope this is it....

Ynot12 said:
View attachment 2527101
i hope this is it....
Click to expand...
Click to collapse
Yes it is. But we need this to be taken at the first boot after your device restarts by itself.
BTW looks like you have "failed to power up wifi chip" errors
I suggest you to use stock kernel and see if there such errors still exist.

[email protected] said:
Yes it is. But we need this to be taken at the first boot after your device restarts by itself.
BTW looks like you have "failed to power up wifi chip" errors
I suggest you to use stock kernel and see if there such errors still exist.
Click to expand...
Click to collapse
I use now a stock rom with stock kernel and to get my network connection fix I used this video https://www.youtube.com/watch?v=i7K6RDVRBhs&feature=youtube_gdata_player
Please someone help me because after I used this video installations I get the imei fixed but my phones reboot all the time
Sent from my GT-N7100 using xda app-developers app

Please someone help me im begging for helppp
Sent from my GT-N7100 using xda app-developers app

Ynot12 said:
Please someone help me im begging for helppp
Sent from my GT-N7100 using xda app-developers app
Click to expand...
Click to collapse
All the files given on that video link belong to S3, I don't know if they are same to Note2(despite the video title).
I would never flash those files because I'm convinced.
Firstly I would search in this forum for the people who has the same error.
I would read their attempts and results.
I would find proper files that are for my phone model. Etc, mine is n7100, so I should never flash the files for n7105!!! I would use %100 stock files to avoid errors.
I would check everything twice, then flash.
But you look like you do the opposite. You do flash first, then think
Find a stock firmware that is exactly for your model and for your country from here http://forum.xda-developers.com/showpost.php?p=31987995&postcount=9
Then enter to recovery and do a factory reset, cache wipe.

Related

Constant Reboots!! PLEASE HELP!!!!

Hi guys,
I am using a Sony Ericsson Xperia Arc and am having a lot of trouble with the device constantly crashing and rebooting.
when this first happened these are the steps i took.
i completely wiped the device (factory reset, wipe dalvik cache, wipe cache partition, format system)
i then flashed Baseband 77 using flashtool
i then flashed fxp149 using flashtool
i then flashed Baseband 77 libs using CWM
i then flashed AOKP JB M1-R1 ROM using CWM
i then flashed gapps using CWM
i the reloaded all apps from the market and not applied any backups and yet it still rebooted all the time.
Since then i have tried using
Fusion 3.8
Fusion 3.9
Fusion 4.0
FXP 148
FXP 150
Stock Kernel inside ROM .zip file.
I have also tried putting it back to Baseband 72 but it made no difference.
None of these make any difference to my issue and yet before i had the issue, I had used all of these kernels except FXP 150 and they all worked fine with no issues at all.
I then decided to go all the way back to stock firmware as it is out of the box.
so I used flashtool and flashed LT18i_4.1.B.0.587_(1254-2716).ftf
I reloaded my applications and monitored the device only to see that by the next day, the problem had returned.
I am now at the end of my tether and do not know what else i can possibly do to figure out the issue.
the device has not been dropped or damaged in any way so there is no reason for a hardware fault.
i desperately NEED this device to be working as i use it on a daily basis for my business and cannot live with out it.
IF THERE IS ANYONE OUT THERE THAT COULD PLEASE PLEASE PLEASE HELP I WOULD BE FOREVER IN YOUR DEBT!!!!!!!
i also have a logcat that i was running in the background when one of the reboots happened
not sure if that can tell anyone anything but i have it if it does
First flash stock kernel (587), after flash the rom compatible with kernel. Remember full wipe before
have you tried not to restore your apps? Maybe one of them causes the problem. I'd try to stick with the clean (stock) rom an check if it still reboots. If it does I guess your device is ready for ebay
Could be a loose battery, try a bit of paper between the battery and the cover and see if that helps.
XperienceD said:
Could be a loose battery, try a bit of paper between the battery and the cover and see if that helps.
Click to expand...
Click to collapse
thanks for the suggestion but my battery is not loose and i have tried your method but with the same results.
weaselmetal said:
have you tried not to restore your apps? Maybe one of them causes the problem. I'd try to stick with the clean (stock) rom an check if it still reboots. If it does I guess your device is ready for ebay
Click to expand...
Click to collapse
hmmm i thought if that were the case there would be others experiencing it too.
i will take your idea and post results.
thank you very much
rod555 said:
First flash stock kernel (587), after flash the rom compatible with kernel. Remember full wipe before
Click to expand...
Click to collapse
i tried this, unfortunately i had the same issues occurring.
thank you for your suggestion
Needs a trip to the Service Centre then by the sounds of it.
XperienceD said:
Needs a trip to the Service Centre then by the sounds of it.
Click to expand...
Click to collapse
yes i am starting to think that may be my next move
will i have an issue with getting it repaired since i have unlocked my bootloader, flashed different kernels and roms and rooted the device?
if so, is there any way i can get it back to official "out of the box" state?
Flash a stock ftf and get the bootloader relocked. Having it rooted is fine
Sent from my lt18 using xda premium
tangosierra_ said:
Flash a stock ftf and get the bootloader relocked. Having it rooted is fine
Sent from my lt18 using xda premium
Click to expand...
Click to collapse
any chance you could explain a little about how to do that or possibly provide links to downloads or pages of instructions?
plastic_prophet said:
any chance you could explain a little about how to do that or possibly provide links to downloads or pages of instructions?
Click to expand...
Click to collapse
Here:- http://forum.xda-developers.com/showthread.php?t=1324703
Sent from my LT15i using xda premium
i have come across something quite interesting.
i had someone look at the logcat i had running live when i had a reboot and it showed that the last thing to function before the reboot was wifi scanning. they suggested i try turning off wifi and running the live logcat again to see if any reboots occured.
it has now been just over 48 hours and i have not had a reboot at all. i know is because my terminal session is still running the live logcat.
is there anyone that could suggest why this may be happening?
i mean, i know its wifi that is causing the problem, but would that be a hardware issue that could be fixed under warranty? or something else?
any suggestions are appreciated as always
plastic_prophet said:
i have come across something quite interesting.
i had someone look at the logcat i had running live when i had a reboot and it showed that the last thing to function before the reboot was wifi scanning. they suggested i try turning off wifi and running the live logcat again to see if any reboots occured.
it has now been just over 48 hours and i have not had a reboot at all. i know is because my terminal session is still running the live logcat.
is there anyone that could suggest why this may be happening?
i mean, i know its wifi that is causing the problem, but would that be a hardware issue that could be fixed under warranty? or something else?
any suggestions are appreciated as always
Click to expand...
Click to collapse
i don't think i can help, i just wanna say that i had (have) the same problem. I said had/have because probably I still have the issue, but i don't notice it that often. Before, I had my phone set to ask for pin code, but now I have removed it to avoid being unreachable if a restart occurs. I have raised the issue long time ago, but really didn't find any answer. Other ppl had same problem with their phone (look at the thread i started about this issue http://forum.xda-developers.com/showthread.php?t=1765537)
I also have HTC desire in daily use with CM7.2, that also reboots quite often. So I don't think the phones are broken. More likely it's kenel or rom or app issue, or some combination of those.
If you can tell me how to monitor things, I can do it on both phones, maybe we will figure out what's going on.
lalek said:
i don't think i can help, i just wanna say that i had (have) the same problem. I said had/have because probably I still have the issue, but i don't notice it that often. Before, I had my phone set to ask for pin code, but now I have removed it to avoid being unreachable if a restart occurs. I have raised the issue long time ago, but really didn't find any answer. Other ppl had same problem with their phone (look at the thread i started about this issue http://forum.xda-developers.com/showthread.php?t=1765537)
I also have HTC desire in daily use with CM7.2, that also reboots quite often. So I don't think the phones are broken. More likely it's kenel or rom or app issue, or some combination of those.
If you can tell me how to monitor things, I can do it on both phones, maybe we will figure out what's going on.
Click to expand...
Click to collapse
if you open a terminal session and type:
su
cd sdcard
logcat >> logcat.txt
it will create a .txt file and put the live logcat info into it.
you need to leave the terminal running in the background to make sure it continues to update
then when you see a reboot just get the logcat.txt file from the sd card and open it in wordpad or something. (notepad doesnt display properly)
have a look at the last thing that happened before the reboot and see what it tells you
mine had info about wifi scanning and showed that it had seen ssids
next step was to turn wifi off to see if the problem stayed or resolved.
good luck!! id love to hear how it goes

Unfortunately settings has been stopped?

What caused this error message and how do I get rid of it? When I did something related to the settings, like turning on/off airplane mode, the error message "Unfortunately Settings has been stopped" popped up and I had to click OK for it to go away. However, it did not seem to affect anything else...
It also came up right after my Note 2 finished reboot.
Anybody knows why it happened? It just happened in the last couple of days and nothing was changed.
My Note 2 is running stock JB 4.1.2, rooted with CF Autoroot.
Thank you very much in advance.
I'm sure I'm not the first one and only one who got this message. Could anybody please help?
Thank you very much!
testrider said:
What caused this error message and how do I get rid of it? When I did something related to the settings, like turning on/off airplane mode, the error message "Unfortunately Settings has been stopped" popped up and I had to click OK for it to go away. However, it did not seem to affect anything else...
It also came up right after my Note 2 finished reboot.
Anybody knows why it happened? It just happened in the last couple of days and nothing was changed.
My Note 2 is running stock JB 4.1.2, rooted with CF Autoroot.
Thank you very much in advance.
Click to expand...
Click to collapse
I don't know about stock, but flashing a custom ROM should fix it. (Try reflashing stock 4.1.2)
Smack that thanks button If I helped!
Note 2 LTE powered by Illusion ROM and Plasma Kernel.
Sent from dat small country called Singapore.
P.S. Quote my post for replies ASAP.
Irwenzhao said:
I don't know about stock, but flashing a custom ROM should fix it. (Try reflashing stock 4.1.2)
Smack that thanks button If I helped!
Note 2 LTE powered by Illusion ROM and Plasma Kernel.
Sent from dat small country called Singapore.
P.S. Quote my post for replies ASAP.
Click to expand...
Click to collapse
I don't know why flashing a custom ROM would fix it, as I did not have this before and I did not change
my ROM...
testrider said:
I don't know why flashing a custom ROM would fix it, as I did not have this before and I did not change
my ROM...
Click to expand...
Click to collapse
U could try reflashing stock rom if u don't want a custom one.
Smack that thanks button if I helped!
Note 2 LTE powered by Illusion ROM and Plasma Kernel.
Sent from dat small country called Singapore.
P.S. replies with quotes will be replied to faster.
testrider said:
What caused this error message and how do I get rid of it? When I did something related to the settings, like turning on/off airplane mode, the error message "Unfortunately Settings has been stopped" popped up and I had to click OK for it to go away. However, it did not seem to affect anything else...
It also came up right after my Note 2 finished reboot.
Anybody knows why it happened? It just happened in the last couple of days and nothing was changed.
My Note 2 is running stock JB 4.1.2, rooted with CF Autoroot.
Thank you very much in advance.
Click to expand...
Click to collapse
I would just re-flash a stock rom. Maybe stock+root. Sorry I've rooted many times and never had that issue on a stock rom.
0.o said:
I would just re-flash a stock rom. Maybe stock+root. Sorry I've rooted many times and never had that issue on a stock rom.
Click to expand...
Click to collapse
Thanks for the reply. It'll be great if I can find out why then I can fix the root cause. We really don't want every time we have a problem we just do factory reset/wipe all/reflash and pray for the best?
It really seemed that there was no answer. I googled it and saw lots of people having the same problem but no solution.
I may have to flash the stock rom but I don't think that will fix the problem. Mine is running a stock ROM
testrider said:
Thanks for the reply. It'll be great if I can find out why then I can fix the root cause. We really don't want every time we have a problem we just do factory reset/wipe all/reflash and pray for the best?
It really seemed that there was no answer. I googled it and saw lots of people having the same problem but no solution.
I may have to flash the stock rom but I don't think that will fix the problem. Mine is running a stock ROM
Click to expand...
Click to collapse
The only way to get to the root problem is run a logcat of the error. We could guess all day long. I mean did you freeze anything, delete anything, flash a mod, use an xposed module? There are hundreds of things that could be wrong, but without a logcat it would take a long time to guess your specific error.
Sent from my SGH-T889 using xda app-developers app
kintwofan said:
The only way to get to the root problem is run a logcat of the error. We could guess all day long. I mean did you freeze anything, delete anything, flash a mod, use an xposed module? There are hundreds of things that could be wrong, but without a logcat it would take a long time to guess your specific error.
Sent from my SGH-T889 using xda app-developers app
Click to expand...
Click to collapse
Thanks. I'll remember to get a logcat next time. Right after the message popped up, correct?
testrider said:
Thanks. I'll remember to get a logcat next time. Right after the message popped up, correct?
Click to expand...
Click to collapse
Yep right after it happens. If there is something that triggers it. Reboot, to clear the log, then trigger the fc and pull log
Sent from my SGH-T889 using xda app-developers app

CM on LOCKED Bootloader !! Now with test build !!(CM9)Come and help !! :)

Hey everybody !!! Did you red this ?? http://www.xda-developers.com/android/locked-bootloader-xperia-s-and-want-cm10-no-problem/
Is it possible on our devices too ?? It would be awensome if anybody from our community could do anything like this for our device .
I think at least CM7 or 9 would be possible i dont even think of getting cm10..
@djolivier
Hi,
it could be possible. I just made a test build for everyone who is willing to test (even users with UB). This is for anzu, don't know if it will work with Arc. Do NOT mirror it, share it or something else. I don't want to create a thread for this because I'm not sure wether it boots or not. The reason why I post it here is that I want to know if it boots. If it does, tell me how it is like. If it doesn't, try to boot to recovery (thanks to pvyParts for recovery.tar, I will remove it later, it's just for debugging purposes) and get me log by connecting the phone to a PC and issueing
Code:
adb shell cat /proc/last_kmsg > sdcard/last_kmsg.txt
.
Developers, feel free to correct mounting points or errors in ramdisk.
Please charge your battery up to 100% before flashing this because offline charging might be broken. I am not responsible for anything (not even for bricked devices) at all, I just wanted to share it for you as I actually made this for a friend of mine who can't test it ATM.
Thanks to FXP for making this all possible!
DOWNLOAD: http://goo.im/devs/djolivier/anzu/CyanogenMod for LB//cm-9-lb-anzu.zip
Click to expand...
Click to collapse
The support is dropped for both CM 7.2 and CM 9, so the chance, that someone will actually make it work, is very low.
Someguyfromhell said:
The support is dropped for both CM 7.2 and CM 9, so the chance, that someone will actually make it work, is very low.
Click to expand...
Click to collapse
It is a shame because i thnik i'm not the only one who can't open the BL so a CM for locked bl would be very awensome..
adamka13 said:
It is a shame because i thnik i'm not the only one who can't open the BL so a CM for locked bl would be very awensome..
Click to expand...
Click to collapse
I think it will be harder because Xperia 2011 devices and Xperia 2012 devices use different memory partitions.
僕のLT18iから送られてきた
Hi,
it could be possible. I just made a test build for everyone who is willing to test (even users with UB). This is for anzu, don't know if it will work with Arc. Do NOT mirror it, share it or something else. I don't want to create a thread for this because I'm not sure wether it boots or not. The reason why I post it here is that I want to know if it boots. If it does, tell me how it is like. If it doesn't, try to boot to recovery (thanks to pvyParts for recovery.tar, I will remove it later, it's just for debugging purposes) and get me log by connecting the phone to a PC and issueing
Code:
[B]adb shell cat /proc/last_kmsg > sdcard/last_kmsg.txt[/B]
.
Developers, feel free to correct mounting points or errors in ramdisk.
Please charge your battery up to 100% before flashing this because offline charging might be broken. I am not responsible for anything (not even for bricked devices) at all, I just wanted to share it for you as I actually made this for a friend of mine who can't test it ATM.
Thanks to FXP for making this all possible!
DOWNLOAD
djolivier said:
Hi,
it could be possible. I just made a test build for everyone who is willing to test (even users with UB). This is for anzu, don't know if it will work with Arc. Do NOT mirror it, share it or something else. I don't want to create a thread for this because I'm not sure wether it boots or not. The reason why I post it here is that I want to know if it boots. If it does, tell me how it is like. If it doesn't, try to boot to recovery (thanks to pvyParts for recovery.tar, I will remove it later, it's just for debugging purposes) and get me log by connecting the phone to a PC and issueing
Code:
[B]adb shell cat /proc/last_kmsg > sdcard/last_kmsg.txt[/B]
.
Developers, feel free to correct mounting points or errors in ramdisk.
Please charge your battery up to 100% before flashing this because offline charging might be broken. I am not responsible for anything (not even for bricked devices) at all, I just wanted to share it for you as I actually made this for a friend of mine who can't test it ATM.
Thanks to FXP for making this all possible!
DOWNLOAD
Click to expand...
Click to collapse
Wooooooooooooww!!! THANK YOU Very Much!!! I will test if i have some time! What do you need if boot successfully? Thanks again, this is unbelievable!!
Sorry, can i flash this from CWM? Delete cache,system,data,etc before flash?(which is must?)
Yes, just flash it using CWM and make a factory reset (data, cache, dalvik cache). System gets wiped automatically.
boot
djolivier said:
Yes, just flash it using CWM and make a factory reset (data, cache, dalvik cache). System gets wiped automatically.
Click to expand...
Click to collapse
Hi!
Flashed, wiped before. No boot, stuck at sony logo Cannot go to recovery, pressed voldown multiple times + tried to release the button but no recovery.
mman1982 said:
Hi!
Flashed, wiped before. No boot, stuck at sony logo Cannot go to recovery, pressed voldown multiple times + tried to release the button but no recovery.
Click to expand...
Click to collapse
Do you have ICS kernel ? I mean you came from an ICS rom ?
boot
adamka13 said:
Do you have ICS kernel ? I mean you came from an ICS rom ?
Click to expand...
Click to collapse
Yeah, i come from UHD. I used .13 ICS kernel.
mman1982 said:
Yeah, i come from UHD. I used .13 ICS kernel.
Click to expand...
Click to collapse
Hmm.. you should try with .587 's kernel maybe it could help. /Sorry but im on GB and i don't have time to test.. :/
Yes as far as I remember I used .587 kernel. Can I please have a log? I was aware of the fact that it wouldn't boot (and I hope you are too). This is for advanced users/dev only. I do not own the Xperia Arc S (therefore I don't want to create a thread for this) If another dev who owns this device wants to continue this project, he can do so.
boot
djolivier said:
Yes as far as I remember I used .587 kernel. Can I please have a log? I was aware of the fact that it won't boot (and I hope you are too).
Click to expand...
Click to collapse
Hi,
I tried adb shell with connected USB but device not found, so i cannot get log Recovery won't work with voldown..so no log there I will try with .587 but now i haven't got more time
I think we sholud post this in another section of this forume bec. this is only a Q/A section and maybe just some people can se it...
As I said, I'm not going to create a thread. If you want to overtake the responsabilty AND the project and you think you have the skills to get this working, you can create a thread. Else it's pointless.
Forum
adamka13 said:
I think we sholud post this in another section of this forume bec. this is only a Q/A section and maybe just some people can se it...
Click to expand...
Click to collapse
Yes, i think too..
djolivier said:
As I said, I'm not going to create a thread. If you want to overtake the responsabilty AND the project and you think you have the skills to get this working, you can create a thread. Else it's pointless.
Click to expand...
Click to collapse
I'm just asking for somebody because i don't have experience in this stuff..... :/ And Yes you are completly right !
boot
No problem, i flashed stock tft and restored from backup I feel myself an advanced user, but not a developer.
Well it's sad it didn't boot was hoping for it...
Sent from my LT18i using xda app-developers app

Professional help

Ok let me be really specific i have flashed stock firmware through odin, i have done clean wipes, i have done every possible thing in my power but still experience horrible tablet preformance i get app stops and restarts everytime even after i have flashed on odin no one here has been able to help me they tell me to do the same thing over and over download stock firmware and flash, do a clean wipe iv'e done it all please help i know someone can i think its a file in the screenshots i enclosed that is corrupted but i have no idea which one is it. its not the system or the kernel it is something deeper please help i am begging you developers
k,
no offense, but your post is wildly disrespectful. [frowny face]
you are basically putting the proper ownership of your error off on others.
to be fair, in your ignorance you flashed a firmware without first doing some research on the topic.
a noobish mistake, it happens, i've done it.
there were plenty of threads created prior to your experience warning of new samsung releases
overwriting bootloaders and how to navigate the issue.
from my interaction with you, i think i am accurate in saying you did not do the aforementioned research.
i for one took time to describe a way to "fix" your issue. You chose not to attempt it, which is fair. It is risky.
Cool.
However, lots of the users you've interacted with on xda have a fair to expert handle on how to get things done.
they do what they can to help, they cannot be expected to compensate for another's impatience, lack of attention
to detail and/or incompetence/ineptitude.
m
What are you talking about i am not blaming a single soul for anything, i have been flashing roms and firmwares for years now. Somehow something went wrong and i am asking for help. I flashed the official firmware from sammobile for the sm t210r i booted into stock recovery and factory reset. And still i get the same results don't take pleading for direspect i am just frustrated not with anyone but with the tablet believe me it wasn't like this a month ago
kgalv419 said:
What are you talking about i am not blaming a single soul for anything, i have been flashing roms and firmwares for years now. Somehow something went wrong and i am asking for help. I flashed the official firmware from sammobile for the sm t210r i booted into stock recovery and factory reset. And still i get the same results don't take pleading for direspect i am just frustrated not with anyone but with the tablet believe me it wasn't like this a month ago
Click to expand...
Click to collapse
hmm,
okay, different approach.
http://m.youtube.com/watch?v=JmvCpR45LKA
just a refresher.
now,
screenshots of directories are next to useless.
what's needed is , at the very least a logcat.
to get that or anything else moving you need,
custom recovery installed.
root.
busybox.
adb setup properly on pc.
the ability to describe you problem in words other than my thing doesn't work.
the sense not to keep creating thread after thread concerning the same issue.
if you are that insistent on undoing what you have done, my previous suggestion to you is probably the best bet.
if you want "Professional" help then seek a repair service.
Savvy?
m
Gee thanks for the video very eye opening. Will post a logcat then i have all the things u mentioned recovery,adb etc all i require is clear steps to follow into fixing this lil issue and i will b a happy camper. N yes bro i savy don't be so serious i can see that your an intellectual an i respect that and apreciate any help u can offer
kgalv419 said:
Gee thanks for the video very eye opening. Will post a logcat then i have all the things u mentioned recovery,adb etc all i require is clear steps to follow into fixing this lil issue and i will b a happy camper. N yes bro i savy don't be so serious i can see that your an intellectual an i respect that and apreciate any help u can offer
Click to expand...
Click to collapse
k,
okay, cool. sorry for being so rough on you.
i am downloading a copy of 4.4.2 firmware though linking me to the firmware
you initially flashed would be good.
what would be better is if you still have the firmware file crack it open with 7zip and get me a list
of the files [.img, .bin] inside.
run logcat after you boot up. attach to post as text file
then run your routine to where you get your issue, fc's etc and run logcat again and post as text [2]
m
okay it looks like i am not going to be downloading the 4.4.2 firmware.
downloads break from the one source i found
and i have no interest in joining the other site. that's bull****.
so if you can get me the list of files contained in the realease that would be helpful.
OK bro I narrowed it down to it not being a ROM or firmware issue here is my log, the firmware that I flashed was from sammobile its a tar file and 7zip can't open it. Currently i am on tranchikat 1.8 the " unfortunately app stops" still persist its not really force closes its stops hope you can deduce something off the log and again thanks very much bro it doesnt matter how long it takes.
kgalv419 said:
OK bro I narrowed it down to it not being a ROM or firmware issue here is my log, the firmware that I flashed was from sammobile its a tar file and 7zip can't open it. Currently i am on tranchikat 1.8 the " unfortunately app stops" still persist its not really force closes its stops hope you can deduce something off the log and again thanks very much bro it doesnt matter how long it takes.
Click to expand...
Click to collapse
k,
dude, where's my car ? [log ?] :silly:
m
Here bro
kgalv419 said:
Here bro
Click to expand...
Click to collapse
k,
i am going to guess you are trying to run a battery/governor tweaker ?
i am going to guess when you type getenforce in terminal
your output will be enforcing.
i am guessing when you resend your logcat you will do so after
typing su
and then
logcat -d > /sdcard/logcat.txt
if my guesses as to the app and selinux are correct you;
a- need to let the app go into the dustbin of history
b- need to look for a tutorial on dumping/unpacking/customizing/repacking/reflashing your boot.img
in order to disable selinux and make it stick.
if my guesses are wrong it is because;
the log you posted is super-lame [sorry] use your terminal, not a catlog app.
you have yet to tell me what app are giving you your headache. in which event is an issue between you
and the app's developer.
lastly you should be question the developer of the rom.
m
Bro its not any specific app I'll give you an example. Say I am going to settings doing whatever all of a sudden boom "unfortunately settings have stopped". Say I am on my browser browsing a way I go to my bookmarks boom " unfortunately internet has stop". It does it randomly not evrytime but at random "unfortunately touchwiz has stopped" etc the apps will close an I can start them again and they will run normally until another random stop. I have tried all costom Roms on here and still have the issue so I know its not a ROM problem, I have flashed my stock firmware both 4.1.2 and 4.4.2 and it persist so that rules out it being those either. But I will do what u said and use terminal to get the log. So far what I can tell its not the apps nor the ROM nor the kernel that is causing the stops and random reboots.
kgalv419 said:
Bro its not any specific app I'll give you an example. Say I am going to settings doing whatever all of a sudden boom "unfortunately settings have stopped". Say I am on my browser browsing a way I go to my bookmarks boom " unfortunately internet has stop". It does it randomly not evrytime but at random "unfortunately touchwiz has stopped" etc the apps will close an I can start them again and they will run normally until another random stop. I have tried all costom Roms on here and still have the issue so I know its not a ROM problem, I have flashed my stock firmware both 4.1.2 and 4.4.2 and it persist so that rules out it being those either. But I will do what u said and use terminal to get the log. So far what I can tell its not the apps nor the ROM nor the kernel that is causing the stops and random reboots.
Click to expand...
Click to collapse
k,
okay, this ---> android.permission.INTERACT_ACROSS_USERS_FULL is the ballbuster.
it's connected to , from what i've read so far , a maybe faulty root and multiuser.
what version supersu are you using ? unroot and then reroot trying from version 1.97 maybe to 1.99.
kill multiuser and clear out any suspect accounts in settings. will post back if i find something more conclusive.
you can jump in as well by searching the error i mentioned.
android.permission.INTERACT_ACROSS_USERS_FULL
m
@kgalv419
edit after rooting set actions to auto grant permission and trust system
EDIT - disable xposed modules - xprivacy if you're running it.
QUESTION - THIS IS A JELLYBEAN ROM ? seems to be a jellybean issue...
EDIT-EDIT i found this... http://forum.xda-developers.com/gal...card-app-data-to-extsdcard-tw-t2178863/page16
read that page looking specifically at the portion concerning /system/etc/permissions/platform.xml
you may need to add/edit the line for
android.permission.INTERACT_ACROSS_USERS_FULL
with the proper uid [user identification] meaning the right number/symbol for root,shell,ewok, etc.
the entry looks something like this;
<assign-permission name="android.permission.INTERACT_ACROSS_USERS_FULL" uid="shell" />
and remember to reset the file's permissions correctly - 644
Nah it happens on both jellybean and KitKat for me I don't think its the root because when I flash the official samsung firmware through Odin it is basically unrooted and the problems persist
iI tell you when it first started. I was on jellybean then the kitkat update for the sm-t210r came out, I flashed it via Odin and from then it started
So naturally I downgraded back to jellybean but the issue it stayed, so that's basically the history of the random app stops and random reboots.
kgalv419 said:
Nah it happens on both jellybean and KitKat for me I don't think its the root because when I flash the official samsung firmware through Odin it is basically unrooted and the problems persist
iI tell you when it first started. I was on jellybean then the kitkat update for the sm-t210r came out, I flashed it via Odin and from then it started
So naturally I downgraded back to jellybean but the issue it stayed, so that's basically the history of the random app stops and random reboots.
Click to expand...
Click to collapse
In a situation like this thinking is guessing = no good.
re-read previous post. search, test, verify. Don't guess [think].
m
Yes bro trust me I'm trying
Are you able to flash CWM and root your device ?
I will advise what is next to be done....
Sent from my SM-T211 using XDA Free mobile app
Yes I already have it rooted with philz touch recovery
Wipe format every single partition that you see remove 1st your ext sd card this will empty all folders then redo tne Odin part
Sent from my SM-T211 using XDA Free mobile app
By every single partition you mean including those folders like acc, and others in the device?

Question my mobile network keeps resetting when downloading something after rooting with magisk

i recently flashed magisk on this phone through odin methodm it works. but my mobile network keeps resetting. i havenno idea why. as soon as i download something or do normal tasks it just diesm i haven no idea on what's going on.
UPDATE: this problem still exists after uninstalling magisk. what happened? i am gonna try to flash new firmware and see if something happens
Update: please someone help me. this is getting annoying i don't know what to do. please. i have finally found my perfect non laggy rom! which is stock. but the mobile data glitch is just... i attached the video below. please someone. if you want logs i can give
Your browser is not able to display this video.
Captain_cookie_200 said:
Update: please someone help me. this is getting annoying i don't know what to do. please. i have finally found my perfect non laggy rom! which is stock. but the mobile data glitch is just... i attached the video below. please someone. if you want logs i can give
View attachment 5691215
Click to expand...
Click to collapse
I connected my laptop to the hotspot while taking a class. and my mobile service just disspears as you can see
is someone gonna help me with this? i dont see anyone else having this problem. nor am i getting answers from anywhere. I am just stuck with unoptimised laggy GSI'S? rip me.
Hello mate sorry for the wait, https://forum.xda-developers.com/t/fixed-rooted-a325m-suddenly-no-imei-no-sim.4386753/post-86588571 here the solution, have a good day
i actually followed that tutorial deleting the imei many times but the problem always presisted. like 5-15 times
Same thing happening, also using the same phone. This is insane
Captain_cookie_200 said:
i actually followed that tutorial deleting the imei many times but the problem always presisted. like 5-15 times
Click to expand...
Click to collapse
I also followed the same tutorial, but the issue still persists.
Franzyy said:
Same thing happening, also using the same phone. This is insane
I also followed the same tutorial, but the issue still persists.
Click to expand...
Click to collapse
i would just recommend switching to GSI at this point if you really want the mobile data back. i dont think this is going to be fixed till the next firmware update. GSI fixes this. i am personally using crdroid 8.8 it works the smoothest out of all of them. the battery drain is an issue but i can live with it. i dont think samsung is going to push out a firmware update soon. i bet they dont even know this issue exists in the firmware. this is why i never wanted to go with a midranger from samsung. they dont care about us. well.
Captain_cookie_200 said:
i would just recommend switching to GSI at this point if you really want the mobile data back. i dont think this is going to be fixed till the next firmware update. GSI fixes this. i am personally using crdroid 8.8 it works the smoothest out of all of them. the battery drain is an issue but i can live with it. i dont think samsung is going to push out a firmware update soon. i bet they dont even know this issue exists in the firmware. this is why i never wanted to go with a midranger from samsung. they dont care about us. well.
Click to expand...
Click to collapse
For the battery drain you can try reset battery info with ACC, stratophere x performance or root essentials (deprecate)
Franzyy said:
Same thing happening, also using the same phone. This is insane
I also followed the same tutorial, but the issue still persists.
Click to expand...
Click to collapse
What did you do? it made my imei dead but the tutorial fix it.
Did you put the imei folder in RO and activate offline mode and flash stock?
kilam9900 said:
What did you do? it made my imei dead but the tutorial fix it.
Did you put the imei folder in RO and activate offline mode and flash stock?
Click to expand...
Click to collapse
I fixed it by installing a custom rom.
kilam9900 said:
For the battery drain you can try reset battery info with ACC, stratophere x performance or root essentials (deprecate)
Click to expand...
Click to collapse
can you link me to those and instructions?
Captain_cookie_200 said:
can you link me to those and instructions?
Click to expand...
Click to collapse
of course,
ACC u just have to select the number on the CLI, juste type acc on termux and select the option (if u have unzip error with the module, just unpack and repack)
Stratosphere : The module, just type su -c strpmenu in termux and choose the option for reset battery
Root essentials : The app, just install it and select the option
I think the best and easiest way is Stratosphere
(For all of this, you need to charge your phone at 100%)

Categories

Resources