Related
I have a question, when custom ROMs are available and we flash them to our Hero does that mean we will lose the Sprint apps that came with our phone? If so is there a way to back them up and restore them on the new ROM? I am most concerned about the GPS app.
Can you just
adb pull /system/app/Sprint_Navigator.apk C:\
and then install that apk?
nelson8403 said:
Can you just
adb pull /system/app/Sprint_Navigator.apk C:\
and then install that apk?
Click to expand...
Click to collapse
That would definitely work but there is no reason the apps should not be included. It's all up to the rom dev. But that would definitely work. That's how the Dream developers got the Sprint apps on the Dream.
chuckhriczko said:
That would definitely work but there is no reason the apps should not be included. It's all up to the rom dev. But that would definitely work.
Click to expand...
Click to collapse
This is what got Cyanogen in trouble and the C&D order. He was including Google licensed apps into his ROM.
Chances are custom ROM devs will not have the apps included for the same reasons.
Treefallingquietly said:
This is what got Cyanogen in trouble and the C&D order. He was including Google licensed apps into his ROM.
Chances are custom ROM devs will not have the apps included for the same reasons.
Click to expand...
Click to collapse
That is true, however Sprint has done no such thing yet. My theory is do until you get caught
nelson8403 said:
Can you just
adb pull /system/app/Sprint_Navigator.apk C:\
and then install that apk?
Click to expand...
Click to collapse
So, could i 'pull' the NFL app from my phone and email it to my friend with a G1 so he could use it too?
Negrito said:
So, could i 'pull' the NFL app from my phone and email it to my friend with a G1 so he could use it too?
Click to expand...
Click to collapse
Yep. The only one that did not work for me and my dream was the Sprint tv app.
chuckhriczko said:
Yep. The only one that did not work for me and my dream was the Sprint tv app.
Click to expand...
Click to collapse
Seriously? Dude i think you just made my best friends day!
Little help?
Ok, so i have a Mac and everything seems to be working ok but when i do this:
96-26-56-112:tools brynehobbs$ ./adb pull /system/app/Sprint_NFL.apk desktop
1185 KB/s (288423 bytes in 0.237s)
96-26-56-112:tools brynehobbs$
There is nothing new on my desktop. I'm not too sure what the 'local' path should be though...
Negrito said:
Ok, so i have a Mac and everything seems to be working ok but when i do this:
96-26-56-112:tools brynehobbs$ ./adb pull /system/app/Sprint_NFL.apk desktop
1185 KB/s (288423 bytes in 0.237s)
96-26-56-112:tools brynehobbs$
There is nothing new on my desktop. I'm not too sure what the 'local' path should be though...
Click to expand...
Click to collapse
Im not quite sure how the folder structure is for Mac OS but since it is unix this command will work:
Code:
./adb pull /system/app/Sprint_NFL.apk .
The dot basically says extract it right here. You can then look in the directory where adb is located and the file should be there.
Negrito said:
Seriously? Dude i think you just made my best friends day!
Click to expand...
Click to collapse
Yeah man. I was pretty psyched to have these apps (which personally, I like) on my Dream. The only complaint is the fantasy option in the NFL apk doesnt work on the Dream but then again, it currently does not work on my Hero so I dont know what gives there.
chuckhriczko said:
Im not quite sure how the folder structure is for Mac OS but since it is unix this command will work:
Code:
./adb pull /system/app/Sprint_NFL.apk .
The dot basically says extract it right here. You can then look in the directory where adb is located and the file should be there.
Click to expand...
Click to collapse
Awesome bro! That worked like a charm.
I just pulled this little move.
adb pull /system/apps c:\androidsdk\Stockapps
Backed up all of the apps... just incase...
Small correction
justpastfinish said:
I just pulled this little move.
adb pull /system/apps c:\androidsdk\Stockapps
Backed up all of the apps... just incase...
Click to expand...
Click to collapse
One small correction, it's "/system/app" (no plural s).
adb pull /system/app <wherever>
So i emailed my friend the Sprint_NFL.apk trough Gmail but when he tried to open it on his G1 he got: "there was a problem parsing the package"
Do i have to root his G1 and use adb to 'push' the file to the G1 for it to work properly?
justpastfinish said:
I just pulled this little move.
adb pull /system/apps c:\androidsdk\Stockapps
Backed up all of the apps... just incase...
Click to expand...
Click to collapse
Thats a good idea, i just did that as well.
5tr4t4 said:
One small correction, it's "/system/app" (no plural s).
adb pull /system/app <wherever>
Click to expand...
Click to collapse
Thank you... my bad...
I also am an Android/Linux noob. I dabble because I like to..
Negrito said:
So i emailed my friend the Sprint_NFL.apk trough Gmail but when he tried to open it on his G1 he got: "there was a problem parsing the package"
Do i have to root his G1 and use adb to 'push' the file to the G1 for it to work properly?
Thats a good idea, i just did that as well.
Click to expand...
Click to collapse
Well it should work. I just checked the dream forum and the mods were forced to remove the links so you cant get them from there anymore either. I dont think root is necessary but maybe it is. I would try adb or make sure he has install apps from unknown sources checked in settings->applications.
chuckhriczko said:
Well it should work. I just checked the dream forum and the mods were forced to remove the links so you cant get them from there anymore either. I dont think root is necessary but maybe it is. I would try adb or make sure he has install apps from unknown sources checked in settings->applications.
Click to expand...
Click to collapse
Yeah he has it checked, but he is across town so i cant quite adb it right this second. Next time i see him i'll see it i can get it going for him. Thanks for all your help!
Thanks for everyone's input I successfully backup up all my apps. Just in case. It was interesting to see the size of each app.
Just incase no one has stumbled upon it yet...
http://android.modaco.com/content/h...-modaco-custom-rom-core-featuring-wavesecure/
CDMA Rom - Modaco
The Samsung Transform has the same vulnerability as the Epic (joeykrim-root.sh works to get root).
So how would I go about rooting? Would I use the same process as the EPIC 4g?
if you're good with linux, you can follow the directions in this link forum.sdx-developers.com/epic-development/adb-root-exploit-test
(The mount command is slightly different in step 4.)
I'm running a mac. I tried several guides on the sph-m910 rooting for mac osx but it won't let me push any files to the phone with adb.
Sent from my SPH-M920 using XDA App
Have any of you successfully rooted it using this method?
I have successfully rooted my brother's Transform using the same method I used to root my Epic 4G... same files and everything.
aliendude5300 said:
I have successfully rooted my brother's Transform using the same method I used to root my Epic 4G... same files and everything.
Click to expand...
Click to collapse
Here's a link to the zip file containing the exploit that worked: http://www.filedropper.com/ocr
drivers?
What drivers are you guys using? i cant get any drivers to install...
mark920 said:
What drivers are you guys using? i cant get any drivers to install...
Click to expand...
Click to collapse
From what I am told and understand it must be mounted and run in linux. I will find out as soon as my local store gets one in, I'm first in line.
aliendude5300 said:
I have successfully rooted my brother's Transform using the same method I used to root my Epic 4G... same files and everything.
Click to expand...
Click to collapse
Any link to the method you used?
aliendude5300 said:
Here's a link to the zip file containing the exploit that worked:
I've tried 8 times, cannot get it rooted. Suppose I'll wait just like the rest of us
Click to expand...
Click to collapse
berger1980 said:
aliendude5300 said:
Here's a link to the zip file containing the exploit that worked:
I've tried 8 times, cannot get it rooted. Suppose I'll wait just like the rest of us
Click to expand...
Click to collapse
I tried it as well. I couldn't get it to work either.
Click to expand...
Click to collapse
I got it to work. I tried it under my computer with Windows 7. I had to right click the run.bat and click properties, Click compatibility, Run this program in compatibility mode for Windows XP Service Pack 3. Thanks.
cachorropedorro said:
I got it to work. I tried it under my computer with Windows 7. I had to right click the run.bat and click properties, Click compatibility, Run this program in compatibility mode for Windows XP Service Pack 3. Thanks.
Click to expand...
Click to collapse
I don't mean to be a ****, but what app have you installed that requires root access? I have a specific one, roam manager, that will not run. I believe you may have seen visually that it was rooting it, but it does not do squat.
berger1980 said:
I don't mean to be a ****, but what app have you installed that requires root access? I have a specific one, roam manager, that will not run. I believe you may have seen visually that it was rooting it, but it does not do squat.
Click to expand...
Click to collapse
apps2sd, I need a new kernel for wifi tethering which is the main thing that I want
Rooting Help
Can someone give some detailed instructions on rooting the Samsung Transform???
I agree with cachorropedorro, I'm looking to root for wifi teathering also..... Tried a few methods also.... No luck.
Guys, I've never rooted a phone before and this is my first android. I looked a the Joeyconway version of root.... I'm having a hard time following the command prompts??? Any suggestions?
Is there going to be a transform category? Are there other pages about rooting this new phone??
I was able to root my transform using the ocr joey krimm root method, the drivers for the epic finally worked after restarting the phone, one thing i noticed about the transform was that the ratc script takes longer to work and does not always work. I modified the bat file to have a longer wait after running the ratc file, however that doesnt even work all the time, if you manually run the ratc script and then run the bat it should work thats what i had to do. I also updated the su bin and the busybox version from the current version of the one click root because the files in the ocr.zip have an older su bin that doesnt use superuser.apk and the busybox is not compatible with ti backup.
Mark920,
Can you give some more detailed directions for all of us that are newbees? Like I said in a earlier post, I've never rooted a phone so some of the things you were talking about like ratc script confuses me. Any detailed steps would be awsome.
Is there a way to put twrp on your phone ? I'm on stock lollipop but i don't want to downgrade to kit kat. I'm rooted. Maybe if someone gave me good steps ? i will try. help?
Raz12 said:
Is there a way to put twrp on your phone ? I'm on stock lollipop but i don't want to downgrade to kit kat. I'm rooted. Maybe if someone gave me good steps ? i will try. help?
Click to expand...
Click to collapse
this is what your looking for
http://forum.xda-developers.com/att-lg-g3/development/rom-lg-d850-20f-lollipop-5-0-1-extras-t3052041
clsA said:
this is what your looking for
http://forum.xda-developers.com/att-lg-g3/development/rom-lg-d850-20f-lollipop-5-0-1-extras-t3052041
Click to expand...
Click to collapse
Thanks bro , i did look at this and followed the steps but i couldn't get it to work. I did number one because i'm already rooted and have lollipop. Could you give a more basic step ? like which files to download ? i know the terms. I just can't seem to understand it .
Raz12 said:
Thanks bro , i did look at this and followed the steps but i couldn't get it to work. I did number one because i'm already rooted and have lollipop. Could you give a more basic step ? like which files to download ? i know the terms. I just can't seem to understand it .
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=3052041
Since you don't have twrp your best choice is step 1 of autoprime. Just follow the steps. Make sure you have the latest USB drivers for lg g3. Also you need to make sure your device is properly connected via adb. To do that you open a terminal inside the folder containing the files. To get adb correctly you hit shift and right click inside the folder the open terminal. Once terminal is open you start by connecting the device via adb. To check is connected your adb device id must show with the word device in front. If it shows unauthorized you need to allowed the connection on the phone. Once connected you need to push the files to the root of the sdcard
adb push "each file" /sdcard/
Then follow with the commands on step 1. Very important to rename twrp file to the name shown in the command.
netomel said:
http://forum.xda-developers.com/showthread.php?t=3052041
Since you don't have twrp your best choice is step 1 of autoprime. Just follow the steps. Make sure you have the latest USB drivers for lg g3. Also you need to make sure your device is properly connected via adb. To do that you open a terminal inside the folder containing the files. To get adb correctly you hit shift and right click inside the folder the open terminal. Once terminal is open you start by connecting the device via adb. To check is connected your adb device id must show with the word device in front. If it shows unauthorized you need to allowed the connection on the phone. Once connected you need to push the files to the root of the sdcard
adb push "each file" /sdcard/
Then follow with the commands on step 1. Very important to rename twrp file to the name shown in the command.
Click to expand...
Click to collapse
when i first plug up my phone it shows under the devices ID but then it goes away after 30 seconds ? what you think could be the problem ?
Raz12 said:
when i first plug up my phone it shows under the devices ID but then it goes away after 30 seconds ? what you think could be the problem ?
Click to expand...
Click to collapse
I would also download the latest adb drivers or android sdk Package. But yes it is extrange that happens.
netomel said:
I would also download the latest adb drivers or android sdk Package. But yes it is extrange that happens.
Click to expand...
Click to collapse
When it says "internal sdcard" do they mean the storage not on the sd card ? and those 3 links that he posted , we have to download all them files and put them on the sd card or internal ? sorry for questions
netomel said:
I would also download the latest adb drivers or android sdk Package. But yes it is extrange that happens.
Click to expand...
Click to collapse
okay so update now all the other items are being recorded in and out but when it gets to twrp.img it says no such file
netomel said:
I would also download the latest adb drivers or android sdk Package. But yes it is extrange that happens.
Click to expand...
Click to collapse
THANK YOU I GOT IT but i have a quick question , i can now flash exposed on here ? and get roms that are bumped ?
You can flashes any rom bumped since this is bumped as well, if you run into a boot loop make sure to flash the corresponding modem either kk or lollipop. About xposed you can try but you better read the best way to install it because there are issues with lg cover app and the weather app.
i got it working, now im just trying to figure out why G3 tweakbox is not working with xposed
I actuality used the twrp app and it worked like a charm.
Raz12 said:
i got it working, now im just trying to figure out why G3 tweakbox is not working with xposed
Click to expand...
Click to collapse
There are other threads that discuss this matter in detail. I personally don't use xpose until gets more friendly and stable with lollipop.
netomel said:
There are other threads that discuss this matter in detail. I personally don't use xpose until gets more friendly and stable with lollipop.
Click to expand...
Click to collapse
i understand thanks bro
I've been using TWRP manager, since I'm avoiding xposed on 5.0.2 ( APM+ is the only xPosed module I really miss, anyway).
Sent from my LG-V410 using Tapatalk
Can anyone confirm that this 9.0 pie update breaks all call recording app from the play store. Thanks for your feedback.
Updated to Android 9 today and boldbeast no longer works, it will record my voice but not that of the call )-: I am considering root now to get the feature back as i did find it useful.
Update: found this on the play store https://play.google.com/store/apps/details?id=net.jroot3d.joneplustools&hl=en_GB
Its all working fine now as it enables the oneplus6 built in recorder.
Thanks
But that also means that it wouldn't work without root like myself. Right?
Guess I gotta stick with my 8.1 until someone figures this one out. This one feature is like super important to me atm.
Thanks again for your kind reply.
Hi,
No root required, my phone is standard no unlocked bootloader and no root.
You just need to install the software, then enable developer options on your phone, enable usb debbugging and send the following command to your phone. adb shell pm grant net.joneplustools android.permission.WRITE_SECURE_SETTINGS
Then you will have the option in the software (joneplustool) to enable call recording and also restore calling recorder at boot.
Then on the phone dialler , go into settings and enable call record.
xtruss said:
restore calling recorder at boot.
Click to expand...
Click to collapse
That's a bummer...
But hey, thanks a lot for your kind reply. And as for myself, I've been using Cherinbo, pretty decent I would say.
Well, I can confirm the paid verision of CallRecorder from skvalex still works on my Oneplus 6 with 9.0 Pie (not rooted, yet)
vibo2013 said:
Well, I can confirm the paid verision of CallRecorder from skvalex still works on my Oneplus 6 with 9.0 Pie (not rooted, yet)
Click to expand...
Click to collapse
Thanks for your feedback, and I'd like you ask a favor from you guys who is on 9.0.
Try that Cherinbo app and confirm that it's working good. I'll buy you a coffee if I could.
You seem as though you just want to promote a product to me, and one that doesn't work.
Darkest shades said:
Thanks for your feedback, and I'd like you ask a favor from you guys who is on 9.0.
Try that Cherinbo app and confirm that it's working good. I'll buy you a coffee if I could.
Click to expand...
Click to collapse
I wanted to give it a try, but I can't use it unless I give permission to access my contacts. A call recording app should work without that. So: sorry, won't test it any longer.
xtruss said:
You seem as though you just want to promote a product to me, and one that doesn't work.
Click to expand...
Click to collapse
Lol, not my intention. But the one thing that I like about this one is that all saved, recorded files doesn't appear into my music player, where as for others, they always does. Thanks for confirming that it doesn't work.
vibo2013 said:
I wanted to give it a try, but I can't use it unless I give permission to access my contacts. A call recording app should work without that. So: sorry, won't test it any longer.
Click to expand...
Click to collapse
It's ok, you help a lot already.
Thanks for your help guys.
I am very happy with the built in call recorder. What is the benefit of having a third party app to record calls?
xtruss said:
Hi,
adb shell pm grant net.joneplustools android.permission.WRITE_SECURE_SETTINGS
this adb command(below) worked on oreo and I just used it on pie, no root, works great. (you just have to run it again anytime you reboot your phone, if you're rooted, then it's permanent)
so, copy and paste in adb:
adb shell settings put global op_voice_recording_supported_by_mcc 1
>>>>then go to your phone dialer settings to see that is there.
Click to expand...
Click to collapse
Void
---------- Post added at 02:57 AM ---------- Previous post was at 02:49 AM ----------
mzsquared said:
xtruss said:
Hi,
adb shell pm grant net.joneplustools android.permission.WRITE_SECURE_SETTINGS
this adb command(below) worked on oreo and I just used it on pie, no root, works great. (you just have to run it again anytime you reboot your phone, if you're rooted, then it's permanent)
so, copy and paste in adb:
adb shell settings put global op_voice_recording_supported_by_mcc 1
>>>>then go to your phone dialer settings to see that is there.
Click to expand...
Click to collapse
Does this allow recording apps to work or just the default recorder on the dialer? Also has anyone tried ACR? People are reporting that it does still work with and without rooting.
Click to expand...
Click to collapse
dgunn said:
Void
Does this allow recording apps to work or just the default recorder on the dialer? Also has anyone tried ACR? People are reporting that it does still work with and without rooting.
Click to expand...
Click to collapse
"adb shell settings put global op_voice_recording_supported_by_mcc 1"
It enables the default, native Call Recorder found on op6 and op5 and I really like it. It recorded all my today's calls ranging from 625KB to 2.29MB all good quality(aac files)
eliaspizarro said:
Requeriments:
root
terminal with su permisions
Manual steps
Method 1 (works until reboot):
Create a file ex. incall.sh:
Code:
#!system/bin/sh
su -c 'settings put global op_voice_recording_supported_by_mcc 1'
execute from terminal: $ sh incall.sh
Method 2 (works until reboot):
with adb: > adb shell "settings put global op_voice_recording_supported_by_mcc 1"
My steps (permanent):
Install termux (add su permisions)
in termux: $ termux-setup-storage
Install termux boot
create folder un termux home path (default) named: .termux
in termux: $ ln -s /storage/emulated/0/<your boot script folder> ~/.termux/boot
create script in /storage/emulated/0/<your boot script folder>
Code:
su -c 'settings put global op_voice_recording_supported_by_mcc 1'
exit
reboot
Click to expand...
Click to collapse
..
This is what I'm getting
sh: $: not found
Just by telling us to install this and add home path here..... We need instructions
---------- Post added at 06:26 PM ---------- Previous post was at 06:04 PM ----------
and again
sh: adb: not found
mzsquared said:
xtruss said:
Hi,
adb shell pm grant net.joneplustools android.permission.WRITE_SECURE_SETTINGS
this adb command(below) worked on oreo and I just used it on pie, no root, works great. (you just have to run it again anytime you reboot your phone, if you're rooted, then it's permanent)
so, copy and paste in adb:
adb shell settings put global op_voice_recording_supported_by_mcc 1
>>>>then go to your phone dialer settings to see that is there.
Click to expand...
Click to collapse
When you say you used it on Pie, do you mean the beta or final version?
Click to expand...
Click to collapse
You can also use Tasker to enable native call recording (provided you've granted WRITE_SECURE_SETTINGS permission to Tasker).
It seems the system deactivates jOnePlus from activating call recorder after 8 hours. Anyway to make it a permanent activation?
Even after removing jOnePlus from the battery optimize list, the call recorder still gets deactivated after a couple of hours.
obislu said:
mzsquared said:
When you say you used it on Pie, do you mean the beta or final version?
Click to expand...
Click to collapse
I took the official OTA Pie upgrade and enabled the recorder with adb command after that. I'm not planning to root my phone, at least not yet. I'm enjoying the Pie Rom as is. It's all good, actually great with the night mode, there is no bloat. I disabled few apps, mainly from google and that's that. I remember times when rooting was an important necessity, I've had a Motorola Defy XT, long time ago, with 1GB RAM and no space for any extra apps, rooting was mainly used for getting the bloat out and moving apps to SD card by way of creating ext4 partition.
My OP6 has 256GB storage space, 8GB RAM and I just don't feel like constantly reloading the system, chasing newest twrps and Magisk versions, softbricking etc,etc.. and having my phone 'off line' for hours while I'm fixing it.
Click to expand...
Click to collapse
Somebody has a method to uninstall the xiaomi apps?
Is possible to do?
what apps and why ?
on rooted phones like yours you can delete them by file manager / root explorer
phonepete said:
what apps and why ?
on rooted phones like yours you can delete them by file manager / root explorer
Click to expand...
Click to collapse
I will try
Dont root yet.
Really works?
ROGGGER3G said:
Somebody has a method to uninstall the xiaomi apps?
Is possible to do?
Click to expand...
Click to collapse
use this:
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases/
How I use this?
ROGGGER3G said:
Somebody has a method to uninstall the xiaomi apps?
Is possible to do?
Click to expand...
Click to collapse
There is a method to remove the apps until next factory reset through adb shell
esashwin said:
There is a method to remove the apps until next factory reset through adb shell
Click to expand...
Click to collapse
.jar or .zip?
explain better please
edit: solved, thanks
ROGGGER3G said:
How I use this?
Click to expand...
Click to collapse
just download the .jar from the link above. U also need java environment to launch jar files.
1. Download .jar XiaomiADBTool and Java SE
2. Enable USB debugging in developer options on your note 6 pro
3. connect note 6 pro with usb and launch .jar tool
4. click on top right "menu" > "check for device" to load your redmi
5. in the center window of the tool you can select all apps you'd like to uninstall
6. hit the uninstall button. On left side you'll see the progress - finish
you also have several other options with this tool on right side of the window. I've tried the tool today and everything is working!
Manu_Manfred said:
just download the .jar from the link above. U also need java environment to launch jar files.
1. Download .jar XiaomiADBTool and Java SE
2. Enable USB debugging in developer options on your note 6 pro
3. connect note 6 pro with usb and launch .jar tool
4. click on top right "menu" > "check for device" to load your redmi
5. in the center window of the tool you can select all apps you'd like to uninstall
6. hit the uninstall button. On left side you'll see the progress - finish
you also have several other options with this tool on right side of the window. I've tried the tool today and everything is working!
Click to expand...
Click to collapse
man
this tool deserves an oscar!
no more need custom rom
thank you bro...
Manu_Manfred said:
just download the .jar from the link above. U also need java environment to launch jar files.
1. Download .jar XiaomiADBTool and Java SE
2. Enable USB debugging in developer options on your note 6 pro
3. connect note 6 pro with usb and launch .jar tool
4. click on top right "menu" > "check for device" to load your redmi
5. in the center window of the tool you can select all apps you'd like to uninstall
6. hit the uninstall button. On left side you'll see the progress - finish
you also have several other options with this tool on right side of the window. I've tried the tool today and everything is working!
Click to expand...
Click to collapse
Does it need root or unlock bootloader ?
Jess182 said:
Does it need root or unlock bootloader ?
Click to expand...
Click to collapse
No, friend, that's amazing tool
ROGGGER3G said:
No, friend, that's amazing tool
Click to expand...
Click to collapse
Nice! thanks i'll try it, if it doesnt need root to "delete" apps i suppose that remover module use adb command:
"pm uninstall -k –user 0............................................"
Jess182 said:
Does it need root or unlock bootloader ?
Click to expand...
Click to collapse
Does not need root, unlocked bootloader or something else. Just enable USB debugging
really great tool, I removed from my note 6 pro several google/miui apps ... just I am not sure exactly what are safe to remove and to maintain proper phone functioning. Hereby I think that 'Music' should be for sure safe to remove, but I am not sure regarding offered google/miui services and so on. However I got rid of Google chrome and I like it
dieandromeda said:
use this:
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases/
Click to expand...
Click to collapse
You sir just saved me from lot of trouble.
not.a.developer said:
You sir just saved me from lot of trouble.
Click to expand...
Click to collapse
no more custom rom for me, only unlock bootloader to enable camera 2 api by twrp
This tool has a option to enable camer2api. Will it work on RN6P? Is it safe to use?
Akhilmsachu said:
This tool has a option to enable camer2api. Will it work on RN6P? Is it safe to use?
Click to expand...
Click to collapse
works only with unlocked bootloader and twrp
dieandromeda said:
use this:
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases/
Click to expand...
Click to collapse
Interested in that, thanks for the hint!
Is there also, and I'm asking very carefully, like you ask ur Grandma for a piece of cake, is it by any chance possible to place root somehow? I guess someone had said it already, if so but also maybe, I'm the first on
I'm desperate because of 720 hours delay
Thanks!
dieandromeda said:
use this:
https://github.com/Saki-EU/XiaomiADBFastbootTools/releases/
Click to expand...
Click to collapse
Thanks for the link! Will save the effort of checking apps and the commands and all!
One question, can I safely remove the MSA app using this utility, will my phone work without issues if done so?