[Q]SuperSU flashing via TWRP - Huawei Ascend P7

Good evening guys!
I have a question: I rooted my L10 via rootgenius, and this method installed Kinguser. I have no problem with this SU app, but tonight I want to remove immutables list, and I installed busybox and terminsl emulator. Everything ok, but if I want to do this command: chattr the system not found. I searched the whole forum and I found a solution: delete kinguser app, and flash SuperSU from TWRP. My question is: how can I download flashable zip? Or simple download from playstore and choose this installing option?
Thanks for answers!
BR, Szabolcs toth

http://download.chainfire.eu/641/SuperSU/UPDATE-SuperSU-v2.40.zip

gregysk said:
http://download.chainfire.eu/641/SuperSU/UPDATE-SuperSU-v2.40.zip
Click to expand...
Click to collapse
Thanks!
I flashed via TWRP, but if I want to update the SU binary the system don't allow it. Try from TWRP?

Chattr command is inside SuperSU.zip.Try now remove immutable.list and after that reboot phone and install busybox.
Sent from my HUAWEI P7-L10 using Tapatalk

Chattr is now in supersu?? I think its only in busybox.

87insane said:
Chattr is now in supersu?? I think its only in busybox.
Click to expand...
Click to collapse
Yes it is.
{
"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 HUAWEI P7-L10 using Tapatalk

THX...very nice info!

gregysk said:
Chattr command is inside SuperSU.zip.Try now remove immutable.list and after that reboot phone and install busybox.
Sent from my HUAWEI P7-L10 using Tapatalk
Click to expand...
Click to collapse
Thanks! I have a big problem: I unlocked and rooted my P7 with Rootgenius, but it has been uses Kinguser application. I saw in the forum to remove immutables.list with busybox chattr. I installed busybox and terminal emulator successfully, but if I want to use chattr the system said: unknown command. I search the forum and I find the solution: delete kinguser app and flash supersu with twrp. I do it with rootexplorer, and flashed the SU, but I don't have root rights because I delete kinguser. Now I rerooted my phone and I have the root access. My question: can I remove immutables.list from rootexplorer or only terminal with busybox?
Thanks

Sekypapa said:
Thanks! I have a big problem: I unlocked and rooted my P7 with Rootgenius, but it has been uses Kinguser application. I saw in the forum to remove immutables.list with busybox chattr. I installed busybox and terminal emulator successfully, but if I want to use chattr the system said: unknown command. I search the forum and I find the solution: delete kinguser app and flash supersu with twrp. I do it with rootexplorer, and flashed the SU, but I don't have root rights because I delete kinguser. Now I rerooted my phone and I have the root access. My question: can I remove immutables.list from rootexplorer or only terminal with busybox?
Thanks
Click to expand...
Click to collapse
Just flash seven custom rom 3.8 and ull be set

Sekypapa said:
My question: can I remove immutables.list from rootexplorer or only terminal with busybox?
Thanks
Click to expand...
Click to collapse
Only with terminal on phone or with adb shell on PC.
Sent from my HUAWEI P7-L10 using Tapatalk

Related

NEW! Android Market 3.3.1.1

you can find it here, read about the changes http://androidcommunity.com/android...-new-settings-and-new-icon-download-20111101/
or just a direct download here http://lts.cr/BDW_
{
"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 installed it like a regular app. but if you cant install it that way, heres a video by qbking77 about how to install it through root explorer.. http://www.youtube.com/watch?v=KdujIKw4wXg
Well. How to install it? Gives me "Application not installed" error.
You can rename it to Vending.apk and replace the one in system/app/ with this one. Make sure you clear data and cache and reboot. Use root explorer to move the file.
jblazea50 said:
You can rename it to Vending.apk and replace the one in system/app/ with this one. Make sure you clear data and cache and reboot. Use root explorer to move the file.
Click to expand...
Click to collapse
Thanks. I'm going to try.
i just installed it like any other app.
Anyone having problems downloading or updating apps? I can't seem to do either without a FC. I've tried clearing data, caches, dalvik and fixing permissions and nothing. Anyone have any ideas?
edit: I restored my previous version of the market, then reinstalled at it is working now.
onigiri1692 said:
Anyone having problems downloading or updating apps? I can't seem to do either without a FC. I've tried clearing data, caches, dalvik and fixing permissions and nothing. Anyone have any ideas?
Click to expand...
Click to collapse
no problems here. try to uninstall it then reinstall it.
How to update to Android Market 3.3.11:
http://www.youtube.com/watch?v=KdujIKw4wXg
heres a vid about how to install it if you cant install it like a normal app, added to the op.. http://www.youtube.com/watch?v=KdujIKw4wXg
If you're down with the adb.. I just did this:
adb remount
(go to directory where file saved..)
adb pull /system/app/Vending.apk Vending.bak
adb push Market-3.3.11.apk /system/app/Vending.apk
adb shell chmod 644 /system/app/Vending.apk
adb reboot
Thanks a Lot. I was trying ICS ROM and Market doesnt work. I will give this a try.
Tried everything and still forcecloses while downloading a new app.
I'm going to do a data wipe right now, and will try again.
decalex said:
If you're down with the adb.. I just did this:
adb remount
(go to directory where file saved..)
adb pull /system/app/Vending.apk Vending.bak
adb push Market-3.3.11.apk /system/app/Vending.apk
adb shell chmod 644 /system/app/Vending.apk
adb reboot
Click to expand...
Click to collapse
Directly tried this and it worked
Ultimate Crespo v1.0 Rom clean install.
installed franco kernel (1 nov).
installed gapps-gb-20110828-signed.zip
installed googleWalletFix v6
then pushed new market without even adding a google account or running old market.
No luck. Force closes.
if you are getting fc's, put the vending.apk in /data/app/ instead of /system/app/.
I tried on NSCollab instead of Ultimate Crespo right now, then worked.
rajiga said:
Thanks a Lot. I was trying ICS ROM and Market doesnt work. I will give this a try.
Click to expand...
Click to collapse
Did you get it to work?
and for the notice, thank you everybody for helping us noobs out
Conventional installation worked fine on Bugless Beast GPA19. So far it's working great without any FC's.
Here's a flashable if anyone needs it
http://db.tt/MuOblYFt
Sent from my Google Nexus S 4G using Tapatalk
fergie716 said:
Here's a flashable if anyone needs it
http://db.tt/MuOblYFt
Sent from my Google Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
don't work
Sent from my Nexus S 4G using Tapatalk

Couldn't verify!

Can't install.157 update, my phone is c6903 108 rooted locked bootloader, every time i got couldn't verify error. Any solution?
unroot it, or manualy flash .157 with flashtool
electrash said:
unroot it, or manualy flash .157 with flashtool
Click to expand...
Click to collapse
Thats the problem can i flash using flashtool without loosing root?
I am not sure.
Sent from my C6903 using XDA Free mobile app
You will loose root if you "fresh" install with Flashtool.
T_L_O_T_D said:
Can't install.157 update, my phone is c6903 108 rooted locked bootloader, every time i got couldn't verify error. Any solution?
Click to expand...
Click to collapse
Use oiriginal services.jar and verifycation should work..or if u use seraja xposed module, disable first then try to install ota.
Dadovvv said:
Use oiriginal services.jar and verifycation should work..or if u use seraja xposed module, disable first then try to install ota.
Click to expand...
Click to collapse
I thought I'd give it a go but disabling seraja's module didn't work for me. I'm not worried about updating, I just wanted to get rid of the notification.
Dadovvv said:
Use oiriginal services.jar and verifycation should work..or if u use seraja xposed module, disable first then try to install ota.
Click to expand...
Click to collapse
What's original service.jar? Explain more plz
T_L_O_T_D said:
What's original service.jar? Explain more plz
Click to expand...
Click to collapse
Stock one, not patched.. If u use seraja xposed then your services.jar is patched..and patched services.jar cant verify OTA update.
I'm on stock rom and just rooted with newroot and installed dual recovery ( NDR utils)
Towelroot
the newroot tool roots the phone with the towelroot exploit...but towelroot makes you unable tu update...you can update manually by using flashtool (you will loose root) after that you flash only the .108 kernel and root with newroot again. After rooting on .108 kernel you flash only .157 kernel than you have new .157 firmware with root
P.S .157 seems to have lot of bugs ... just google this... i stay at .118 (vodafone version of .108) cause .157 doesnt come with new features
ckai said:
I thought I'd give it a go but disabling seraja's module didn't work for me. I'm not worried about updating, I just wanted to get rid of the notification.
Click to expand...
Click to collapse
Press and hold on the notification, "app info" will show then click on it. Untick "show notification". DONE
{
"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"
}
TurokHunter47 said:
Press and hold on the notification, "app info" will show then click on it. Untick "show notification". DONE
Click to expand...
Click to collapse
Top work my man! Thanks heaps.

[Q] Xperia Z1s C6916 firmware

Hello, First post, im looking for someone who have " C6916_14.4.B.0.37_T-Mobile.ftf "
im on .56 and can't root
i look in google, and all the xda's forums, and found one link with 10kb/s to download the 1GB ftf
Someone can upload it to Dev-Host, MEGA, Google drive or a best server?
Thanks for reading
http://storagecow.eu/index.php?dir=Xda/Sony/Xperia+Z1s/
This was from the ftf mega collection thread http://forum.xda-developers.com/showthread.php?t=2469191
laloalire said:
Hello, First post, im looking for someone who have " C6916_14.4.B.0.37_T-Mobile.ftf "
im on .56 and can't root
i look in google, and all the xda's forums, and found one link with 10kb/s to download the 1GB ftf
Someone can upload it to Dev-Host, MEGA, Google drive or a best server?
Thanks for reading
Click to expand...
Click to collapse
http://storagecow.eu/Xda/Sony/Xperia Z1s/C6916_14.4.B.0.37_T-Mobile.ftf
thanks
Thanks, now i have root but can't Install custom recovery :crying:
laloalire said:
Thanks, now i have root but can't Install custom recovery :crying:
Click to expand...
Click to collapse
use XZDualRecovery
doesn't work
samadipoor2 said:
use XZDualRecovery
Click to expand...
Click to collapse
It doesn't worked for me :sad: i don't know Why, i have full root access and root xploit (flash tool) worked fine [SU]
laloalire said:
It doesn't worked for me :sad: i don't know Why, i have full root access and root xploit (flash tool) worked fine [SU]
Click to expand...
Click to collapse
is your USB debugging on?
any error?
samadipoor2 said:
is your USB debugging on?
any error?
Click to expand...
Click to collapse
Yes, USB debugging on, ADB drivers installed,
here is a screen:
{
"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 dont know why appear "Are you root?" i installed root apps on my phone and worked all fine :sad:
Edit:
Im root, but i can't mount system as R/W, thats the problem :/
laloalire said:
Yes, USB debugging on, ADB drivers installed,
here is a screen:
View attachment 3153666
I dont know why appear "Are you root?" i installed root apps on my phone and worked all fine :sad:
Edit:
Im root, but i can't mount system as R/W, thats the problem :/
Click to expand...
Click to collapse
update your SuperSU and then open it and click on normal updata
then after reboot go to app and change auto respond to grant
try to install recovery again
samadipoor2 said:
update your SuperSU and then open it and click on normal updata
then after reboot go to app and change auto respond to grant
try to install recovery again
Click to expand...
Click to collapse
Thank you VERY VERY MUCH! i have tryied yesterday all day (Literal)
Fixed when:
1- Flashed again .37
2- NO connected to internet
3- Root with Flashtool
4- Installed DualRecovery

Easy Root Xperia ZR 10.6.A.0.454 [LB/UB]

Hi, I found a easy method to Root our Xperia ZR 10.6.A.0.454
install the latest version of KingRoot 4.1 from this link install the app and click on root, thats all, your device will be rooted,
Note: you need to update the su binaries after rooting
Thanks!
No problem at all, just go ahead dudes.
App needs to stay installed?
not necessary
Whether Root stays when you reboot the device and Is there any device malfunctioning after root?:fingers-crossed:
The root doesn't hold when your restart the phone. Tell me how to update the su binaries after rooting
Aravinth_sm said:
Hi, I found a easy method to Root our Xperia ZR 10.6.A.0.454
install the latest version of KingRoot 4.1 from this link install the app and click on root, thats all, your device will be rooted,
Note: you need to update the su binaries after rooting
Click to expand...
Click to collapse
Erm, it fails as it auto reboots. What happened? KingRoot 4.1 not working...
Root stays after rebooting, but BL is unlocked! perhaps fails on locked BL?
XZR (C5502)
ecksdeeay said:
Root stays after rebooting, but BL is unlocked! perhaps fails on locked BL?
XZR (C5502)
Click to expand...
Click to collapse
My zr bootloader lock. And managed to root with kingroot. Root still remains even after reboot. So far no problem.
ujangns said:
My zr bootloader lock. And managed to root with kingroot. Root still remains even after reboot. So far no problem.
Click to expand...
Click to collapse
Oh great I can re-lock then ! thanks for that!!
Edit; After relocking- had to re-flash fw (had app failures/rebooting) OK now! I hopes?
Getting lots of reboots now.......it's not looking good?
AFTER ABOUT 5 or 6 reboots it's now quietened down ....for now!!! seems OK
CRASHES & REBOOTING.......NOT OKAY! Maybe a heat issue.......while updating apps? took the back off seems to have helped?
EDIT (AGAIN!) It's not very stable...but it can work!
{
"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"
}
There are instructions on this forum how to replace the kinguser with the superSU. This step little bit tricky. My device reboot many time during change the kinguser to superSU. You might want to try..
ujangns said:
There are instructions on this forum how to replace the kinguser with the superSU. This step little bit tricky. My device reboot many time during change the kinguser to superSU. You might want to try..
Click to expand...
Click to collapse
Fails with XZR (C5502)
ecksdeeay said:
Fails with XZR (C5502)
Click to expand...
Click to collapse
It's Work for me.
Must be using the wrong method?
Worked like a charm at first attempt, just saying.
Phone : Xperia ZR C5503
OS : LP 5.0.2
FW : 10.6.A.0.454 R1E 1281-1938 Generic Turkey
ecksdeeay said:
Must be using the wrong method?
Click to expand...
Click to collapse
I found SuperSu Me to be simple and working, you can find it from Play store.. It removes Kingroot and replaces KingSU with SuperSU.
SGSMan said:
I found SuperSu Me to be simple and working, you can find it from Play store.. It removes Kingroot and replaces KingSU with SuperSU.
Click to expand...
Click to collapse
hi there, thank you for the tip, but actually after I run the app you suggested above, it's still unable to use xposed in my XZR. Any ideas then
Issues faced with this root method.
Titanium backup doesn't recognize this root method, but busybox does.
Cannot use the rom intergration fuction, even after getting an updated version of titanium backup
Viper4Android works though.
Not working on 5 .1 .1 .
gavranpero said:
Not working on 5 .1 .1 .
Click to expand...
Click to collapse
Just try this link
http://forum.xda-developers.com/crossdevice-dev/sony/tool-prfcreator-easily-create-pre-t2859904

How to delete folder in system/app/, Device or resource busy error

Hello
I need some help.
When I try to delete folder "com._dan.ru. ProfReminder" in /system/app/ I get error "Device or resource busy".
I tried disabling Magisk modules and/or put Magisk in Magisk core only mode, but no luck. After a reboot the folder disapears and is not visible in root browser.
After I ebable Magisk modules the folder is visible again but I can't delete it...
I moved this app from user app to system using Systemizer module. And now I can't do it again becase of the above mentioned folder.
Any suggestions? Thanks in advance
{
"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"
}
Poslano z mojega MI 9 z uporabo Tapatalk
mxxt01 said:
Hello
I need some help.
When I try to delete folder "com._dan.ru. ProfReminder" in /system/app/ I get error "Device or resource busy".
I tried disabling Magisk modules and/or put Magisk in Magisk core only mode, but no luck. After a reboot the folder disapears and is not visible in root browser.
After I ebable Magisk modules the folder is visible again but I can't delete it...
I moved this app from user app to system using Systemizer module. And now I can't do it again becase of the above mentioned folder.
Any suggestions? Thanks in advanceView attachment 4839893
Poslano z mojega MI 9 z uporabo Tapatalk
Click to expand...
Click to collapse
1. What is the application name that you moved from user app to system app
2. Check in systemizer via terminal emulator whether you can undo the systemiitized app and bring it back to user app
3. Which files explorer app that you are trying to delete with
4. Try to use some good root explorer app
5. Instead of changing to Core only mode in magisk, try to disable one module (and reboot) at a time and check whether this folder is created by one of the magisk module you are using
smohanv said:
1. What is the application name that you moved from user app to system app
2. Check in systemizer via terminal emulator whether you can undo the systemiitized app and bring it back to user app
3. Which files explorer app that you are trying to delete with
4. Try to use some good root explorer app
5. Instead of changing to Core only mode in magisk, try to disable one module (and reboot) at a time and check whether this folder is created by one of the magisk module you are using
Click to expand...
Click to collapse
Thanks for your reply.
I have found the solution: remove completly the App Systemizer module from Magisk. Disableing is not enough. as it only makes the folder "invisible".
When I removed the module also the folder was removed without additional deleting.
mxxt01 said:
Thanks for your reply.
I have found the solution: remove completly the App Systemizer module from Magisk. Disableing is not enough. as it only makes the folder "invisible".
When I removed the module also the folder was removed without additional deleting.
Click to expand...
Click to collapse
Good to hear you managed it.

Categories

Resources