Is there any option how to enable log on this device? On other devices we have "Take bug report" option in developer options , but on NoteII this option is missing. (The developer options is visible). We have try everything (alogcat, press power+volume button).
As stated here, you will need to do the followings:
If you’ve found that the Developer Options selecting is missing from the Settings of your Android device, it’s probably because you have version 4.2 (JellyBean) of the Android OS. The option is now hidden and has to be enabled first.
Open the Settings app.
Scroll down to the bottom and select About phone or About tablet.
Scroll down to the bottom and tap Build number repeatedly. A message should appear on the screen that says “You are now 4 steps
away from being a developer.” Keep tapping until it says “You are now
a developer.”
4. Now back on the main Settings screen, Developer Options should appear as a selection.
If you are using an older version of android for siii then followw Samsung Galaxy S3: Enable/Disable USB Debugging .
Related
(Sorry, not sorry for the noob question)
I'm making my first Android. I'm going through this tutorial on the Android Developers site and it says to open the "Settings" from the "Developer Options" but there is no context ... I can't find the Developer Options when I browse through the menus or search in Help... Where is this fabled "Settings" app?
I'm trying to let it know that my Pixel is attached by USB. Where can I find this setting?
You need to make some hidden actions to enable developer option.
Refer this link https://developer.android.com/studio/debug/dev-options
On Android 4.1 and lower, the Developer options screen is available by default. On Android 4.2 and higher, you must enable this screen as follows here:
Open the Settings app.
(Only on Android 8.0 or higher) Select System.
Scroll to the bottom and select About phone.
Scroll to the bottom and tap Build number 7 times.
Return to the previous screen to find Developer options near the bottom.
The confusion is that I was looking for a settings app on my Mac, not on my phone... Figured it out.
This is the Samsung Digital Heath ProgrammingGuide_SHealthService.pdf link
http://developer.samsung.com/html/techdoc/ProgrammingGuide_SHealthService.pdf
According to this guide document
3.3.1. S Health’s Developer Mode
Enable to active developer mode,
But in the S Health 5.4.1 version
I can't find how to active developer mode.
Is anyone know how to active?
Follow the below steps:
Open S-Health App
Go to Settings (Menu)
In bottom of the screen you will find: About S-Health, Tap on it
Now About S-Health Screen will open, and then tap 10 times on the version continuously.
Now you will see Developer mode on the version line (where you tap 10 times).
I have a galaxy s3, model sph-l710, android version 4.3. I'd like to get it into development mode so I can get things running on android studio. I'll be happy if this gets closed a duplicate, but I really can't find the help I need.
Go to the settings menu on your GS5.
Scroll down to the "System section and tap "About Device."
Now scroll down to "Build number." Tap the "Build number" section seven times. (You'll see a warning that you're about to unlock developer options.)
Now back out to the main settings menu, and you'll see "Developer options" listed.
I have just installed (extracted) properly the ADT bundle for eclipse + android SDK and also set a new AVD which is currently working on my background and looks fine.
my problem is: once i create any app and click the 'Run' or 'Debug' button, nothing happens.
I don't see any 'launching : (nn%) ..' message at the bottom and the AVD is not effected at all - nothing happens!
I have no idea what is the problem but a while ago i installed this exactly same way and had seen this issue before. could anyone please advice me what to do?
right click you project->run as -> run configuration, check whether launce default activity is selected, and in target tab check "always prompt to pick device"
If the button works fine for the first time and doesn't work later, try this.
Open Devices view using Window > Show View > Devices.
Then, in Devices, under your emulator, find your application package name. Select it and press the red "STOP" button.
After this, the application should run properly.
In the editor MainActivity.java file should be open/in focus.Then run your app. It should work fine.
Problem occurs when some other xml file is in focus in the editor eg.styles.xml etc.
click the down arrow next to run button go to run configurations. select target on the tab menu and check always prompt to pick device is selected
Make sure the connected device is responding or if you are using emulator then make sure it's well configured, I had this problem, I changed the usb cable and it worked.
The problem is with the phone: you have to activate the developper abilities of the phone.
On the phone with Jelly Bean (4.2) and newer versions of Android:
Go to "Settings" --> "About Phone" --> tap “Build Number” until you get a popup that you have become a developer (5 or 7 times, count down will decrease ). Then go to "Settings" --> "Developer" --> "USB debugging" and enable it.
Elder versions of Android on your phone: This is usually done from "Settings" --> "Applications" --> "Development" --> "USB debugging" and enable it.
That's it !
Perhaps you will have to reboot the phone (not sure about this).
Then, retry
"adb devices" on your computer console: your phone is on the list, and ready to use with android studio or else !
Good luck now !
Reference :
https://wiki.archlinux.org/index.php/Android
here:
Connect device
I made android emulator for Nexus 10 using latest ADT(21) and SDK tools.
I know that in Android JellyBean 4.2 there's a new feature called DayDream. I want to access it in my Nexus10 Emulator I have. but don't know how.
i am not getting option Daydream inside Settings -> Display.
How can i enable and use it Inside Emulator?
Here's what i need to do:
1st Step: Launch the Settings app, scroll to the bottom, and tap About Phone.
2nd Step: In the middle of the screen is the listing for Android Version. Tap this item until you see a jelly bean appear on your screen. You can then tap and hold the giant jelly bean until your device vibrates. You should then see interactive beans floating all over your screen. And yes, you can fling them. Go ahead, try it.
3rd Step : After doing, this the BeanFlinger Daydream will be unlocked. You can find the Daydream option by going to Settings > Display > Daydream.
Hope it Will Help to all of the Users Facing this Same kind of Problem.
I too had the same problem, what I did was, previously, I had an emulator with 4.2.1 version. I changed it to 4.3, now its working for me.