General :: Flash Device With Broken Screen And Debug Mode Not On
Jan 28, 2014
I have a completely broken screen/lcd/digitizer on my Samsung Galaxy S3, debug mode was not on. The phone works as it will still vibrate when turned on and the LED / Menu / Back buttons light up during a boot. USB connector works as well. The phone was not previously rooted.
I had most important data on the sd card and I've already wrote off any other data on the phone as I've since moved on to a GN2. I would like to make use of the S3 (not necessarily as a phone but a server, security camera, etc.). I've read several posts here about my options and looked at numerous google articles, all seem to require debug mode being on or assume/require the data/OS must remain as this is what the user is trying to recover. I do not care if all data is lost on the phone, I just want to make the device useful again.
Am I out of luck if debug mode was not enabled or can I flash through adb via some obscure mechanism? Also note that fastboot is not an option here as the S3 (samsung) does not have it enabled. I am unable to get into "Download Mode" as I cannot see info on the screen.
View 5 Replies
Apr 24, 2012
I deleted /system folder on my nexian cosmic journey. And now my nexian is stuck...
I try to using fastboot mode to flash recovery image, but my device seems not detected. I already installed the android composite driver, but when i use "fastboot devices" command, it shows (?) So how the heck to get my nexian back to normal?..
Or perhaps, if i just be able to put back the /system folder to its place again, it would be more easy to recover it... But how access the root when phone is like that?
View 1 Replies
View Related
Mar 9, 2014
How can i enable debug mode in my pc not on my phone ?
View 1 Replies
View Related
Nov 1, 2012
In Ubuntu, I have double checked the udev rules. They all look perfect. (I cross checked using another phone too). The USB debug mode doesn't show up no matter what. And I have the adb_usb.ini in the right place. I have tried running all possible combinations of running adb, adb start-server as root. But
Code:
adb devices shows no devices at all.
However, with the USB debugging option enabled on phone, it worked on Win7 after windows installed a Common handset driver.
If I go back to Ubuntu without disconnecting the cable and do
Code:
$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
1234567890ABCDEFdevice
The product id is 1234567890ABCDEF and I am able to see it and everthing works fine!!But the moment I disconnect the USB cable, its gone.
So I guess it's not the development machine that is at fault. The device seems to be setting a property while in Windows which stays latched till the usb connection goes off.
Btw the Code:
/data/property/persist.service.adb.enable is 1 too.
View 9 Replies
View Related
May 12, 2014
Firefox flash video seems to be broken, while dolphin's still works on 4.4. Any way around this while still using Firefox? I thought Firefox had flash built into it, but I guess not. This guide no longer works: URL....
View 1 Replies
View Related
Nov 11, 2010
I have a brand new Galaxy Tab that I am trying to use for some development. However, the usual method of installing the ADB driver isn't working on my Win 7 x64 version. (I have even tried the USBDeview method of deleting everything that looks like an Android device.)
Has anyone out there gotten this to work? If so, what did you have to do?
View 3 Replies
View Related
Oct 16, 2013
when I boot it, it gets to the lock screen and, if I leave it going, it freezes the screen and nothing can change this situation; the only visible activity are the green/orange arrows on data connection.If I press the power button just after getting to the lock screen, so that the screen turns off, the boot continues without problem and then I can use the phone.
I wanted to check the logcat, so I went to Dev options and enabled USB debugging: first master switch and then usb debug checkamark, but nothing happens.The phone remains connected as a MM device.
I'm using official 4.1.2 ROM and a rooted kernel.
View 5 Replies
View Related
Jun 7, 2010
For some reason landscape mode seems to be broke. I have uninstalled almost every app that I have downloaded and restarted the phone several times and nothing seems to have fixed it. Anyone else know what might cause this? As of now no app works landscape unless it is landscape only.
View 1 Replies
View Related
May 3, 2010
I have pdanet tether app on my phone..Its working great. But should i turn off usb debug mode when i am not using it to tether?
View 1 Replies
View Related
Sep 3, 2009
I'm trying to figure out a way to programmatically determine if my build was built in debug mode vs. release mode. I'd like to hide some items in my settings screen if it's release. When I build my app in Eclipse I'm building by default in Debug mode. However, when I build the app using the command line, I build it in release mode and sign the app using the jarsigner tool.
I've tried using:
PackageInfo appInfo = manager.getPackageInfo("com.adobe.psmobile", PackageManager.GET_SIGNATURES);
to test if
appInfo.signatures[0].toCharsString()
matches my debug signature and that didn't seem to work.
I'm now trying to see if I can introspect the app's KeyStore, to match the default debug alias described here:
http://developer.android.com/guide/publishing/app-signing.html of "androiddebugkey"
but I haven't figured out how to retrieve the app's KeyStore yet.
View 4 Replies
View Related
Nov 15, 2010
my android application runs in debug mode only even if i click the run button of the eclipse or run it by touching on its icon on the device. what will be reason for this?? anybody has any idea about it?
View 1 Replies
View Related
Jun 19, 2010
Is there any way to log within the application without being in debug mode. When i am in debug mode the application runs too slow.
View 1 Replies
View Related
Feb 28, 2014
I broke the screen on my droid mini. I bought a replacement digitizer/screen combo off ebay that doesn't seem to be working even though installation is correct. I can power on the phone, but it's really weird. There's no display and it just vibrates once. About every minute it vibrates 1 time again.
Secondly, my PC won't recognize the phone now. I was going to try to transfer my photos to the PC so I could call insurance as a last resort. I have around 800 photos on there that I want to get off. NOTE, MY SCREEN DOESN'T WORK so I can't change modes on the phone.
I'm temporarily using an old phone, at least need getting the photos off the phone.
View 1 Replies
View Related
Jan 6, 2011
I broke the screen of my Nexus1 and I'd like to send it to repair. However, I don't want to send it while my accounts are enabled. So, I need to do a factory reset. how to do it without having any visibility into what's going on on the display?
View 5 Replies
View Related
Jul 25, 2010
I have a activity B that is called by activity A, I want to debug the code in B. I have set the breakpoint, however the debug control never enters B.
CODE:................
When I debug in eclipse, although the class B is called from class A, the debbugger pointer never enters the new window, where I have placed a debug point in Class B. I am not able to take the pointer control to class B and stop at a specific point, which will help me verify certain variable values.
View 2 Replies
View Related
Sep 24, 2010
When you launch Titanium it checkes if you have USB debug set on and if not says it might cause issues with the app. Does anyone know what this is required?
View 8 Replies
View Related
Aug 12, 2010
In Android is there a way to disable logs/stacktrace being printed when the application is code signed and is in release mode. Is there any direct way to do it?
In Iphone i heard the logs will not be printed in release mode by default.
View 1 Replies
View Related
Jun 4, 2014
I broke the screen/digitizer on my phone the other night. I got a new replacement phone through my mobile insurance. I was able to create a backup of my old phone through Kies since it's only the screen that won't work. However, upon further research, I'm seeing that Kies does not back up apps or app data. It says it does, when I selected everything while I was backing up but it won't let me when I try to restore it to the new device. It will only let me restore the contacts, pics, music etc.. which I already have on my micro SD card.
I've seen that people use helium backup but I am unable to do anything on my old device other than plugging it into a computer. I can't install helium on the old phone. Will I be able to backup the broken phone just with Helium Desktop?
View 5 Replies
View Related
Nov 12, 2013
Some contacts for whatever reason werent saved my girlfriends galaxy s4 screen broke the phone turns on but can not see anything on the screen. Is there anyway to get contacts off this phone?
View 1 Replies
View Related
Jun 11, 2010
I've been developing on the simulator, but now I have a real device.
adb can see the device (from adb devices), and I've installed Eclipse/ ADB.
I can't work out how to get debug to use the device instead of the simulator though.
View 2 Replies
View Related
Jun 5, 2010
I'm new to Android development, and am attempting to run a test application on my actual device. I followed the instructions at http://developer.android.com/guide/developing/device.html (and related links), but the Android Debug Bridge (adb) doesn't recognize my connected device.
Some quick background info, I'm running WinXP, developing with Eclipse, with a Motorola Droid running Android 2.1 as my physical device.
An overview of the steps I've taken: Installed the Android SDK, downloading all necessary packages. Enabled USB Debugging on my device. Connected Device via USB, installing the driver from the SDK folder.
I'll stop here (though I continued to setup my application to be debug-able in Eclipse), because I at this point I noticed a problem.
Running "sdkoolsadb devices" at this point (at least, by my understanding), should list my device as connected. However, running this yields only: List of devices attached
My device recognizes that it's connected to a computer in debug mode, and my computer recognizes the device. However, I can't seem to get the sdk to recognize it. I'll leave out the steps I used to setup Eclipse for debugging on a device, as it doesn't seem relevant to the problem. I'll include them if requested.
View 4 Replies
View Related
Jun 27, 2010
I have a HTC Desire which i would like to debug and run my Android application on. But when i in Eclipse gets the Window where i can choose between devices my HTC Desire is listed with only questionmarks (???).
I have tried this:
Enabled USB Debugging on my device and enabled debugging in my application Manifest.xml file.
In Terminal i have do this:
1. Log in as root and create this file: /etc/udev/rules.d/51-android.rules.
2. SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
3. sudo service udev restart
View 1 Replies
View Related
Oct 31, 2010
Fellow droid incredible users, I am trying to root my phone with unprovoked and i have the 2.2 system on my htc incredible. I'm unable to find "debug mode" in the settings and i need it on to apply the unprovoked root. Please help me find debug mode.
View 2 Replies
View Related
Jul 22, 2010
I have a listview. Whenever I strike an item of listview the debugger gets opened instead of starting a new activity (i.e. what I want). Code...
P.S. all the xml files are correct.
View 3 Replies
View Related
Sep 30, 2013
I have a Xolo Q700 and I broke it. The screen is cracked and I can't type my password.
By default, USB Charging mode is on ... so no use connecting it to my pc. I also tried rebooting but the USB charge stays default.
How do I control my phone now coz the OS is working fine. I cannot login. All my data is in phone memory. How do I atleast get that data ?
View 1 Replies
View Related
Jan 15, 2014
My contacts weren't backed up to google+. I really need to access my phone through my laptop to copy my contacts atleast? In can access recovery mode and wipe it but I really want my contacts off of it and some text messages. How I can do this? My replacement nexus 4 through device protection plan just arrived and I need to send the broken one back.
View 1 Replies
View Related
Jul 27, 2010
I have finally run into my first issue with rom manager. I think my recovery is broken, i tried almost all the options it says to do if you have a broken recovery such as clear download cache, install past recoveries, install alternative recoveries, etc, nothing seems to be working. I also have a constant spinning circle within rom manager as if its trying to comlete some task. I would really like to flash a new rom but im stuck , any help would be very much appreciated.I guess i got so used to rom manager doing everything for me that i need to learn alternatives.
View 6 Replies
View Related
Jan 13, 2013
I have a problem with my google tv , MK808B
It doesn't boot
I have black screen after "android"
It seem to be a real one, not a fake, I open it and see it on another site, with pictures from the real and the fake
I try to flash another firmware, but I can't put it in flash mode, when I press reste button and connect to usb from otg to my pc, my pc doesn't detect mk800b
View 3 Replies
View Related
Oct 1, 2009
I developer a android app. Today I get the HTC hero for testing. I installed the driver and can start the app on the device. The problem is that I need a network connection. I am connect via usb to my desktop computer. Can the device that is on usb connect use my i-net connection to send a request?
View 2 Replies
View Related
Jul 10, 2010
I have set up a "Debug Configuration" to debug my Android project. However to get it to debug on a device (HTC Desire) I have to set the Configuration's "Target" to "Manual", there seems to be no way to set in the Debug Configuration that it should go to a selected Device.
It does work, but each debug session I have to "Manually" choose the HTC device from the dialog. Can I set it to always to go the Device?
View 1 Replies
View Related