[Theme][TWRP] Blue Thunder [Release 0.1] 4/10/2012 - TouchPad Themes and Apps

Little theme I'm working on for TWRP 2.1.0
Blue and dark grey theme.
Download link at the bottom
Place the ui.zip on the root of the touchpad under /TWRP/theme/
some shots
{
"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"
}

Thank you, looks good on my T.pad.

Thank you.
Nice to see that I´m not the only one breaking his head

Bruce MJ said:
Thank you, looks good on my T.pad.
Click to expand...
Click to collapse
Thanks, glad you like it
marc2040 said:
Thank you.
Nice to see that I´m not the only one breaking his head
Click to expand...
Click to collapse
Mine is no where near as good as yours - you've got some real skill!

Hmm.. I put this in the theme folder in TWRP and booted up recovery. Now TWRP is in like a boot loop of sorts and if I force the TP to reset it skips the Moboot and goes right to recovery boot looping all over again.
I'm not sure what to do since I can't even get to Moboot.
I am on TWRP 2.1
Sent from my Galaxy Nexus using xda premium

jlawou said:
Hmm.. I put this in the theme folder in TWRP and booted up recovery. Now TWRP is in like a boot loop of sorts and if I force the TP to reset it skips the Moboot and goes right to recovery boot looping all over again.
I'm not sure what to do since I can't even get to Moboot.
I am on TWRP 2.1
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Try to completely power it off by pressing and holding the power button and the home button for like 10-15 seconds.
Do you know how to use ADB?

joenathane said:
Try to completely power it off by pressing and holding the power button and the home button for like 10-15 seconds.
Do you know how to use ADB?
Click to expand...
Click to collapse
I did do that but when I turn it back on it just boots straight to Android recovery. The Moboot screen flashes for a split second then just goes to recovery. Then proceeds to boot loop.
I have used ADB on the TP in the past but currently in the process of wiping my computer so I'll have to get everything set back up for it. I'm not an expert in ADB but if I know what commands to enter I can do it.
Sent from my Galaxy Nexus using xda premium

Connect your TP with your PC, hold Power and Home and as soon you can hear the connection sound push Power-Up as often you can.

marc2040 said:
Connect your TP with your PC, hold Power and Home and as soon you can hear the connection sound push Power-Up as often you can.
Click to expand...
Click to collapse
So if I understand you correctly I'm trying to get to WebOS recovery? From there I can delete the file in "themes" using ADB and try and reboot. (what would that CMD look like? ) And if that doesn't work I guess I could run ACMEuninstall.
Sent from my Galaxy Nexus using xda premium

jlawou said:
So if I understand you correctly I'm trying to get to WebOS recovery? From there I can delete the file in "themes" using ADB and try and reboot. (what would that CMD look like? ) And if that doesn't work I guess I could run ACMEuninstall.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
This is all very odd as I don't seem how a theme could cause all of this damage...
If you can get ADB to recognize the TouchPad you can try a command like
Code:
adb reboot
or to delete the theme
Code:
adb shell
rm /sdcard/TWRP/ui.zip

joenathane said:
This is all very odd as I don't seem how a theme could cause all of this damage...
If you can get ADB to recognize the TouchPad you can try a command like
Code:
adb reboot
or to delete the theme
Code:
adb shell
rm /sdcard/TWRP/ui.zip
Click to expand...
Click to collapse
Thanks for the info. It'll likely be a couple days before I can get to it.
I find it hard to believe it was the theme as well but who knows. Sorry to fill your thread with this.
Sent from my Galaxy Nexus using xda premium

Related

[Recovery] ArayrayMod Recovery 1.1 - Partitioning

I am not responsible for any bricks or damaged phones.
This is my custom recovery I have been working on, first and foremost if you don't like it or don't like me, don't come here and complain about it. Period.
You can download it here.
Instructions on how to flash:
Via ADB
fastboot flash recovery ~/Desktop/recovery.img
Click to expand...
Click to collapse
Via Terminal (Phone)
su
flash_image recovery /sdcard/recovery.img
Click to expand...
Click to collapse
Known Issue(s):
Reboots acouple times while entering recovery, just try again
Changelog:
1.1
- Added ability to partition sdcard from recovery
- Tweaked UI
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"
}
This is in the early stage of development, stable but early. If you have an errors please tell me
Upcoming updates:
Make flashable update.zip
Fix reboot issue
What is this a mod of?
nikol4s said:
What is this a mod of?
Click to expand...
Click to collapse
It's just his own made recovery that must be based off of git or cw im guessing.
nikol4s said:
What is this a mod of?
Click to expand...
Click to collapse
Yeah, android is an open platform, meaning anyone can take the system and put out their own device with the android OS on it. (Speaking in very loose terms).
Which basically means there are blueprints (sources) to build all the individual android components. Recovery Environment (Recover Kernel + Recovery Executable?) being one of them.
For people into this sort of stuff, it is fun/interesting to actually go, use the blueprints, and build your "own version" of all the various components. Why? Because it's fun just to see if you can.
Arayray has already built a ROM, so why not a recovery to go with it? Next maybe a kernel? Etc. Heck, one could even build a bootloader (Hboot) if they wanted, although that might be difficult as it could be rather hardware specific (and require proprietary info).
Tis the nature of android, all the tools are available, and are open for you to play with. It's also a great/fun way to learn. It's the 21st century version of building models, or RC Airplane kits, etc. Putting something together yourself, and watching it work. Can be very satisfying.
Sweet nice recovery! Weres gingerbread dude?! I been waiting
Sent from my T-Mobile myTouch 3G Slide using XDA App
Looks nice!
gj
@xologist
I see you have a ps3?
NGU
Sent from my T-Mobile myTouch 3G Slide using XDA App
hey arayray is it an issue with the phone or current recoveries on why we cant boot straight to recov via some sort of key combo? like home and power or vol and power.
JDV28 said:
hey arayray is it an issue with the phone or current recoveries on why we cant boot straight to recov via some sort of key combo? like home and power or vol and power.
Click to expand...
Click to collapse
Don't think that's possible .......you have to do it via hboot on this phone
Sent from my T-Mobile myTouch 3G Slide using XDA App
Im sure its possible, I know you can use commands in ADB like: adb shell reboot bootloader to reboot into fastboot, adb shell reboot recovery to reboot into recovery, youd just need to make the button to do the equivalent in android. (Since theirs no adb in terminal)
I have nothing to contribute...
Other than I like the troll picture.
purple1 said:
@xologist
I see you have a ps3?
NGU
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
I dont have a PS3, I had an XBOX tho.
I was the 1st one and only Xologist ever created/out there.
If you saw someone with that name is a copycat (no lie), ask them if they know xologist, 99% chance is they know me
then tell them i say hi, and that the person is a copycat! lol
It would be nice to see SD partioning straight from recovery...
Yeah thats what I loved about amon ra when I had my mt3g would be awesome to have on my slide
Sent from my T-Mobile myTouch 3G Slide using XDA App
Does the wipe all option wipe everything, including /system? Or is it the equivalent to the factory reset wipe option in CWrecovery?
You can partition from psfServiceMod recovery (it's a ps3 jailbreak recovery based on clockwork) so I'm sure arayray just needs to find the code that's used (there's bound to be info on it on the net somewhere) and implement it.
MusicMan374 said:
Does the wipe all option wipe everything, including /system? Or is it the equivalent to the factory reset wipe option in CWrecovery?
Click to expand...
Click to collapse
It wipes /data and /cache, no recovery wipe /system until you flash a .zip. So use "Wipe all" and then flash a rom, or choose individually which to wipe.
Sent from my T-Mobile myTouch 3G Slide using XDA App
Hey i have a question. One of the best features i loved about Amon RA recovery was when you turned on your phone you could auto boot into recovery by holding down home key. Is that going to be a feature enabled in this recovery?
Sorry guys didn't realize post was on 1st page..
downloading now

[Q] Please help with clear step-by-step: ClockWorkMod

I must be dumb, stupid, or something ... Now I want to frakking bang my head on the wall
For the life of me, I cannot boot back into ClockWorkMod to install the latest DJ_Steve ROM. I previously was able to flash my Streak, but now I can't anymore. Granted, I don't play with my Streak as much as with my Captivate, but still, I should remember how to do this.
Here is what I do:
I open CWM
I click on Flash CWM Recovery
I wait for the "success" message
Then I click on Reboot into Recovery
Nothing happens... I power down and boot back normally
I've also tried this:
I open CWM
I click on Flash CWM Recovery
I wait for the "success" message
Then I click on "Install ROM from SD Card"
I navigate and choose my update.zip file; click Yes, Yes, etc.
Nothing happens. I power down and boot back normally
{
"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"
}
AAARRRRRGGHHHHHHHH!!!!!!!!!!!!
Now I've tried the above by holding, after step 4, the Power and Camera buttons, the Power and Volume Up/Down button, Power and Vol. Down, Power and Vol. Up, etc. You get the idea ...
I either end up into the white menu for Fastboot, or end up into (what I think is) the stock recovery. There I choose "Install Update from SD Card" and then the phone waits forever at the "Detect SD" menu.
What is it that I should do? can someone please either shoot me or post some kind of detailed step-by-step, as if explained to a five year old
Thanks in advance!
PS:
Android 2.2
Baseband A131800-US
Kernel 2.6.32.9-DJ_Steve-BFS-BFQ-OC-Vol
Froyo V1.5.3 by DJ_Steve
I actually never could get ClockWorkMod to work on my streak no matter which version I picked. I got just as frustrated as you as I followed all of the given instructions and could never boot into CWM.
My suggestion (and the workaround I used) was to use fastboot and install StreakMod in the development section. It works 100% of the time for me and without any headaches.
With cwm I couldn't make a nandroid. Streakmod is the way to go.
Sent from my Dell Streak
Hellzya said:
With cwm I couldn't make a nandroid. Streakmod is the way to go.
Click to expand...
Click to collapse
I made it work at least a couple of times before.... Weird.....
duckydan said:
I actually never could get ClockWorkMod to work on my streak no matter which version I picked. I got just as frustrated as you as I followed all of the given instructions and could never boot into CWM.
My suggestion (and the workaround I used) was to use fastboot and install StreakMod in the development section. It works 100% of the time for me and without any headaches.
Click to expand...
Click to collapse
My problem is, I run Windows as a VM inside a Mac (using Fusion) so I tried installing the Fastboot drivers and the rest, but I can't make it work reliably. It's like the drivers don't like being in a VM or something, each time I want to communicate with the Streak I have to reinstall everything.
So I tried installing StreakMod, and that also failed. Is there, somewhere in a post, the exact way to install StreakMod? Maybe I can make it work on someone else's PC...
I thoght there was a fastboot for MAC. If so, can you use it to push the recovery?
alperin1 said:
I thoght there was a fastboot for MAC. If so, can you use it to push the recovery?
Click to expand...
Click to collapse
I'll try finding it, now that I think about it, yes I read that somewhere!
alperin1 said:
I thoght there was a fastboot for MAC. If so, can you use it to push the recovery?
Click to expand...
Click to collapse
The android sdk has a version of fastboot I believe.
Edit: I DLed the mac version and do not see fastboot there. I found a mac version on this page, but I have no idea if it will work with the Streak.

[How To] Add percentage to the battery icon

Prerequisites:
1. You need an unlocked boot loader.
2. You need root.
3. You need a PC with adb that can see your phone
4. Your phone needs to have USB debug enabled
All of these are well documented here in the forum.
On the PC grab the two apk files that the UOT kitched needs:
Code:
adb pull /system/framework/framework-res.apk
adb pull /system/app/SystemUI.apk
Now go to the UOT kitchen and choose your battery style from the battery tab.
Next click on the "File Upload" tab and upload your two files.
Then submit your work to the kitchen and wait.
When the kitchen is done processing, you have a download called UOT-*.zip. download that. And extract it somewhere on your PC. Now you need to push the files to your phone.
Code:
adb push SystemUI.apk /data/local/SystemUI.apk
adb push framework-res.apk /data/local/framework-res.apk
Next you need to adb shell to the phone to remount the system partition as read-write and copy the files to their correct location. From the PC run "adb shell" Then, on the phone:
Code:
su
mount -o remount,rw /dev/block/mmcblk0p29 /system
cp /data/local/SystemUI.apk /system/app/SystemUI.apk
cp /data/local/framework-res.apk /system/framework/framework-res.apk
cd /data/dalvik-cache
rm *
Then reboot the phone. When it comes back up you should have your customized battery.
NOTE: This is all from memory so there may be some minor inconsistencies but the general concept is sound. The main thing you MUST do is unlock the bootloader and you MUST have root (temp-root should be fine)
NOTE 2: There are a lot more things that you can customize using the UOT Kitchen. I've only changed the battery but you should be able to change icons, taskbar, lockscreen and more. So, if you are comfortable doing so, have at it.
And one final note. This is the brute-force method. Once a CWM recovery is created for the Amaze then most (all?) of this is unnecessary and you can just flash the UOT zip file from recovery.
-xdadevelopers-user
after i do the adb pull, where can i find the files it pulled????
Should be in the same adb folder
Sent from my HTC_Amaze_4G using XDA App
what exactly are the inconsistencies? cause i cant get it to stick although i follow your instructions to a "t"
Enzopreme said:
what exactly are the inconsistencies? cause i cant get it to stick although i follow your instructions to a "t"
Click to expand...
Click to collapse
Is your bootloader unlocked?
I try doing this framework but it work's it force close's alot i restored firmware then i tryed it went good then i restarted my phone & now i'm on a black screen the button's show up but no display , what the hell ?
Revolution said:
I try doing this framework but it work's it force close's alot i restored firmware then i tryed it went good then i restarted my phone & now i'm on a black screen the button's show up but no display , what the hell ?
Click to expand...
Click to collapse
bricked again huh?? you building a skyscraper with all those bricks??
Here's a thought-let's all be patient and take one step at a time.
We need recovery before we start buggering around.
Sent from my HTC_Amaze_4G using xda premium
TheSneakerWhore said:
Here's a thought-let's all be patient and take one step at a time.
We need recovery before we start buggering around.
Sent from my HTC_Amaze_4G using xda premium
Click to expand...
Click to collapse
I agree 100% with this.
We need to be able to do backups with Clockwork as well as use other scripts such as fix_permissions, clear dalvik-cache, etc to prevent bricks, FC errors, etc.
Let's work on getting a recovery first.
I fixed it last night
Sent from my HTC Ruby using XDA App
Here you go guys.. If you have CWM Recovery installed, just install my zip.
This.is what I've been looking for. Thx man..
Sent from my phone.
by any chance, do you have a screenshot for this battery percentage update?
what rom does this work on? quiksense? bliss sense?
-FuRBz- said:
what rom does this work on? quiksense? bliss sense?
Click to expand...
Click to collapse
It's only been tested on the 1.36.531.5 stock ROM(My Phone) but I imagine it will work on most all Sense 3.0 ROMS.
Screenshots of an identical mod I released can be found in my other thread here:
http://forum.xda-developers.com/showpost.php?p=11848512&postcount=1
{
"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"
}
Working on enegrys rom w/o issues.
Sent from my phone.
Wonder if it will work on bliss sense....?
Sent from my HTC Amaze 4G using xda premium
I flashed the stock kernel so that wifi could work on Android revolution rom. Wifi works now, but I'm unable to sync my phone with HTC sync, so that I can use adb. Any suggestions to what I can do to set up adb again? (I'm using a windows 7 laptop btw)
dharvey4651 said:
It's only been tested on the 1.36.531.5 stock ROM(My Phone) but I imagine it will work on most all Sense 3.0 ROMS.
Screenshots of an identical mod I released can be found in my other thread here:
http://forum.xda-developers.com/showpost.php?p=11848512&postcount=1
Click to expand...
Click to collapse
holy thread revival...anyone test this out on 1.43 stock?
mrmako777 said:
holy thread revival...anyone test this out on 1.43 stock?
Click to expand...
Click to collapse
you can take Stock statusbar with percentage battery from V2T section in this post, extract framework-res.apk from it and replace battery graphics in it for any you like. You can use a Graphics replace from the same post for that.

[Splash] Evo4G/Inc style splash screen for Rezound

OG Evo & OG Incredible styled splash-screens for the Rezound
For anyone that has owned an OG Evo or OG Incredible in the past, this splash screen is for you!
Here are the ones I've made so far. There are more to come.
{
"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"
}
Here are the old Evo and Inc splash screens for reference
Install Instructions
There are three methods to install these so pick the one that you like best
Bootloader
- Download the ZIP of your choice
- Rename to "PH98IMG.zip"
- Copy to your External SD card
- Reboot to bootloader
- Allow it to flash
- Reboot when prompted
Fastboot
- Download the IMG of your choice
- Reboot your phone into fastboot mode
- Wait for your phone to say "fastboot usb"
- Type in
Code:
$ fastboot flash splash1 splash.img
- Reboot when prompted
Terminal Emulator or adb shell
- Download the IMG of your choice
- Copy IMG to your sdcard
- Type in
Code:
# dd if="/sdcard/splash.img" of="/dev/block/mmcblk0p14"
# reboot
Download Links
PH98IMG.ZIP for bootloader flashing
Without reflection
blackBGnoReflect.zip
whiteBGnoReflect.zip
With reflection
blackBGReflect.zip
whiteBGReflect.zip
SPLASH.IMG for fastboot & terminal flashing
Without reflection
blackBGnoReflect.img
whiteBGnoReflect.img
With reflection
blackBGReflect.img
whiteBGReflect.img
Credits
- Trueblue_drew for the initial instructions on how to do this
- TNET Services, Inc for the easy PH98IMG.zip creator
- AndroidRevolutions for the file hosting
Disclaimer
Not that I really need this but just in case, I assume no responsibility for your actions. You flash this and any other files at your own risk. Please flash responsibly.
Looks great. Reflection would be good.
Edit: Just flashed and it looks great.
Sent from my ADR6425LVW using xda premium
If I'm not by a PC can I rename to PH98IMG.zip and install via bootloader? I do realize this currently is a .img
You can't through the bootloader with this img. However there are some instructions floating around on a method to do it through terminal emulator but if you find them you'll need to make sure they are for the rezound.
Once I get home from work ill package them up in a bootloader zip and ill see if I can't get the right partition info so they can be flashed from terminal.
Sent from my ADR6425LVW using xda premium
Thanks very nice job on this
red3razor said:
If I'm not by a PC can I rename to PH98IMG.zip and install via bootloader? I do realize this currently is a .img
Click to expand...
Click to collapse
I just opened up another ph98img zip I had for another splash screen with 7 zip, deleted the splash1 out of it, and copied this splash1.img in it's place, closed zip. Placed on ext sd, and flashed in bootloader. Worked like a charm.
Sent from my ADR6425LVW using xda premium
Could do that..... but with a PC (7zip)
red3razor said:
Could do that..... but with a PC (7zip)
Click to expand...
Click to collapse
I am now officially home. Give me about 15 minutes or so and I'll have a bootloader zip for you
Well that was easier than I though, link is in the OP!
mbobino said:
I am now officially home. Give me about 15 minutes or so and I'll have a bootloader zip for you
Click to expand...
Click to collapse
Appreciated friend. At hospital with my wife having our first baby soon today, so no PC. Good work
btw, love the simple clean look
red3razor said:
Appreciated friend. At hospital with my wife having our first baby soon today, so no PC. Good work
btw, love the simple clean look
Click to expand...
Click to collapse
I know the feeling. Lots of waiting with having a baby. We just had our first June 25th. Congrats to you, life changes a whole lot after you have one lol
mbobino said:
I know the feeling. Lots of waiting with having a baby. We just had our first June 25th. Congrats to you, life changes a whole lot after you have one lol
Click to expand...
Click to collapse
Thanks, and congrats to you also
red3razor said:
Could do that..... but with a PC (7zip)
Click to expand...
Click to collapse
Oops, forgot that part. Oh well, I tried.
Sent from my ADR6425LVW using xda premium
Good news! I finally figured out the partition that splash1 resides on. So now there are 3 confirmed ways to flash splash screens.
The details will be in the OP (which is getting prettified tonight)
I like the black reflection.
Nice job on these!!! The black reflection is sweet.
I miss my unrEVOked splash from my Inc.
Sent from my ADR6425LVW using xda premium

Note 5 stock/adb access?

My phone is freezing/locking up a few seconds after loading the OS and I can't transfer any of my photos over since the phone jams and the connection stalls
I've tried a multiple solution regarding this problem but it won't go away.
Is there a way perhaps using adb I could retrieve my data without loading into the OS.
I cannot modify the phone in any way since it's under warranty and i will be getting it exchange soon.
Sent from my SM-N900W8 using Tapatalk
You should be able to activate USB Debugging in the Maintenance Boot Mode if you don't already have it. If you hold Volume Down and Power for like 10 seconds, you should boot into this and have that option. If the phone can still boot to the system, even if it freezes up when loaded, hopefully you can still adb pull the /sdcard/ with adb. Other than that, without loading a custom recovery, which will trip Knox, then there's not much to do.
I don't have the option for maintenance boot mode on the note 5.
Sent from my SM-N900W8 using Tapatalk
Can I access the phone with adb in download mode?
Sent from my SM-N900W8 using Tapatalk
Droidherder said:
I don't have the option for maintenance boot mode on the note 5.
Sent from my SM-N900W8 using Tapatalk
Click to expand...
Click to collapse
Droidherder said:
Can I access the phone with adb in download mode?
Sent from my SM-N900W8 using Tapatalk
Click to expand...
Click to collapse
It definitely should. https://www.youtube.com/watch?v=HVBresgUXEw - Skip to about 1:05 and watch the steps to get in to the mode.
adb does not work in Download Mode.
That just resets the phone for me. I press the volume down and power and let go right after it turns off and then the logo shows up and starts loading the OS
Sent from my SM-N900W8 using Tapatalk
Droidherder said:
That just resets the phone for me. I press the volume down and power and let go right after it turns off and then the logo shows up and starts loading the OS
Sent from my SM-N900W8 using Tapatalk
Click to expand...
Click to collapse
Try it from a powered off state.
es0tericcha0s said:
Try it from a powered off state.
Click to expand...
Click to collapse
That just boots the phone into safe mode
Sent from my SM-N900W8 using Tapatalk
Hmm. Safe mode is supposed to activate if you hold volume down after you let go of power but if you hold both together it should boot to the maintenance mode. Not sure why it's not working for you. I have booted into it with some S7s but have not tried with a Note 5, I don't think, but there's video proof it does have it. Unless your carrier had it disabled for some reason or you're not getting the timing right, not sure what to tell you.
es0tericcha0s said:
Hmm. Safe mode is supposed to activate if you hold volume down after you let go of power but if you hold both together it should boot to the maintenance mode. Not sure why it's not working for you. I have booted into it with some S7s but have not tried with a Note 5, I don't think, but there's video proof it does have it. Unless your carrier had it disabled for some reason or you're not getting the timing right, not sure what to tell you.
Click to expand...
Click to collapse
That keeps restarting the phone no matter how I do it
Sent from my SM-N900W8 using Tapatalk
So I did the volume down and power and now it's black screen but still powered on. I connected the cable to my PC and adb does detects an unauthorized device connected. Is it possible to still retrieve data?
Sent from my SM-N900W8 using Tapatalk
Edit
{
"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 this good, and can anyone guide me through in how to retrieve data if possible?
Sent from my SM-N900W8 using Tapatalk
You'll have to see if you get prompted to authorize on the phone when you reboot before it freezes... I hadn't tried this before without having the phone authorized as it's one of the first things I do with my phone because of stuff like this...
es0tericcha0s said:
You'll have to see if you get prompted to authorize on the phone when you reboot before it freezes... I hadn't tried this before without having the phone authorized as it's one of the first things I do with my phone because of stuff like this...
Click to expand...
Click to collapse
I've tried booting in the OS with the adb connection but no option shows up to authorize anything unless it's somewhere else?
Sent from my SM-N900W8 using Tapatalk
Leave phone plugged in and reboot and in command prompt type :
adb wait-for-device devices
When you reboot and PC recognizes it, this should bring up the prompt.
es0tericcha0s said:
Leave phone plugged in and reboot and in command prompt type :
adb wait-for-device devices
When you reboot and PC recognizes it, this should bring up the prompt.
Click to expand...
Click to collapse
Alright I was able to click the prompt and the check box to remember the device before it locked up. I then rebooted it into maintenance mode which only shows me a black screen btw and adb still notes unauthorized in the CMD window
Sent from my SM-N900W8 using Tapatalk
I swear I'm fed up with this **** and it's stupid lockup. I can't do **** before it freezes up on me. I'm so frustrated already.
Sent from my SM-N900W8 using Tapatalk
You should be able to pull the sdcard with adb while it's booted even though the OS is not responding.
es0tericcha0s said:
You should be able to pull the sdcard with adb while it's booted even though the OS is not responding.
Click to expand...
Click to collapse
The phone is currently frozen and adb is recognizing the device. Not sure if this works or not but what command do I type to get the dcim folder. It's where my photos are located?
Sent from my SM-N900W8 using Tapatalk
adb pull /sdcard/DCIM/
and
adb pull /sdcard/Pictures
Some other apps save pictures there too.

Categories

Resources