Showing posts with label rooting galaxy tab. Show all posts
Showing posts with label rooting galaxy tab. Show all posts

Friday, 14 October 2011

Transfer Files in Linux (Samsung Galaxy)


Works on 32bit and 64bit Linux. Just a quick guide on how to configure Linux for file transfers using MTP. The instructions and config is intended for Ubuntu Natty 32bit and 64bit, though the same process will work on other platforms - the only real difference being the package manager commands and possibly the config file locations.
The attached files are for the Galaxy Tab 10.1v but should work for the 10.1g / 10.1 as well. See the end of the post to learn how to modify this config to work for other devices.

How to configure for gMTP and other Media Sync tools

1) Install aptitude
sudo apt-get install aptitude
2) Install mtp-tools and mtpfs
sudo aptitude install mtpfs mtp-tools
3) Download this  file: 98-gtab.zip for 32bit Linux or 98-gtab.rules-AMD64.zip for 64bit Linux to your desktop.
4) Extract the 98-gtab.rules file to your desktop
5) Copy the rules file to /etc/udev/rules.d/
sudo cp ~/Desktop/98-gtab.rules /etc/udev/rules.d
6) Reboot
7) Connect your Tab
8) Run the following command to confirm it is working:
ls /dev | grep gtab
This command  should return "gtab" if successful. If not, follow the "Modifying" guide below.
9) Download / install gMTP
sudo apt-get install gmtp
10) Open gMTP and select "connect" from the menu

Setting up for Automount (Optional, but recommended)

Before follow these instructions, you must have completed Steps 1-8 above.
1) Edit your fstab file to add your gtab:
sudo gedit /etc/fstab
2) Add this to the end of the file:
#gtab
mtpfs /media/gtab fuse user,noauto,allow_other 0 0
3) Save and exit
4) Open fuse.conf for editing:
sudo gedit /etc/fuse.conf
5) Find the following line and remove the #
#user_allow_other
6) Save and exit
7) Open and edit the groups file:
sudo gedit /etc/group
8) Find the details for the group 'fuse' and append your username to the end of the line eg.
fuse:x:104:
9) Save and exit
10) Create the folder to mount your Tab:
sudo mkdir /media/gtab
11) Take ownership of the folder:
sudo chown :users /media/gtab
12) Reboot
13) Plug in your Tab.
14) Click on the Places menu and click gtab.
15) You're in business!

Modifying for other devices

If the above doesn't work immediately on the 10.1g / 10.1 (I have only tested on the 10.1v), you can easily edit the rules file to support your device.
1) Install lsusb
sudo apt-get install lsusb
2) Run lsusb
lsusb
3) Check the output of this command to find your device. The 10.1v is shown like this:
Bus 001 Device 010: ID 04e8:6860 Samsung Electronics Co., Ltd
4) Make a note of the Vendor and Product IDs. In the example above, the vendor ID is 04e8 and device ID is 6860 (note 04e8:6860 in the output).
5) Open the rules file for editing (if it's not already in /etc/udev/rules.d, copy it there now)
sudo gedit /etc/udev/rules.d/98-gtab.rules
6) Find this line
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="6860", MODE="0666" SYMLINK+="gtab"
7) Replace the Vendor ID (04e8) and Product ID (6860) with the ones that you got from step 3 above.
8) Save and exit
9) Reboot
10) Follow step 7 onward in the first guide above

32bit RULES FILE:

ACTION!="add", GOTO="gtab_rules_end"
SUBSYSTEM!="usb|usb_device", GOTO="gtab_usb_end"
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="6860", MODE="0666" SYMLINK+="gtab"
LABEL="gtab_usb_end"
LABEL="gtab_rules_end"

64bit RULES FILE:

ACTION!="add", GOTO="gtab_rules_end"
SUBSYSTEM!="usb|usb_device", GOTO="gtab_usb_end"
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="6860", MODE="0777" SYMLINK+="gtab"
LABEL="gtab_usb_end"
LABEL="gtab_rules_end"
READ MORE - Transfer Files in Linux (Samsung Galaxy)

Monday, 10 October 2011

CyanogenMod 7 for the Nexus S - V7.0.3 (5 May 2011)


CyanogenMod is a free, community built, aftermarket firmware distribution of Android 2.3 (Gingerbread), which is designed to increase performance and reliability over stock Android for your device.
This version is a release candidate, but you will find it stable for everyday use.
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */

CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Instructions:

First time flashing CyanogenMod 7 to the Nexus S, or coming from another ROM?
Root the device and install ClockworkMod Recovery. Instructions are available here.
  • Perform a NANDroid backup of your current ROM.
  • Format the system, data & cache partitions of your device.
  • Perform a factory reset.
  • Flash CyanogenMod.
  • Optional: Install the Google Apps addon package.

Upgrading from earlier version of CyanogenMod 7?

Perform a NANDroid backup of your current ROM.
Flash CyanogenMod (your Google Apps will be backed up & restored automatically).
Issues?
Experience issues? Please provide the following info:
If the device was hard reboot, please provide the file "/proc/last_kmsg".
If the device was soft reboot or is "bootlooping", please run a logcat and provide the full ourput.
Please use Pastebin when possible.

CyanogenMod:

Latest version: update-cm-7.0.3-NS
Download: link
Mirror: link
MD5sum: bd6dfc83ae11fdeac8bf6b9662363946

Google Apps addon:

Version: gapps-gb-20110307
Mirror: link
Mirror: link
Source : http://tinyurl.com/3n2sqjt

READ MORE - CyanogenMod 7 for the Nexus S - V7.0.3 (5 May 2011)

Rooting Your Android



Advantages and Disadvantages Root Mode
Advantages
  • Unlimited access to the Android system.
  • Installing applications on memory card and install applications that need root certainly.
  • Un-install the default applications vendor.
  • Backup App + System Installation custom ROM.
  • Access to system files is fully Android.
  • Overclock overall processor performance (but make batteries become more wasteful consumption).
Disadvantages
  • Warranty missing :D
How to rooting for windows
  • Install driver Gio / software Kies
  • Have not installed Microsoft. NET Framework V.2??? download it here
  • Download superoneclick here or this
  • Set Android USB: Settings> Applications> Development, check USB Debugging / To Debug  the USB
  • Plug USB to PC  and handphone, wait until the driver installation is complete
  • Extract superoneclick and run as administrator (if Win7/Vista), then click the root ... wait until the process is complete "root files have been installed"

Rooting in Windows
Congratulations, you has already completed the process of rooting !!  Before access the root,  restart your handphone first. :D

Use with your own risk!!!  :army:

READ MORE - Rooting Your Android

Wednesday, 5 October 2011

How To Root the Galaxy Tab 10.1v



As always, mucking with your device at this level is risky. If you follow this process, you do so entirely at your own risk. I accept no responsibility for any detrimental effects resulting from following this process of rooting the galaxy tab, or for any problems associated with the updated files. Only if you accept these risks should you use these instructions.
NOTES:
I developed and followed this process on Ubuntu Natty, 64bit. I see no reason why it should not work on any other platform, since the only tool used is fastboot and the syntax for fastboot is the same on any platform. if you need to know how to get fastboot working, there are already many guides for that (see my how to unlock your bootloader thread, for example)
BUTTON CONFUSION:
When in landscape mode, with the camera at the top, the power button is on the left ‘vertical’ side of the tab. On the top is the volume rocker. In this orientation:
- The LEFT side of the volume rocker is VOLUME DOWN
- The RIGHT side of the volume rocker is VOLUME UP
This might seem obvious, but to anyone who is used to phones, this is the opposite, since they were designed to be used in Portrait mode.
PREPARE:
1) With your Tab in fastboot mode (step 1 of “GETTING ROOT” below), make sure you have a working fastboot implementation:
[CODE]fastboot devices[/CODE]
If all is well, you should see your device serial number. If there is a problem, you won’t get any response.
2) Downlad the two files attached to this thread
3) Create a folder on your desktop called “root”
[CODE]mkdir ~/Desktop/root[/CODE]
for Ubuntu or
[CODE]md %userprofile%\desktop\root[/CODE]
for Windows
This will be referred to as the working directory throughout the rest of this guide
4) Copy skitzandroid-10-1v-root.zip to your working directory (DO NOT UNZIP!)
5) Extract the skitzandroid-recovery.img file from skitzandroid-stock-recovery.zip to your working folder. Your working folder should now have 1 IMG file and one ZIP file.
6) This was an afterthought – Make sure fastboot is somewhere in your path (ie can be executed from anywhere). To test, ‘cd’ to any random folder and type ‘fastboot’ and make sure it runs.
7) Copy the skitzandroid-10-1v-root.zip file to the root of your sdcard. You can eithe drag/drop, or run:
[CODE]adb push skitzandroid-10-1v-root.zip /sdcard[/CODE]
from your working directory
…now the easy part
GETTING ROOT:
1) Power off your Tab and power it back on, while holding the VOLUME DOWN button.
2) When the DOWNLOAD / FASTBOOT icons appear, press VOLUME DOWN again to select FASTBOOT icon (the one with the USB logo) and press VOLUME UP to confirm selection.
3) Confirm you are now in fastboot mode and do a:
[CODE]fastboot devices[/CODE]
If all is well, you should see your device serial number.
4) Open a terminal / CMD prompt and CD to your working folder
[CODE]cd ~/Desktop/root[/CODE]
for Ubuntu or
[CODE]cd %userprofile%\desktop\root[/CODE]
for Windows
5) Run the following command:
[CODE]fastboot boot skitzandroid-recovery.img[/CODE]
..and wait. It might not look like anything is happening but it is.
6) You should now have a recovery menu. Use the volume rocker (up/down navigates menu options) to select “Install zip from SDCARD” (or something like that – if someone can post the exact menu item wording, I will update the guide). Press (tap!) the POWER button to confirm the menu selection
7) Navigate to the root of your internal storage (/sdcard), select the skitzandroid-10-1v-root.zip file and press (tap!) the POWER button to confirm selection.
8) Once complete, use the Volume rocker to select “REBOOT” from the menu and press (tap!!!) the POWER button to confirm selection.
9) YOUR’RE DONE. Press the thanks button on this thread to continue ;)
TESTING:
1) Check your apps menu to confirm the existence of SuperUser app.
2) With the Tab attached to your PC via USB cable, do the following:
[CODE]adb shell
su[/CODE]
And watch the screen on your Tab for a SuperUser prompt. If you see this, congratulations!
If you have never rooted a phone/tablet before, go get Titanium Backup Pro and ROM Manager from the market. As soon as the custom ROMs start flowing in, you’ll be all set to go.
Source.
READ MORE - How To Root the Galaxy Tab 10.1v

Monday, 3 October 2011

How to take native screenshots on your Touchwiz Galaxy Tab 10.1


Samsung Galaxy Tab 10.1
The Samsung Galaxy Tab 10.1 Touchwiz update finally added native screenshot support--hoorah! Here's how to use it and share the screenshots, all without having to connect it to your computer:

Step 1: In the taskbar, you'll notice the new Screenshot icon next to the Recent Apps icon. Tap the Screenshot icon to take your screenshot. You'll see a message pop up that says, "Screen captured. Saved as image file."
Take screenshot(Credit: Screenshot by Ed Rhee)
Step 2: To find your screenshot image, go to your Apps list and select "My files."
My files app(Credit: Screenshot by Ed Rhee)
Step 3: Scroll down to the bottom and select the folder named "ScreenCapture."
Screen capture folder(Credit: Screenshot by Ed Rhee)
Step 4: Select the image you want to share then tap the sharing icon.
Select image then sharing icon(Credit: Screenshot by Ed Rhee)
Step 5: Choose which method you want to use to share the image.
Choose sharing method(Credit: Screenshot by Ed Rhee)
There you go--nice and simple. Now you no longer need to use the Android SDK and a USB cable just to take screenshots of your Galaxy Tab 10.1. Thank you, Samsung!
READ MORE - How to take native screenshots on your Touchwiz Galaxy Tab 10.1

Galaxy Tab Pros and Cons


After using a prototype Galaxy Tab I wanted one.  Now that I have owned one for two weeks (actually it is all I had while on vacation for a week), I thought it would be good to review what I like and don't like about the Galaxy Tab.  What I have been looking for is a replacement for my laptop which I still need to use because of a list of things the Iphone is not up to doing.

Pros - Tablet Wish List

Things that make me use a laptop, Iphone doesn't do these well

  • Need a Laptop replacement
  • Instant on - I hate waiting 4 minutes for windows to boot.
  • Instant Applications - I hate waiting 15 seconds for Outlook or Word to boot
  • Bigger Screen
  • Bigger keyboard, Swipe Keyboard, easy to type longer documents.
  • Small enough to hold in one hand while typing with the other
  • About half the weight of the Ipad
  • Open platform
  • Expansion slot for memory
  • Light enough to be used as a Kindle Reader to read full novels, I am on my second novel.
  • Can mount as a USB drive on my computer.
  • Remote Desktop to my Desktop computer
  • A way to enter rich text, things like bold, fonts, headings (Iphone does not allow this)
  • Both Read and Edit Word, Excel Documents (Thinkfree Office does this and was installed)
  • Android can display fonts 4 times larger than IOS from Apple, this is important for a friend of mine who is nearly blind, so she is replacing her IPad with a Galaxy Tab 10.1

Cons - What I wish for the Galaxy Tab (or Android)

  • Free text messages and voice calls.  I think Google is working on google voice
  • A Cisco VPN client, Cisco has promissed the new "AnyClient" by the end of 2010 will support Android
  • Better buttons, I find the on off button placement akward and the four touch buttons at the bottom of the screen get touched when I don't mean to some times.  I would prefer real buttons at the bottom of the screen.
  • Better combatibility mode management.  I would like a setting that is exposed, not hidden, to turn off combatibility mode.  Even better would be the option to list applications that need combatibilty mode like my old Palm TX would let me.
  • Complete User Manual for Android 2.2, and for Galaxy Tab

More Pros - Things I really like now that I have them

  • Widgets
  • Top Bar - drag down for settings and notifications
  • I can turn off compatibility mode and get most Apps to run in the full screen.

Back ground on my situation

I purchased Galaxy Tab from Verizon on the first day they went on sale in the USA.  I have been a mostly happy Iphone 3GS user for 18 months.  I plan to continue to use my Iphone as a cell phone and for reminding me what apponitments I have while I am on the go.  In addition to the Iphone, I also have to carry around a laptop computer.  I need the laptop because I don't like to type long emails on my Iphone, I have a hard time, with my old eyes, seeing the tiny Iphone screen, this makes browsing web pages or looking at documents on a phone impratical for me. 
So I have been looking for something that would let me do all the things I do on my laptop without lugging around my laptop.  I considered something like my son's netbook but that does not address the instant on and instant application access.  Also you must sit down to use a netbook or even to really use an IPad.  With a 7 inch Galaxy Tab I hold it in one hand while using it with the other.

In summary

Would I trade my Galaxy Tab in for something else?  No way!  My only problem is getting a chance to use it.  My wife and kids want to use it every chance they get.  My kids all have an Ipod touch, but they like the big screen and play games with multiple people watching or playing.  My wife prefers the Tab over her computer in the kitchen for looking up web sites or checking email.
The only thing I am not sure of is which provider (see cost comparison) is really the best fit for me and my needs.  I thought I would use lots of data, but since I have WiFi at my house, work and even the inlaws, I use much less than I thought I would.  I even traveled for week on vacation and downloaded a couple more apps and only have used 200 MB in two weeks.  (I have been careful to only use Youtube when on WiFi).  Verizon support knows almost nothing about the Galaxy Tab.  Maybe no one else does either.
READ MORE - Galaxy Tab Pros and Cons

Galaxy 7 and General Tips

I bought a Verizon Samsung Galaxy Tab on the first day they went on sale, and the next morning I left on a one week vacation with only the Tab, no laptop.  Here are some tips and tricks and other things I have learned:
  1. Menu key (bottom left) use it to get to settings and other options
  2. Home key use to exit out of any application.
  3. Back key (a bent arrow) to go back one screen.
  4. Press and hold on things to get more options, i.e. on fields to get a choice of keyboard to enter data.
  5. Turn OFF roaming, it is on by default and even works with maritime roaming when at sea on a cruise (don't ask, it is painful how much that mistake cost me).
  6. Flash on demand.  I recomend in the browser to use the on demand setting for Flash: use the menu key -> settings -> Enable plug-ins -> On demand.  This will cause the browser to not download a flash object unless you click on it.  (faster and less data hungery)
  7. Learn Swype for faster keyboard entry, you can get a tutorial under the Settings application -> Language and keyboard -> Swype settings -> Tutorial.
  8. Manage downloads in the browser: use the menu key -> download manager.
  9. Verizon Support knows nothing about the Tab, in fact most of Verizon is setup to support just cell phones.  If you have enough trouble they will give the support the Samsung support number: 1-888-987-4357.  I tried calling once but they were closed for the night.
  10. Configure your WiFi before installing applications from the Market: Settings Application -> Wireless and network -> Wi-Fi Settings.
  11. Setup email and calendar accounts, you can use the wizard: Setup application -> Setup Wizard.  Later you can adjust settings under Setup -> Accounts and sync.
  12. Market (Android Market Place) use this to download applications, start with: Market application -> Apps -> All applications -> Top free (See Recomended Apps Below)
  13. Good games: WordUp! Angry Birds, Mahjong.
  14. Reviews and recomendations for more Apps, check out The Hottest Android Apps Site
  15. For those who are real techies you can get to the Linux Shell of your tab by installing Android Terminal Emulator.  Note that many commands are disabled unless you root your Tab, but it is still cool if you already know Linux.
  16. If you pinch the home page you will get thumbnails of all your screens.
  17. At first some of my application only used a small part of the center of the screen.  This is because by default Android comes with a hidden setting for backwards compatability turned on.  I have found by turning this off 98% of my applications will run full screen on my Galaxy Tab and at full resolution (not streched out as the IPad does). To gain access to the hidden setting follow these steps.
    • Download “Spare Parts” application from Android Market and install it. If you visit us from the Galaxy Tab, follow this link : Spare Parts
    • Launch “Spare Parts”  and scroll down to “Compability Mode”. Un-tick the box and tick it back.
    • Reboot the Galaxy Tab.
    • Launch “Spare Parts” again, scroll down to “Compatibility Mode” and un-tick the box.
    • Reboot the Galaxy Tab.
    • Congratulations. Your apps are displayed in full screen! Note: a few old games don't work with compatability off.
  18. Update: April 11, 2011 got a system update from Verizon which makes email and browser faster on my Galaxy Tab
  19. You can get a free application of the day from the Amazon App Store for Android.  Some of the Apps I have purchased I could have gotten free.
  20. Update- Here are some more apps I have discovered that I like: GPS Test, ColorNote, BSA Quick Guide, Andy-85, Pulse news, Stocks, TweetDeck, WeatherBug, Wifi Analyzer, PicSay, Google Sky Map, 3G Watchdog, and for fun Androidify, 2 Player Reactor, Alchemy, Bubble Blast 2, Tank Hero, Wheel to Riches Lite, Amazon Kindle.
  21. More tips

Recommended Apps

Download this from the Market: File Manager, Universal Password Manager, RealCalc Scientific Calculator, Google Maps, Adobe Reader, AndroidZip File Manager
Update- Here are some more apps I have discovered that I like: AndSMB, GPS Test, ColorNote, BSA Quick Guide, Andy-85, Pulse news, Stocks, TweetDeck, WeatherBug, Wifi Analyzer, PicSay, Google Sky Map, 3G Watchdog, and for fun Androidify, 2 Player Reactor, Alchemy, Bubble Blast 2, Tank Hero, Wheel to Riches Lite, Amazon Kindle.
READ MORE - Galaxy 7 and General Tips