Terminal emulator reboots? - Samsung Epic 4G Touch

I do recall in terminal emulator I used to be able to "su" and then "reboot recovery", straight to recovery I would go. Maybe my memory is foggy and perhaps it was my nexus one and G2 that did it and not this phone. I think at one point it worked on this device, now It just returns "sh: reboot: not found" . Was this perhaps something that changed from GB/ICS? Any insight would be helpful. Thanks
Sent from my BMF-D710 using xda premium

veritasaequita said:
I do recall in terminal emulator I used to be able to "su" and then "reboot recovery", straight to recovery I would go. Maybe my memory is foggy and perhaps it was my nexus one and G2 that did it and not this phone. I think at one point it worked on this device, now It just returns "sh: reboot: not found" . Was this perhaps something that changed from GB/ICS? Any insight would be helpful. Thanks
Sent from my BMF-D710 using xda premium
Click to expand...
Click to collapse
Nope it works great. I just checked it on my ICS build

In order for it it work there has to be the reboot binary in sbin and xbin. If reboot isn't working in terminal check those direcotories and make sure there is a reboot. If it isn't there. Find a ROM that has it and copy the file into both directories and set permissions. Not sure right off what the permissions are but look at the permissions of a file already in there and set the new file to the same.

cool thanks for the info. ill look and see but if memory serves me correct it hasn't worked on any custom ics that ive ran yet. i still cant remember if blazer on GB did it or not.
Sent from my SPH-D710 using xda premium

rujelus22 said:
Nope it works great. I just checked it on my ICS build
Click to expand...
Click to collapse
thanks for the heads up..i do have to admit yours is one of the only 2 ics i haven't ran yet. ima check it out tonight though
Sent from my SPH-D710 using xda premium

It is something being removed, rather than added, as it works in stock ICS (and GB) using the ODIN OneClicks.

sfhub said:
It is something being removed, rather than added, as it works in stock ICS (and GB) using the ODIN OneClicks.
Click to expand...
Click to collapse
cool thanks for the heads up mr. hub. just throwing this out there but i can recall a time back when i would flash most custom roms there was a t.emu that showed in sayyy titanium backup but couldnt be run. i would generally download a 2nd t.emu from the play store like the one in the pic and the reboot commands worked. im currently on frankenstein ego rom and upon fresh flash there is no t.emu showing in titanium backup. Like previous times i just grabbed it from play store and it was a "no go". could that be the issue of what is being taken away?
just wanted to throw this pic up because this is deff different than the "root" response i used to get.
Sent from my SPH-D710 using xda premium

Do this..
su
mount -o remount,rw /dev/block/mmcblk0p9 /system
ln -s /sbin/recovery /system/bin/reboot
mount -o remount,ro /system
reboot recovery
Or something like that..
Sent from my SPH-D710 using XDA

thanks chris, that did it. anybody have any thoughts on that 2nd pic i posted? with the "whoami" it used to always return "root" up until about the same time i noticed the reboot issue. i guess that one confuses me because i tuped "su" and the superuser allow/deny popped up and i clicked allow as isual. so with knowing that it seems odd to me that "whoami" returns "unknown". is that the same issue that was stopping the reboot command? sorry guys, i know its not real important it just helps me understand a little better about how things work.
Sent from my SPH-D710 using xda premium

Related

Froyo with a2sdext?

I am desperately searching for a froyo rom with working a2ext. I HATE froyos a2sd FAT32. But after hours of trying to get firerats (awesome) scripts to work, I need another way. My problem with those scripts iit fails cuz I don't have enough room in /system. I tried deleting boot anim, ringtones, even removing apps from the rom and gapps zip and nothing works.
TIA
Sent from my r00ted T-Mobile myTouch 3G Slide using XDA App
Try This
it is the galaxyslide 1.0 rom by infinitybiff but with aps2ext ready to run
just download a terminal app and
$ su
Click always allow with super user
# cd /system/bin/
# sh a2sd reinstall
Things
will
pop
up
# phone will reboot
when restarted go back into terminal
$su
# cd /system/bin/
# sh a2sd cachesd
more
things
pop
up
#phone reboots
reboot may take 5min + this is ok dont worry
now when phone finally reloads you have aps2ext running
(also these commands can be run using adb just make sure phone is in clockwork mod recovery with system mounted! it is not required as i have tested this both ways and everything seems to work fine either way. if one way doesnt then try the other way)
All this is made possible by infinitybiff for the rom and the creator of the darktremor apps2sd method
if you want say the latest nightly instead of this let me know i can cook that up for you
JDV28 said:
I am desperately searching for a froyo rom with working a2ext. I HATE froyos a2sd FAT32. But after hours of trying to get firerats (awesome) scripts to work, I need another way. My problem with those scripts iit fails cuz I don't have enough room in /system. I tried deleting boot anim, ringtones, even removing apps from the rom and gapps zip and nothing works.
TIA
Sent from my r00ted T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
also are you running the scripts from a terminal app or via adb on your comp? the reason it pops up not enough memory is because system is not able to mount as rw while not in recovery so it pops up not enough memory no matter what you remove. best way to run the scripts is to reboot phone into the clockwork recovery and mount system to your computer
then
adb remount
adb shell
sh /directory/with/script/firerat-patch183b.txt a2sd
it will do its job
the only real issue i have with the script is that it will not put the dalvik-cache onto the ext partition since it reads the phone as a mytouch.
This is the latest nightly 9/19 with aps2ext for those that want the stock cyan with aps2ext. its darktremor method again so the commands are the same as whats posted i the 2nd post
acejoker25000 said:
Try This
it is the galaxyslide 1.0 rom by infinitybiff but with aps2ext ready to run
just download a terminal app and
$ su
Click always allow with super user
# cd /system/bin/
# sh a2sd reinstall
Things
will
pop
up
# phone will reboot
when restarted go back into terminal
$su
# cd /system/bin/
# sh a2sd cachesd
more
things
pop
up
#phone reboots
reboot may take 5min + this is ok dont worry
now when phone finally reloads you have aps2ext running
(also these commands can be run using adb just make sure phone is in clockwork mod recovery with system mounted! it is not required as i have tested this both ways and everything seems to work fine either way. if one way doesnt then try the other way)
All this is made possible by infinitybiff for the rom and the creator of the darktremor apps2sd method
if you want say the latest nightly instead of this let me know i can cook that up for you
Click to expand...
Click to collapse
Thanks for this post, bro. Very much appreciated. Apps2fat32 blows donkey.
I leave for one day, and i return to find a handful of posts all clearly giving a way to remedy my issue. i <3 XDA
haha thanks guys, i did try the galaxyslide rom before reading this, but i love adw so... i will try the nightly and adb (acejoker25000's method)
will post back once i test it.
Thanks everyone
acejoker25000, it worked! booted up not thinking it would but one by one my apps showed up till all 8 screens were there haha i cant thank you enough! that was the ONLY thing i hated about froyo
JDV28 said:
I leave for one day, and i return to find a handful of posts all clearly giving a way to remedy my issue. i <3 XDA
haha thanks guys, i did try the galaxyslide rom before reading this, but i love adw so... i will try the nightly and adb (acejoker25000's method)
will post back once i test it.
Thanks everyone
acejoker25000, it worked! booted up not thinking it would but one by one my apps showed up till all 8 screens were there haha i cant thank you enough! that was the ONLY thing i hated about froyo
Click to expand...
Click to collapse
your welcome. thats also my biggest issue with froyo at the moment so i did a little research and found a way to fix it. if need be pm me and i can edit any rom you would like to try to allow aps2ext
check the sig and click the image and it will show you the process i use to include aps2ext into a rom.
Hmmmm i tried it running chromatic slide v1.4 and it through me into a bootloop well i think.. It wasnt complete bootloop but just the animation. So I rebooted and did a wipe and reinstalled rom and it works fine or appears to be..
Strange..
twiztidnutzzzzz said:
Hmmmm i tried it running chromatic slide v1.4 and it through me into a bootloop well i think.. It wasnt complete bootloop but just the animation. So I rebooted and did a wipe and reinstalled rom and it works fine or appears to be..
Strange..
Click to expand...
Click to collapse
Odd I ran that rom for a couple days with the ap2ext added. But if its working now its all good.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Strange.
Ya I ran it again this time with an ext 2 partition
Senior moment I guess
Sent from my T-Mobile myTouch 3G Slide using XDA App
OK guys two things:
almost all of my apps are forceclosing on me, multiple reboots did nothing, also i was going to ask about getting it working in another rom but...thx acejoker lol
what kind of ext are you using and did you fix permissions? How many apps did you have installed before moving to ext? I never had the problems you were having when using the updates so tell me everything
Sent from my T-Mobile myTouch 3G Slide using XDA App
Ext3, haven't done fix permissions and about 20 apps
Sent from my T-Mobile myTouch 3G Slide using XDA App
hmmm you have the same ext I have so I won't where the problem is... Did you remove the sdcard at any time?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Could be something wrong with your partition did you try repartitioning the sdcard?
Sent from my T-Mobile myTouch 3G Slide using XDA App
Brand new partition nothing done to it, let me see if it works with my replacement slide that i should have recieved by now...i dont think i removed the sd card, mounted a few times maybe, now im on the stock rom cuz i gotta send this puppy back to tmo

[SCRIPT]Adrenaline Shot Script

I just used this script found HERE
Follow the directions...
Required:
rooted phone
busybox installed [get from market]
Terminal Emulator [get from market]
make sure your rooted and busybox installed....
Im using my deodexed rom, not debloated, my ram is hanging at 183-185mb
any questions about script ask in the original thread.
any questions on working on continuum, post in this thread
phone is amazingly faster!
NOTE: looks like it unroots phone.
To reroot use superoneclick 2. 3. 3
I'm working on what we can do to stop this...
Good find! This is a good boost.. What this does is:
The phone has a selected amount of memory for it's tasks. Over time this memory gets used up. When the phone's memory reaches a specific amount the phone automatically deletes specific files.. In the process of all of this, everything is slowed down. What this script does is delete the cache which is using up the ram/memory. Instead of allowing the phone to manage this, this script deletes the files in a specific interval.. In this case, i think it is every hour(don't quote me)..
I utulized something similar to this in my previous rom.. it however lowered the point the phone deleted the items out of memory automatically.
Many scripts like this are out.
Code:
#!/system/bin/sh
# Adrenaline Shot
sync;
sleep 1
echo "3" > /proc/sys/vm/drop_caches;
echo "1" > /proc/sys/vm/drop_caches;
sleep 1
echo " ** Turbo Boosted ** ";
One option you could do is create an init.d script to automatically run this(as long as you have imnuts' custom kernel installed)
Likewise, as long as you have busybox installed you should be able to make an sysctl script that will run this on boot.
pattielipp said:
Good find! This is a good boost.. What this does is:
The phone has a selected amount of memory for it's tasks. Over time this memory gets used up. When the phone's memory reaches a specific amount the phone automatically deletes specific files.. In the process of all of this, everything is slowed down. What this script does is delete the cache which is using up the ram/memory. Instead of allowing the phone to manage this, this script deletes the files in a specific interval.. In this case, i think it is every hour(don't quote me)..
I utulized something similar to this in my previous rom.. it however lowered the point the phone deleted the items out of memory automatically.
Many scripts like this are out.
Code:
#!/system/bin/sh
# Adrenaline Shot
sync;
sleep 1
echo "3" > /proc/sys/vm/drop_caches;
echo "1" > /proc/sys/vm/drop_caches;
sleep 1
echo " ** Turbo Boosted ** ";
One option you could do is create an init.d script to automatically run this(as long as you have imnuts' custom kernel installed)
Likewise, as long as you have busybox installed you should be able to make an sysctl script that will run this on boot.
Click to expand...
Click to collapse
Thanks for explaining it. Did imnuts get unit.d to work? I did not see a confirmation
Sent from my SCH-I400 using xda premium
So I flashed this on ec09 and I lost root. Any ideas?
Sent from my SCH-I400 using xda premium
With imnuts kernel init.d scripts are working.. they are finicky, but i did have them working for a period of time when i was looking into init.d and sysctl scripts.
biznazz said:
So I flashed this on ec09 and I lost root. Any ideas?
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
flash another ec09 build.. most include root capabilities.. If you want a stock deodexed and rooted build go with ciscoo's build.. if you want deodexed adn debloated, i have a release out.. Both of these are rooted...
biznazz said:
So I flashed this on ec09 and I lost root. Any ideas?
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
As did i lol... superoneclick 2.3.3 works
Sent from my SCH-I400 using xda premium
Ok thanks ciscoo. Could you add that bit of info into the op for others that decide to flash this. thanks duder
Sent from my SCH-I400 using xda premium
Sure will. I wasn't sure until u mentioned it.
Sent from my SCH-I400 using xda premium
Just tried this,FREAKIN AWESOME!
Sent from my SCH-I400 using Tapatalk
abby_nitewolf said:
Just tried this,FREAKIN AWESOME!
Sent from my SCH-I400 using Tapatalk
Click to expand...
Click to collapse
Did it unroot ya though?
Sent from my SCH-I400 using xda premium
ciscogee said:
Did it unroot ya though?
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
Just flashed. Insta unroot. S1c rerooted fine. Here's my question. I looked, before I rooted again. Su is still in bin, and su and busybox are both in xbin. Maybe someone better with scripts can clear this up, but i can't see where the boost script should affect su at all. I looked at the updater script, and the boost script itself. I'd be very curious, if someone knows.
Sent from my SCH-I400 using Tapatalk
When you run this it removes all running scripts and applications from the ramdisk that are stored in the cache. Root is given at startup as well as other scripts being run only once, however they stay in the ram until the memory is needed, then they are replaced. This completly clears the cache.. for those running this, if you reroot your phone does this unroot it again after a specific amount of time? 1 hour or 1 day after the script is run?
pattielipp said:
When you run this it removes all running scripts and applications from the ramdisk that are stored in the cache. Root is given at startup as well as other scripts being run only once, however they stay in the ram until the memory is needed, then they are replaced. This completly clears the cache.. for those running this, if you reroot your phone does this unroot it again after a specific amount of time? 1 hour or 1 day after the script is run?
Click to expand...
Click to collapse
Rerooted at 0730. It's 1245 now. Just checked and i still have root.
Sent from my SCH-I400 using Tapatalk
Txwolf1980 said:
Rerooted at 0730. It's 1245 now. Just checked and i still have root.
Sent from my SCH-I400 using Tapatalk
Click to expand...
Click to collapse
Is ram still down also?
Sent from my SCH-I400 using xda premium
To be honest, There was only an 11mb drop with me. But, that (such as it was) is back up. Just ran it again, kept SU, but usage actually increased... Figures, I'd have the retarded phone of the bunch. Kinda supports the whole 'phone reflects it's user' line of thought.
yeah i was confused when it unrooted me. i just pushed the files back in and activated root again. It has been a day already and i still have root. i had about a 30mb difference with me. it may not be much for others but for me every mb counts.
In script OP. not this threads OP. Is the fix for unroot problem.
Sent from my SCH-I400 using xda premium
ciscogee said:
In script OP. not this threads OP. Is the fix for unroot problem.
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
Lol you beat me to it, i was about to post that
Sent from my ADR6425LVW using Tapatalk

[Q] Can't R/W on the /system folder on any of the ICS roms.

Is this an ICS issue? Tried on the ICS perfection build, and the Easy does it build. I tried fixing permissions, several reflashes and using adb remount, as well as manually mounting the /system folder using the adb shell and I still couldn't write to it. Anybody else have this issue?
Yeah it's been mentioned in the easy does it thread. Not quite sure whether or not there's a fix for it.
Sent from my SGH-T989 using Tapatalk
I asked a couple times in the easy does it thread but no one has replied. I can't figure it out either. Sometimes I get it to r/w but nothing can be deleted.. I can move stuff from the system folder to SD then delete but can not paste anything into the system folder.. the only one it has worked for me in is Racings ICS rom
Yeah, it's bizarre. Well, thanks for your replies.
Sent from my SGH-T989 using XDA
Had the same issue just go into recovery and keep flashing the super user.zip until it says the installation was successful. Worked for me. Try using the perfection ics rom that's what I use.
Sent from my SGH-T989 using XDA
I had a similar issue. But when I reflashed and did a super wipe it fixed itself.
Sent from my SAMSUNG-SGH-T989 using XDA
I had the same problem on easy does it
Sent from my SGH-T989 using Tapatalk 2 Beta-5
same here man, tried with root explorer on a ics megamix rom and cannot change it either
edit. found the issue, it worked for me it might work for you
i noticed that even if you click allow when superuser pop up it actually denies it, i had to go to superuser and have set up to be allow always on any app that requires root,
and that helped me make changes in the system/app

[Q] how to disable system update on el29

i have tried pm disable com.samsung i tried all kinds of things how can i disable the system update and notification
http://forum.xda-developers.com/showthread.php?p=30205683
If you're not rooted, i have seen a stock method posted before. Might take a bit to find..
Sent from my SPH-D710 using Xparent SkyBlue Tapatalk 2
When you didabled it did you wipe cache and dalvik?
sent from my BAD A$$ Epic touch
MoHoGalore said:
http://forum.xda-developers.com/showthread.php?p=30205683
If you're not rooted, i have seen a stock method posted before. Might take a bit to find..
Sent from my SPH-D710 using Xparent SkyBlue Tapatalk 2
Click to expand...
Click to collapse
Yes i am rooted and i already have fotakill installed
Sent from my PG86100 using xda app-developers app
patrao_n said:
When you didabled it did you wipe cache and dalvik?
sent from my BAD A$$ Epic touch
Click to expand...
Click to collapse
Yes i wiped cache and dalvik but when i type pm disable com.samsung it says invalid arguement or something like that then goes thru a bunch of stuff at the end it does say something about killed com.samsung or something like that also if type the command to get a list of services it doesnt have com.samsung
Sent from my PG86100 using xda app-developers app
oakieville said:
Yes i wiped cache and dalvik but when i type pm disable com.samsung it says invalid arguement or something like that then goes thru a bunch of stuff at the end it does say something about killed com.samsung or something like that also if type the command to get a list of services it doesnt have com.samsung
Sent from my PG86100 using xda app-developers app
Click to expand...
Click to collapse
pm commands dont stop OTA but check system/app folder to make sure that FOTAkill have proper permissions set.
Edit: Also there is another thread in here with some other choices if you have not tried them already
Just making sure. You did type su then hit enter before you put the disable code right
sent from my BAD A$$ Epic touch
playya said:
pm commands dont stop OTA but check system/app folder to make sure that FOTAkill have proper permissions set.
Edit: Also there is another thread in here with some other choices if you have not tried them already
Click to expand...
Click to collapse
Yes permissions r set
Sent from my PG86100 using xda app-developers app
patrao_n said:
Just making sure. You did type su then hit enter before you put the disable code right
sent from my BAD A$$ Epic touch
Click to expand...
Click to collapse
Yes i typed su first
Sent from my PG86100 using xda app-developers app
oakieville said:
Yes permissions r set
Sent from my PG86100 using xda app-developers app
Click to expand...
Click to collapse
Could u pls link to the other thread thank u not sure which thread u mean
Sent from my PG86100 using xda app-developers app
oakieville said:
Could u pls link to the other thread thank u not sure which thread u mean
Sent from my PG86100 using xda app-developers app
Click to expand...
Click to collapse
I've flashed this .zip file (I've attached below) and have had no problems with the OTA update prompt. But be sure to wipe cache and davlik. But here is your link request http://forum.xda-developers.com/showthread.php?t=1832496
pmcavalier2002 said:
I've flashed this .zip file (I've attached below) and have had no problems with the OTA update prompt. But be sure to wipe cache and davlik. But here is your link request http://forum.xda-developers.com/showthread.php?t=1832496
Click to expand...
Click to collapse
Im not sure wat my prob is i flashed that wiped cache and dalvik rebooted after about 2 minutes system update appeared
Sent from my PG86100 using xda app-developers app
oakieville said:
Im not sure wat my prob is i flashed that wiped cache and dalvik rebooted after about 2 minutes system update appeared
Sent from my PG86100 using xda app-developers app
Click to expand...
Click to collapse
What rom are you running btw?
Have you backed up the rom then tried to take the update to see if it is really the ota and not something else?
Edit: Worse case scenario, I can edit the build.prop file so the ROM thinks it is a current ICS build so it won't nag you any longer either.
tdunham said:
What rom are you running btw?
Have you backed up the rom then tried to take the update to see if it is really the ota and not something else?
Edit: Worse case scenario, I can edit the build.prop file so the ROM thinks it is a current ICS build so it won't nag you any longer either.
Click to expand...
Click to collapse
Im on stock rooted rom i have custom recovery so ota fails and i want to do it without editing build.prop i buy these phone broken fix them and flash to metro and sell them so i dont want to edit build.prop and miss lead the people buying them also figure out y pm disable com.samsung isnt working stupidity on my part i flash to metro so i remove the device manager.apk or it will keep trying to activate and the device manager.apk is wat that command disable i put it back then the command works but still got update notifations
This seems to work i got it from thread pmcavalier2002 linked to
eightiesbaby said:
1st off im sorry if anyone feel that i am hi-jacking their thread but i tried this method amongst other apks with no success im not sure why but this apk only worked for a day or so then it was back to square one so i am posting something i discovered and it defiantly worked for me and am posting to help others who like me had no success in using one of those update kill apk's this method i discovered tested and soo far has rendered success for me im not sure if it will prevent future updates after ff18 but it defiantly stopped my phone currently running stock el29 gb from updating or even asking to update to ff8 ics update you must have root
i am not responsible for anyone who screws their phones up this is just something i tried and definatly helped me so i wanted to share
my phone had already downloaded the update and kept nagging to update every 10 minutes or so when and if you try my method do not delete the ics update that will be found in the search as this method needs the update there and needs it to fail any modifications done to the system such as deleting device management , debloating ,custom bootloader should all result in a failed update attempt and this is what you want
1st obtain root of-course
2nd obtain root explorer or something equivalent
3rd from root explorer on 1st page select menue and do a search for "update"
4th look for file " /data/data/com.sprint.ce.updater/shared_prefs/com.sprint.ce.updater_preferences.xml" you will see retry mode value by default it is set to true, change it to false ( if you change any system files such as deleting device management or running custom bootloader it will fail) you want it to fail , buy changing the true value to false and allowing it to try to update even though you know it will fail it wont come back up with nagging notice to update atleast it worked for me hope helps someone else out there p.s after failed update attempt it may get stuck in bootloader with triangle or something just do battery pull then reboot then voila no more annoying msgs asking to update ,nearly a week now and no pop ups for me
Click to expand...
Click to collapse
Sent from my SPH-D710 using xda app-developers app
Sent from my SPH-D710 using xda app-developers app

Restore imei

Ok, so I just had a little scare when I restored a backup and my imei and data were gone. Somehow pulling the battery and rebooting the phone brought it back but now I want to backup my imei. Could anybody provide me with a reliable and updated method on doing so? It seems that everything I find is over a year old and I'm not sure I trust using them.
Sent from my SGH-T999
Download and run Terminal Emulator.
Entter the following
su
reboot nvbackup
That's it! You now have an on device backup and you won't have to redo it. If you need to restore, enter this
su
reboot nvrestore
Alternatively, there are two apps I know of that do this for you. Andromizer is one and is in the store. The other is nv backup/restore. I have a copy but don't remember where I got it or who to give credit to.
Sent from my SGH-T999 using xda premium
DocHoliday77 said:
Download and run Terminal Emulator.
Entter the following
su
reboot nvbackup
That's it! You now have an on device backup and you won't have to redo it. If you need to restore, enter this
su
reboot nvrestore
Alternatively, there are two apps I know of that do this for you. Andromizer is one and is in the store. The other is nv backup/restore. I have a copy but don't remember where I got it or who to give credit to.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Thanks a lot bro, you're always helpful!
Sent from my SGH-T999
Ok, so I just did it. Is there a way to verify that there is a backup?
Sent from my SGH-T999
Not that I am aware of unfortunately.
When it rebooted you shouldve seen blue text flash on the screen. Kind of like when you boot into recovery, but different.
I do plan to try and hunt this down at some point, I've just got too many other things I need to finish before I go digging in somewhere else!
As long as you saw what I described, I'd be confident that it worked. And if you find later that it didn't, you can still pm me for the old-style fix!
Sent from my SGH-T999 using xda premium
DocHoliday77 said:
Not that I am aware of unfortunately.
When it rebooted you shouldve seen blue text flash on the screen. Kind of like when you boot into recovery, but different.
I do plan to try and hunt this down at some point, I've just got too many other things I need to finish before I go digging in somewhere else!
As long as you saw what I described, I'd be confident that it worked. And if you find later that it didn't, you can still pm me for the old-style fix!
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Yeah, it seemed to work. Thanks again, man! I just got curious and wanted to see where it saved the backup but as long as it works I'm good.
Sent from my SGH-T999
So if I flash a new rom would terminal emulator import the back up from the previous rom.
Sent from my SGH-T999
No, it gets saved to a different area of the phone, on a different partition. Recovery and Odin flashes won't touch it so it'll remain indefinitely, that's how I understand it anyway.
Sent from my SGH-T999 using xda premium

Categories

Resources