[Guide] Tools and Information for Mac OS X Users - Updated 04/07

nice!! it says sc2.8 thank you guys so much for the help!!! Do i need to keep the superclean 2.6 and 2.8 zip in my sd card?? Also should i still go ahead and run the cwm.app and install?

what do you mean cwm.app and install?what are you trying to install?


you can delete 2.6 but i always keep that stuff incase i need it
 
  • Like
Reactions: ehernandez
nice!! it says sc2.8 thank you guys so much for the help!!! Do i need to keep the superclean 2.6 and 2.8 zip in my sd card?? Also should i still go ahead and run the cwm.app and install?

If you were able to install SC2.8 you dont need to run cwm.app again.
 
  • Like
Reactions: ehernandez
Has anyone tried superclean 2.9?? Don't want update unless stable. Let me know if anyone has updated.
 
Tried searching a few forums but didn't get a definitive answer.

Is there any way to flash a new modem with a mac? I tried doing a few searches and everything came up with PC instructions.

Currently my baseband is

S:i500.04 V.EA28

Furthermore, is flashing a new modem required or recommended? Running SC 2.8 with EB01 kernel.

Any info would be appreciated.
 
Last edited:
Yes there is a way with something called heimdall but if your modem is working now on 2.8 then you are fine
Tried searching a few forums but didn't get a definitive answer.

Is there any way to flash a new modem with a mac? I tried doing a few searches and everything came up with PC instructions.

Currently my baseband is

S:i500.04 V.EA28

Furthermore, is flashing a new modem required or recommended? Running SC 2.8 with EB01 kernel.

Any info would be appreciated.



Sent from my SCH-I400 using Tapatalk
 
  • Like
Reactions: MikeMikeMike
I'll try this out tomorrow evening. 1 more midterm tomorrow then I'll have my life back again!

I went ahead and updated. It runs smooth. Text messages have better interface, gps works well and no problems with internet! So far so good. Question: how do I get the battery to change into a circle instead of a battery shape. Have noticed a lot of people have that done. Anyways, good luck on your midterm!
 
No matter what I try...I can not get my Mac to recognize my phone. Everytime I try the one-click I get, Error device not found. But when I plug the phone in it comes up and says new network interface found Samsung_Android, and I click cancel. Am I doing something wrong? The phone is in USB debugging...I didn't mount the SD card. I just don't know what the problem is. Thanks!
 
Mac won't recognize mount.

MAC OSX 10.5.6. When attempting to mount the phone to the computer to comes up with an error stating that the disk inserted was not readable by this computer and gives me options of Initialize... Ignore, or eject. At first before I get this message, I get a little disc with Verizon_mobile when I click on it it has some files but the computer either can't open or it is a text formate that looks like symbols. Help!!!
The phone is in debugging and have mass storage. I have tried other root methods and nothing works. SOOOOO FRUSTRATED!!
 
What os are you running on your mac?

No matter what I try...I can not get my Mac to recognize my phone. Everytime I try the one-click I get, Error device not found. But when I plug the phone in it comes up and says new network interface found Samsung_Android, and I click cancel. Am I doing something wrong? The phone is in USB debugging...I didn't mount the SD card. I just don't know what the problem is. Thanks!



Sent from my SCH-I500 using Tapatalk
 
Don't connect to mass storage when you plug in the phone. Just enable USB debugging and plus it in, then leave it alone and run the 1-click-root.

MAC OSX 10.5.6. When attempting to mount the phone to the computer to comes up with an error stating that the disk inserted was not readable by this computer and gives me options of Initialize... Ignore, or eject. At first before I get this message, I get a little disc with Verizon_mobile when I click on it it has some files but the computer either can't open or it is a text formate that looks like symbols. Help!!!
The phone is in debugging and have mass storage. I have tried other root methods and nothing works. SOOOOO FRUSTRATED!!



Sent from my SCH-I500 using Tapatalk
 
Thanks! Good to hear it was successful. I'm not sure about the circle battery level.. Try posting in the main section

I went ahead and updated. It runs smooth. Text messages have better interface, gps works well and no problems with internet! So far so good. Question: how do I get the battery to change into a circle instead of a battery shape. Have noticed a lot of people have that done. Anyways, good luck on your midterm!



Sent from my SCH-I500 using Tapatalk
 
HELP I'M STRUGGLING: I FOLLOW INSTRUCTIONS TO OPEN PUSH and follow instructions & my terminal looks like:

LAPTOP:Files lorisolon$ /1-click-pushtosd\ 2/1-click-pushtosd.zip.app
-bash: /1-click-pushtosd 2/1-click-pushtosd.zip.app: is a directory
LAPTOP:Files lorisolon$ ." filePath
> case $filePath in
> [/]* ) break;;
> [Nn]* )echo "Closing root installer."
>
adb pushtosd.sh
>
adb pushtosd.sh
>
adb pushtosd.sh
> no
> esac
> done
>
> echo $filePath
>
> echo "Copying file..."
> sleep 1
> chmod 755 adb
> ./adb push $filePath /sdcard/
>
> echo
I close the terminal & go to `1 click root, Cilick in Root App which asks me if I want to root. Then I click on the root icon & I get:1-click-root/Files/root.sh: line 44: ./adb: No such file or directory
You can now close terminal.
LAPTOP:Files lorisolon$
Or Ive gotten: If I double click on adb after 1click root

Last login: Sun Mar 13 12:18:22 on ttys000
LAPTOP:~ lorisolon$ /1-click-root/1-click-pushtosd/Files/adb ; exit;
Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB device
returns an error if more than one USB device is present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is running.
-s <serial number> - directs command to the USB device or emulator with
the given serial number. Overrides ANDROID_SERIAL
environment variable.
-p <product name or path> - simple product name like 'sooner', or
a relative/absolute path to a product
out directory like 'out/target/product/sooner'.
If -p is not specified, the ANDROID_PRODUCT_OUT
environment variable is used, which must
be an absolute path.
devices - list all connected devices
connect <host>[:<port>] - connect to a device via TCP/IP
Port 5555 is used by default if no port number is specified.
disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.
Port 5555 is used by default if no port number is specified.
Using this ocmmand with no additional arguments
will disconnect from all connected TCP/IP devices.

device commands:
adb push <local> <remote> - copy file/dir to device
adb pull <remote> [<local>] - copy file/dir from device
adb sync [ <directory> ] - copy host->device only if changed
(-l means list but don't copy)
(see 'adb help all')
adb shell - run remote shell interactively
adb shell <command> - run remote shell command
adb emu <command> - run emulator console command
adb logcat [ <filter-spec> ] - View device log
adb forward <local> <remote> - forward socket connections
forward specs are one of:
tcp:<port>
localabstract:<unix domain socket name>
localreserved:<unix domain socket name>
localfilesystem:<unix domain socket name>
dev:<character device name>
jdwp:<process pid> (remote only)
adb jdwp - list PIDs of processes hosting a JDWP transport
adb install [-l] [-r] [-s] <file> - push this package file to the device and install it
('-l' means forward-lock the app)
('-r' means reinstall the app, keeping its data)
('-s' means install on SD card instead of internal storage)
adb uninstall [-k] <package> - remove this app package from the device
('-k' means keep the data and cache directories)
adb bugreport - return all information from the device
that should be included in a bug report.

adb help - show this help message
adb version - show version num

DATAOPTS:
(no option) - don't touch the data partition
-w - wipe the data partition
-d - flash the data partition

scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints: <serial-number>
adb status-window - continuously print device status for a specified device
adb remount - remounts the /system partition on the device read-write
adb reboot [bootloader|recovery] - reboots the device, optionally into the bootloader or recovery program
adb reboot-bootloader - reboots the device into the bootloader
adb root - restarts the adbd daemon with root permissions
adb usb - restarts the adbd daemon listening on USB
adb tcpip <port> - restarts the adbd daemon listening on TCP on the specified port
networking:
adb ppp <tty> [parameters] - Run PPP over USB.
Note: you should not automatically start a PPP connection.
<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1
[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]
<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be updated.

- If it is "system" or "data", only the corresponding partition
is updated.

environmental variables:
ADB_TRACE - Print debug information. A comma separated list of the following values
1 or all, adb, sockets, packets, rwx, usb, sync, sysdeps, transport, jdwp
ANDROID_SERIAL - The serial number to connect to. -s takes priority over this if given.
ANDROID_LOG_TAGS - When used with the logcat option, only these debug tags are printed.
logout

[Process completed]
So Sorry g
for the length but I have been trying all different methods for weeks& Yours is the most straightforward. Thanks
 
im having troubles flashing the superclean. i have successfully gotten though all the steps up until its time to put froyo on to the sd card and flash it. i downloaded froyo from the link you posted... it downloaded as a folder with a ton of stuff in it... copied it to sd, then when i get into recovery i cannot find a zip file to apply to the phone???

also somewhere throughout the process all my vibrate functions stopped working. is there a fix for this?
 
So Sorry g
for the length but I have been trying all different methods for weeks& Yours is the most straightforward. Thanks

Try placing the zip files on the root of your hard drive. Double click the zip, this will extract the files and put them in a folder in the same location as the zip. Then run the app inside of the folder. If that doesn't work, then post what happens and we'll try to figure it out.
 
im having troubles flashing the superclean. i have successfully gotten though all the steps up until its time to put froyo on to the sd card and flash it. i downloaded froyo from the link you posted... it downloaded as a folder with a ton of stuff in it... copied it to sd, then when i get into recovery i cannot find a zip file to apply to the phone???

also somewhere throughout the process all my vibrate functions stopped working. is there a fix for this?

When you install froyo, the vibration will come back.

When you downloaded froyo, it should have been in a zip file. You do not want to extract the zip at all during this process. When you push the file to the sdcard, choose the version of froyo you downloaded. Once that has been done, you will be able to find the zip on you sdcard and in recovery.
 

Forum statistics

Threads
954,522
Messages
6,961,914
Members
3,163,055
Latest member
TyeFighter