[Driver]SAMSUNG USB Drivers v1.5.25.0 x86 x64 - Galaxy S 4 Mini Themes and Apps

1.uninstall previous drivers (control panel)
2.reboot
3.install new drivers
4.reboot!!
5.plug in your device and have fun!
All thanks to SamHaLeKe his post at GT- i9000
http://forum.xda-developers.com/showthread.php?p=11633550#post11633550

Related

[Guide] Enabling ADB protocol through USB for Sony Tablet S [Win | OS X | Linux]

How do I connect Sony Tablet with adb protocol through USB?
Windows (Windows XP, Vista and 7)
Please install SDK and setup USB as described in Google Android SDK site
http://developer.android.com/sdk/installing.html
http://developer.android.com/sdk/win-usb.html
In order to connect Sony Tablet S and P, please follow below procedure.
Turn on "USB debugging" in Sony Tablet S and P
Put following device descriptions into each sections [Google.NTx86] and [Google.NTamd64] in extras\google\usb_driver\android_winusb.inf.
;SONY Sony Tablet P
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01
;SONY Sony Tablet S
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
Please add 0x54c into .android/adb_usb.ini file under HOME directory by using following command from command prompt.
echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
--------------------------------------------------------------------------
Linux (Ubuntu 11.04)
Please install SDK and setup USB as described in Google Android SDK site
http://developer.android.com/sdk/installing.html
http://developer.android.com/guide/d...tml#setting-up
In order to connect Sony Tablet S and P, please follow below procedure.
Turn on "USB debugging" in Sony Tablet S and P
Please utilize 0x54c as USB Vendor ID on creating new udev rule file(51-android.rules).
Please add 0x54c into .android/adb_usb.ini file under HOME directory by using following command from shell prompt.
echo "0x54c" >> $HOME/.android/adb_usb.ini
-------------------------------------------------------------------------------
Mac (Mac OS X 10.6.8)
Please install SDK and setup USB as described in Google Android SDK site
http://developer.android.com/sdk/installing.html
http://developer.android.com/guide/d...tml#setting-up
In order to connect Sony Tablet S and P, please follow below procedure.
Turn on "USB debugging" in Sony Tablet S and P
Please add 0x54c into .android/adb_usb.ini file under HOME directory by using following command from shell prompt.
echo "0x54c" >> $HOME/.android/adb_usb.ini
works!
but a info i had to add a >> ; before the SONY Sony Tablet
dont know if this usually known or not
XotusBlack said:
works!
but a info i had to add a >> ; before the SONY Sony Tablet
dont know if this usually known or not
Click to expand...
Click to collapse
Yes you are right. I corrected it. Thanx
so maybe fastboot in recovery could be achieved with that kind of method? i'm going to buy sony s, then i try to help btw someone said that the tablet is recognized with recovery but there were no drivers found? maybe the drivers for fastboot should be modified to install correctly?
--edit:
ordered. will get one tomorrow
I dont see the .android folder under
/data/data/berserker.android.apps.sshdroid/home
even I did ls -la
Waht is the path? Can someone give me the path? Thanks,
---------- Post added at 07:47 AM ---------- Previous post was at 07:36 AM ----------
ok since path did not exist, i created .android directory and corresponding file. and added 0x54c. However still it is not recognized by "adb devices" command. any hint? Thanks,
Any idea on this command line guys?
http://ng8.upanh.com/b1.s20.d3/2e58c2a9423d34b41b4f80e9defaa244_38687348.soc.jpg
http://ng8.upanh.com/b3.s20.d3/d50fb3dde4f9fde1302b4bea7452290d_38687348.soc.120x1.jpg
Well I have followed the Window steps here and have got the driver to load ok but adb refuses to list the device in when I run "adb devices"? Any one any clues? I've uninstalled the driver and tried different USB ports, restarted the adb server... but no joy :-(
---------- Post added at 08:02 PM ---------- Previous post was at 07:38 PM ----------
Working! I checked again and the adb_usb.ini file was missing the 0x54c entry!
Can't list the tab into "adb devices".
0x54c is in adb_usb.ini (In c:/Users/<name>/.android/
I'm not so sure if I did the android_winusb.inf thing right though, as Xotusblack mentioned something, and I can't really put my finger on where to place the >> ;.
I'd be glad to help for dev testing purposes though :]
---------- Post added at 12:21 AM ---------- Previous post was at 12:02 AM ----------
I followed this guide, which seemed to work: http://forum.xda-developers.com/showthread.php?p=17624941
Only difference is that instead of the Sony Tablet P and S directly, it's now supporting every device with a Tegra 2 CPU.
That, and I specifically pointed the failed driver to android_winusb.inf.
Other then that, awaiting a dev god
got it working! thanks,
http://www.kb.sony.com/selfservice/documentLink.do?externalId=C1024692
That's very nice, but what does it give us?
No root, no CWM, no S-Off.
Maine_Coon said:
That's very nice, but what does it give us?
No root, no CWM, no S-Off.
Click to expand...
Click to collapse
Is this true?
Sent from my PC36100
yeah but now those that don't know how to do this sort of thing can set them self up to help test possible roots etc
DreadPirateDan said:
yeah but now those that don't know how to do this sort of thing can set them self up to help test possible roots etc
Click to expand...
Click to collapse
Makes sense I guess, yes.
DooMloRD, all eyes are on you!
I can't install the driver on Windows 7 64-bit.
It wants 64-bit driver.
Maine_Coon said:
I can't install the driver on Windows 7 64-bit.
It wants 64-bit driver.
Click to expand...
Click to collapse
Windows7, Windows Vista and Windows XP -
Install the Google Android SDK and USB driver as described at the following Google Android SDK sites:
Installing the Google Android SDK - http://developer.android.com/sdk/installing.html
Google USB Driver - http://developer.android.com/sdk/win-usb.html
Once the Google Android SDK and Google USB Driver are installed, open the android_winsub.inf file and copy the the following descriptions into the [Google.NTx86] and [Google.NTamd64] sections of the extras\google\usb_driver\android_winusb.inf file:
;SONY Sony Tablet P
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01
;SONY Sony Tablet S
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
Work fine on my windows seven x64..!.
graffy64 said:
Windows7, Windows Vista and Windows XP -
Install the Google Android SDK and USB driver as described at the following Google Android SDK sites:
Installing the Google Android SDK - http://developer.android.com/sdk/installing.html
Google USB Driver - http://developer.android.com/sdk/win-usb.html
Once the Google Android SDK and Google USB Driver are installed, open the android_winsub.inf file and copy the the following descriptions into the [Google.NTx86] and [Google.NTamd64] sections of the extras\google\usb_driver\android_winusb.inf file:
;SONY Sony Tablet P
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_04D2&MI_01
;SONY Sony Tablet S
%CompositeAdbInterface% = USB_Install, USB\VID_054C&PID_05B4&MI_01
Work fine on my windows seven x64..!.
Click to expand...
Click to collapse
Works fine now too.
Don't know what my problem was.
Maine_Coon said:
Works fine now too.
Don't know what my problem was.
Click to expand...
Click to collapse
me either! but I'm happy for you that it works now !.
Please add 0x54c into .android/adb_usb.ini file under HOME directory by using following command from command prompt.
echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
This one has me baffled.I'm a noob with this stuff.I did the rest without any problems (I think) ,just not sure which way to insert this into the cmd prompt.My file is in C:\Users\Vinny\android.
Cheers Vinny
Vinny1967 said:
Please add 0x54c into .android/adb_usb.ini file under HOME directory by using following command from command prompt.
echo 0x54c >> %HOMEPATH%\.android\adb_usb.ini
This one has me baffled.I'm a noob with this stuff.I did the rest without any problems (I think) ,just not sure which way to insert this into the cmd prompt.My file is in C:\Users\Vinny\android.
Cheers Vinny
Click to expand...
Click to collapse
Yes in C:\Users\Vinny\.android folder should be a file:
adb_usb.ini
open this file or create if it not extsist as a text file and write
0x54c
ito the file. Save it
restart your pc and you should have adb.

[ADB/FB/APX Driver] Universal Naked Driver 0.72 (We dont need no stinking HTC Sync)

Universal Naked Driver 0.72
** HTC One Added (HTC phones are pretty much future proof with my driver)
** Google Nexus 4 Added
** Google Nexus 10 Added
** Google Nexus Q Added
** Google Nexus S Added
32 & 64 Bit Windows 8 / 7 / Vista / XP - Attached to this post!
MD5: 30D25BC073F010CA01178CD6E2C5E4FA
I am happy to release my Universal Naked Driver. This is to allow ADB, Fastboot & APX interfaces to work without installing any package much less multiples packages for users with multiple devices. Yes you can just install them and uninstall right away but why bother?
I was annoyed that I couldnt use my Transformer Prime and Galaxy Nexus without having versions and packages trip over each other. My previous post for the Sensation & Galaxy Nexus was helpful so I thought I would bring to XDA the newest Android driver available from source (which they call 4.0) and make it start talking.
Warning: Uninstall any previous driver package's you may have installed and also manually remove drivers by attaching your phone and going to Windows device manager and right click the entry for your phone and select "Uninstall" on the next prompt make sure to select "Delete the driver software for this device" then hit OK and reboot before installing these drivers
Code:
Google Nexus Devices ADB & Fastboot
Samsung Devices ADB & Fastboot
Asus Devices ADB, Fastboot & APX
HTC Devices ADB & Fastboot
Code:
[B]Windows 8 Instructions[/B]
How to Disable Driver Signature Enforcement in Windows 8:
From the Metro Start Screen, open Settings (move your mouse to the bottom-right-corner of the screen and wait for the pop-out bar to appear, then click the Gear icon).
Click ‘More PC Settings’.
Click ‘General’.
Scroll down, and click ‘Restart now’ under ‘Advanced startup’.
Wait a bit.
Click ‘Troubleshoot’.
Click ‘Advanced Options’
Click ‘Windows Startup Settings’
Click Restart.
Enjoy!

Freelander PD10LX81 (3G 8GB Flash / 1GB RAM) MT6575

(sorry i used an online translator, becaus of my poor english)
Firmware: download LINK http://223.4.236.214/bbs/showtopic-13607.aspx
there select the correct model (PD10LX81)
In the archive file, the ROM + Flash Tool
(Smart phone flash tool MediaTek Inc.) + USB driver included.
Requires:
- Windows PC / laptop (firewall / antvirus off)
- Freelander PD10LX81 (ACCU charged 100%)
- The firmware of the above LINK
- The tool for the Tablet root the Device by: John Does, "Dev-host - root 4.0.4 ICS.zip"
http://www.android-hilfe.de/sonstig...elander-pd10-lite-3g-gps-1gb-ram-4gb-rom.html
Thanks for the TOOL to John Doe
- If 7zip to extract the firmware files http://www.7-zip.org/
0 Turn off PC / laptop firewall / antivirus, install a driver (USB VCOM
Driver.rar, MT6577 USB VCOM drivers \ Installdriver.exe)
1 If flash the tablet with the new firmware if (20121219) (see: k, l)
Start Flash_Tool.exe, MT6575_Android_scatter_emmc.txt load (button: Scatter-loading)
Off tablet short wait (15 seconds), click download button, connect tablet with USB cable to PC / Laptop
2 rooten the Tablet + customize the ROM as desired
3 read system.img (android)
a) Switch off tablet wait briefly (15 sec)
b) On the PC / laptop, the smart phone flash tool start (Flash_Tool.exe)
c) File: MT6575_Android_scatter_emmc.txt store (button: Scatter-loading)
d) Riders: "Read back" open
e) add -> Filename: system.img set
f) Start Address: 0x00000000034E4000
Length: 0x126EC600
g) Button: Click "Read back"
h) PD10LX81 Connect with USB cable to PC / laptop and wait until the
"Selection process" is completed.
i) copy dir of the original ROM firmware and rename it to myrom for example, in there
replace the system.img against just been read.
j) on this ROM can now eg: be flashed another PD10LX81
k) Start Flash_Tool.exe, MT6575_Android_scatter_emmc.txt from eg: load \ myrom \
l Switch off) Tablet short wait (15 seconds), click download button, connect tablet with USB cable to PC / Laptop
Can also be helpful adb.exe, this is in the archive: "Dev-host - root 4.0.4 ICS.zip" included.
Docu https://developer.android.com/tools/help/adb.html . For Linux (32bit) to the adb found here (Thanks to PJF16).
APPs: (Google Play)
Terminal by Jack Palevich
Apps2ROM by Ludovic RENAULT
SU (updated) by Chainfire
Apk Extractor Kim Heeseok

[Q] [Unlocking Bootloader] Drivers need to be installed for connected device.

I am sorry that I know there are so many articles talking about
Drivers need to be installed for connected device.
You can find them in the drivers folder of Flashtool.
I have read so many articles but still cannot find out the problem.
I go to "Devices" of Flashtool and "Check Drivers"
It gave me this
01/004/2014 00:04:31 - INFO - List of connected devices (Device Id) :
01/004/2014 00:04:31 - INFO - - USB\VID_0FCE&PID_51AF\CB5A1YAHWN Driver installed : true
01/004/2014 00:04:31 - INFO - - USB\VID_0FCE&PID_51AF&MI_01\6&E66E0BD&0&0001 Driver installed : true
01/004/2014 00:04:31 - INFO - - USB\VID_0FCE&PID_51AF&MI_00\6&E66E0BD&0&0000 Driver installed : true
01/004/2014 00:04:31 - INFO - List of ADB devices :
01/004/2014 00:04:31 - INFO - - CB5A1YAHWN
01/004/2014 00:04:31 - INFO - List of fastboot devices :
01/004/2014 00:04:31 - INFO - - none
And I could not unlock bootloader.
I have ticked the USB Debug yet my Z2 is not rooted yet.
Do I have to root it first?
May someone guide me how to unlock because I cannot finish it using the official way
It always keeps telling me "Waiting for device"
Thank you so much!
http://www.theandroidsoul.com/unlock-bootloader-on-sony-xperia-z2/
I followed this website.
Using method 1, I could not achieve step 4
Using method 2, when I type fastboot.exe -i 0x0fce getvar version
noting happened, it seemed to be saying "cannot find 0x0fce" or somthing else
I don't know why it keeps telling me no driver installed
I go to Device Manager of Windows and it shows it has the updated driver installed in the PC
I am using Win 8.1
http://forum.xda-developers.com/showthread.php?t=2635830
This thread will help alot
Press windowsKey + R
type/paste
Code:
shutdown -o -r -t 0
into the box, this will restart your machine in the advanced startup menu.
when it restarts choose "disable driver signing" Then install the driver manually using the "have disk" option. when you reboot again the driver should be working.
-------------------
I followed what it said but when is "when it restarts choose "disable driver signing" Then install the driver manually using the "have disk" option. "???
I could not find disable driver signing.
After entering the shutdown command, what button should I press? Thank you for replying! I wish I will be able to flash rom today
Not sure what to do then because i ran into the same issue but i just used a linux OS as a work around
Thanks for answering
I will try using Win Vista
I hope someone could teach me

[GUIDE][TIPS & POINTERS] Setting up ROM developement on Ubuntu 15.10

Installing Ubuntu 15.10:
When starting from windows
download Ubuntu 15.10 ISO
download rufus
grab an usb stick and put it in your PC
open rufus, select ubuntu 15.10 ISO and your pendrive, click start
boot from USB
select install ubuntu in grub
follow onscreen instructions
When having no OS/USB stick:
download Ubuntu 15.10 ISO on your phone
install drivedroid
open drive droid and follow onscreen instructions
select install ubuntu in grub
follow onscreen instructions
Setting up developement
Packages:
http://forum.xda-developers.com/chef-central/android/guide-how-to-configure-ubuntu-15-04-t3091938
Building ROM's:
https://wiki.cyanogenmod.org/w/Doc:_Building_Basics
Questions and help:
http://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763
Contributors: @sylentprofet@jackeagle @FrozenCow

Categories

Resources