Deleted SystemUI.apk, usb debugging is off with no way to turn it on. Please, help. - One (M8) Q&A, Help & Troubleshooting

First of all, I don't know if I'm posting this in the right place, so sorry if I'm bothering anyone by doing it. I also apologize for the following wall of text:
Now, My device is an HTC One m8 with stock android 6.0 and sense 7.0 firmware
It's rooted, bootloader unlocked, s-off with TWRP installed
However, it has usb debugging OFF!
I was restoring a backup from the SystemUI.apk from Titanium Backup and it got stuck restoring it for around an hour, so I decided to restart the phone, now, all I'm getting is a black screen with the message "System UI has stopped unexpectedly." and two options: Send report to HTC and Don't send. Whenever I click any of these options, the message disappears and reappears an instant after.
I'd like to know if there's a way to fix this issue, or if there's a way to enable USB debugging via TWRP in order to be able to install(?) the SystemUI.apk again (Which I don't have but keep searching for)
The last option would be to flash the stock rom again, but as far as I can tell, I need the USB debugging to be ON, which is kind of a bummer.
I really, REALLY need some help, I've looked everywhere but can't seem to find a solution for this
Thanks in advance!
TL;DR: Phone stuck in black screen with "System UI has stopped" and USB debugging turned OFF. Help?

Amhyden said:
First of all, I don't know if I'm posting this in the right place, so sorry if I'm bothering anyone by doing it. I also apologize for the following wall of text:
Now, My device is an HTC One m8 with stock android 6.0 and sense 7.0 firmware
It's rooted, bootloader unlocked, s-off with TWRP installed
However, it has usb debugging OFF!
I was restoring a backup from the SystemUI.apk from Titanium Backup and it got stuck restoring it for around an hour, so I decided to restart the phone, now, all I'm getting is a black screen with the message "System UI has stopped unexpectedly." and two options: Send report to HTC and Don't send. Whenever I click any of these options, the message disappears and reappears an instant after.
I'd like to know if there's a way to fix this issue, or if there's a way to enable USB debugging via TWRP in order to be able to install(?) the SystemUI.apk again (Which I don't have but keep searching for)
The last option would be to flash the stock rom again, but as far as I can tell, I need the USB debugging to be ON, which is kind of a bummer.
I really, REALLY need some help, I've looked everywhere but can't seem to find a solution for this
Thanks in advance!
TL;DR: Phone stuck in black screen with "System UI has stopped" and USB debugging turned OFF. Help?
Click to expand...
Click to collapse
Usually adb will work by default in twrp, you may have to hit mount first and check system if it is not already checked.
You can also use the file manager in twrps advanced menu to copy the SystemUI back into place and chmod it to 0644.
Sent from my XT1609 using Tapatalk

RealWelder said:
Usually adb will work by default in twrp, you may have to hit mount first and check system if it is not already checked.
You can also use the file manager in twrps advanced menu to copy the SystemUI back into place and chmod it to 0644.
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
lright, so I go to TWRP, mount system so I can copy the file to my phone? I tried that, but perhaps I didn't do it the right way. What do you mean by "chmod it to 0644"? Sorry, I'm kind of a noob in this whole android experience
And by the way, Do I need to rename the "SystemUI.apk" file to .zip for it to be recognized by TWRP?

Amhyden said:
lright, so I go to TWRP, mount system so I can copy the file to my phone? I tried that, but perhaps I didn't do it the right way. What do you mean by "chmod it to 0644"? Sorry, I'm kind of a noob in this whole android experience
And by the way, Do I need to rename the "SystemUI.apk" file to .zip for it to be recognized by TWRP?
Click to expand...
Click to collapse
In the file manager in twrp it will recognize it as an apk so no need to rename it. Just copy it to /system/priv-app/ if on 4.4 or /system/priv-app/SystemUI/ if on 5.0+. Then chmod is to change the permissions of the apk. 0644 is rw-r--r--. You can do this with twrps file manager also...after you copy the apk into place.
Sent from my XT1609 using Tapatalk

RealWelder said:
In the file manager in twrp it will recognize it as an apk so no need to rename it. Just copy it to /system/priv-app/ if on 4.4 or /system/priv-app/SystemUI/ if on 5.0+. Then chmod is to change the permissions of the apk. 0644 is rw-r--r--. You can do this with twrps file manager also...after you copy the apk into place.
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
You're right it was recognized by TWRP, but I just can't find the /System/priv-app directory. The only folder inside /System is a folder named "bin", is this the right place or am I doing something wrong?

Amhyden said:
You're right it was recognized by TWRP, but I just can't find the /System/priv-app directory. The only folder inside /System is a folder named "bin", is this the right place or am I doing something wrong?
Click to expand...
Click to collapse
That means the system is not mounted. Go back to home in twrp, press mount, then check system. Then try again.
Sent from my XT1609 using Tapatalk

RealWelder said:
That means the system is not mounted. Go back to home in twrp, press mount, then check system. Then try again.
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
Everything makes sense now, I checked it, copied the apk, changed the ch to 0644 and now I'm rebooting. Let's hope it works!

Also, make sure mount read only is not chrcked.
{
"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 XT1609 using Tapatalk
---------- Post added at 06:34 AM ---------- Previous post was at 06:33 AM ----------
Amhyden said:
Everything makes sense now, I checked it, copied the apk, changed the ch to 0644 and now I'm rebooting. Let's hope it works!
Click to expand...
Click to collapse
It should. Good luck. If it does, make a fresh backup in TWRP so you can always restore if you have problems in the future.
Sent from my XT1609 using Tapatalk

Amhyden said:
Everything makes sense now, I checked it, copied the apk, changed the ch to 0644 and now I'm rebooting. Let's hope it works!
Click to expand...
Click to collapse
Alright so apparently I can now see my apps, but the SystemUI has stopped message is still there reappearing everytime i select an option, and there are no navigation buttons present, I'll try enabling usb debugging and restoring the backup from Titanium Backup to see if it solves the issue

Amhyden said:
Alright so apparently I can now see my apps, but the SystemUI has stopped message is still there reappearing everytime i select an option, and there are no navigation buttons present, I'll try enabling usb debugging and restoring the backup from Titanium Backup to see if it solves the issue
Click to expand...
Click to collapse
Ok. You may also try clearing cache and dalvik cache in TWRP also...in case there were some residual files left over from the previous version.
Sent from my XT1609 using Tapatalk

RealWelder said:
Ok. You may also try clearing cache and dalvik cache in TWRP also...in case there were some residual files left over from the previous version.
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
Will do once I get it working, right now I went to TitaniumBackup and tried to restore my sysui backup, the app installation window came up asking me if i wanted to update my SystemUi app and I accepted, but after a couple of seconds it said "App not installed" i tapped "done" and titaniumbackup is now "Restoring App+Data" which is what it got stuck in the last time I tried... Should I wait a while longer and see what happens or did something go wrong?

Amhyden said:
Will do once I get it working, right now I went to TitaniumBackup and tried to restore my sysui backup, the app installation window came up asking me if i wanted to update my SystemUi app and I accepted, but after a couple of seconds it said "App not installed" i tapped "done" and titaniumbackup is now "Restoring App+Data" which is what it got stuck in the last time I tried... Should I wait a while longer and see what happens or did something go wrong?
Click to expand...
Click to collapse
Not too sure...I haven't used TitaniumBackup in years. What device and os are we working on?
Sent from my XT1609 using Tapatalk

RealWelder said:
Not too sure...I haven't used TitaniumBackup in years. What device and os are we working on?
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
International HTC One M8 with android 6.0, titaniumbackup is still doing the restoration thing :S
I lost my navigation and status bar after messing around with Softkeyz, I swear to God I won't use that thing again

Amhyden said:
International HTC One M8 with android 6.0, titaniumbackup is still doing the restoration thing :S
I lost my navigation and status bar after messing around with Softkeyz, I swear to God I won't use that thing again
Click to expand...
Click to collapse
Well, the good thing is you have a phone with firmware and fastboot readily available. If it comes down to it you can always get it back to stock. Hopefully it will work for you though, so you don't have to go through the trouble.
Sent from my XT1609 using Tapatalk

RealWelder said:
Well, the good thing is you have a phone with firmware and fastboot readily available. If it comes down to it you can always get it back to stock. Hopefully it will work for you though, so you don't have to go through the trouble.
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
Going back to stock would be the last option... but still, Do you happen to know If I can just use the RUU provided by HTC to just re-flash the stock firmware? Or do I need something else?
(Still stuck restoring)

Amhyden said:
Going back to stock would be the last option... but still, Do you happen to know If I can just use the RUU provided by HTC to just re-flash the stock firmware? Or do I need something else?
(Still stuck restoring)
Click to expand...
Click to collapse
The RUU should work. You have to be in fastboot usb mode when you run it on your pc.
Sent from my XT1609 using Tapatalk

RealWelder said:
The RUU should work. You have to be in fastboot usb mode when you run it on your pc.
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
I tried using another SystemUI file I found but it didn't work... I guess I'm going to just reflash everything with the RUU then. I'm guessing I'll lose root, right?

Amhyden said:
I tried using another SystemUI file I found but it didn't work... I guess I'm going to just reflash everything with the RUU then. I'm guessing I'll lose root, right?
Click to expand...
Click to collapse
Did you clear cache and art cache in twrp?
Sent from my XT1609 using Tapatalk

RealWelder said:
Did you clear cache and art cache in twrp?
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
Oh, right! I forgot! Let me do that

RealWelder said:
Did you clear cache and art cache in twrp?
Sent from my XT1609 using Tapatalk
Click to expand...
Click to collapse
And nothing, I'm back to the black background with the systemui error I guess I'll just reflash with the RUU

Related

[How To] Stop annoying OTA notifiication on 3.1

If you are on 3.1 still like I am, I bet you are getting extremely frustrated when the Update notification keeps popping up (Where is that damn never ask me again button??!!)
Well here is the fix! I do not take responsibility if this breaks your xoom, computer, or your face
First try deleting the zip file out of your /cache/ folder (did not work for me)
Then try replacing your build.prop file with the following
***Please note this has been only tested on Tiamat 1.1 rom running Android 3.1****
Instructions:<
ADB:
Extract build.prop to your ADB folder
ADB Remount (should say successful)
ADB push build.prop system/
ADB Reboot
Using Root Explorer, make system writable
move build.prop and replace exisiting
Reboot.
Why dont you want to update?
Sent from my MZ601 using XDA App
iccy said:
Why dont you want to update?
Sent from my MZ601 using XDA App
Click to expand...
Click to collapse
because the update offers nothing that I don't already have on my rooted and heavily modified version of 3.1.
It takes to long for me to get everything set up just the way I like it, so until an update actually gives us anything worth while, I'm content staying "back" at 3.1, with all the bells& whistles. I can read & write to my sd,overclock, undervolt, read & write to external drives, etc.
What am I missing from 3.2?
-Killed my Swype installation, which was a deal-breaker for me.
I just removed the zip from cache, said instal update then hit cancel when it failed to reboot and haven't had it since
Thanks!
Sent from my Xoom using xda premium
Psychokitty said:
because the update offers nothing that I don't already have on my rooted and heavily modified version of 3.1.
It takes to long for me to get everything set up just the way I like it, so until an update actually gives us anything worth while, I'm content staying "back" at 3.1, with all the bells& whistles. I can read & write to my sd,overclock, undervolt, read & write to external drives, etc.
What am I missing from 3.2?
Click to expand...
Click to collapse
Your right there fella,
Sent from my R800i using xda premium
dopediculous said:
I just removed the zip from cache, said instal update then hit cancel when it failed to reboot and haven't had it since
Thanks!
Sent from my Xoom using xda premium
Click to expand...
Click to collapse
Where does it cache to?
EDIT - nevermind.. duh.. the cache...
For those wanting to stop the OTA nag, I've found that Solarnz's fix (modpack 3) for the Moray ROM works on the stock ROM as well.
help, i use Root Explorer and rename my build.prop to build.propo, and copy you build.prop in to 3.2 xoom system, after reboot allway stay in the honeycomb logo.... is their anyway to change back my build.propo to build.prop?? thanks~
mhz1000a said:
help, i use Root Explorer and rename my build.prop to build.propo, and copy you build.prop in to 3.2 xoom system, after reboot allway stay in the honeycomb logo.... is their anyway to change back my build.propo to build.prop?? thanks~
Click to expand...
Click to collapse
The file I posted was only for 3.1 Android systems. I would recommend restoring from a Nandroid backup, but if you do not have one you will need to jump on IRC so one of our genius's can assist you on restoring your original files.
I already applied this and I think it works.. Thank you very much...

Task Manager from the SGSIII (flashable .zip)

Task Manager
http://db.tt/34WJaOaM
Miss the task manager from TouchWiz Roms? heres your solution! Doesn't matter whether your running AOKP/CM9/CM10 or whatever else!
Just flash in CWM and BAM! You got the SGSIII Task Manager!
{
"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"
}
***NOTE: The app will show up in the app drawer. There is no widget, that is a pure TouchWiz thing.
Thanks.
App crashes if menu button is pressed (on first 2 tabs), confirm?
Wow, just made me realize ram usage is WAY higher on CM10 (500 @ boot after clear) than on stock ICS (think it was about 200, same situation). Not that I would ever go back because of that
Sent from my GT-I9100
Hi jthatch12,
It doesnt seem to work. I dropped the zip file in my sd card, launch CMW recovery, install from sd card. Installation was successful, (the last line was "Say thanks"). Rebooted the phone and the Task Manager is not appearing in the app drawer. Running CM10 20120821 built by codeworkx.
I dont wanna vote first and leave a bad record. Let me know if I've did anything wrong?
savagemoonlight said:
Hi jthatch12,
It doesnt seem to work. I dropped the zip file in my sd card, launch CMW recovery, install from sd card. Installation was successful, (the last line was "Say thanks"). Rebooted the phone and the Task Manager is not appearing in the app drawer. Running CM10 20120821 built by codeworkx.
I dont wanna vote first and leave a bad record. Let me know if I've did anything wrong?
Click to expand...
Click to collapse
Hahaha, um everything should've worked? Try reflashing and fixing perimissions. If that doesn't work, let me know and I'll take you step by step on what to do.
Ztax said:
Thanks.
App crashes if menu button is pressed (on first 2 tabs), confirm?
Wow, just made me realize ram usage is WAY higher on CM10 (500 @ boot after clear) than on stock ICS (think it was about 200, same situation). Not that I would ever go back because of that
Sent from my GT-I9100
Click to expand...
Click to collapse
I've experienced no issue with the first two tabs.
I've tried fixing permissions via CMW->Advance->Fix Permission and using Rom Manager. Rebooted phone and its still not appearing. Hmm. I dont see it in the "All Apps" tab. Haha. Wonder whats wrong.
savagemoonlight said:
I've tried fixing permissions via CMW->Advance->Fix Permission and using Rom Manager. Rebooted phone and its still not appearing. Hmm. I dont see it in the "All Apps" tab. Haha. Wonder whats wrong.
Click to expand...
Click to collapse
Can you confirm that the app is in the /system/apps/ folder? If it is, using an app like xplore.. you can manually set the permissions to 644 or rw-r-r
EDIT: Don't flash this using rom manager or fix permissions using it. Thats probably where things are going wrong. Use Clockwork Recovery to flash the zip, then fix the permissions there. Unfortunately your the only one having issues
jthatch12 said:
Can you confirm that the app is in the /system/apps/ folder? If it is, using an app like xplore.. you can manually set the permissions to 644 or rw-r-r
EDIT: Don't flash this using rom manager or fix permissions using it. Thats probably where things are going wrong. Use Clockwork Recovery to flash the zip, then fix the permissions there. Unfortunately your the only one having issues
Click to expand...
Click to collapse
Finally got it to work! Did it using a roundabout method as described by Snalfio in the unofficial JB thread.
-Extract the TaskManager.apk from your zip file;
-copy it in system/app;
-manually set permissions rw- r-- r--;
and tadaa, it magically spawned in the apps drawer. I've flashed the 0810 japps, maybe its causing the zip file to be unable to be installed properly into the system/app folder.
savagemoonlight said:
Finally got it to work! Did it using a roundabout method as described by Snalfio in the unofficial JB thread.
-Extract the TaskManager.apk from your zip file;
-copy it in system/app;
-manually set permissions rw- r-- r--;
and tadaa, it magically spawned in the apps drawer. I've flashed the 0810 japps, maybe its causing the zip file to be unable to be installed properly into the system/app folder.
Click to expand...
Click to collapse
Glad to hear
Thanks, will be trying this!
Will the recent apps stay on cm9?
Sent from my SC-02C using xda premium
E43JAP said:
Will the recent apps stay on cm9?
Sent from my SC-02C using xda premium
Click to expand...
Click to collapse
Yes
Sent from my SGH-I777 using xda premium
Downloading now .....
Spewed from my
CyanogenMod 9 Stable
OMLPL Baseband
Siyah 4.1RC1+ SC-02C
Nice work again. Works well. Of course I themed it RED for my use already... Great job
Sent from My SGH-I777 Running Red Reaper Rom
great work will try
I can confirm this works on CM10JB-20120902-UNOFFICIAL (Currently on Siyah 4.1.2 though that changes daily and wouldn't make a difference)
Thanks!
savagemoonlight said:
I've tried fixing permissions via CMW->Advance->Fix Permission and using Rom Manager. Rebooted phone and its still not appearing. Hmm. I dont see it in the "All Apps" tab. Haha. Wonder whats wrong.
Click to expand...
Click to collapse
same problem here. flashed yet i am not seeing it in the system/app folder.
oneheart1975 said:
same problem here. flashed yet i am not seeing it in the system/app folder.
Click to expand...
Click to collapse
I've run the zip on every rom I've ever used with zero issues. How are you going about installing the rom? Have you tried extracting the apk and pushing it to the app folder with permissions 644?
Sent from my SGH-I777 using xda premium
oneheart1975 said:
same problem here. flashed yet i am not seeing it in the system/app folder.
Click to expand...
Click to collapse
Those who had the problem. Follow this step
1. Boot into CWM recovery
2. Fix permission
3. Flash task manager zip file.
4. Reboot
If you fix permission after flash, task manager wont appear.
You must fix permission first, then flash it.
Ind33d said:
Those who had the problem. Follow this step
1. Boot into CWM recovery
2. Fix permission
3. Flash task manager zip file.
4. Reboot
If you fix permission after flash, task manager wont appear.
You must fix permission first, then flash it.
Click to expand...
Click to collapse
Followed those instructions exactly but with no result .
Any help?
GS2 stock 4.03

can't delete photos from windows

i can't delete photos from windows it just asks me to skip all the files "error deleting folder" "x folder could not be deleted. the device has either stopped responding or has been disconnected."
Help?
zetsui said:
i can't delete photos from windows it just asks me to skip all the files "error deleting folder" "x folder could not be deleted. the device has either stopped responding or has been disconnected."
Help?
Click to expand...
Click to collapse
Can you please go into more detail about the phone itself? Like is it rooted and/or running a custom ROM?
And can you go into more of what you are trying to do? That way we can help you.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Bruce Lee said:
Can you please go into more detail about the phone itself? Like is it rooted and/or running a custom ROM?
And can you go into more of what you are trying to do? That way we can help you.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
Click to expand...
Click to collapse
my bad i wrote photos...what i meant was files
i have the ktoonsez kernel, unlocked, rooted etc...i can't delete a single file from the file explorer in windows off my phone. it gives me that error. I'm baffled. All read write permissions from the windows side are correct
zetsui said:
my bad i wrote photos...what i meant was files
i have the ktoonsez kernel, unlocked, rooted etc...i can't delete a single file from the file explorer in windows off my phone. it gives me that error. I'm baffled. All read write permissions from the windows side are correct
Click to expand...
Click to collapse
Have you tried a different kernel? Or different ROM? Or reflash the ROM? Make sure you wipe accordingly, before you flash. If that fails, you might have to use Odin to go back to stock.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2

1% battery mod for Australian XT905 JB

This is a deodexed SystemUI.apk for Australian XT905 telstra stock JB with battery icons for every 1%.
Did for myself but maybe somebody else will use it.
The icons have been taken from here.
NewAustralian said:
This is a deodexed SystemUI.apk for Australian XT905 telstra stock JB with battery icons for every 1%.
Did for myself but maybe somebody else will use it.
The icons have been taken from here.
Click to expand...
Click to collapse
Just installed it. Works very nicely, thank you very much!
keyman91 said:
Just installed it. Works very nicely, thank you very much!
Click to expand...
Click to collapse
Does this work for the US/Verizon version of the phone too? I hate how the stock home screens never show detailed battery %.
colbyman said:
Does this work for the US/Verizon version of the phone too? I hate how the stock home screens never show detailed battery %.
Click to expand...
Click to collapse
I don't think so. As far as I know it has a different version of Android.
colbyman said:
Does this work for the US/Verizon version of the phone too? I hate how the stock home screens never show detailed battery %.
Click to expand...
Click to collapse
It should work... P3droid has an app in the market that does similar too RAZR m toolbox or something like that
Sent from my XT907 using Tapatalk 2
how do i install this? when i try i get "app not installed".
betty.k said:
how do i install this? when i try i get "app not installed".
Click to expand...
Click to collapse
Your phone has to be rooted and you need to have any root explorer installed.
1. I'd suggest to back up SystemUI.apk and SystemUI.odex from the folder /system/app and to think about a recovery plan if something goes wrong.
2. Copy my SystemUI.apk into the folder /system and change its permissions to rw-r--r-- (644).
3. Delete SystemUI.odex from /system/app and move SystemUI.apk file from the folder /system to the folder /system/app with a replacement of the existing file.
4. After a successful replacement you will probably get some errors, all you need is to restart the device.
PS if you don't know or understand anything from the above firstly read about it then act or otherwise you can damage your smartphone.
I'm not responsible if anything goes wrong.
That all makes sense, only thing I don't know how to do is change permissions for the apk. How do I do that?
EDIT: using both es explorer or androzip i'm unable to move the file to the system folder. I have no idea how to get it there. Should I try a different file explorer?
Sent from my XT905 using Tapatalk 2
If you are deodexed rty mod from here
Flash it with TWRP
Not deodexed, no idea how to.
I'm fully rooted, bootloader unlocked, cwm recovery and also safestrapped.
I managed to get it into the system folder but not into the app folder. Lucky I backed up in cwm, phone kinda needs a working system ui doesn't it!
Sent from my XT905 using Tapatalk 2
betty.k said:
Not deodexed, no idea how to.
I'm fully rooted, bootloader unlocked, cwm recovery and also safestrapped.
I managed to get it into the system folder but not into the app folder. Lucky I backed up in cwm, phone kinda needs a working system ui doesn't it!
Sent from my XT905 using Tapatalk 2
Click to expand...
Click to collapse
To change the permissions you need to go to the file properties. After that just cut-paste it into the app folder. Es file explorer always works for me . However it had a strange behaviour when I tried to use 'copy to' or 'move to', so just cut-paste.
Finally got this going thanks to your patience! I had to leave the permissions to rwe and only copy/paste would work for some reason. Had to reset my wallpaper and turn data back on after reboot.
Otherwise all good, thanks!
Sent from my XT905 using Tapatalk 2

[Android 4.3] Apps+Bootanimation From Google Play Edition

Apps From Google Play Edition S4 and HTC One :
{
"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"
}
Scarcely a day has passed since the Google Play Edition Galaxy S4 and HTC One went on sale, and their software bits are already floating around online. You can grab the files to get the new red SunBeam live wallpaper, boot animation, and updated camera app on your device.
The new boot animation is a group of spinning Google-color dots. It's a nice-looking animation and it's not hard to install.
Instructions :
1.Place the ZIP in SD card
2.Go to Recovery
3.Just flash it.
Bootanimation : HERE
The camera app has the updated finger-friendly setting menu, volume toggle shutter control, and probably some other tweaks,can be installed normally : CAMERA
The live wallpaper can be installed normally. The file is right here : SUNBEAM
The camera apk wont install. Does the system camera and gallery need to be removed first?
03civicdx said:
The camera apk wont install. Does the system camera and gallery need to be removed first?
Click to expand...
Click to collapse
Yes.
Sent from my XT907 using xda premium
I don't want to hijack this thread but I'm new to changing boot animations aside from using an app to successfully change my boot animation a couple years ago on my Gingerbread Droid Pro.
Love this simple animation and would love to use it. Just a couple questions.
1. Can I backup my old boot animation and sound?
2. This may be silly and I see the term thrown around multiple times daily, but what does "flashing" something mean?
3. Does this animation have any sound? Not necessary just curious
4. I only want to update the boot animation an not the rest of the things. I don't want to tinker too much with my phone or I'm sure a "bricking" would be in my very near future. Does this Zip only change the boot animation?
5. Do I need to be running a custom rom or unlocked bootloader for this to work?
I am rooted on stock rom running 4.1.1.
Sorry for the elementary questions but I am just curious. Thanks for sharing!
Jersey846 said:
I don't want to hijack this thread but I'm new to changing boot animations aside from using an app to successfully change my boot animation a couple years ago on my Gingerbread Droid Pro.
Love this simple animation and would love to use it. Just a couple questions.
1. Can I backup my old boot animation and sound?
2. This may be silly and I see the term thrown around multiple times daily, but what does "flashing" something mean?
3. Does this animation have any sound? Not necessary just curious
4. I only want to update the boot animation an not the rest of the things. I don't want to tinker too much with my phone or I'm sure a "bricking" would be in my very near future. Does this Zip only change the boot animation?
5. Do I need to be running a custom rom or unlocked bootloader for this to work?
I am rooted on stock rom running 4.1.1.
Sorry for the elementary questions but I am just curious. Thanks for sharing!
Click to expand...
Click to collapse
1. Yes. You can back them up using an app such as Root Explorer or ADB. Just copy and paste /system/media/bootanimation.zip to your SDcard.
2.
"Flashing is the term used to install something on your device, whether it’s a ROM, a kernel, or something else that comes in the form of a flashable ZIP file. It is the process of applying a firmware image or a ROM, to your device and usually entails a very specific order of steps. If you don’t follow instructions, you may end up bricking your device." -Derek Scott at Android Central
Click to expand...
Click to collapse
3. Nope.
4. It will only change /system/media/bootanimation.zip
5. You can flash in Safestrap if your bootloader is locked. No custom ROM is necessary.
Awesome thanks so much! I take it that I can't just copy the file over to the correct directory with root explorer?
Sent from my XT907 using xda app-developers app
Jersey846 said:
Awesome thanks so much! I take it that I can't just copy the file over to the correct directory with root explorer?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
You can extract bootanimation.zip from the zip package, but it is easier to flash the zip through your recovery of choice.
Sent from my XT907 using xda premium
Unlocked Bootloader, check. TWRP installed, check. Flashing Zip in TWRP, "Failed"...
Since this phone is newly unlocked with TWRP installed, is there a step I'm missing before I'm able to install?
Jersey846 said:
Unlocked Bootloader, check. TWRP installed, check. Flashing Zip in TWRP, "Failed"...
Since this phone is newly unlocked with TWRP installed, is there a step I'm missing before I'm able to install?
Click to expand...
Click to collapse
when flashing, make sure to mount system first (wiping cache/dalvik helps too).
of course you have the wrong "zip".
unzip the file on your PC, and if you can navigate via the folders to a file named "bootanimation.zip" - then that is your actual boot animation file (this file can be added by moving it via root explorer).
Awesome thanks so much!
Sent from my XT907 using xda app-developers app
This is incredibly frustrating.. due to my lack of knowledge I'm sure. I unzipped the file to my PC. Copied the contents to my SD card. Wiped dalvic. Mounted system (this is the only part I was unsure if I did correctly). Clicked Install. Navigated to the bootanimation.zip file. Swiped to confirm flash. Failed.
You shouldn't have had to "unzip" anything. Just install the file in recovery as downloaded.
The instructions for unzipping would only be used if you were manually installing the animation via a file manager.
Sent from my XT907 using xda app-developers app
I have tried two ways.
1. Downloaded Google_Bootanimation-flashable_zip.zip to SD. Went to TWRP. Clicked Install. Flashed it. Failed.
2. Downloaded Google_Bootanimation-flashable_zip.zip to PC. Extracted zip. Copied contents of unzipped file including Bootanimation.zip to sd card. TWRP recovery. Clicked Install. Flashed that one zip file. Failed.
The only thing I can think of that I could be doing wrong is mounting the system.
And to be clear. Last night Step 1, unlocked bootloader. Step 2 TWRP install. Step 3, trying to flash the zip. Is there a step I'm missing? I have cleared dalvic cache a few times during the trial and error of flashing this zip.
Rooted. Stock 4.1.1.
Sent from my XT907 using xda app-developers app
Flashing the file simply did not work and ended up being a waste of time. Unzipping the file and copying the bootanimation.zip file over with Root Explorer took 30 seconds and was extremely simple if anybody happens to run into the same problem as I did.
Sent from my XT907 using xda app-developers app
Jersey846 said:
Flashing the file simply did not work and ended up being a waste of time. Unzipping the file and copying the bootanimation.zip file over with Root Explorer took 30 seconds and was extremely simple if anybody happens to run into the same problem as I did.
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
FWIW, some of the 4.2.2 ROMs allow you to more easily swap your boot via settings (even gives you a preview).
jco23 said:
FWIW, some of the 4.2.2 ROMs allow you to more easily swap your boot via settings (even gives you a preview).
Click to expand...
Click to collapse
A 4 2.2 rom is the next step I'm looking forward to. Just wanna make sure everything is working properly like the camera and such.
Sent from my XT907 using xda app-developers app
Jersey846 said:
A 4 2.2 rom is the next step I'm looking forward to. Just wanna make sure everything is working properly like the camera and such.
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
everything works fine on 4.2.2
as long as your phone is rooted, unlocked, and TWRP installed, you can do anything you want to it.
I heard the camera was not working properly. And I heard stuff about battery life. All that fixed?
Sent from my XT907 using xda app-developers app
Jersey846 said:
I heard the camera was not working properly. And I heard stuff about battery life. All that fixed?
Sent from my XT907 using xda app-developers app
Click to expand...
Click to collapse
Yes.
Sent from my Nexus 7
Leraeniesh said:
Yes.
Sent from my Nexus 7
Click to expand...
Click to collapse
Which one are you using?
Sent from my XT907 using xda app-developers app

Categories

Resources