Can EFS backup be used from op3 forum? - OnePlus 3T Questions & Answers

?
Sent from my ONEPLUS A3000 using Tapatalk

tdamocles said:
?
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
What do you mean exactly? You can`t use EFS data that is not compatible/assigned to the motherboard of your phone, ie someone elses EFS data.

gee2012 said:
What do you mean exactly? You can`t use EFS data that is not compatible/assigned to the motherboard of your phone, ie someone elses EFS data.
Click to expand...
Click to collapse
I was asking if the tool that they have in the OnePlus 3 Forum could be used to backup EFS would work. But I see that it can't because I tried it.
Sent from my ONEPLUS A3000 using Tapatalk

tdamocles said:
I was asking if the tool that they have in the OnePlus 3 Forum could be used to backup EFS would work. But I see that it can't because I tried it.
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
If you have TWRP you can backup your EFS file in recovery and store it on the PC .

gee2012 said:
If you have TWRP you can backup your EFS file in recovery and store it on the PC .
Click to expand...
Click to collapse
I see that but it was hinted in the OP3 forums that the twrp method was unreliable?
Sent from my ONEPLUS A3000 using Tapatalk

tdamocles said:
I see that but it was hinted in the OP3 forums that the twrp method was unreliable?
Sent from my ONEPLUS A3000 using Tapatalk
Click to expand...
Click to collapse
Or try this with adb:
You must be rooted.
Open an ADB shell or install a terminal emulator like this one https://play.google.com/store/apps/d...roidterm&hl=en
After that, write the following 3 commands:
su (press Return)
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512 (press Return)
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512 (press Return)
Backup files modemst1.bin and modemst2.bin will be created on the root your internal storage.
To restore them flash them both seperately without rebooting in fastboot.
Scource http://forum.xda-developers.com/showthread.php?t=2766186&page=9 by @Vonnegut.

That doesn't work. Actually, I ran this through adb and also got similar results.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my ONEPLUS A3000 using Tapatalk

Related

Music Apk

This one can be installed to replace.
http://development.piratemedia.tv/2010-06-06-music-mod-v1-6-mdpi-hdpi/
How to...
Copy the apk to your sdcard. Now for some commands.
Code:
su
mount -o rw,remount /system
rm /system/app/Music.apk
rm /system/app/Music.odex
cp /sdcard/Music.apk /system/app/
chmod 644 /system/app/Music.apk
reboot
That should give you the new music.apk. I had to reboot for the apk to take. Let me know if anyone finds anything else.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
looks nice but I *think* it requires root. Also read something about being pushed through AVD so it could be that instead.
It does require root. But well worth it imo
Sent from my SPH-D700 using XDA App
How bout a tutorial on how to install this . I dont know jack bout adb commands.
xXSecretAgentXx said:
How bout a tutorial on how to install this . I dont know jack bout adb commands.
Click to expand...
Click to collapse
Updated with a how to.
Sent from my SPH-D700 using XDA App
another easy way to do this is to download the sdx app remover
http://roc-city.com/android/SdxAppRemoval-1.5.apk
it creates a folder on your sdcard called sdx, put the file into /sdcard/sdx/backup/app
the app will be listed, just check it and click restore app and it will install it under /system/app
aim1126 said:
another easy way to do this is to download the sdx app remover
http://roc-city.com/android/SdxAppRemoval-1.5.apk
it creates a folder on your sdcard called sdx, put the file into /sdcard/sdx/backup/app
the app will be listed, just check it and click restore app and it will install it under /system/app
Click to expand...
Click to collapse
It didn't create that folder in the sd card when I installed it
RTbar said:
It didn't create that folder in the sd card when I installed it
Click to expand...
Click to collapse
Then just make a backup of a system app and that should make the folder.
Then justv restore the app
Sent from the future...
aim1126 said:
Then just make a backup of a system app and that should make the folder.
Then justv restore the app
Sent from the future...
Click to expand...
Click to collapse
worked perfect, thanks
RTbar said:
worked perfect, thanks
Click to expand...
Click to collapse
No problem
Sent from the future...

TWRP Backup Location

Like the title says, where is the TWRP backup location? When using a file explorer I don't have the folder for TWRP, I wanted to move the backup off my phone but can't access it.
stevew84 said:
Like the title says, where is the TWRP backup location? When using a file explorer I don't have the folder for TWRP, I wanted to move the backup off my phone but can't access it.
Click to expand...
Click to collapse
TWRP seems to be tricky on the Moto X. Boot into recovery and mount it from there, and then you should be able to see the folder from your computer.
Sent from my iPhone 6 using Tapatalk
stevew84 said:
Like the title says, where is the TWRP backup location? When using a file explorer I don't have the folder for TWRP, I wanted to move the backup off my phone but can't access it.
Click to expand...
Click to collapse
/data/media/0/TWRP/BACKUPS
Do you know why it saves the backups in there? Some apps like Nandroid can't find its path, do you know how to solve it, mate?
Copy the twrp folder at data/media/0/TWRP to storage/emulated/0/TWRP and change permissions to chmod 777 (rwxrwxrwx)
skulldreamz said:
Copy the twrp folder at data/media/0/TWRP to storage/emulated/0/TWRP and change permissions to chmod 777 (rwxrwxrwx)
Click to expand...
Click to collapse
What should i do to change the permission, please?
fhreire said:
What should i do to change the permission, please?
Click to expand...
Click to collapse
You can use the command line in a shell or use a app like root explorer, long press on the folder and you will see permissions in the list, go into there and change accordingly
skulldreamz said:
You can use the command line in a shell or use a app like root explorer, long press on the folder and you will see permissions in the list, go into there and change accordingly
Click to expand...
Click to collapse
Tried that but the app couldn't change the permissions.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Is my P9 too unique? Can't find details on it.

So, I wanted to put 7 on my p9, looked at a video saying I should download the stock rom first, but couldn't find my build number.
I then went to google my build number, but it come back with ZERO results! What the heck am I to do? I guess i'll never get an update now. (was willing to pay for it too)
Build number: EVA-L09GBRC555B160
You must search as EVA-L09C555B160
Sent from my EVA-L09 using XDA-Developers mobile app
TugaSoulHunter said:
You must search as EVA-L09C555B160
Sent from my EVA-L09 using XDA-Developers mobile app
Click to expand...
Click to collapse
Wouldn't the C mean china?
TugaSoulHunter said:
You must search as EVA-L09C555B160
Sent from my EVA-L09 using XDA-Developers mobile app
Click to expand...
Click to collapse
Can't fknd that either, mine is truly unique, sadly.
Please post here a screenshot of your screen
Sent from my EVA-L09 using XDA-Developers mobile app
EVA-L09 is the model number of the phone. C555 is the region code. B160 is the build number of the stock official rom firmware.
I'm sure Samsung uses something very similar for the naming scheme.
Hi, thanks souch for replying, does this screens help?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hum....thats unique for sure. Never saw anithing like that
Sent from my EVA-L09 using XDA-Developers mobile app
TugaSoulHunter said:
Hum....thats unique for sure. Never saw anithing like that
Sent from my EVA-L09 using XDA-Developers mobile app
Click to expand...
Click to collapse
would I be able to wipe it or use an American one or something? I only want 7.0 lol I even offered to pay them
I've got the same version as this. I'm on 3 in the UK, and got my handset directly from a 3 store. Having the same problem. I googled how to manually update, and downloaded the required file, unzipped, and copied over to my sd card, creating a dload folder. I got the update started, but it failed at 37%.
https://forum.xda-developers.com/p9/development/c432-oeminfo-flash-twrp-t3384903
This should do the trick.

Bricked my OP3T and unable to unbrick now.

Hi All,
I had bricked my phone while updating from OTA. It is not now booting up at all, not in Recovery/Fastboot too. I tried unbrick method from the below guide.
https://forums.oneplus.com/threads/guide-mega-unbrick-guide-for-a-hard-bricked-oneplus-3t.725029/
But I am running into issues while downloading cache.img as it failing again and again. I am facing issues as
FirehoseCheckRSP Failed, Errno: 258, I have attached the screenshot.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I tried multiple port in my both laptops i.e. Windows 10 - 64bits and Windows 7 - 32bits. But all in vain.
Please help. I am in no position to buy a new phone right now :crying::crying::crying:. Thanks!
You are kidding right?
You are posting at XDA and instead of searching here for the guides, you are checking at other forums?
Here you are:
https://r.tapatalk.com/shareLink?ur...share_tid=3515306&share_fid=3793&share_type=t
You are welcome
Sent from my ONEPLUS A3003 using Tapatalk
RASTAVIPER said:
You are kidding right?
You are posting at XDA and instead of searching here for the guides, you are checking at other forums?
Here you are:
https://r.tapatalk.com/shareLink?ur...share_tid=3515306&share_fid=3793&share_type=t
You are welcome
Sent from my ONEPLUS A3003 using Tapatalk
Click to expand...
Click to collapse
Thanks for you response. I pasted a wrong link in my earlier post. I used the step from XDA too, including the one you shared. But ran into same issue. I have tried almost all the unbrick guides available but it is not going beyond "Downloading cache.img".
I used two version of stock ROMs i.e. "OnePlus3T_28_A.23_161027" and "OnePlus3T_28_A.041_170208" but both didn't work.
Is there anything which I should be doing differently. Thanks!
akhil1_mishra said:
Thanks for you response. I pasted a wrong link in my earlier post. I used the step from XDA too, including the one you shared. But ran into same issue. I have tried almost all the unbrick guides available but it is not going beyond "Downloading cache.img".
I used two version of stock ROMs i.e. "OnePlus3T_28_A.23_161027" and "OnePlus3T_28_A.041_170208" but both didn't work.
Is there anything which I should be doing differently. Thanks!
Click to expand...
Click to collapse
The full stock rom is something like: OnePlus3TOxygen_28_OTA_066_all_1807192258_abaeb8b
Sent from my ONEPLUS A3003 using Tapatalk
keep trying i had the same issue with my op3t just but i managed to fix it by updating the driver and don't forgot to use the cable that comes with the phone and while flashing try holding the volume up until it's done ! it worked for me i hope it'll work for u

Can't mount root/etc to Read-Write

Hello, I'm having some mounting problems with my phone, specifically editing /etc/gps.conf I have already mounted the dir to RW but when I want to change something in that file it says: "the destination filesystem is mounted read-only."
I've tried other explorers and got the same result. I'm on EU 8.11.15, rooted, unencrypted. Although I didn't flash dm-verity because there's no need for that. Is that the on causing this problem?
Thank you for the help.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my MI 8 using Tapatalk
b4mb1_ said:
Hello, I'm having some mounting problems with my phone, specifically editing /etc/gps.conf I have already mounted the dir to RW but when I want to change something in that file it says: "the destination filesystem is mounted read-only."
I've tried other explorers and got the same result. I'm on EU 8.11.15, rooted, unencrypted. Although I didn't flash dm-verity because there's no need for that. Is that the on causing this problem?
Thank you for the help. View attachment 4648130
Sent from my MI 8 using Tapatalk
Click to expand...
Click to collapse
Try change the file on twrp/advance/file manager
altvolt74 said:
Try change the file on twrp/advance/file manager
Click to expand...
Click to collapse
The files are not there. It's like hidden or something.
Sent from my MI 8 using Tapatalk
Maybe try the permissive module in Magisk and see if that helps
arifqur said:
Maybe try the permissive module in Magisk and see if that helps
Click to expand...
Click to collapse
Care to elaborate?
Sent from my MI 8 using Tapatalk
b4mb1_ said:
The files are not there. It's like hidden or something. View attachment 4648133
Sent from my MI 8 using Tapatalk
Click to expand...
Click to collapse
Mount partition in twrp then try again
b4mb1_ said:
Care to elaborate?
Sent from my MI 8 using Tapatalk
Click to expand...
Click to collapse
There is a module in Magisk repository which changes the SE Linux status from enforcing to permissive.
The module has been discontinued and will not work on dipper anyway. I will try mounting via TWRP.
Sent from my MI 8 using Tapatalk
b4mb1_ said:
The module has been discontinued and will not work on dipper anyway. I will try mounting via TWRP.
Sent from my MI 8 using Tapatalk
Click to expand...
Click to collapse
Mount vendor...then located the GPS.conf on /vendor/etc/ ....not on etc/
altvolt74 said:
Mount vendor...then located the GPS.conf on /vendor/etc/ ....not on etc/
Click to expand...
Click to collapse
Thank you! I'll keep you updated on this.
Sent from my MI 8 using Tapatalk
Here is the solution to your problem my friends. Enjoy!
Works like a charm in Android 10 and later. Now my system, vendor and product partitions are read-write!
Use at your own risk!
https://forum.xda-developers.com/t/script-mount-system-as-read-write-android-10.4240703/

Categories

Resources