When I plug my Gear in to my pc it's not showing, I have enabled usb debugging & have the driver installed as I have got the Note 3 as well.
Is there something I'm missing?
Try changing your usb cable. I had the same problem dude
Sent from my GT-I9500 using XDA Premium 4 mobile app
The Gear doesn't have the options to be mounted as a Windows volume.
So you can't see it in the explorer.
Just use adb to push/pull files and install apk. It's free and work well.
@home said:
When I plug my Gear in to my pc it's not showing, I have enabled usb debugging & have the driver installed as I have got the Note 3 as well.
Is there something I'm missing?
Click to expand...
Click to collapse
hi,
the easiest is to install Wondershare MobileGO for ANDROID
search Google for free 15 day trail.! ( i am running stock and no root on Gear and phone ,so no problems )
install on pc and run and connect either your gear or Note 3 etc
Make sure USB debugging is enabled on Gear in settings/Gear info/About Gear /software version ..tap till you see notice ,"you are one step away from been a developer" ( something like that )Go one step back , tick USB debugging that is now visible ?
.(i use a old note 2 usb cable to connect to pc )
It will install drivers for gear or phone automatic !
with Wondershare you can sideload apps ,
,( tip ...be sure to install ES file explorer or something similar to see any relevant files from watch
i also use usb cable to charge my gear from pc /laptop,its easier )
You can also install most free apps directly from Play store within Wondershare MobileGo..( Gear connected to laptop and select" Playstore" at top of .menu, if you are in Wondershare...
se attached snip of my Gear in Wondershare MobileGo
good luck
Or use my rom and enable MTP, will come up in windows explorer like any other device.
fOmey said:
Or use my rom and enable MTP, will come up in windows explorer like any other device.
Click to expand...
Click to collapse
Just holding off rooting & romming just for the moment. Want to be sure that it all works ok for now.
But I have been looking at your thread, thanks.
I've kies & odin to see the gear now, I tired another usb cable.
fOmey said:
Or use my rom and enable MTP, will come up in windows explorer like any other device.
Click to expand...
Click to collapse
Wow and I didn't even think about that! My Wondershare trial ran out. Downloading your latest and going to flash it today.
BTW, I am glad I rooted and installed null_ and I saw a post that Kingo can root the the Gear.
BTW if you use the Null ROM you can also connect ES File Explorer with Dropbox and just drop files back and forth into the Gear that way, without having to use adb push or even connect it via USB.
Just to be curious, how can we enable MTP without null_ ?
I manage to activate it via adb shell with sys.usb.config mtp,adb and sys.usb.state mtp,adb.
A Galaxy Gear appears in the device manager, which isn't the case in the natural Gear's state (sys.usb.config acm).
So I guess a part of the work is done. But nothing shows up in Explorer. So something is missing
aviguera said:
BTW if you use the Null ROM you can also connect ES File Explorer with Dropbox and just drop files back and forth into the Gear that way, without having to use adb push or even connect it via USB.
Click to expand...
Click to collapse
OK Here's my lazy question. How do you do that? I mean the drop box trick.
Tyia
Sent from my SM-N9005 using xda app-developers app
3vo3d said:
OK Here's my lazy question. How do you do that? I mean the drop box trick.
Tyia
Sent from my SM-N9005 using xda app-developers app
Click to expand...
Click to collapse
If you swipe right in ES File Explorer you'll see the option for "Cloud" (instead of LAN / SD). You can then click on the "+" button to add a new "cloud server" and choose Dropbox
You then authenticate with your dropbox account and select the folder you want to sync.
BruceFeuillette said:
Just to be curious, how can we enable MTP without null_ ?
I manage to activate it via adb shell with sys.usb.config mtp,adb and sys.usb.state mtp,adb.
A Galaxy Gear appears in the device manager, which isn't the case in the natural Gear's state (sys.usb.config acm).
So I guess a part of the work is done. But nothing shows up in Explorer. So something is missing
Click to expand...
Click to collapse
Any success with non null mtp? I find that null seems to slow down the flick response for viewing the time compared to the stock rom and various leaks ( I suppose it's part of battery life extension). It is a watch first and foremost for me, so I need the time to POP. It would be nice to transfer files to it like every other android device I own without custom roms or $40 applications. I know the function is in there somewhere.
No success at this point.
Something is missing but I don't know what. I manage to have 2 ghost drives using the mass_storage mode but I didn't try to mount the volumes.
A thing that I remarked. After installing null_, enabling MTP and switching to stock ML1, the MTP has remained. So I guess there's a parameter somewhere but I can't figure where at the moment.
BruceFeuillette said:
No success at this point.
Something is missing but I don't know what. I manage to have 2 ghost drives using the mass_storage mode but I didn't try to mount the volumes.
A thing that I remarked. After installing null_, enabling MTP and switching to stock ML1, the MTP has remained. So I guess there's a parameter somewhere but I can't figure where at the moment.
Click to expand...
Click to collapse
Look at the Triangulum Kernel thread. It will enable MTP in a "stock" rom. I can now dump files to the device from windows explorer (I'm also rooted with TWRP recovery on the BNA3 rom).
Not tethering yet so I still have to adb install apps as the Gear doesn't allow unknown sources. Is there an entry in settings.db I can tweak to allow unknown sources?
edit: found the key in settings storage - settings.db/global/install_non_market_apps but no keyboard to edit it on the gear (
along the same lines I found settings.db/system/mtp_drive_display key, currently set to 1 with mtp working. Can you compare to you settings with no mtp working?
There's no such key on the settings.db.
Only mtp_open_session, mtp_running_status, mtp_sync_alive, mtp_usb_conditions_met, mtp_usb_connection_status.
All is set to 0.
Can you give me all the key and values with this command : SELECT * FROM system WHERE name LIKE '%mtp%' ?
papashex said:
no keyboard to edit it on the gear (
Click to expand...
Click to collapse
Install one via adb install
Ok, I've set mtp_running_status and mtp_open_session to 1 according to my S3.
The Gear shows up like "Galaxy Gear (DC***)". The driver failed to install.
Relaunching it leads to a SAMSUNG Mobile MTP Device driver that fails too...
Ok, I manage to get it work.
That's great. But I can't do it again... Damn.
The Gear must be rooted, because some apps need to be launch as root.
The last thing is done via adb shell
Code:
am start com.android.systemui/.usb.UsbStorageActivity
So you had to click on the connect button and there the Gear is in visible in Explorer.
Some commands that i've launched before that are related to MTP.
Code:
am startservice com.android.MtpApplication/.MtpService
am start com.android.MtpApplication/.MtpApplication
I'm trying to figure it out. But unfortunately it's not as simple as to check the MTP checkbox...
EDIT : the pieces of the puzzles
I manage to got it right a second time, but it's a total mess...
Code:
su
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
INSERT INTO system(name,value) VALUES('mtp_dipslay_drive',1);
update system set value=1 where name="mtp_running_status";
.quit
am startservice com.android.MtpApplication/.MtpService
am start com.android.MtpApplication/.StoreAddPopup
setprop sys.usb.config mtp,adb
am start com.android.systemui/.usb.UsbStorageActivity
The truth is somewhere in this lines. I don't know the order so far. Maybe some of them are useless.
Ok, I got it.
I need confirmation that the manipulation is the right one.
Here's a quick How To.
You need : rooted Gear, sqlite3.
For rooting, there's a sticky in this forum. So, install sqlite3 on your /system/bin/.
Launch adb.
Here are the commands you have to type.
Code:
su
sqlite3 /data/data/com.android.providers.settings/databases/settings.db
INSERT INTO system(name,value) VALUES('mtp_display_drive',1);
UPDATE system SET value=1 WHERE name="mtp_running_status";
.quit
setprop persist.sys.usb.config mtp,adb
Reboot your Gear and it should be done. MTP is enabled at boot and your Gear is visible.
As it's persistent there's no need to redone this.
{
"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 a stock Gear running NA3.
Sorry for the delayed response. Once I found the Trianguluum kernel provided MTP I stopped worrying about manually triggering MTP.
I see there's a new UK firmware, US can't be far behind. When I'm flashing that I'll give your mtp method a try.
When I connect my Gear to Mobilego it shows up as a Samsung GT-S5690 and so can't load Null. Has anyone seen this before?
device not found, device not found, device not found, device not found, device not fo
no matter what i do , no matter what i try its always device not found!!! Regardless of pc, mac, usb, mobilego, airdroid, terminal commands, dos prompt commands, odin, cydia, you name it have tried it! im seriously losing my mind. I just want to root my gear! Whether that entails rooting my galaxy 3 is irrelevant, i just want to open my gear! This is my last try to get some help before I THROW IT IN THE F*ing garbage! Sorry, just really upset. Thanks for any help you may be able to provide!
Related
{
"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"
}
My website is down, but download is still alive.
Hi Guys!
Android Commander is windows application to keep control on your android apps and files from PC. This is a small, very very fast and intuitive app.
If someone want to try it, go a head. But remember, you doing this on your own risk! I'm not professional programmer, this is only my hobby
Program Requirements
Before you install the program you should read this:
Phone Requirements:
- ADB ROOT Access
- BusyBox
- „Settings->Applications->Development->USB debugging” must be enabled
- USB Cable
Computer Requirements:
- Windows XP/Vista/7
- ADB USB Driver
- Java JDK
- Minimum 800×600 screen resolution
Click to expand...
Click to collapse
Android Commander should works for any android device, but here is list of devices confirmed by me or users.
Before you report any problem to me, read program FAQ.
Full list of program features.
Screens:
Android Commander screenshots gallery
If you like my program, conceder a donation please!
Download is here
mirror
Program wasn't updated for a long time, but it still can work with any android device. The only think you have to do is update ADB binaries in program directory.
Click to expand...
Click to collapse
Changelog:
Version 0.7.9.11:
Changelog:
- updated adb and aapt binaries
- better work with JB
- better updates checking system (disabled as default)
- files and partitions size display improvements
- more fixes
Click to expand...
Click to collapse
Full program changelog
Ok, first off I start the app thinking it was an installer. Tells me no device is connected.
I assume the the app is now shut off since there is no indication of it running.
I plug in my phone and turn on debugging and then I get a window that says
'adb' is not a valid integer value. Then something about my adb server is out of date. Beats me what this supposed to mean.
I attempt to click the X on the warning message and it keeps poping up. So I used task manager to kill it.
WindowsXp SP3.
DroidExplorer works
Out of all seriousness I like your slim and mean approach. Just doesn't seem to work on my machine.
looks like I need a newer SDK
kizer said:
...Then something about my adb server is out of date...
Click to expand...
Click to collapse
I had issues like this with old SDK, try to install 1.6r4.
Seems to work fine for me (wit the latest sdk)
thanks for the app, will make things a little easier for me during fresh flash's
kizer said:
Then something about my adb server is out of date. Beats me what this supposed to mean.
Click to expand...
Click to collapse
You get this message if you have an adb server running (like from droid explorer) that is a different version then you are trying to start "right now". Droid Explorer uses 1.6r3 with the current install, the next release has 1.6r4.
PanPiotr said:
I had issues like this with old SDK, try to install 1.6r4.
Click to expand...
Click to collapse
Out of curiosity, what is the app doing that "requires" busybox. With Droid Explorer, I use busybox's ls command because the stock one sucks and doesn't display all the information when doing a ls -lF, plus i dont think it supports --color=always
camalot said:
Out of curiosity, what is the app doing that "requires" busybox.
Click to expand...
Click to collapse
try to run shell "rm" or "cp" command without busybox
PanPiotr said:
try to run shell "rm" or "cp" command without busybox
Click to expand...
Click to collapse
haha oh yeah, forgot about those... how quickly i take advantage of busybox. what would I do with out it.
update!!!
version 0.3.1 available now, lots of changes!
update
Version 0.4.1 with drag&drop available now!
Hi
first of all i just wanna say thanks for the app its a great idea so thanks for your hard work.
i have a problem though it doesnt work for me im running Windows 7 x64 i have latest usb drivers (r2) and latest sdk (r4) when my G1 is connected i open the app and nothing happens it just runs in processes but when phone is not connected i get message telling me phone is not connected and i click x and it still runs in processes ive tried running it in compatibility mode for xp sp2 and 3 and as and administrator still no luck i even reformatted and did a fres install of Windows 7 x64 still not working any help would be greatly appreciated.
and ideas ???
UpGrad3 said:
Hi
first of all i just wanna say thanks for the app its a great idea so thanks for your hard work.
i have a problem though it doesnt work for me im running Windows 7 x64 i have latest usb drivers (r2) and latest sdk (r4) when my G1 is connected i open the app and nothing happens it just runs in processes but when phone is not connected i get message telling me phone is not connected and i click x and it still runs in processes ive tried running it in compatibility mode for xp sp2 and 3 and as and administrator still no luck i even reformatted and did a fres install of Windows 7 x64 still not working any help would be greatly appreciated.
and ideas ???
Click to expand...
Click to collapse
Woah! you actually did a fresh install of windows to get this app working?
anyhow, if you open a command prompt and type "adb devices" what does it output.
Make sure you have USB Debugging enabled on the device. Settings -> Applications -> Development -> USB Debugging
Thanks camalot for your help, you are good guy. And also THX to you UpGrad3 (you are first ).
BTW new version soon
hmmm doesn't seem to work well with a multi-monitor setup or maybe some other issue.
When I start it with the phone not plugged in I get the Device not found off to the edge of the monitor. (APK Manager shows on the taskbar)
Connect the phone and Refresh and it's found and click OK.
Then your app disappears... nothing the the taskbar but if I check Task Manager it's running.
Little help please
Oh yeah WinXP SP3
Rogers HTC Dream - CyanogenMod 4.2.8.1
camalot said:
Woah! you actually did a fresh install of windows to get this app working?
anyhow, if you open a command prompt and type "adb devices" what does it output.
Make sure you have USB Debugging enabled on the device. Settings -> Applications -> Development -> USB Debugging
Click to expand...
Click to collapse
usb debugging is enabled
and when i type adb devices it says this: (when no adb process was running before)
C:\Users\UpGrade>adb devices
* daemon not running. starting it now *
* daemon started successfully *
List of devices attached
HT843KV09845 device
and with adb process already running it says this:
C:\Users\UpGrade>adb devices
List of devices attached
HT843KV09845 device
strange cause droid explorer was working before the format the reason i want this is to batch install appz to my phone cause with droid explorer sometimes it doesnt install some apps and if i want to install 1 app so not batch installing it doesnt work at it allways crashes and tries to send report to microsoft thats y i need this apart from that droid explorer is brilliant so if i use them both i have the perfect android manager
I dunno what u did with the latest version 0.5.0.1 but it works it actually opened all seems to be working thanks!
This error on 0.4.2 in recovery mode
aluspl said:
View attachment 258287
This error on 0.4.2 in recovery mode
Click to expand...
Click to collapse
m8 before u run this program in recovery mode u should type in windows cmd "mount -o rw /dev/block/mmcblk0p2 /system/sd" and "mount -o rw /dev/block/mmcblk0p2 /sdcard" then its works ok
I have done a clean install of cyanogen 4.2.9.1 cause i had too much stuff on my fone so i thought id clean it up a little bit and since that android commander is not working again so its something to do with my phone does anyone kno what may be wrong ? thanks.
new version available
this program is so strange for me if i do a clean install of cyanogen it doesnt work well version 0.5 didnt and after a day or two when i have lots of apps installed to the phone it works i dont understand and now the latest version 0.6 doesnt work but it works in the places 0.5 didnt e.g. it allways opens up no matter what even on clean install so this has been improved only now it doesnt detect my phone when connected i have attached screenshots to help me explain they are here:
when i open the program i receive this message:
and when i click ok it opens like this:
please fix this cause i really like this program and appreciate ur work
as i said before, it's not program problem. this error showing because of program can not read informations form your phone. many people had issues like you (also on different forums), and every time problem was with SDK/ADB.
QtADB is an app based on adb. It requires working android sdk (command “adb"), Qt libs version 4.7, ROOT and busybox installed on phone.
Features:
File manager
copying files and dirs between phone and computer
removing files and dirs
creating new dir
and other
App manager
installing apps[/B]
removing apps
creating backup of apps with data
restoring backups of apps with data
Shell
opens android shell
Screenshot
take screenshot of your device
save screenshot to png file
Fastboot
flash bootloader, radio and recovery
boot recovery
Recovery
nandroid backup/restore
wipe data
flash rom
wipe battery stats
fix uid mismatches
Reboot
to bootloader
to recovery
normal reboot
Settings
set font used by app
set starting paths (or remember paths on exit)
and other
Logcat
Automatically detects phone (device, fastboot and recovery mode)
{
"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"
}
Download QtADB for windows, linux & mac os.
Connect with Cable and WiFi
Download adbWireless scan with Barcode App
really great app. surprised no ones posted about it. i see there has been updates in a while cuz there looking for devs to help. one problem i have is my phones apps only show up if i have an app moved using the system move to sd, i use link2sd. when i view system apps they all show.
Nice app. Everything works well except the sms-tab. I allways get an error.
But I have one question: what setting does this app modify on my phone when i toggle wifi connection? It works, but when i toggled wifi, I cant swith back to usb-connection and also cannot mount my SD to windows anymore..
doumer said:
Nice app. Everything works well except the sms-tab. I allways get an error.
But I have one question: what setting does this app modify on my phone when i toggle wifi connection? It works, but when i toggled wifi, I cant swith back to usb-connection and also cannot mount my SD to windows anymore..
Click to expand...
Click to collapse
Have you got QtADB.apk installed and running when you try to access the sms-tab?
ah no, wasn't running. sometimes the solution is so simple ^^
thank you
doumer said:
Nice app. Everything works well except the sms-tab. I allways get an error.
But I have one question: what setting does this app modify on my phone when i toggle wifi connection? It works, but when i toggled wifi, I cant swith back to usb-connection and also cannot mount my SD to windows anymore..
Click to expand...
Click to collapse
Got the same question, except not for the sms part, the wifi function screw me up.
help would be appreciated
Edit: problem resolved, download the apk, enable and disable the wireless adb on your phone, change connection type to diskdrive and solves the problem.
hey all,
FAQ on the official site solves 99% problems You can find there some info about using WiFi connection, SMS Manager and more.
burimii said:
QtADB is an app based on adb. It requires working android sdk (command “adb"), Qt libs version 4.7, ROOT and busybox installed on phone.
Features:
File manager
copying files and dirs between phone and computer
removing files and dirs
creating new dir
and other
App manager
installing apps[/B]
removing apps
creating backup of apps with data
restoring backups of apps with data
Shell
opens android shell
Screenshot
take screenshot of your device
save screenshot to png file
Fastboot
flash bootloader, radio and recovery
boot recovery
Recovery
nandroid backup/restore
wipe data
flash rom
wipe battery stats
fix uid mismatches
Reboot
to bootloader
to recovery
normal reboot
Settings
set font used by app
set starting paths (or remember paths on exit)
and other
Logcat
Automatically detects phone (device, fastboot and recovery mode)
Download QtADB for windows, linux & mac os.
Connect with Cable and WiFi
Download adbWireless scan with Barcode App
Click to expand...
Click to collapse
good one mate I use this app for one year or so, and it's amazing
Finally... exactly what I was looking for.
Can't thank you enough for posting this. I've been rooting around for a good all-in-one toolbox for a while. Blows DroidExplorer, etc., out of the water.
Any possibility you could add some more tags to improve other's chances of finding it? I'm certain there are lots more folks looking for exactly this kinda tool.
hey so this seems like a good use of getting around some bugs for usb mount... but quick question, im trying to open the QtADB.exe file, and then it asks me for the path to adb and aapt binaries. I've installed the adroid-sdk package, so where do I point the directory to? my android sdk path is on c:/-program files (x86)- Android. The FAQ doesn't really help in answering questions...
awesome tool!
wifi connection doesnt work.. i downloaded the apk and tried connecting but didnt work..
The most awesomest PC app for android ever! Sammy better learn something from you, and FAST!
dr. xp55 said:
hey so this seems like a good use of getting around some bugs for usb mount... but quick question, im trying to open the QtADB.exe file, and then it asks me for the path to adb and aapt binaries. I've installed the adroid-sdk package, so where do I point the directory to? my android sdk path is on c:/-program files (x86)- Android. The FAQ doesn't really help in answering questions...
Click to expand...
Click to collapse
Point it to the exact directory in which adb and aapt are found should be something like c:/program files (x86) - android/tools
Sent from my HTC Desire HD using Tapatalk
I've been using this for a while now and it works great, very useful via wifi. Thanks!
I was looking for something like this for some time. Awesome app, thank you!
It stops responding whenever I try to copy a file from the device. P6800 CWM
Dont open Qt-Adb site, contains Trojan Redirector
nice man, tnx
After much anguish, I finally started it, nice app.
Cant connect my phone to QTADB via usb or wifi
Hi,
I cant seem to connect my phone to QTADB via usb or wifi. Tried checking the faqs but no answer there.
Can anyone help?
hi, i installed paranoidandroid ics yesterday and it's working very nicely, but then i find it's only mtp so i installed usb mode switch app choose mass storage, rebooted, mass storage worked but copying is so slow, so i reverted back to mtp and uninstalled the app but then windows started to show "hardware id missing" message
i uninstalled kies and installed naked drivers from here, it worked but then the mtp mode is not functioning properly and the device shows no folders in it, so i removed it and installed kies again but the "hardware id missing" returned.
what should i do ?
{
"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"
}
ages_devil said:
hi, i installed paranoidandroid ics yesterday and it's working very nicely, but then i find it's only mtp so i installed usb mode switch app choose mass storage, rebooted, mass storage worked but copying is so slow, so i reverted back to mtp and uninstalled the app but then windows started to show "hardware id missing" message
i uninstalled kies and installed naked drivers from here, it worked but then the mtp mode is not functioning properly and the device disconnects often, so i removed it and installed kies again but the "hardware id missing" returned.
what should i do ?
Click to expand...
Click to collapse
happened to me too,uninstalling and reinstalling the driver did it for me or maybe you could change USB port
i uninstalled kies and reinstalled it and changed the port, still nothing, if kies is installed it shows the hardware ID error if it's not installed it shows the drive empty like the screenshot
ages_devil said:
i uninstalled kies and reinstalled it and changed the port, still nothing, if kies is installed it shows the hardware ID error if it's not installed it shows the drive empty like the screenshot
Click to expand...
Click to collapse
There's also a "Samsung USB Driver" installed with KIES..
Un-install this from Add/Remove Programs.
You can also Open Device Manager and un-install the Samsung device from there which will force them to be picked up again..
tried everything, nothing, i installed the drivers alone from dr.ketan's thread and still when connecting in mtp mode this message appears
i changed the mode to mass storage from paranoidandroid settings, but i don't know why the copying speed is this slow (1.4MB/s)
so to sum up:
when mtp was working ... copying speed was fine
mtp stopped
mass storage works fine but it's slow
How about checking your device if it has a hardware id?
Also search on preconditions updatability and kies. You will find my post.
Did you try in kies pc connection troubleshooting?
Also did you make efs backup of mint factory condition phone?
Also disable debugging in settings then developer options
Sent from my GT-N7000 using Tapatalk 2
baz77 said:
How about checking your device if it has a hardware id?
Also search on preconditions updatability and kies. You will find my post.
Did you try in kies pc connection troubleshooting?
Also did you make efs backup of mint factory condition phone?
Also disable debugging in settings then developer options
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
how do i check if the device has an id ?
i searched but i can't find your post
haven't tried kies troubleshooting, will give it a try
yes i made an efs backup before installing paranoidandroid
i disabled debugging, and nothing changed
EDIT: i tried now while the note is connected, switched the mode to mtp, windows installed the driver again(i don't know why because it was already installed) and the folder appeared ... copying speed is a little slower than before though
i'm afraid to install kies right now it might mess things up
yeah network troubleshooting is a bliss. Sometimes for no apparent reason its needed.
Sometimes jumpstarting from phone settings, storrage setting usb mass mode works. Depends on rom and unknown to me variables.
sorry preconditios only relevant for updating thought kies
Sent from my GT-N7000 using Tapatalk 2
ages_devil said:
how do i check if the device has an id ?
i searched but i can't find your post
haven't tried kies troubleshooting, will give it a try
yes i made an efs backup before installing paranoidandroid
i disabled debugging, and nothing changed
EDIT: i tried now while the note is connected, switched the mode to mtp, windows installed the driver again(i don't know why because it was already installed) and the folder appeared ... copying speed is a little slower than before though
i'm afraid to install kies right now it might mess things up
Click to expand...
Click to collapse
ok here isyour answer.
im guessing you have a windows pc?
samsung put out a driver update for the computer that caused the error.
only way i found to fix the problem is to do a system restore back a few days before the update.
my update was automatic, im going to see if i can stop that update from happening for now..
ic you can call samsung and make them aware like i did...
I found the solution on a thread for the Samsung Galaxy S II: http://forum.xda-developers.com/showthread.php?t=1837434
Basically the windows update downloads an old/non-working driver, so either uninstall and re-install Kies with the Samsung USB drivers and make sure your internet is off and it should work when you reconnect or just uninstall the drivers and install the Samsung driver seperately from here: http://drivers.softpedia.com/dyn-postdownload.php?p=170044&t=4&i=1 with the internet off afterwards, connect phone and it works.
I did complain to Samsung about this and got a really useless reply as if I didn't even know how to install Kies or anything. Searching Google also took quite a long time to find the solution.
At least I am now I can download the new update that came just today with extra features like S3 style ui, 3D gallery and general speed improvements.
Hey there, this is what i did. works for galaxy note, and practically any other samsung device there is.
This happened to me since I updated Kies. What works for me:
Unplug device from usb cable
Go to settings -> more (below data usage) -> USB Utilities -> connect storage to PC -> OK -> Turn on USB Storage
Windows now does recognise the phone and you can browse the phone as a drive. Kies will give you an error.
Turn off USB Storage, disconnect the phone.
Take out the USB cable and put it back in and Windows should detect the phone properly now and Kies will recognise it too.
Good luck!
Hope it helped you! Lol specially created an account to post this hahaha
No its not working still hardware id missing error
Sent from my GT-N7000 using xda app-developers app
any updates to this? My i717 note does this on my home PC (Win 7 Ultimate x64), but works properly on my office machine (Win 7 Pro x64).
I solved this problem with my Note just by connecting it once in Recovery mode & letting it install the drivers, & once again connecting my Note in Download Mode & again letting it install the required drivers. When my Note restarted, No Hardware ID missing notification...!!!
I've been working with leapinlar in this thread
http://forum.xda-developers.com/showthread.php?t=1994129
to get my HD+ ready for sideloading and root. One thing to know up front is that I'm running with HD+ OS 2.0.2. I got to where the Nook shows up as a MTP Device (BNTV600 under Portable Devices in Win7 x64 Device Manager), but when I unplug the Nook, enable ADB, and plug it back in it keeps getting redetected as the MTP Device. I tried disabling and re-enabling multiple times, rebooting my PC, power cycling the Nook, different USB ports. Nothing seems to work. I used USBDeview to make sure there is nothing else with the same Vendor and Product ID installed (there isn't).
I have other BN drivers installed for my other Nooks (a Touch and Tablet). These have the same Vendor ID (2080) but different Product IDs. I don't think I should have to uninstall them, doesn't seem like that should be necessary.
The odd thing is, the first time I plugged the HD+ in to my PC ADB was accidentally already enabled. It was detected immediately as an Other Device as it should before installing the Android Composite driver. Once I disabled ADB and got MTP to install (and it does work - the HD+ is visible in File Manager) it will now never show up as a new Other Device with ADB enabled.
My apologies in advance, but I was hoping posting this in its own thread would maybe provide better visibility.
Per the NEW announcement,
http://forum.xda-developers.com/showthread.php?p=34819554#post34819554
I redeclare this thread open...
tonyp22 said:
I got to where the Nook shows up as a MTP Device (BNTV600 under Portable Devices in Win7 x64 Device Manager), but when I unplug the Nook, enable ADB, and plug it back in it keeps getting redetected as the MTP Device. I tried disabling and re-enabling multiple times, rebooting my PC, power cycling the Nook, different USB ports. Nothing seems to work. I used USBDeview to make sure there is nothing else with the same Vendor and Product ID installed (there isn't).
The odd thing is, the first time I plugged the HD+ in to my PC ADB was accidentally already enabled. It was detected immediately as an Other Device as it should before installing the Android Composite driver. Once I disabled ADB and got MTP to install (and it does work - the HD+ is visible in File Manager) it will now never show up as a new Other Device with ADB enabled.
Click to expand...
Click to collapse
I'm having the same problem. Were you able to get it working?
I think it has something to do with the OS being 64 bit and not being able to install the driver but it recognized it as an Android Composite Something once before I tried installing the driver on it and restarting but now it won't recognize it if I enable the developer option. It just keeps repeating the device disconected sound over and over and over OMG THE SOUND!
please let me know if you were able to fix it and how.
BTW, has ANYONE been able to get adb to work on win7 x64?
I had the same problem. I was able to fix it by going to the device manager and uninstalling the device listed under portable devices. Then when I unplugged and re-plugged in the HD, it showed up under Other Devices.
lkmiller said:
I had the same problem. I was able to fix it by going to the device manager and uninstalling the device listed under portable devices. Then when I unplugged and re-plugged in the HD, it showed up under Other Devices.
Click to expand...
Click to collapse
Didn't work for me.
r1c47 said:
I'm having the same problem. Were you able to get it working?
BTW, has ANYONE been able to get adb to work on win7 x64?
Click to expand...
Click to collapse
I've got it working with win7 64-bit and so does my husband.
Ok, I got it to work, somehow.
I'm not sure but here's what I think might have done it.
-with adb disabled connected the nook to the pc
-uninstalled device under portable device, it gets reinstalled automatically as BNTV600 under portable devices, again.
-restarted the nook and it's still recognized as BNTV600, without disconnecting it from the pc, enabled adb(which causes the pc to go into the annoying reconnect sound loop(now I noticed a usb mass storage device with the yellow yield sign with the exclamation mark so I decided to:
-click on the new device with the yield sign and select update device to install the device drivers for the adb(same as you would have tried normally before, just that this time it will work)
-check "adb devices" in command promt to make sure that it's being recognized
and that's pretty much what I think did it.
I think I've rooted it and enabled sideloading and disabled ota, I've yet to install any apps yet though. But there's this graphical glitch in the unlock screen which I think is a side effect from rooting(hope it isn't a glitch though...)
But yeah, I'm going to try installing an app now and will report back with my findings.
Thanks all for these suggestions. I had tried using various combinations of disbling / uninstalling but it never worked. I went to my Win XP Pro laptop and got it all hooked up in seconds that way.
r1c47 said:
Ok, I got it to work, somehow.
I'm not sure but here's what I think might have done it.
-with adb disabled connected the nook to the pc
-uninstalled device under portable device, it gets reinstalled automatically as BNTV600 under portable devices, again.
-restarted the nook and it's still recognized as BNTV600, without disconnecting it from the pc, enabled adb(which causes the pc to go into the annoying reconnect sound loop(now I noticed a usb mass storage device with the yellow yield sign with the exclamation mark so I decided to:
-click on the new device with the yield sign and select update device to install the device drivers for the adb(same as you would have tried normally before, just that this time it will work)
-check "adb devices" in command promt to make sure that it's being recognized
and that's pretty much what I think did it.
I think I've rooted it and enabled sideloading and disabled ota, I've yet to install any apps yet though. But there's this graphical glitch in the unlock screen which I think is a side effect from rooting(hope it isn't a glitch though...)
But yeah, I'm going to try installing an app now and will report back with my findings.
Click to expand...
Click to collapse
This worked great for me as well, thanks so much! I'm struggling to figure out how to use ADB to install an APK that I extracted from my phone. Aptoide worked for every app I wanted that I hadn't paid for in google play. But I have three apps I'd like to install that Aptoide does not have because they are paid apps. I'm stuck where I am trying to use ADB. All of the APK installers did not recognize the files if I just moved them to my nook from the computer. These are the files on my SD card. View attachment 4649607
The highlighted ones installed but the red circled one was a paid app and it did not even get recognized by the installer. I've gotten as far as getting my nook to be recognized in command prompt. I'm attempting to use command prompt to install the .apk but I think it may be a problem with the .apk itself. Do you know how to go about that? This is where I get stuck.
{
"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"
}
My other struggle is that my nook also does not allow me to send anything to it. It connects. It's recognized but it will not allow files to go onto it.
I'm not sure what to do now. It doesn't let me type anything at this point and my nook doesn't even respond to the fact that I'm trying to send something to it. Please let me know if I'm doing it all wrong. I realize how green I am. I know this was forever ago for you so if you can't remember it's no biggie.
It seems as tho there hasnt ever been a sticky made for rooting the Gear 2 Neo, so here ya go(lets hope they make it a sticky).
youre going to need Odin and the tar.md5 file you flash in Odin to get this accomplished. No worries tho, its quite easy to do and the tar linked below works with every version attempted so far, and I've personally flashed all of the versions available on Sammobile.com.
WARNING!!! Do this at your own risk! If you mess it up, its on you, not me!!
download these 2 files
Odin 3.10
Gear 2 Neo tar.md5
the next best thing is to do is to create a folder on your desktop, name it whatever you like, and put those 2 files in it.
next, open Odin by right clicking and open as administrator.
there are some settings that can be changed in Odin, but leave them as they are for this.
click on the "AP" button in Odin and navigate to the folder on your desktop that has the tar.md5 file in it and double click on it to select it.
Go to your gear 2 neo and go to the gear icon. Scroll to the bottom and touch the icon with a lower case "i" in a circle, then check the box that says "USB Debugging"
connect a usb to micro usb cable to your computer and connect the charging dock to the watch, but do not connect the micro usb end of the cable to the cradle.... yet
press and hold the button on the Gear 2 Neo. It will present a menu asking if you want to reboot etc etc, but just keep pressing it. Itll eventually (about 8, or so, seconds later) turn the screen off for a second and then say "rebooting" At this point its critical that you rapidly press the button 5 times. No more, no less. It will then bring you to a screen that gives 4 options. Single press the button to navigate thru the choices and long press to select. The option you want is "Download"
Once the watch is in download mode, connect the micro usb to the cradle. Your computer will likely install some drivers and when its done, the top left box of Odin should show "Com:#" (the pound sign will be a random number of a com port your computer selected)
Next press the start button is Odin.
There will be a dialogue box on the bottom left of Odin that says what its doing and a progress bar that shows on the watch and Odin itself. This process should take around 70 to 90 seconds.
Once complete, the watch should reboot and you should now have root access.
The following posts will be reserved for instructions on how to add custom ringtones. The only supported file type for ringtones and message notifications is .OGG. Ill also include some notif tones im currently using myself because i think theyre HILARIOUS!!!
putting custom ringtones and notification sounds on the neo with stock firmware is done via SDB. Very similar to ADB, you use command prompt to push the tones to specific folders within the file structure of the watches internal storage.
Ok, so to add notification tones, you need to SDB into the filesystem of the watch
fist thing youll need is the SDK itself found here
Follow the install instructions on the page linked above and open a command prompt session, then navigate to the folder that the SDK is located in.
Next, youll need some tones. The notif tones need to be in .ogg format (there are many free tools online available to convert files from mp3 to ogg.) Word of warning here, dont make the notifs too long as the watch has a very limited amnt of space reserved for notif tones, and if you put too much in there, it could corrupt the existing tones. Here are a couple nice-n-short tones of Brak (from Space Ghost) saying woah, hey and dont touch me.
The one i use is Wilford Brimley saying diabeetuhs. (I need to say that diabetes isnt even slightly funny, but the way he says it is)
next thing after either creating your own files or downloading mine is to put them into the same folder that the SDK is located in (its just easier this way) and type the following commands
PHP:
sdb root on
then
PHP:
sdb push YOUR_RINGTONE.ogg /opt/share/settings/Alerts/
(but replace the YOUR_NOTIFICATION.ogg with the actual name of the file you want to inject to your watch)
id also like to stress the importance of not guessing at the commands, as in doing so, you can corrupt the existing tones and theyll not be recoverable on the device. To me, thats ok because the stock ones are lame anyways, but be forewarned
ringtones are basically the same process as above, but you push the files to a different location. Here is the code
PHP:
sdb push YOUR_RINGTONE.ogg /opt/share/settings/Ringtones/
as above, make sure to replace the "YOUR_RINGTONE.ogg" with the actual file name
reserved 3
reserved 4 (just in case i have MOAR fun stuff to add )
Have a question. The stock ringtones and notifications. Can those be removed? I would have asked elsewhere, but i believe you and I are the only ones in this ghost town of a forum. Thanks man.
Sent from my SM-N920P using Tapatalk
Thanks for the tutorial. My Gear 2 Neo was having issues with bluetooth, so I installed this new ROM with root and now it connects again.
fsunoles101 said:
Have a question. The stock ringtones and notifications. Can those be removed? I would have asked elsewhere, but i believe you and I are the only ones in this ghost town of a forum. Thanks man.
Sent from my SM-N920P using Tapatalk
Click to expand...
Click to collapse
yes you can. the command is something like "sdb rm /opt/share/settings/Ringtones/YOUR_RINGTONE.ogg"
and if that doesnt work try "sdb shell rm /opt/share/settings/Ringtones/YOUR_RINGTONE.ogg"
and to see whats in the folder "sdb LS /opt/share/settings/Ringtones/"
similarly, you might need to add a shell command to LS to see the contents of the folder you seek.
Also also, make sure to "sdb devices" and "SDB root on" before doing any of that stuff with usb debugging checked
youdoofus said:
yes you can. the command is something like "sdb rm /opt/share/settings/Ringtones/YOUR_RINGTONE.ogg"
and to see whats in the folder "sdb LS /opt/share/settings/Ringtones/"
Click to expand...
Click to collapse
Awesome. I will give it a try this evening. Thanks.
Sent from my SM-N920P using Tapatalk
fsunoles101 said:
Awesome. I will give it a try this evening. Thanks.
Sent from my SM-N920P using Tapatalk
Click to expand...
Click to collapse
not a problem. lemme know if you have any problems with it. ive removed most of my stock ringtones and alerts because i think theyre kinda dumb lol i just have space ghost, wilford brimley and some mario sounds on mine
Novakingwai said:
Thanks for the tutorial. My Gear 2 Neo was having issues with bluetooth, so I installed this new ROM with root and now it connects again.
Click to expand...
Click to collapse
No problem man. This section of the forum is a ghost town! Glad i could help
I know you said it takes 70-90 seconds for the rom to copy over, but mines been sitting here for almost an hour and it only moves a tiny bit every 10-15 minutes.
{
"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 it normal?
Not even slightly. Might want to try a different cable, USB port or computer.
Sent from my SM-G900P using XDA Free mobile app
uh oh!
so i found my gear 2 in a drawer the other day and decided to play with it. After flashing this thru odin it doesnt boot up. Everything in Odin showed it was good. How do i fix this now?
Can it even get to download mode?
Also, is it the gear 2 or gear 2 neo? The firmware posted was for the neo only
Yes I can get into download and it is the neo as well.
If you can get to download mode, then its likely a bad download. Try a fresh download and reflash in Odin. If that doesn't work, I'll grab the link from sammobile.com and try the flash from that download link
jwwolfe77 said:
Yes I can get into download and it is the neo as well.
Click to expand...
Click to collapse
Try downloading the firmware from here if the fresh download doesn't work.
http://www.sammobile.com/firmwares/download/46122/R381XXU0BOA2_R381OXA0BOA2_XJP/
If you can get to download mode in Samsung devices, you're not in trouble 99% of the time
youdoofus said:
Try downloading the firmware from here if the fresh download doesn't work.
http://www.sammobile.com/firmwares/download/46122/R381XXU0BOA2_R381OXA0BOA2_XJP/
If you can get to download mode in Samsung devices, you're not in trouble 99% of the time
Click to expand...
Click to collapse
youdoofus said:
If you can get to download mode, then its likely a bad download. Try a fresh download and reflash in Odin. If that doesn't work, I'll grab the link from sammobile.com and try the flash from that download link[/QUOTE
Ok. tried both and still nothing. It kinda does a boot loop a couple times and then the green just stayed black.
---------- Post added at 02:22 AM ---------- Previous post was at 01:50 AM ----------
so just to try, i flashed the android wear and that is working good. Id just rather have the tizenmod 3.0.
---------- Post added at 02:43 AM ---------- Previous post was at 02:22 AM ----------
HAHA!!!! i got it working.....the hard way. I flashed android wear, then the tizenmod full restore file and it worked after that. Everything is good. Thank you for all of your help.
Click to expand...
Click to collapse