Factory Reset w/ Broken Screen & No Touch - AT&T Samsung Galaxy Note I717

Hi all,
I have a broken rooted i717. The phone is functioning but the display will not light up and touch function will not work. I want to resell the phone but I'm worried about security issues. I couldn't find anything specific to the i717, but found something for the gt-n7000 (link below). Is there anyway to restore the phone to factory settings via ODIN or ADM?
http://forum.xda-developers.com/showthread.php?p=36371021
Thanks in advance

dizandyvan said:
Hi all,
I have a broken rooted i717. The phone is functioning but the display will not light up and touch function will not work. I want to resell the phone but I'm worried about security issues. I couldn't find anything specific to the i717, but found something for the gt-n7000 (link below). Is there anyway to restore the phone to factory settings via ODIN or ADM?
http://forum.xda-developers.com/showthread.php?p=36371021
Thanks in advance
Click to expand...
Click to collapse
Check out MyMobiler and or MobileEdit! software ... ide try MyMobiler first, its free and pretty legit. Will inject itself into the phone without any user interaction. . same with MobileEdit! but its not free.
of course you could run some ADB commands and all that good stuff... maybe even Android Commander your way with some shell commands. but MyMobiler will actually bring up a screen on the computer and let you control the phone.

As kool as those apps are, both require input on the phone to set up and run (at least their instructions say you do).
Just google 'use adb to factory reset' and you will have several good links.

rangercaptain said:
As kool as those apps are, both require input on the phone to set up and run (at least their instructions say you do).
Just google 'use adb to factory reset' and you will have several good links.
Click to expand...
Click to collapse
negative.. especially if debugging is enabled and rooted. have done it on an htc with cracked screen, and s3 that i was working on remotely through a teamviewer session
but yea, adb is pretty effective if youre down. snag the mini SDK and fire away

Related

how to get data then hard reset without display

my vibrant has no video tmobile send me a new phone already now i need to get the data off the old phone but there is no display on screen how can you get it off without seeing anything then hard reset it?
tiensinh99 said:
my vibrant has no video tmobile send me a new phone already now i need to get the data off the old phone but there is no display on screen how can you get it off without seeing anything then hard reset it?
Click to expand...
Click to collapse
Wow, you know it's bad when everybody is ignoring your question, lol.
But all jokes aside, check out adb for dummies http://forum.xda-developers.com/showthread.php?t=502010
Possibly go to googles android sdk page and look up adb commands http://developer.android.com/guide/developing/tools/adb.html , specifically the pull command.
I hope you had usb debugging checked already, because if you didn't this will not even work. if you are running one of eugenes roms it should be checked by default, unless you turned it off.
You will need the android sdk installed on your computer http://developer.android.com/sdk/index.html
and the vibrant drivers if you are using windows. http://forum.xda-developers.com/showthread.php?t=728929
good luck.
what data do you need to get off?
if its just contacts, gmail etc then its already synced with gmail and no need to worry.
mms and sms could be a bit trickier.
if you want to get your pics and vids of the SD card, you can use adb or install droid explorer. I love droid explorer for get/push files.
if you are worried about apps, I would forget about it and just reinstall them on the new phone.
i got my data off with usb mode by playing guess with the touchscreen.thanks for reply.

[Q] How to back up when screen is dead?

Apologies if this isn't purely a dev question, but developers would be most likely to know the answer and other devs most likely to benefit from the answer.
If your touchscreen no longer works, how can I make a backup? So I don't lose my photos, contacts, and need to reinstall every app/every setting when they give me the replacement phone? I'd temp root and run Titanium Backup but with the touchscreen bad I can't even unlock the phone, let alone navigate the menus in TB.
My Evo 3D touch screen suddenly went crazy yesterday. I try to drag the ring to unlock the phone and the ring just jumps up a bit, wiggles a little, maybe unlocks, but then when I'm on the enter pattern page I can't because it doesn't register my finger properly, it registers touches sort of but won't register finger drags. The phone was working fine, it was plugged into my car's USB charger and audio jack, but right after I disconnected this happened.
(I tried safe mode, tried removing the battery, tried plugging into the normal HTC charger, screen just acts crazy.)
Thanks!
Quinxy
Can you connect with HTC Sync? I think you can backup from there but I'm not sure (I have Sensation but used HTC Sync only once)
idavid_ said:
Can you connect with HTC Sync? I think you can backup from there but I'm not sure (I have Sensation but used HTC Sync only once)
Click to expand...
Click to collapse
Thanks! I didn't know HTC Sync existed, now downloading and will try that. Will post back when I see what it does and doesn't do, and if it'll work without my screen being usable.
Quinxy
you could use adb shell and copy the important thing to the sdcard if they aren't already there iirc pictures are stored on the sdcard anyway... you can also use adb pull to grab the files and put them on your computer.
pictures are already on your SD card, apps automatically reinstall after android 2.2, and your contacts should sync with Gmail. settings you would have to setup again.
BTW this should be in the Q&A section.
idavid_ said:
Can you connect with HTC Sync? I think you can backup from there but I'm not sure (I have Sensation but used HTC Sync only once)
Click to expand...
Click to collapse
Hmm, installed HTC Sync but it just says "Device not connected", it looks like you need to make sure your phone's USB setting is changed from "Charge Only" to "HTC Sync", which I can't given the touch screen issue.
For those that want it, you can find that software here:
Download HTC Sync Software
And per the advice of others in this thread I found the following which describes using adb shell to backup key data. It requires root, though, so you'll need to temp root. I haven't tries this yet, but this will be next:
Backup/Restore with ADB Shell
^ Quinxy
Why not just pull the SD card and back that up. Or keep it. Swap it with the new phone. Thats where your pictures are. As for your apps that sucks but not a lot can be done about that.
Sent from my PG86100 using XDA App
quinxy said:
Apologies if this isn't purely a dev question, but developers would be most likely to know the answer and other devs most likely to benefit from the answer.
If your touchscreen no longer works, how can I make a backup? So I don't lose my photos, contacts, and need to reinstall every app/every setting when they give me the replacement phone? I'd temp root and run Titanium Backup but with the touchscreen bad I can't even unlock the phone, let alone navigate the menus in TB.
My Evo 3D touch screen suddenly went crazy yesterday. I try to drag the ring to unlock the phone and the ring just jumps up a bit, wiggles a little, maybe unlocks, but then when I'm on the enter pattern page I can't because it doesn't register my finger properly, it registers touches sort of but won't register finger drags. The phone was working fine, it was plugged into my car's USB charger and audio jack, but right after I disconnected this happened.
(I tried safe mode, tried removing the battery, tried plugging into the normal HTC charger, screen just acts crazy.)
Thanks!
Quinxy
Click to expand...
Click to collapse
Ah, yet another touch screen issue. Mine is doing the same thing, but not as bad. Did you try just rebooting? (you probably did)
But, as suggested, I would do the temp root and then copy files from there that you need. But if you have your gmail account in there, it shouldn't be an issue.
This might seem like a stupid question but do you have anything covering the screen? Otterbox, screen protector, sometimes I get a few drops of water on screen and it won't respond until I wipe clean and then turn off screen. This is just to see if the screen really is not working or if something is making it think that there are multiple contacts on the screen and not responding to your finger.
Thanks for your help everyone... I've successfully moved everything to the replacement phone. For posterity and anyone who wants to needs to do the same... Here's what worked best for me.
1) Temp fre3vo root with Busy Box, SU, etc. (http://forum.xda-developers.com/showthread.php?t=1152101)
2) Backed up apps and settings to computer via adb pull. Apps are in /data/app and settings are in /data/data.
3) Moved SD card from old phone to new phone.
4) Avoided Market setup until I restored settings. Restored settings from computer via adv push AFTER weeding through the list of pulled items and moving out any items that were com.android, com.htc (or had htc or android in the name). Altered permissions on the dirs I copied over. Android looks like each app has a different owner (e.g., app_145)?!?! So I just chmod -R 777 the dirs in question (leaving the others as they were); surely there's a better solution, but it worked, I'll try to fix it better later.
5) Ran Market, let it reinstall the apps it knew about.
6) Copied over a few setting files manually, like the wifi supplicant file.
7) A few apps didn't automatically install from Market so I went to my backup of /data/app and ran "adb install foo.apk" to install those remaining apps.
8) Re-installed two apps which force closed (Super Manager and Lookout Mobile Security).
And voila... All my apps and app settings were moved to the new phone without much fuss!
Hope it helps someone else.
Quinxy
Screencast
Download Screen Cast http://code.google.com/p/androidscreencast/. It's Java Based and works on all operating systems.
Download and Install Android SDK - http://developer.android.com/sdk/index.html
Temp Root Your Phone with Fre3vo.
Open Screen cast with your computer and connect phone.
Make sure USB Debugging is Enabled in Settings on Phone (Hopefully you can do this or already had)
Now you should be able to control your phone from your computer and recover your data etc.
Good Luck!
SpyFi said:
Download Screen Cast http://code.google.com/p/androidscreencast/. It's Java Based and works on all operating systems.
Download and Install Android SDK - http://developer.android.com/sdk/index.html
Temp Root Your Phone with Fre3vo.
Open Screen cast with your computer and connect phone.
Make sure USB Debugging is Enabled in Settings on Phone (Hopefully you can do this or already had)
Now you should be able to control your phone from your computer and recover your data etc.
Good Luck!
Click to expand...
Click to collapse
Nice. Info. Gonna try this tonight.
Locked & Loaded
SpyFi said:
Download Screen Cast http://code.google.com/p/androidscreencast/. It's Java Based and works on all operating systems.
Click to expand...
Click to collapse
Awesome, thanks for turning me on to this! I used to love being able to remote control my Pocket PC with the MS SDK back in 2001 and have been annoyed finding nothing like that for Android (or my iPhone before that)!
Quinxy

[Q] Configuring Android for a Noob

Okay,
So, I finally upgraded from my old POS HTC TP2 and got a Samsung Siii, which so far is beyond description. However, being that I'm primarily a Windows Developer, and VERY used to the way windows operates, I am finding it rather difficult to adjust to system level configurations with the Android OS.
Like, in windows there's a Registry, which on the phone or on the computer if you know what you are doing you can configure manually and effect massive changes to the system. But I can't seem to find anything like that for the Android OS, which make some sense, but there are some things I'd like to change:
Screen real-estate.
So I go from this TP2 which had like a 2 inch screen, and 480x600 or something, to this SIII with a 4.6 inch screen and damn near double the resolution. but on my Tp2 I could see like 10-12 emails/texts listed, and with Cookie's Home Screen, I could have up to 25 apps on one screen.
Given Screen Dynamics, I should very simply be able to see 20 emails/texts on screen, and 60 apps, but like people who move from a 1280x1024 desktop to a 2048x1280, their resolution goes up, but they also increase the size of the icons and fonts so effectively their desktop real-estate hasn't changed. Working visual Studio (and most other editors not used for WYSIWYG documents like Word) my font size is like 7-8pt type on 1680x1050 resolution. I am not visually impaired here, so I can read small print on a big screen, yet I even with the smallest font setting the default applications and text are MASSIVE. I can see like 8 text conversations and 7 emails. When you browse to a website the size is tiny, and I can zoom to an appropriate level, which currently provides 10 times the amout of information than the default home and app screens provide. Instead of "Small,Medium,Large" etc, is there any low level configuration where I can define the icon/font DPI to say that true 7pt type is perfectly acceptable for me? Are there any Apps that do this?
Texts & Emails.
Not to say that I'm much of a nay-sayer, but do we have to have stupid little bubbles for my chat screen? I mean, simply list them out in text. It's called texting, not "comic book bubbling". the bubbles get in the way and I'd simply like to make them a simple line by line. Sure the emote icons can be drawn in, and with other graphics to indicate attachments and such, but can I turn off "bubble texting" and just so me a direct list. This (with the font changes) would allow me to follow two weeks worth of text history with any one contact instead of having to remember my bubbles are on the right theirs on the left. (of course a good starting point would be to be able to reverse that). Can any of this be done easily?
As for Email, well It was an "add on" to my old TP2, but I would like a simple one-click way to "Mark all as read". I do not use GMail nor ever will. I own two domain names and my emails come through there. So the GMail client is out. The default client, as aforementioned, only shows like 7 emails in either a categorized today,yesterday,etc view, or a conversation threaded view. I just want a list: Line 1: Sender and Date, Line 2: Subject. And a simple button to click at the top that says: Mark All Read. I shouldn't have to check each email and then mark read, and with the categories if any emails are already read, the option defaults to mark unread so I have to check, mark unread, check, and mark read to get them all. I have like 6 different email accounts, with multiple aliases, and I'm on many newsletters and other such things, so I get quite a few emails daily, but I don't always need to read them. So far i've looked around and haven't found much in the way of email applications that will do what I want, which Mozilla Thunderbird (and my old TP2) do quite readily.
Mostly, I'm looking for ways to truly manipulate this device to the max, so that I can truly treat it like a portable computer. I used my old tp2 (while it was functioning) is a primary universal communications device, and I know I will do the same with the SIII, but to make my experience more enjoyable I need some starting points to determine if I can easily configure this thing to work my way. (Nah, i'm not a control freak, )
Thanks
Jaeden "Sifo Dyas" al'Raec Ruiner
There is a way to make everything smaller. There is a build.prop file. If you open it You should be able to find line like lcddensity (just look for lcd or density). Default is 240 but if You make it smaller everything will be smaller. Also You can have more icons on Your laincher when You're using better launcher. I'm using adw launcher ex and it has this option. Also the sms bubble thing. Take a look for "go sms pro" on android market. It has plenty of options
Sent from my X10i using xda app-developers app
Thanks for the pointers. So i need a different launcher, and the sms/email apps to solve my other problems. Great.
As for the "build.prop" file. Is that something that I will have to use the sdk and like rebuild the OS (basically, "root" the phone)?
Thanks
J"SD"a'RR
JaedenRuiner said:
Thanks for the pointers. So i need a different launcher, and the sms/email apps to solve my other problems. Great.
As for the "build.prop" file. Is that something that I will have to use the sdk and like rebuild the OS (basically, "root" the phone)?
Thanks
J"SD"a'RR
Click to expand...
Click to collapse
Yeah root is required. If You have that You can just open it as normal *.txt file. Root Explorer is best for doing it
Sent from my X10i using xda app-developers app
JaedenRuiner said:
Thanks for the pointers. So i need a different launcher, and the sms/email apps to solve my other problems. Great.
As for the "build.prop" file. Is that something that I will have to use the sdk and like rebuild the OS (basically, "root" the phone)?
Thanks
J"SD"a'RR
Click to expand...
Click to collapse
root would be required, but in most cases, you don't have to start from scratch to gain root, only if you flash a new or custom rom, so, no rebuilding the OS in most cases. the build.prop tweaks and custom launchers are a great start, but you might want to research the custom recovery for your device, so that you can make a nandroid backup, and restore in the event that you change something that causes issues that you can't fix..it's a good precaiution at any rate if you plan on doing a lot of poking around.,
jakuburban said:
Yeah root is required. If You have that You can just open it as normal *.txt file. Root Explorer is best for doing it
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
yea, great. this is effing priceless. So I root the phone. I get a build.prop editor, I change the lcd density so I can get more info on screen and what happens. TouchWiz has stopped working.
Home doesn't work, nothing works. the phone is as useless as a paperclip as a paperweight. even better, the kies install still works only a 3rd the time (at best) so plugging it in via usb i can't even access the device. There appears to be no key combo command to tell the thing to use its internal flash recovery to restore factory defaults, and I can't access the build.prop file from my computer in order to change the file back to its original settings.
very helpful, i must say, winmo6.5 may have sucked, but it worked. this android crap really is NOT user friendly.
As a programmer I believe in "ultimate user customization". and yet I either have to suffer under google bird brained ideas of how things will work, or have a different phone. the very fact that I cannot just RESET TO FACTORY DEFAULT. albiet that woudl suck too, but so far it's all about this ODIN crap. why isn't the factory ROM on the phone itself? all i did was root it and edit one file. if that breaks android so easily, it really needs to be taken back to the drawing board.
[EDIT]
And now I've found the way to get to the factory restore...but it doesn't effing restore. cause I'm still getting the same error after the restore. at least my POS HTC tP2 when i RESTORED it, it flashed EVERYTHING back to factory defaults, including the system files I changed. I now have a brand new SIII that is worthless.
Jaeden "Sifo Dyas" al'Raec Ruiner.
Have a bit of patience with yourself mate. I too came from WM (Touch Diamond, Touch HD and then a HD2) and I'm a Windows developer by profession, so Android was completely alien to me. The Linux crowd are sorted but we've got a steep learning curve ahead of us
All you've told us about your current problem is that "nothing works". Can you tell us what actually happens when you turn the phone on? Is it booting okay and getting to where you'd expect to see a home screen?
JaedenRuiner said:
yea, great. this is effing priceless. So I root the phone. I get a build.prop editor, I change the lcd density so I can get more info on screen and what happens. TouchWiz has stopped working.
Home doesn't work, nothing works. the phone is as useless as a paperclip as a paperweight. even better, the kies install still works only a 3rd the time (at best) so plugging it in via usb i can't even access the device. There appears to be no key combo command to tell the thing to use its internal flash recovery to restore factory defaults, and I can't access the build.prop file from my computer in order to change the file back to its original settings.
very helpful, i must say, winmo6.5 may have sucked, but it worked. this android crap really is NOT user friendly.
As a programmer I believe in "ultimate user customization". and yet I either have to suffer under google bird brained ideas of how things will work, or have a different phone. the very fact that I cannot just RESET TO FACTORY DEFAULT. albiet that woudl suck too, but so far it's all about this ODIN crap. why isn't the factory ROM on the phone itself? all i did was root it and edit one file. if that breaks android so easily, it really needs to be taken back to the drawing board.
[EDIT]
And now I've found the way to get to the factory restore...but it doesn't effing restore. cause I'm still getting the same error after the restore. at least my POS HTC tP2 when i RESTORED it, it flashed EVERYTHING back to factory defaults, including the system files I changed. I now have a brand new SIII that is worthless.
Jaeden "Sifo Dyas" al'Raec Ruiner.
Click to expand...
Click to collapse
How much did You change the value? Some of the apps(very few) don't support even a small change, and if You changed it like about 30+ then launchers may have problems.(in this case it has). You can copy files from & to phone using adb commands, even when You can't do anything. You can install e.g. ADW Launcher (program in my description does that) that should work and would bring Your phone back to life. There is also other way to repair it, but I hope You made a backup (this is "must to do" thing if You change sth. in ROM, especially when somebody is a noob and doesn't know a way how to repair it) , or just a backup of build.prop (50% chances that it will work).
Making factory reset won't help. Samsung Kies was always a crappy thing and never worked. Try odin to reflash ROM (if You didn't make a backup). And one important thing. Is it a custom ROM, do You have flashable package somewhere on the pc or phone? If so don't use ODIN yet. And send me this ROM. (is this *.zip file, not *.img?) There is a chance to restore build.prop.
PS. I understand You have usb debugging enabled?
Archer said:
Have a bit of patience with yourself mate. I too came from WM (Touch Diamond, Touch HD and then a HD2) and I'm a Windows developer by profession, so Android was completely alien to me. The Linux crowd are sorted but we've got a steep learning curve ahead of us
All you've told us about your current problem is that "nothing works". Can you tell us what actually happens when you turn the phone on? Is it booting okay and getting to where you'd expect to see a home screen?
Click to expand...
Click to collapse
After i changed the lcd_density, it rebooted and came to my lock screen. everything was smaller as I hoped, so i began punching in my PIN. then a small dialog popped up saying TouchWiz UI had stopped. I hit okay, and figured the lcd density I had chosen must be incompatible. So I pressed OK, figuring I would jump back in and change it back. I typed in the PIN and hit OK. My home screen background game up, but the bottom App row (5 icons) wasn't there. another dialog about the TouchWiz UI popped up. I pressed OK. Then a dialog saying System UI had failed. after 4 or 5 dialogs I could no longer press the OK button, like it either wouldn't recognize my touch or was "disabled" or something. so I tried to reboot the phone (holding the power button in to get to the reboot menu). It rebooted with the exact same behavior. Knowing that the phone was rooted I let it reboot, and tried plugging it back into my PC.
Now, even before I did all the advanced changes, when plugged into the computer, the SPH-L710 node in explorer only comes up a quarter of the time, so now, i plugged in and unplugged until the node appeared to allow me to explore the phone, figuring it is "rooted" now so I should be able to get to the build.prop file some how and change it. No such luck.
I played with the button presses hoping to find some soft-key combination that would "restore factory defaults". Took some intuitive leaps, and remembered power+VolDn+home lead me to download mode. and that when rebooting the guide had told me to use power+volup+home to get to "recovery". so I tried that, which lead me to the "Stock Recovery Mode" screen. (rather different than the ClockworkMod Recovery I used to root the device).
At this point I selected the third option, "wipe data/restore factory settings". (yes, I had backed up the device before i performed all this so I'm not "worried" just annoyed). the phone when through the process and claimed the restore was complete so in the menu I selected to reboot and it popped back up asking all the same initial questions it had when it was first turned on. thinking "yea" i'd solved the issue, it booted in asking for my name and yadda, yadda, yadda, when suddenly the SAME TouchWiz UI error pops up. again. skipping over the initial configuration stuff, it got to the psuedo lock screen, saying slide to unlock, and i see 4 icons at the bottom (not 5) and again the TouchWiz UI and System UI errors pop up repeatedly. I can't select any of the icons at the bottom, and I am now without a phone untill I can simply alter 3 characters in a text file, which I can't get to.
I get the learning curve and all, but if this build.prop file is so critical, factory reset should reset it too. it apparently does not, and so until i can somehow alter that file to set the lcd density back to 320 i'm screwed.
J"SD"a'RR
jakuburban said:
You can copy files from & to phone using adb commands, even when You can't do anything.
Click to expand...
Click to collapse
well first step is finding ADB. I downloaded the SDK but couldn't find adb anywhere in the sdk tree. once I do find it, using it will be amusing to say the least.
jakuburban said:
There is also other way to repair it, but I hope You made a backup
Click to expand...
Click to collapse
Of course i backed up the phone with my data. But unless I get it to boot in the standard home screen with the applications I can't restore the data.
jakuburban said:
or just a backup of build.prop (50% chances that it will work).
Click to expand...
Click to collapse
what purpose would this serve. the build.prop editor I used made a backup, but again untill i can get into the phone I can't restore this backup.
jakuburban said:
Making factory reset won't help.
Click to expand...
Click to collapse
which in mymind (as a developer) this is a bad design. any 'breaking' change should be repairable by a factory reset.
jakuburban said:
Samsung Kies was always a crappy thing and never worked.
Click to expand...
Click to collapse
needed it for the usb drivers, that's all.
jakuburban said:
Try odin to reflash ROM (if You didn't make a backup).
And one important thing. Is it a custom ROM, do You have flashable package somewhere on the pc or phone?
Click to expand...
Click to collapse
not custom rom or anything. I've had the phone for a week and was finally getting tired of not having certain things the way I wanted them. so I'd figured I'd dig around. I found many tutorials on the rooting of this phone and since they were all very similar I went with this one:
How to Root SPHL710
that part wen off just fine. seemed there was nothing for me to worry about. there was no ROM or crazy changes, just wanted to give myself root access. I then wanted to change LCD density, so I tried it and here I am.
jakuburban said:
PS. I understand You have usb debugging enabled?
Click to expand...
Click to collapse
it wasn't essential for what I was doing at the time. ODIN worked for the root process. *shrug* can't change it now, so I hope it isn't necessary.
J"SD"a''
JaedenRuiner said:
well first step is finding ADB. I downloaded the SDK but couldn't find adb anywhere in the sdk tree. once I do find it, using it will be amusing to say the least.
Of course i backed up the phone with my data. But unless I get it to boot in the standard home screen with the applications I can't restore the data.
what purpose would this serve. the build.prop editor I used made a backup, but again untill i can get into the phone I can't restore this backup.
which in mymind (as a developer) this is a bad design. any 'breaking' change should be repairable by a factory reset.
needed it for the usb drivers, that's all.
not custom rom or anything. I've had the phone for a week and was finally getting tired of not having certain things the way I wanted them. so I'd figured I'd dig around. I found many tutorials on the rooting of this phone and since they were all very similar I went with this one:
How to Root SPHL710
that part wen off just fine. seemed there was nothing for me to worry about. there was no ROM or crazy changes, just wanted to give myself root access. I then wanted to change LCD density, so I tried it and here I am.
it wasn't essential for what I was doing at the time. ODIN worked for the root process. *shrug* can't change it now, so I hope it isn't necessary.
J"SD"a''
Click to expand...
Click to collapse
So I see that You made a backup with some app (Titanium Backup?), not CWM or (whatever You have) recovery. That's crappy. (My bad, I could have told You about that)
Enabling usb debugging now is impossible so I think, all that's left to reflash with Odin. All the hope was in adb controlling, which REQUIRES usb debugging.
Sent from my X10i using xda app-developers app
jakuburban said:
So I see that You made a backup with some app (Titanium Backup?), not CWM or (whatever You have) recovery. That's crappy. (My bad, I could have told You about that)
Enabling usb debugging now is impossible so I think, all that's left to reflash with Odin. All the hope was in adb controlling, which REQUIRES usb debugging.
Sent from my X10i using xda app-developers app
Click to expand...
Click to collapse
yea, I pretty much made that call yesterday, as all the ADB struff I tried didn't work. (but it was worth while for the learning process). I flashed with stock rom, and now i'm up and running. (guess I won't be messing with that setting again. ) as it is, i'm trying different launchers which has some of the features I want, and then I'll keep looking for different email/sms apps that shrink the info. (seriously on this size/res of screen, only seeing 8 emails is pathetic).
basically now trying the Apex Launcher, and then I'll do the ADW launcher. which ever is more to my liking i'll go pro. then handcent or gosms, k9 or others, or perhaps i'll even start writing my own clients that include font setting micro, .
thanks though, at least my first attempt to alter the phone is no different than my first attempt to write a program.
Cheers,
Jaeden "Sifo Dyas" al'Reac Ruiner
JaedenRuiner said:
yea, I pretty much made that call yesterday, as all the ADB struff I tried didn't work. (but it was worth while for the learning process). I flashed with stock rom, and now i'm up and running. (guess I won't be messing with that setting again. ) as it is, i'm trying different launchers which has some of the features I want, and then I'll keep looking for different email/sms apps that shrink the info. (seriously on this size/res of screen, only seeing 8 emails is pathetic).
basically now trying the Apex Launcher, and then I'll do the ADW launcher. which ever is more to my liking i'll go pro. then handcent or gosms, k9 or others, or perhaps i'll even start writing my own clients that include font setting micro, .
thanks though, at least my first attempt to alter the phone is no different than my first attempt to write a program.
Cheers,
Jaeden "Sifo Dyas" al'Reac Ruiner
Click to expand...
Click to collapse
I'm glad to hear that Before messing with the system ALWAYS make a CWM backup, not some app backup (like titanuim backup).
PS. I use ADW Launcher EX. It's the best for me. Tried other but this one is the best.

[Q] Want to root Samsung Galaxy S3 i9300 with broken screen?

Hi, basically the glass smashed on the front of my S3 so i decided to try and fix it myself. Stupidly I managed to break the amoled screen underneath so I now have a phone (that works and turns on) with just a black screen. I can still answer calls by pressing one of the volume buttons but that's pretty much it.
I could really do with finding a way to control my phone from my pc so I can install apps, check emails etc (just until i send it off to get repaired). But this seems to only be possible through rooting the phone.
Reading through some of the tutorials on rooting it seems you need to give permission to go into download mode etc, and you need to be in usb debugging mode (which my phone isnt).
Im just wondering if there's any workaround to this, or if there's any software out there that will give me full control of the phone without having to launch an app or touch the screen at all. I know it's a long shot but it's worth a try!
Thanks in advance!
There are a number of broken screen posts use search.
A clue use ADB
Root will void warranty .
jje
i think airdroid does not need you to be rooted... but since you cant see your screen... thats gonna be hard
exge said:
i think airdroid does not need you to be rooted... but since you cant see your screen... thats gonna be hard
Click to expand...
Click to collapse
Yeah that's the problem, I can install the app from the web store, but it needs to be opened before it'll work - although I do have a hdmi output lead which could make things easier?
oh if you have hdmi out, then it will be so much easier.
or you can use
Code:
adb shell
am start -n com.sand.airdroid/com.sand.airdroid.ActivityName
not too sure about the activity name though
exge said:
oh if you have hdmi out, then it will be so much easier.
or you can use
Code:
adb shell
am start -n com.sand.airdroid/com.sand.airdroid.ActivityName
not too sure about the activity name though
Click to expand...
Click to collapse
Oh cool! Im a complete noob on this so how would I got about that?

Question Hello I need some help with ADB

Hello,
I like to see myself as a very advanced user of ADB.
I usualy debloat my devices very extreme. 99% of the time it goes without issues. I have had some issues but ive managed to resolve them by myself. However now im running into a problem and I really dont wanna do a factory reset so I turn to the famous XDA forum.
On my S23 Ultra when i change the wallpaper of my phone the background works but lockscreen is unable to change. The background and style app keeps crashing when I do that.
I reinstalled com.samsung.android.app.dressroom but this did not resolve the issue.
I reinstalled com.android.wallpaperbackup but this also did not resolve my issue.
I have Wallpapercropper and wallpaper.res also installed.
I feel like im missing something, maybe something i deleted that has a service thats directly connected to this. But im clueless to which one that would be. Can anyone maybe post a list of all services needed for the dressroom app to function properly?
This is exactly why I use PackageDisabler Cloud version, so I can disable and reenable on the fly with out a PC. I've been using adb since the TMobile G1 too but it has it's limitations.
I have used that in the past but i prefer adb through command prompt. But this still does not help the issue at hand. Anyone have a solution?
I use ADB app control. Yes you need a computer but it shows you everything you have disabled and you can enable with a click. I would just enable everything and start there. Package disabler sucked in the past getting charger over and over again, half the time you had to factory reset to get it off your device. Maybe it changed. But that developer will never get anymore of my money
3 options:
1.) Enable all the apps you have disabled, one by one until the issue is fixed
2.) adb logcat to see why the app crashes
3.) factory reset
butchieboy said:
I use ADB app control. Yes you need a computer but it shows you everything you have disabled and you can enable with a click. I would just enable everything and start there. Package disabler sucked in the past getting charger over and over again, half the time you had to factory reset to get it off your device. Maybe it changed. But that developer will never get anymore of my money
Click to expand...
Click to collapse
Not the same as it used to be. Been using it since the Note 10 and have done numerous FDR's on the Note 10, Note 20 and Fold 4 and never had to pay again!
Have you tried using a different launcher, like Nova?

Categories

Resources