Pages

Showing posts with label Install. Show all posts
Showing posts with label Install. Show all posts

How To Install Android Ice Cream Sandwich On Samsung Galaxy S With Teamhacksung ROM

Android Ice Cream Sandwich will never come through official channels for the S Galaxy, a word from Samsung. Of course this could send users to despair, but believe me, fear is a passenger because the network is full of alternatives for your GT-I9000 and some have described them to you in this article . Today I bring you know, for those who do not know of a really great ROM , based always on Cyanogen:  Teamhacksung . The procedure for installing this ROM, I have personally tested and that is one incredible stability and reactivity , it is really very simple.

Before installing the ROM, make sure you have the  ClockworkMod Recovery , and if not,then install it. 

All these files are copied to the / sdcard of your Samsung Galaxy S.

Warning: The installation will erase any data on your system, then do the necessary precautions by making backup copies of your data. Do not use KIES because you can not use, then the ROM with the device upright.

Reboot your phone by entering recovery mode (you press VOLUME UP + HOME + POWER);Take all the WIPE (wipe data / factory reset wipe + cache partition);Choose “install zip from SD card and select the ROM (file build14)Now reboot and go into recovery mode;Install the Google Apps (build14 procedure similar to the file);Install Google Apps Fixer (build14 procedure similar to the file);Install Unlock Face (build14 procedure similar to the file);Now make another complete WIPE otherwise synchronize with the calendar will not work .

I can not sync your Google calendar.
flash via recovery package Google Apps and Google Apps fixer. If not work, do a wipe and re-run on the two flashes.

It does not work the ‘Application X
Check  here  if the ‘application is compatible with ICS or not, the problem may be of’ application itself and not the rom.

What ‘is the Face Unlock?
And ‘that unlocks a lookscreen using his own face, can be found in System Settings> Security> Lock Screen.

I can not use adb on your phone.
Download drivers for Nexus S from  here .

Can I use your phone as a mass storage via USB?
From build 12 onwards, is the default configuration. 
To change the USB Mass Storage mode, type the following code: setprop persist.sys.usb.config mass_storage, adb 
to change how MTP [that is compatible with Kies] type the following code: setprop persist.sys.usb.config mtp, adb 
reboot after ‘command.

Can I flash another modem?
Yes, just that they are compatible with the CM7. You can get them from  here .

Can I use kernels of the CM7?
No, the kernel has been modified to create the best ICS.

How do I make a screenshot?
Just press the volume down + power. Or hold power, and then click “Screenshot”.

Spirit FM works?
Yes, setting the ‘Galaxy S ALSA audio.

Can I turn off LED notifications?
Yes, just go to System Settings> Display and turn off notification light button.

Appears in the continuation of the error message “process.android.media.”
From Application Manager eliminates data storage media, gallery, music player market, and then restart.

In the management panel of the Trebuchet launcher, if I click on “Dock” or “Icons” nothing happens.
‘m options that will be implemented in the next build.

The video does not work.
AOSP rom is not working on.

Can I change the ‘battery icon?
He clicking  here  you can find other icons. Valid only for build 13.

I can not sync contacts with Facebook.
Facebook does not yet support ICS, so long as the developers of ‘app does not settle, other uses for Facebook app as Friendcaster.

Where ‘over the’ option ‘Merge contacts “address book?
In ICS must first click on the contact, soft-touch left-> Edit, New soft-touch left> join contact.

Google Maps keeps asking me to do the ‘in spite of the access has already made.
Ignore the message and close the menu notifications and agreed to give permission to ‘application. After some repetition, Google Maps will work regularly.

How do I enter the Device Settings?
Type “start com.cyanogenmod.AriesParts am / .AriesParts” from adb. Or use the build in which 7 just click on the ‘special icon.

How do I enter service mode?
Type “*#*# 197328640 #*#*” screen to dial.

This rom works on I9000B?
No, ‘I9000B has a different configuration for the kernel. A I9000B builds will be added later.

C ‘is a version for Captivate / Vibrant?
And ‘available builds for Captivate, while there’ is still a developer to Vibrant.

What works? Because c ‘is just a list with known issues?
Everything that is written in the list, should work according to proper installation procedure.

I get a message saying “low memory” despite having more than 1GB free.
This means that the partition / datadir is almost full.

I want to install but Gazillionaire / datadir there ‘is not enough space.
Write this code in adb and the next reboot / datadir will no longer be used. It can cause delays on the phone. 
Code: touch / datadir / .nodatadata

Read more >>

How To Restore HTC Flyer Tablet To Install The Official Update

If in the past months you have had the curiosity to test the fantastic rom created by mwakious or other, maybe now you’ll want to “go back”, ie back to factory to install the official update released by HTC Honeycomb. On our forum Fab985 comes to the rescue of us all with the guide: Downgrade from Gingerbread to Honeycomb lock HTC and recovery.This room dedicated to a report in:

Here is a simple guide to downgrade to Gingerbread by Custom Rom Honeycomb and restore to factory settings as a flyer just bought. NB. This guide is only for Flyer 3G .

If interested, please click HERE to access the threads dedicated to driving.

Read more >>

How To Install Automatic Updates Automatically In Ubuntu

Just a few days ago, a user of the blog asked me how it was possible to enable the automatic installation of updates for Ubuntu, without user intervention . In the past there I signaled that it was possible to automatically update the latest security updates and now we shall see how to install all updates in a totally automated . To update your system with the latest software is a good practice, however, not everyone can keep up with this routine. In fact, on Windows, the automatic update is enabled by default.

This short tutorial will show you how to enable automatic software updates and packages in Ubuntu. In this way, you will not need to remember to update the system and all updates are automatically downloaded and installed when the PC is connected to the Internet . This is a great way to make sure that all security patches and software enhancements are automatically installed on your system.

Open the terminal and type:

sudo apt-get install unattended-upgrades

Now type:

sudo gedit / etc/apt/apt.conf.d/10periodic

Edit the file contents to the text shown below:

APT:: Periodic:: Enable "1" 
APT:: Periodic:: Update-Package-Lists "1" 
APT:: Periodic:: Download-Upgradeable-Packages "1" 
APT:: Periodic:: AutocleanInterval "5 " 
APT:: Periodic:: Unattended-Upgrade "1" 
APT:: Periodic:: RandomSleep "1800";

Now, type in terminal:

sudo gedit / etc/apt/apt.conf.d/50unattended-upgrades

and edit the contents of the file with the following code:

Unattended-Upgrade:: Allowed-Origins { 
"} $ {distro_id stable", 
"$ {} $ {distro_id distro_codename-security}" 
"$ {} $ {distro_id distro_codename}-updates", 
/ / "$ {} distro_id $ {} distro_codename-proposed ", 
/ / "$ {} $ {distro_id distro_codename}-backports";

};

Unattended-Upgrade:: Remove-unused-Dependencies "true";

Now install cron-apt:

sudo apt-get install cron-apt

His edit the configuration file:

sudo nano / etc / cron.d / cron-apt

And now edit the file according to your needs!

Read more >>
Next Post