Author Topic: [SOLVED]GT-S5230  (Read 1167 times)

Offline kiekeboe

  • Jr. Member
  • **
  • Posts: 10
Re: GT-S5230
« Reply #15 on: January 10, 2013, 12:52:57 AM »
Quote
what operating system does your phone use?


S3C2410A - 32-Bit RISC Microprocessor

That's my phone :
http://en.wikipedia.org/wiki/Samsung_S5230

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6252
Re: GT-S5230
« Reply #16 on: January 10, 2013, 01:09:34 AM »

connectivity says its USB 2.0 so it should be possible to access it as a normal USB device.

Unplug it then plug it back in,open the terminal,run this command and post its output

dmesg | tail -n 50
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline kiekeboe

  • Jr. Member
  • **
  • Posts: 10
Re: GT-S5230
« Reply #17 on: January 10, 2013, 01:32:02 AM »
That's the result:

[user@localhost ~]$ dmesg | tail -n 50
ondemand governor failed, too long transition latency of HW, fallback to performance governor
vboxdrv: Found 1 processor cores.
vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
vboxdrv: Successfully loaded version 4.2.4 (interface 0x001a0004).
vboxpci: IOMMU not found (not compiled)
NET: Registered protocol family 10
ondemand governor failed, too long transition latency of HW, fallback to performance governor
cfg80211: Calling CRDA for country: US
cfg80211: Regulatory domain changed to country: US
cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:     (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:     (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
uhci_hcd 0000:00:1d.1: PCI INT B disabled
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
r8169 0000:02:00.0: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
NET: Registered protocol family 17
wlan0: authenticate with f4:ec:38:c8:ff:da (try 1)
wlan0: authenticated
wlan0: associate with f4:ec:38:c8:ff:da (try 1)
wlan0: RX AssocResp from f4:ec:38:c8:ff:da (capab=0x431 status=0 aid=2)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Intel AES-NI instructions are not detected.
wlan0: no IPv6 routers present
usbcore: registered new interface driver snd-usb-audio
usb 2-1: new high-speed USB device number 4 using ehci_hcd
usb 2-1: New USB device found, idVendor=04e8, idProduct=6795
usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
usb 2-1: Product: Mobile USB Modem 1.0
usb 2-1: Manufacturer: Samsung Electronics
cdc_acm 2-1:1.0: This device cannot do calls on its own. It is not a modem.
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
usbcore: registered new interface driver cdc_acm
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
usb 2-1: USB disconnect, device number 4
usb 2-1: new high-speed USB device number 5 using ehci_hcd
usb 2-1: New USB device found, idVendor=04e8, idProduct=6795
usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
usb 2-1: Product: Mobile USB Modem 1.0
usb 2-1: Manufacturer: Samsung Electronics
cdc_acm 2-1:1.0: This device cannot do calls on its own. It is not a modem.
cdc_acm 2-1:1.0: ttyACM0: USB ACM device

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6252
Re: GT-S5230
« Reply #18 on: January 10, 2013, 02:25:03 AM »
usb 2-1: new high-speed USB device number 5 using ehci_hcd
usb 2-1: New USB device found, idVendor=04e8, idProduct=6795
usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
usb 2-1: Product: Mobile USB Modem 1.0
usb 2-1: Manufacturer: Samsung Electronics
cdc_acm 2-1:1.0: This device cannot do calls on its own. It is not a modem.
cdc_acm 2-1:1.0: ttyACM0: USB ACM device

i think the problem is that your phone is being identified as a modem and not a mass storage device.

you may need to add a configuration file somewhere to tell the computer to see the phone as a mass storage device.Hopefully,somebody will come along and tell us how to do that as i have no clue how to do it.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline kiekeboe

  • Jr. Member
  • **
  • Posts: 10
Re: GT-S5230
« Reply #19 on: January 10, 2013, 02:38:31 AM »
I've set my phone now on mass storage(but he ask for a memory card(the phone)) and this is the result now:

user@localhost ~]$ dmesg | tail -n 50
vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
vboxdrv: Successfully loaded version 4.2.4 (interface 0x001a0004).
vboxpci: IOMMU not found (not compiled)
NET: Registered protocol family 10
ondemand governor failed, too long transition latency of HW, fallback to performance governor
cfg80211: Calling CRDA for country: US
cfg80211: Regulatory domain changed to country: US
cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
cfg80211:     (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:     (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:     (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
uhci_hcd 0000:00:1d.1: PCI INT B disabled
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
r8169 0000:02:00.0: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
ADDRCONF(NETDEV_UP): wlan0: link is not ready
NET: Registered protocol family 17
wlan0: authenticate with f4:ec:38:c8:ff:da (try 1)
wlan0: authenticated
wlan0: associate with f4:ec:38:c8:ff:da (try 1)
wlan0: RX AssocResp from f4:ec:38:c8:ff:da (capab=0x431 status=0 aid=2)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Intel AES-NI instructions are not detected.
wlan0: no IPv6 routers present
usbcore: registered new interface driver snd-usb-audio
usb 2-1: new high-speed USB device number 4 using ehci_hcd
usb 2-1: New USB device found, idVendor=04e8, idProduct=6795
usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
usb 2-1: Product: Mobile USB Modem 1.0
usb 2-1: Manufacturer: Samsung Electronics
cdc_acm 2-1:1.0: This device cannot do calls on its own. It is not a modem.
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
usbcore: registered new interface driver cdc_acm
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
usb 2-1: USB disconnect, device number 4
usb 2-1: new high-speed USB device number 5 using ehci_hcd
usb 2-1: New USB device found, idVendor=04e8, idProduct=6795
usb 2-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
usb 2-1: Product: Mobile USB Modem 1.0
usb 2-1: Manufacturer: Samsung Electronics
cdc_acm 2-1:1.0: This device cannot do calls on its own. It is not a modem.
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
hub 2-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
usb 2-1: USB disconnect, device number 5
« Last Edit: January 10, 2013, 02:45:51 AM by kiekeboe »

Offline atolboo

  • Full Member
  • ***
  • Posts: 232
Re: GT-S5230
« Reply #20 on: January 10, 2013, 02:43:45 AM »
i think the problem is that your phone is being identified as a modem and not a mass storage device.

And here one can see how this phone shows up in PCC > Network & Internet > Network Center.
And this also supports the above.

http://tinyurl.com/bvhznhp
for that one
And in http://en.wikipedia.org/wiki/Samsung_S5230 I read "OS = Samsung Touchwiz 1.0"
And from http://en.wikipedia.org/wiki/Touchwiz
Quote
TouchWiz is used by Samsung's own proprietary operating system, Bada, as well as phones based on the Android operating system.
So it's also possible that it is equipped with the Bada OS.
If this is true, it's not an Android story.

Offline kiekeboe

  • Jr. Member
  • **
  • Posts: 10
Re: GT-S5230
« Reply #21 on: January 17, 2013, 07:35:14 AM »
It works now, i've set my GSM  in PC connection with Mediaplayer and then I can open him with the filemanager PCManFM.