Search This Blog

Friday, May 31, 2013

Stable, working Android 4.0 / 4.1 on Galaxy S Advance I9070 - my expieience

In this short post I'm gonna present my view on the current Android development stage on Android 4.0 on Galaxy S Advance I9070.
First of all, my device was purchased from Polish carrier PLAY. This flavored ROM still has 2.3 gingerbread. How ridiculous it may sound, the ICS version is not going to come soon in Poland...
There was an official version for pure PL version of 4.1.2 - XXLQE which was a mess.

My advice - do NOT install this ROM - I9070XXLQE has some modem issues - it looses coverage, the 3G does not work. It's a total disaster and was pulled of Samsung Air....
Similar problems are depicted here:
http://www.youtube.com/watch?v=dsexSanmpVw

The stable release I'd found is the Russian version: I9070XXLQ4.

Model: GT-I9070
Country: Russia
Version:
Changelist: N/A
Build date: N/A
Product Code: SER
PDA: I9070XXLQ4
CSC: I9070SERLQ4
MODEM: I9070XXLQ4

http://www.hotfile.com/dl/193240094/4c07575/I9070XXLQ4_I9070SERLQ4_SER.zip.html

After upgrade from Polish 2.3 (which was buggy as well), in 4.1 the phone does not loose coverage and the coverage is a lot better. It also has less lags. 
The Android 2.3 lag issue in Galaxy S Advance I9070 was mainly with the phone app - when you wanted to dial a number, you chose the person and clicked the "dial" button.... and nothing happened. Most of the cases I was starting to get irritated and quit the phone app.... then all of a sudden the phone was starting to dial the number I had chosen earlier....

Actually with CWM you can install ROMs from XDA, but the one I tried was buggy, badly translated and the AOSP experience was not really AOSP..... it was a theme that was badly applied, so I do not recommend this one: http://forum.xda-developers.com/showthread.php?t=2182697
( [Rom][JB] Pure Vanilla (AOSP) ★ Smoothness Refined ★ Debloated (29/5/13))

Have anyone tried:
([I9070 JB] Full JB ROM deodex + MODS))
or:

( [JB STOCK MOD][I9070] Android AOSP like --> Simple Droid v3 [21.02.Update])
???


Friday, May 10, 2013

Oracle VirtualBox / VBox - mount share on linux, vbox linux shared folder

Mounting Oracle VBox share on linux is much easier than you might think.
1. Install VBox tools on the linux guest operating system (VM->Devices->Install Guest Additions)

After the tools have been successfully installed configure a shared folder in Devices->Shared folders.
Write down the name of the share (Name of the shared folder).

The mount should be done automatically to the folder:
/media/vs_YourFolderName
(Remember that only a root user will have privileged to that read/write to that folder)

Alternatively you can mount the folder yourself with the command:

mount -t vboxsf YourFolderName /home/user/vboxsharefolder

where YourFolderName is the name of the VirtualBox share,
and /home/user/vboxsharefolder is a previously created folder to which you have appropriate privileges.