Click Here Its The Way to thanks me

Showing posts with label custom rom. Show all posts
Showing posts with label custom rom. Show all posts

Friday, 11 April 2014

Cm7 Fix for galaxy y






















Installation instructions are simple:

If you are not working with my kernel:
- Flash my provided boot1.tar file to you're phone using odin (You can download the boot1.tar from here)

If already on my kernel:
- Download the cyanogenmod3.zip file from my dev-host: here (Older releases can be found later in the post!)
- Download the Google Apps from here
- Copy the cyanogenmod.zip and the downloaded gapps file to somewhere on your SD-Card
- Boot in CMW by holding (Volume UP + Select) button while powering up.
- In CWM go to Mounts and Storage first and format /system, /data and /cache.
- Go back to main menu in CWM and choose install zip from sdcard and choose zip from sdcard.
- Apply cyanogenmod.zip
- After installation also apply the gapps-... from here
- Do a wipe data/factory reset from the CWM main menu and reboot the phone
- Be patient while the phone boots for the first time, the phone needs to build up the dalvik cache.
- When fully booted happy testing , and don't forget to report you're findings and bugs.

What works:
- Audio
- Bluetooth (Partially: Not usable yet, but the device is able to scan for other devices and is also found by other bluetooth devices)
- Camera (Partially: Can take pictures but unable to record film material For more info look at: "known bugs")
- Display "Hardware Accelerated" (Also with some small bugs and glitches, look at "Known bugs")
- GPS
- Input
- Lights
- Network interfaces (Mobile internet)
- Power management
- Radio (Phone "Incoming and Outgoing calls")
- Sensors
- Storage
- Vibrator
- Wifi

What doesn't work:
- Media (media_profiles.xml is still missing but need some modifications first before I will include this, because camera is not yet implemented so a MediaServer crash will occur when this is included).

Known bugs: 
- Display: Sometimes there appear to be some glitches. This is known, and due to the usage of a released test binary. I'm currently working myself to reverse engineer the test binary released by BroadCom and the proprietary binary included in the GT-S5360 to come up with a hopefully fixed driver.
- Camera: Still has the white screen bug in the preview of what you're taking a picture of. This is not easily fixable, but will do my best. Movie recording is not yet possible as codecs still need to be included in my build.

Troubleshooting:
Sometimes the Google Apps are giving some troubles with Force Quitting etc., a solution for this is to boot to recovery, clear the cache and dalvik cache and after this do a Fix permissions from the Advanced menu. When rebooting the boot process will take a little longer because the dalvik cache needs to be rebuild.

When anybody has some problems getting it to install through my instructions feel free to ask help in this topic.

Downloads:
- CyanogenMod 7 Alpha 1 Release: http://tinyw.in/VJll
- CyanogenMod 7 Alpha 2 Release: Build Removed (No incoming calls)
- CyanogenMod 7 Alpha 2.1 Release: http://tinyw.in/r4Xs
- CyanogenMod 7 Alpha 2.2 Release: http://tinyw.in/AB92
- CyanogenMod 7 Alpha 3 Release: http://tinyw.in/1G7T

Changelog for Alpha 2:
Bugs Fixed:
- Not all apps had a ldpi overlay. This has been fixed in the last build I forgot to set the overlay in my full_totoro.mk
- USB Mount didn't work in android. This has also been fixed, I forgot to add the string "file" in the path to the lun file. USB mounting now works as it should work.
- Somebody pointed out that MAC address in the settings wasn't set correct. I researched this problem and it was indeed a bug in my build. This has been fixed now by including the get_macaddrs script in /system/bin. The MAC address wasn't correct because the RIL didn't pass through the MAC address.

Added functionality:
- Compcache has been added to this build. Standard it isn't enabled. To enable this you have to go to: Settings -> CyanogenMod -> Performance -> Compcache. You can choose to allocate 10, 18 or 26 percent. The most recommended value I believe is 18%, but using compcache also has some downfalls. See here for more information: http://en.wikipedia.org/wiki/ZRam
- Wireless Hotspot. This has been tested by me, and I can confirm this function is working perfectly. USB Tethering will be supported hopefully next week.

Changelog for Alpha 2.1:
Bugs Fixed:
- Small fix, I changed the system.prop this week, and in the process forgot to put the ro.telephony.ril_class=samsung option back in the system.prop which results in no incoming calls.

Changelog for Alpha 2.2:
Bugs Fixed:
- Big breakthrough, Headset Support Working. A name in the /system/lib/modules folder of the file brcm_headsetsw.ko had to be bcm_headsetsw.ko. This was why the kernel didn't swich to headset. This was a bug which had slipped my eye as the module name is wrong when compiled from kernel source. This is now completely fixed. And as far as I know this phone doesn't have the Headset Volume Bug. At least not on my phone. Credits go to bluestarfish who pointed this out.

Changelog for Alpha 3:
Bugs Fixed:
- Reverted my system.prop so the tweaks from my first build are included again. Also added some extra tweaks which should reduce the graphics glitches.
- Unsure if GT-S5360L is now able to boot. I haven't got this phone myself, so I can't test it. If it's not working sent me a PM I'll add you on GTalk so we can communicate more easy and fix.

Added functionality:
- Camera: You are able to take pictures, only movie recording is still not possible. This will be a project for later as I'm very busy with bluetooth at the moment.
- Bluetooth: Bluetooth is able to scan for devices and is able to be located by other devices. Pairing or sending from/ to the device is still not possible. Hopefully this will get fixed next week.

Credits:
- Myself :P
- Bluestarfish
- WhiteXP
- Squadzone
- Cyanogen

If you appreciate my work please hit thanks or donate me one beer:P by clicking the "donate to me" button. I'm investing a great deal of time in this project to make this a very stable product.

Greetings Psycho Game, and have a nice weekend everybody. My sources will be released to my Github next week, so I ask everybody to be patient for that .


Everything below here is old information, you can still read it though to get an idea of the project:
As I already said in another thread about a CWM included kernel I'm also working on a version of CyanogenMod myself with another approach than WhiteXP's build.
The problem is not anymore the availability of the drivers, because BroadCom released their drivers to the public.
In my opinion the next bottleneck is the Kernel. I didn't own a Galaxy Y myself at first (until 2 day's ago), but I recently bought one to make it easier to test different configurations.
My main phone is a Samsung Galaxy S Plus which already has a realy stable CM9 version, but also the kernel is already updated to version 3 from 2.6.35.14.
This is also my goal ultimatly, but the Galaxy Y uses RFS filesystem in combination with FSR. These are closed source modules from Samsung, which make it difficult to update kernels.
There is a known hack that you can alter the version in the makefile of the kernel to 2.6.35.7 while it realy is patched up to 2.6.35.14, but i'm not very fond of such hacks.
I'm a daily linux user already since the year 2000 or so, and build many kernels for Linux computers from source. I can say I have good knowledge of the compilation proces and what's going on in the kernel.
Now back to what i'm doing at the moment:
I already converted the complete galaxy y to EXT4 file system, incl. the EFS partition, and yes I still have my IMEI data etc. so this is considered done [status: Complete]
Next step is getting rid of the RFS & FSR kernel modules, which are proprietary (RFS has been removed, only FSR remains for later. [status: WIP -> stalled]
At the moment I'm busy updating the kernel to version 2.6.35.14 the proper way, so I have a stable base kernel to build CM on [status: Complete]
After this I will add CWM recovery to the updated kernel, and make sure everything works as it should, like ADB in recovery mode, formatting, and all these things. (Only ADBD has to be fixed) [Status: 99% Complete]
When CWM recovery functions as it should work, the proces of building CWM into the Galaxy Y can begin [Status: WIP -> Stalled until kernel stable].
CM already compiles fully without much warnings, but still isn't ready to be released until all predecended steps have been completet.
At the moment I'm also uploading all sources of the kernel into github, so everybody can revieuw the proces i'm doing, and also point out mistakes maybe and give suggestions.

Update 1: Yes already an update. It's more difficult to work you're way around the FSR kernel modules. What I now want to do is convert the BML block layer (which uses the FSR modules) to MTD which is an opensource version of a Flash Transition Layer. I know this is possible, because it's also done on the Samsung Epic 4G. The only downside of this is that I cannot use the promised ext4 anymore on the final product, but I'm forced to use YAFFS2 filesystem (which is luckily also opensource).

Update 2 (1 Feb. 2013): Hello everybody. After almost a week I have another update on the Kernel modifications. I stalled the removal of the fsr module parts for now and started with the inclusion of the ClockWorkMod recovery in the kernel. The way I included the CWM recovery is other than Merruk and WhiteXP did. I left the stock recovery in place, and added the CWM on top of it. Standard it boots in the CWM recovery, but if for some reason you would need the stock recovery you can also call it. Just by leaving a file called .stock_recovery in the root of the /cache partition. So in short it contains 2 recovery's in one image. To make it all fit the InitramFS and kernel have been compressed using the lmza method. This allows for a smaller resulting boot.img file, but comes with a little extra boot time. When android has booted you don't notice any difference. Appart from this it's a stock kernel with ext4 included, and the rfs filesystem modules removed, so it's a ext4 kernel only! The completely changed initramfs can be found on my github over here: https://github.com/PsychoGame/totoro...amfs_files.git so everybody can study what I've done.

Update 3 (8 Feb. 2013): Hello everybody. Again an update of my kernel, and a weekly build to test in the weekend . There have been some changes in this release, the most major change has been that the kernel has been patched from 2.6.35.7 to 2.6.35.14. Also a little change in the recovery.fstab stopped the nandroid backup from making a useless recovery.img. Also I now know for sure that it's possible to do a full nandroid restore. As long as the FSR modules still function also the boot.img backup will be restored. The only thing still not working is the Android Debugging Bridge in the recovery self. This seems to be a harder to tackle problem then I thought before. It seems that adbd is not working properly so it doesn't see the device. The new kernel can be obtained from here:
boot.tar (08/02/2013)
With this new 2.6.35.14 kernel you also need to have all other updated compiled modules which are available here:
Version14Modules.zip
These files should be placed in /system/lib/modules
This is not a CWM installable package at the moment because I'm a little bit busy at the moment, so this means you have to copy the files manually to the directory.
I recommend using ES File Explorer in which you need to have full read/write acces to the disk.
When anybody needs some extra help please let me know.
There are two small bugs at the moment:
- ADB still not working inside recovery
- Sometimes the touchscreen has a little problem getting out of it's sleep state. I don't know how to describe it, but will look into this problem very soon. It's not a harmfull bug.

Question to other developers: Hopefully there are other kernel developers among us as well. If you think you can contribute to this as well, then please PM me. At the moment I hope everyone together including myself will look into implementing MTD into out device.

The kernel source is uploaded to https://github.com/PsychoGame/androi...ung_totoro.git Updated

This is a little update on the things I have in mind.
If you like it, please post a comment, that also lifts my spirit in the lots of things that have to be done.

Installation Instructions

It's wise to make a EFS backup first to be sure you're IMEI data etc. is safe at all times. It's not only wise for this project but other projects as well. A good tool for this is Galaxy ToolBox. This tool saves the backup on you're SD card which you should keep safe on you're computer

Here are the installation instructions of the first kernel release:

Known bugs:
- Adb is not working in the CWM at this moment. I'm pretty sure it's a simple problem, but will solve that later on. It's not very annoying as anyting else is in my opinion functioning.

In my walktrough I will cover the steps for installing my kernel on a fresh install of Android.
There are a ton of walkthroughs already on the subject of flashing android to the Galaxy Y (GT-5360) through odin.
I didn't test it yet on a working installation, but I'm pretty sure this should work in there also.

Step 1: First of all, download the needed files
cwm-madteam-galaxY.zip
boot.tar (01/02/2013)
boot.tar (08/02/2013)
Version14Modules.zip
Odin 1.85 Used
update-signed.zip (Su Binary)

Step 2: Make a nandroid backup of you're device using Madteam's ClockWorkMod.

Step 3: Enter download mode (Holding down button + Select) + Power button until the phone seems to boot. In download mode flash my supplied boot.tar by putting it in the PDA field in Odin. No .pit file is required, and just leave anything default and click the (flash button).

Step 4: Enter CWM recovery (holding up + select) + Power button until the phone boots, and go to mounts and storage and one by one do (format /data, format /system and format /cache).

Step 5: Also in the menu Mounts and storage click on mount USB storage while the mobile is connected to the computer with the USB cable, or use a cardreader to open you're miniSD card. On the miniSD card there is a folder which is called clockworkmod which contains the backup you just made in the folder backup. Here you should change as an example (system.rfs.tar to system.ext4.tar), and also do this for the data.rfs.tar. Also inside nandroid.md5 these filenames have to be changed accordingly to resp. system.ext4.tar and data.ext4.tar.

Step 6: Reboot the ClockWorkMod Recovery and in the backup and restore menu click on "advanced restore" and choose you're nandroid backup. Choose only to restore (System and Data.)

Step 7: Just reboot and enjoy you're Galaxy Y with CWM included in kernel. As far as I tested everything is working as it should be, if you come across something that doesn't work please report this.

Step 8: Copy the modules supplied in Version14Modules.zip to /system/lib/modules/

If you flashed a fresh android rom you should Root it again using the update-signed.zip I supplied above this article (Before you install the update-signed.zip you have to mount the /system partition in the "Mounts and storage menu" first the mount is forgotten in the installer script.)

I hope you'll enjoy this little beginning, there's a lot more to come. I'll be gone for the weekend, so after the weekend I will be able to respond to any bugs and problems everyone came across.

Greetings

Psycho Game

Sunday, 23 February 2014

[ROM][MUST HAVE]IOS7 custom rom for galaxy y



Thanks to XDA developer who developed this iOS 7 Custom ROM for Samsung Galaxy Ywe just need to flash this custom ROM via CWM recovery and with some tweaks, we will be ready to blow our friends by let know them that we have iOS 7 on our Galaxy Y phone.

Features of iOS 7 Custom ROM

  • Very clean, stable and fast ROM based on latest precy cm7.2
  • Themed like iOS 7
  • IOS7 alike ControlCentre (setting)
  • Modified Popup menu,text fields,volume up and down and others to look like IOS
  • Apps are resized to fiexed to fit in Galaxy y screen
  • and much more
Prerequisite 
  • This custom ROM is only made for Samsung Galaxy Y GT-S5360 and should not be flashed on any other device. If you try to install it on any other device then it may cause some issues like bricking that or damage the hardware or internal software. So, don’t try that.
  • Because this is a custom ROM, so for fully successful installation your phone must be rooted. Root your device will void your warranty of your device so be aware of that.
  • Make sure that you’ve enabled USB debugging under settings options of you device. If not then enable in “Setting> application> development” and check USB debugging box. This is one essential step, it let your phone be detected by computer.
  • This custom ROM only works with Precy cm7.2 kernel, so you need it to flash it first(flashing Precy cm7.2 kernel is given below) and then follow the further guide.
  • Make sure you have installed USB drivers your device, without drivers you phone won’t be detected by PC or computer. To download and installation process for USB drivers visit here.
  • Make sure your phone have at-least 50% charging. If it gets turn off while installation process, it can be dangerous for your phone. So charge your phone to good extent before going further.
  • Because it’s an unofficial (nor developed or promoted by Samsung) custom ROM it can have some bugs, but it is tested before listing here and it works fine. But in case, if it damage or brick or anything happen to your device after installing this ROM, we will be not responsible for that. This tutorial is only meant for knowledge.
Downloads 

How to Flash Precy cm7.2 kernel.tar  Kernel to Samsung Galaxy Y

  • To flash Precy cm7.2 kernel.tar to phone we will use Odin Program. Download it here.
  • After downloading the Odin Zip file, extract it to desktop and look for ‘Odin3 v3.07.exe‘ and run it.
  • Turn off your phone and boot to download mode via pressing and holding “Volume down + Home Button + Power key” simultaneously until phone boot to download mode.
  • Now connect your phone to PC through USB cable and look on Odin program. There you’ll see ID: COM section turn blue and it says added!. If it not happens then you must install USB drivers again.
  • Now its time to configure the Odin program, check PDA check box and on PDA select Precy cm7.2 kernel.tar file and then click on start button.
  • Wait until it complete the flashing process and when it get completed you will “pass” message and “ID:COM” will turn to green. So you have successfully flashed Precy cm7.2 Kernel to your device and move further for iOS 7 installation guide.

How to Install iOS 7 Custom ROM on Samsung Galaxy Y

  1. I hope you already downloaded the iOS 7 Custom ROM zip and Gt-S5360 CWM zip files, after that put them to SD card or memory card of your phone device. Remember do put them inside any folder, just copy them to root of Sd card.
  2. Now turn off the device and boot to recovery mode via pressing and holding Volume up + Home Button + Power key” at same time until you see the Samsung logo.
  3. Once you get to recover mode, select “install zip from SD card“, and select Gt-S5360 CWM.zip and flash it. It will take you to the new Recovery mode.
  4. Now select “mounts and storage section” and select the same and then mount all the following things; mount/data, mount/sd card, mount/system, mount/cache.
  5. Now get back to main menu and select “install zip from SD card” and then select the downloaded the iOS 7 Custom ROM zip file and flash it.
  6. It will take some time get the job done so don’t worry.
  7. After completion of flashing ROM, go back to menu and select “wipe data cache” and select “wipe data/factory reset” and then reboot system now.
All done! If it takes long time to boot for first time then don’t get panic its normal. Well this custom ROM does not have many bugs but WiFi problem was reported by few users. If you get the WiFi problem after installing this Custom ROM then follow this guide here : http://goo.gl/HQzO7b
So, you have successfully installed this ROM your device. So that’s all about guide on how to How to Install iOS 7 Custom ROM on Samsung Galaxy Y. If you have any problem regarding to this tutorial or facing any kind of problem while installing this custom ROM the let us via your comments.

Tuesday, 4 February 2014

check out this custom rom ZiEREX EVOLution for samsung galaxy y sgy rom



SCREEN SHOOTS


Quote:
Features :
  • Status Bar with Flume Style
  • 15 Toggle
  • UI Support EDT Tweaks
  • 3 Layout on UI
  • Slider Brightness on UI
  • Speed Meter / Data Traffic on UI
  • Toggle Music Control
  • Owner Profile
  • Multi LockScreen
  • 50% Transparent
  • Screenizoid on Setting
  • Sytem Apps Intaller and Remover on Setting
  • YouTube Support Download
  • Widget Analog Clock with GalaxyYTrick Style
  • MMS Bubble
  • Galaxy Y S3 Bootanimation Style
  • Support Arabic Font
  • Music App with Vanila Music
  • Megabass CM7 Basic
  • Zierex Wallpaper


Quote:
Installation Guide
1. Download the rom zip file .
2. Put the zip on your sd card.
3. Turn off your phone and boot into CWM recovery.
4. Wipe data and cache.
5. Go to Mount and Storage
6. Mount everything
7. Go back
8. Flash the rom zip file
9. Reboot system now and please wait for 2-5 minutes



Quote:
Zierex Evo update V1.2
SCREENSHOT


Quote:
Features :
SystemUI with 6 Layout
And 5 Style Layout:
-> Base 8 / Hyperion style
-> Evo style
-> 33D Invader style
-> AOSP style
-> AOKP style
Weather on SystemUI
4 WayBoot menu
New Lockscreen
Samsung Keyboard with new style
Settings with 2 tab
Quote:
FLASH VIA CWM RECOVERY





Quote:
Zierex Evo v1.3
Quote:
Fix :
Shutdown animation.
Status Bar auto hide when you play a game.
Quote:
FLASH VIA CWM RECOVERY





Quote:
Zierex Evo v1.4
Quote:
Features :
SystemUI with 8 Layout
Looks elegant SystemUI


Quote:
FLASH VIA CWM RECOVERY








Quote:
FLASH VIA CWM RECOVERY





Quote:
Zierex Evo v1.5 Multi Language
Quote:
Features :
Multi Language
10 Lockscreen
Chainfire 3D
New TouchWiz30Launcher with 4x5 Drawer
Statusbar Background (Expandad) Changer



You can change the background statusbar (Expanded) with easy.


Quote:
FLASH VIA CWM RECOVERY



Quote:
Note :
  • Animation On/Of in AOKP toggle doesnt work..
if link dosen't work fell free to comment

Friday, 24 January 2014

Lenox Evolution V2.2 custom rom for galaxy y

Description:
A Stock-based ROM Black and White theme, aiming to make a ROM for every Galaxy Y User. In this V2 of our ROM, all the issues, bugs and suggestion form Lenox Evolution V1 are fix and made. Lenox Evolution V2 are gotten better.

USE AT YOUR RISK


some Feature of this rom

Launcher
Landscape view
Launcher setting
5 Dock Icons

SystemUI
About Phone
Toggles
Swipeable Layout
Sliders
2 UI Classic and Tiled (Dont know your choices e. :P)
Label (Carrier label maybe but its not a carrier though)
Shortcuts probably Settings
Brightness slider at statusbar
Working Signal, Battery, Clock Tweaks

Settings
Tabs settings
More Lenox Parts than Lenox Evolution Version 1
Power Control Widget (Having only 5 widgets is too mainstream)
Lenox Lock
Iphone look first tab
Owner Profile

Framework
Extended Power Menu
Edited bools.xml
Edited Date and Time Display
Stock Drawables Revamped

Android policy
Lidroid Lockscreen
Gesture at lockscreen

Music
Revamped Looks
Music Widget (still have a problem at album though)

Mms
No auto conversion
Message skin and background

Misc
Revamped Clock/Widger
Revamped Task Manager
Revamped Radio
Revamped Phone.apk
Revamped Dialer
Revamped Calculator
Revamped MyFiles
Revamped WallpaperChooser
Added build.prop tweaks
Init.d Support
Kernel Free
Lates GApps
Bravia and XLoud Tweaks
Added Root and Busybox Run-Parts
Bootanimation(totally addicted to it)
FastBooting
Moar Battery Juice

screen-shoots




Download Link
Download at the download section. XDADB. :D

Mirror Link
http://d-h.st/4Gk

Instruction:
1. Go to CWM Recovery
2. Wipe data and cache
3. Mount system and data
4. Flash
5. Reboot

EVENT:
http://forum.xda-developers.com/show...&postcount=227

MakDroid V3 for Samsung Galaxy Y GT-S5360

The Hyperion ROM series for the Galaxy Y are well known for their fast performance, smoothness and professionally made features and custom menus developed by xda member CarlDeanCatabay and a few other people who also contributed.

Unfortunately for the fans, this seems to be the last and final build of the Hyperion 8 Golden Master but ther appears to be an incoming update to the rom soon, so stay tuned.

P.S. For those of you who might be wondering where the AOSP lockscreens are, or whether there is an extended power menu or not. The answer is, they are not included simply because the developer(s) find them useless to have on the rom.


Features:
Rooted
BusyBox
Deodexed
Zipaligned
init.d support
Quick Panel toggles
Statusbar brightness slider
Swipe to remove notifications
EDT Tweaks
Owner profile
Mega Bass Beats Audio mod
Bravia Engine
SoundAlive mod
XLoud loudness equalization
Beats Audio
and many more

ROM Screenshots:


Downloads:

Hyperion 8 ROM - Click here.
RIL Fix - Click here.

Installation:

  1. Download the two zip files to your sdcard
  2. Boot into CWM Recovery
  3. Go to mounts and storage - make sure everything is mounted
  4. Go back, head into advanced and wipe dalvik cache, then wipe battery stats (optional)
  5. Go back, wipe data/cache
  6. Choose to install zip from sdcard
  7. Locate the Hyperion 8 zip file and choose it, choose Yes to confirm
  8. Once the rom is installed, again choose zip from sdcard and this time flash the RIL Fix zip file
  9. Once flashed, go back and choose reboot system now

MakDroid V3 for Samsung Galaxy Y GT-S5360


So here is one unique looking custom rom that was recently ported to the Galaxy Y. This rom is originally made for the Galaxy Pocket and developed by androsamace from xda-developers forums, but tom411 has ported it and it appears to work pretty good.
galaxy y makdroid
This rom may feel a bit more different than the others because of it's unique style with it's colorful statusbar icons, toggle buttons and so on.
Features:
  • 14 Toggles with new icons
  • Rooted
  • Busybox
  • Zip aligned
  • De-odexed
  • Fast Performance
  • New Boot Animation
  • New Sound files from Nexus 4
  • Minimum Apps
  • Better RAM Management
  • No SMS Log
  • Modified Lock screen
  • Screenshots:


Download - Click here.
Installation:
  1. Download the zip file to your sdcard
  2. Boot into CWM Recovery
  3. Wipe data and cache
  4. Choose "install zip from sdcard"
  5. Then select "choose zip from sdcard"
  6. Locate and find the rom zip file and then select it
  7. Choose "yes" to confirm when asked
  8. After installation is complete, go back and choose "reboot system now"