Hi everybody!
Today I share my CM7.2 build and the device folder needed for build.
Firstly, here is the flashable zip:
http://depositfiles.com/files/3ppjnzlbd
Just put it to your SD card and flash with CWM.
What works:
- It boots.
- Theme chooser.
- Screenshot.
- Sound playing and recording.
- GPS
- Vibration (Sometimes buggy.)
What doesn't:
- Everything else. (Including for example camera, video player, wifi, bluetooth, network and mobile data, etc.)
It is going to be a very hard work to make it fully functionable. In the followings, I share my CM7.2 (and CM7. It is the same.) device folder. Here is a little readme for building. I assume the devs who are involved in the CM-development already know this (especially the first steps).
- Check out the latest CyanogenMod 7.2 sources:
repo init -u git://github.com/CyanogenMod/android.git -b gb-release-7.2
repo sync
- Put the device files into device/samsung/galaxyr
- Move cyanogen_galaxyr.mk (from the attached zip) into vendor/cyanogen/products directory.
- Open vendor/cyanogen/vendorsetup.sh and add the following line:
'add_lunch_combo cyanogen_galaxyr-eng' (Without quotes)
- Open vendor/cyanogen/AndroidProducts.mk and add the following:
'$(LOCAL_DIR)/cyanogen_galaxyr.mk' (Without quotes)
- Go to your device folder (device/samsung/galaxyr), put your phone on USB and run extract-files.sh
(It is important to run in the device folder, because it works with relative paths!)
(Your phone must have a stock or stock-based rom to copy the necessary proprietary files!)
- In your top CM source dir, execute:
'. build/envsetup.sh' (Without quotes)
- Finally:
'brunch cyanogen_galaxyr-eng' (Without quotes)
- Wait for it to finish. Flash and enjoy!
Here is the link for the GitHub repository:
https://github.com/Adam77Root/android_device_samsung_galaxyr
Some information about the files:
- The files (especially galaxyr.mk) are bloated with options and settings. I have concerns about the usefulness of some of them. We may not need them in a final/stable build.
- The kernel is the stock ZSLE6 kernel.
- gpswrapper, libaudio, libexifa, libjpega and libsensors were copied from c1-common with little modifications.
Some notices I have come across during the development:
- If we set TARGET_HAVE_TEGRA_ERRATA_657451 to true, we get a plenty of segmentation faults. On CM9, I was able to trace back the problem to this setting! CM7 (and obviously 7.2, I didn't tried) doesn't show the segfaults, probably because init and adb can't load. That's why TeamGalaxyR's rom boots to Samsung splash screen. If you try 'adb shell' on that rom, it immediately closes, because it cannot connect. After I had set this option off, I was able to build working images.
I hope other developers will start working on CM as soon as they can. It is a great project. I will also put every effort into this project, but I won't have access to my files for a week from tomorrow. However, I will stay tuned and be able to post here.
I attach two screenshots I took yesterday.
UPDATE:
Epsylon3 made some progress. The most important: Wifi is working now!!
Get it here: http://dedib.ath.cx/galaxyr/
Every modification to devices have risks. Flash this at your own risk!
Have fun and enjoy!
Thanks man (sorry i have no thanks left, i will hit later)
will try this , after i backup...
OMG OMG OMG... Now downloading. Will Flash and Revert with feedback soon... In short Reserved!!!
(⊙o⊙)Android & iOS Superuser!←_←
Ya.. Me too gonna test and feedback.... Reseved for feedback...
EDIT:
Its not working dude...
I flashed it over ZLES6 and also indian one... but it does not boot to the home screen...
And android logo comes up with black background and it just keeps on blinking...
No success on my phone
EDIT:
Sorry for wrong info.. I forgot to completewipe the device.. Its booting fine and the issues above mentioned are present.. however thanks a lot dude......
Hello Adam77Root Will you pls add some screenshot of it
Also Thanks Given
I am sad that i am off the system. Someone flash it and test it. Finally CM7.2 on r. Next would be fully working cm7 and later cm9(i hope.). Thanks given
Sent from my GT-I9103 using xda app-developers app
Thank you everybody! I added two screenshots to the first post.
in the office now,,can't donwload here due to limited downloads here..will test it at homies...:laugh::fingers-crossed::cyclops:
That's one small step for man, one giant leap for mankind. :laugh::laugh:
Adam77Root said:
Hi everybody!
Today I share my CM7.2 build and the device folder needed for build.
Firstly, here is the flashable zip:
http://depositfiles.com/files/3ppjnzlbd
Just put it to your SD card and flash with CWM.
What works:
- It boots.
- Theme chooser.
- Screenshot.
- Sound playing and recording.
- GPS
- Vibration (Sometimes buggy.)
What doesn't:
- Everything else. (Including for example camera, video player, wifi, bluetooth, network and mobile data, etc.)
It is going to be a very hard work to make it fully functionable. In the followings, I share my CM7.2 (and CM7. It is the same.) device folder. Here is a little readme for building. I assume the devs who are involved in the CM-development already know this (especially the first steps).
- Check out the latest CyanogenMod 7.2 sources:
repo init -u git://github.com/CyanogenMod/android.git -b gb-release-7.2
repo sync
- Put the device files into device/samsung/galaxyr
- Move cyanogen_galaxyr.mk (from the attached zip) into vendor/cyanogen/products directory.
- Open vendor/cyanogen/vendorsetup.sh and add the following line:
'add_lunch_combo cyanogen_galaxyr-eng' (Without quotes)
- Open vendor/cyanogen/AndroidProducts.mk and add the following:
'$(LOCAL_DIR)/cyanogen_galaxyr.mk' (Without quotes)
- Go to your device folder (device/samsung/galaxyr), put your phone on USB and run extract-files.sh
(It is important to run in the device folder, because it works with relative paths!)
(Your phone must have a stock or stock-based rom to copy the necessary proprietary files!)
- In your top CM source dir, execute:
'. build/envsetup.sh' (Without quotes)
- Finally:
'brunch cyanogen_galaxyr-eng' (Without quotes)
- Wait for it to finish. Flash and enjoy!
Here is the link for the GitHub repository:
https://github.com/Adam77Root/android_device_samsung_galaxyr
Some information about the files:
- The files (especially galaxyr.mk) are bloated with options and settings. I have concerns about the usefulness of some of them. We may not need them in a final/stable build.
- The kernel is the stock ZSLE6 kernel.
- gpswrapper, libaudio, libexifa, libjpega and libsensors were copied from c1-common with little modifications.
Some notices I have come across during the development:
- If we set TARGET_HAVE_TEGRA_ERRATA_657451 to true, we get a plenty of segmentation faults. On CM9, I was able to trace back the problem to this setting! CM7 (and obviously 7.2, I didn't tried) doesn't show the segfaults, probably because init and adb can't load. That's why TeamGalaxyR's rom boots to Samsung splash screen. If you try 'adb shell' on that rom, it immediately closes, because it cannot connect. After I had set this option off, I was able to build working images.
I hope other developers will start working on CM as soon as they can. It is a great project. I will also put every effort into this project, but I won't have access to my files for a week from tomorrow. However, I will stay tuned and be able to post here.
I attach two screenshots I took yesterday.
Every modification to devices have risks. Flash this at your own risk!
Have fun and enjoy!
Click to expand...
Click to collapse
What doesn't:
- Everything else. (Including for example camera, video player, wifi, bluetooth, network and mobile data, etc.)
if it doesn't work then what use of this rom
azhar.munshi said:
What doesn't:
- Everything else. (Including for example camera, video player, wifi, bluetooth, network and mobile data, etc.)
if it doesn't work then what use of this rom
Click to expand...
Click to collapse
The thread is tagged as [DEV]. It is not a functional rom, only a preview. Don't try it if you don't want.
Sent from my GT-I9103
azhar.munshi said:
What doesn't:
- Everything else. (Including for example camera, video player, wifi, bluetooth, network and mobile data, etc.)
if it doesn't work then what use of this rom
Click to expand...
Click to collapse
First LEARN to appreciate the work man, !!
gearbox87x said:
That's one small step for man, one giant leap for mankind. :laugh::laugh:
Click to expand...
Click to collapse
:good:
Marked as DEV man..
First show some respect. He is trying to do something that Samsung cannot do.
Encourage, but dont ever EVER discourage..
Kudos to the Dev. I will surely test it..
azhar.munshi said:
What doesn't:
- Everything else. (Including for example camera, video player, wifi, bluetooth, network and mobile data, etc.)
if it doesn't work then what use of this rom
Click to expand...
Click to collapse
You have to understand what a huge leap this is in the development of CynaogenMod for our device...
this ROM is obviously not suitable for daily use.... but this ROM gives us a ray of hope that a fully functional CynaogenMod working on our galaxy r is just round the corner.... Kudos to the developer for such an outstanding development and hope he provides a fully functioning CM 7.2 very soon
Sent from my GT-I9103 using xda app-developers app
@OP to get rid of such things better change title as PRE ALPHA or something.
I tested....
i can't wait for the Full release...!!
really appreciable Work man....!
great..
Thank you everybody! If you know somebody, who can help in development, please contact him/her. I will definitely write to Epsylon3. I'm not really familiar on the forum yet.
xlm13x said:
@OP to get rid of such things better change title as PRE ALPHA or something.
Click to expand...
Click to collapse
I append that tag.
gearbox87x said:
I tested....
i can't wait for the Full release...!!
really appreciable Work man....!
Click to expand...
Click to collapse
Thanks! Creating a full/stable release will take a lot of time.
Hey thnx for creating cm 7 for our device. but i see that u r using 2.3.7 as the android version. Cant it be ics. Plz plz try to do this i luve ics and we hv been waiting for ics from a long time.
Related
Hi!
I don't quite know how to start ;o) so...
This ROM is compiled from CyanogenMod 6, AOSP, Ezterry's and mine source code repositories . This ROM is not repackaged, moded, ripped, stripped, whatever version of any other ROM available on the Net.
Overview:
- 2.6.36.4 kernel from @Ezterry
- Native Apps2SdExt (also called Magpie) with Effdee fix (this also contains fix to pm/pm.jar used by f.ex. Titanium Backup when restoring app)
- xVold - mounts SdExt partition (if it exists) with data 2 SdExt
- Poor man SetCPU (as known from f.ex. Froyo by Laszlo) with safety valve logic by @hrk (CPU OC settings are not restored when phone crashes; you can safely try to push your CPU to the limit)
- CA Certs without compromised Diginotar keys
- CACertManager from Guardian Project
- long click on PowerWidget icon launches Settings (backport of CM7 feature)
- black bar theme (most of gfx were taken from @Sisterchick's themes but if you see your gfx used please let me know so I can give proper credits)
- uses AnyKernel so should boot on 2708/EBI0/EBI1 devices (tested only on 2708)
- stock Froyo Launcher (aka Launcher2)
- can use Swap or Compcache (both disabled by default and I don't really see the point of using any of them)
- no Gapps
2011.10.06 updates:
- Firerat's cache management ;o) script in /etc/init.d (https://gist.github.com/1182265)
- updated APN list
- Superuser 3.0 (upgradable via Market; please consider buying Elite version to show @ChainsDD some support)
Backports from CM7:
- RotaryRevamped, Lense and Ring lockscreen styles (Phone ui follows lockscreen style)
- Battery percentage on Lockscreen
- Restrict system packages to protected storage (this is security fix)
2011.10.13 updates:
- fixed bug in Phone app that caused crash when dpi setting were anything but 160
- fixed bug in Phone app that caused on screen Accept/Decline buttons not always show up
- Compcache/Swap is working again (note that activating/deactivating need reboot)
- Camera app with DCIM patch courtesy of @hrk
Known bugs/misfeatures:
The ROM runs perfectly OK without Ext partition. Only drawback is requester that pops up informing about unmountable SD card. What it's not telling is that only Ext partition is unmountable
No DCIM patch in Camera app this time (patch is against GB sources and I had no time to fix this; It's not hard just need time =o( This patch will make it into next release, sorry.
Apps2SdExt in this ROM is implemented at framework (system) level. Please do not use any scripts/apps that deal with applications installed on SdExt. Each and every application can be moved to and from SdExt using "Manage applications" under Settings. At some point in time I might add way to mass-move applications between SdExt, Internal and SdFat storages.
NameLessFroyo-multi-20110922.zip (md5: a21ce6a2c340fd71d17ce27dca60f58a ; sha1: 4e256d4dd27bd561619358d71f2520c9aca7fd8a)
NameLessFroyo-multi-20111006.zip (md5: f3fc0a3f92a2796ecea9f8cf2b79f870 ; sha1: df9f21a7cce17ea7734b9e5b81a73e8cbccc8f57)
NameLessFroyo-multi-20111013.zip (md5: 01a3def65577e563be17f86925e0d3d6 ; sha1: 3a53a8dd5e5f76430c261596640aada8c7e7f8b7)
First install instruction:
1. Boot into Recovery
2. Make a backup.
3. Wipe all and everything (including SdExt)
4. Flash zip
5. Flash GApps
6. Reboot
Installing updates:
1. Boot into Recovery
2. Make a backup
3. Flash zip
4. Reboot
(I do my best so that all updates are of no-wipe type)
On first boot give the Dream some 10 - 20 minutes to settle.
Enjoy the ROM =o)
Credits:
CyanogenMod Team - this ROM wouldn't exist without them and I'd be stuck on Dounts =o)
Firerat - without him I'd never dig that deep in the Android code
Ezterry - always helpful and all that excelent work on kernels and GB for D/S
Sisterchick - your themes are great (hope you don't mind taking some gfx from them)
hrk - always helpful and skilled coder
And special thanks to all those who made Android the way it is now =o)
Sounds good! Will try it someday if i have spare time
I'll try it, will download when I have a chance.
Nice!
Very nice job...thank you!
been running barebone of this rom. running nice for the last 2 hours.
good job. thank you
NLJ said:
- Poor man SetCPU (as known from f.ex. Froyo by Laszlo) with safety valve logic by @hrkdroid (CPU OC settings are not restored when phone crashes; you can safely try to push your CPU to the limit)
Click to expand...
Click to collapse
Well, that's still me ;-) Github already had an account for "hrk" registered a couple of days before I registered one ... a stupid unused profile...
Nice to see a Magpie'd FroYo ROM!
Will you add my own DCIM compliant camera patch?
Very nice job, thank you for the magpied froyo rom. I will try it in the next days.
Sent from my Gingerbread on Dream using XDA App
Downloading now.... The G1 still has DEVs...LOL
can someone give me the download link of gapps
i wanna try this
Here u go http://forum.xda-developers.com/showthread.php?t=796696
hrk said:
Well, that's still me ;-) Github already had an account for "hrk" registered a couple of days before I registered one ... a stupid unused profile...
Click to expand...
Click to collapse
Fixed in the OP. Sorry for the mismatch (hrkdroid kinda get stuck in my head ;o)
hrk said:
Nice to see a Magpie'd FroYo ROM!
Click to expand...
Click to collapse
TBH Froyo by Laszlo was the first one (and yeah I've put my fingers there too ;o)
hrk said:
Will you add my own DCIM compliant camera patch?
Click to expand...
Click to collapse
Crap! I knew I forgot something! I have it open in on of tabs in Firefox. I'll add this after I put all my source changes to repos more online than my laptop (I just created ToDo too =o))
AndDiSa said:
Very nice job, thank you for the magpied froyo rom. I will try it in the next days.
Click to expand...
Click to collapse
If you had data 2 sdext and were using Magpied ROM, you might try to skip wiping SdExt. Not sure if this will work when coming from GB to FroYou but.... =o)
dani132 said:
can someone give me the download link of gapps
i wanna try this
Click to expand...
Click to collapse
Please closely inspect point 5 of install instruction... like hoover mouse over the "GApps" part or something ;o)
dani132 said:
can someone give me the download link of gapps
i wanna try this
Click to expand...
Click to collapse
I used CyanogenMod 6 MDPI 20110501 from http://wiki.cyanogenmod.com/index.php?title=Latest_Version#Google_Apps
I think that is the newest gapps pack for 2.2 Dream. Market is updating to 3.1.5 after first market open.
EDIT:
Anyone has a problem with random restarts?
I'm looking for a Stable ROM for my Brother, he's taking control of my OG G1 I like the settings back port. Nice touch, I'll check it out when my phone isn't needed.
thanks for this new modded cyanogen rom.flashed,booted and running normal.
love the honesty of it too, Nameless Froyo, laughed a lilwhen I saw the boot screen xD
OKKIE! D/L and flashed last night. Looking good at first glance. I love it.
Niceee! on the move apps to SDExt/SDCard options. Now I get to move everything to SDExt.
59MB Internal spaces free? WOW! I am loving this , still got that and more even after about 5 - 6 apps installed. Usually I ran out of room by now and had to decide which apps I want to keep.
GGRRRR! Just got my first reboot (just now). I hate when that happens. Got to figure out why it does that.....
Wifi, Bluetooth works well.
Network connection even works in the building at my office. (cool) I get a constant signal finally (well not it about 85% stable)
Overall the system seem to run pretty fast, we'll see how it deal with my usage...
Battery life with wifi on, and used not so good. But I guess that's how it is. I am used to constantly keeping it charged up anyway, so no worry there for me.
just started getting reboots. 3 in last 15 minutes.must find problem.
ok' ran this thing all day at work with no more reboots. don't know why they just stopped.lol
puppetcarl said:
just started getting reboots. 3 in last 15 minutes.must find problem.
Click to expand...
Click to collapse
You find out let me know... Only one for me so far. For me I think it was when I have apps open and minimized in the background. (no sure though) I have not had any reboot since then. Hopefully it stay that way for me...
I've nbeen bootlooping for approx 30 minutes now...
Eutherin said:
I've nbeen bootlooping for approx 30 minutes now...
Click to expand...
Click to collapse
WOW! Did you ever got to the lock screen at all?
What SPL/radio do you have?
---------- Post added at 11:42 AM ---------- Previous post was at 11:38 AM ----------
WOOHOOO! With thinning out the apps that I don't need, my internal spaces went up to 66MB, with 9 apps extra apps already installed.
Still running as fast as the first boot up. So far so good.
All those that have probs with random reboots pleas try flashing kernel from this post: http://forum.xda-developers.com/showpost.php?p=14768272&postcount=2427
Theoretically they are the same (same sources were used) but Ezterry uses GB toolchain to compile and that might be the diff.
@Eutherin well you could as well hook G1 to some usb cable and grab logcat for me, right?
If you want to report a bug/bootloop/etc at least try to grab a logcat. This will help solve probs.
CyanogenMod 9 for TF101, compiled by daxtsu and whitekidney, device and vendor trees authored by the kind folks over at http://androidroot.mobi/ . We did not program CM9, or the vendor/device trees for the TF101. We're standing on the shoulders of giants here. However, we're going to try and improve certain things as time goes on, so hopefully we can contribute to it.
Build date: 25th Feb 2012
System:
Cyanogenmod 9.0.0-RC0-tf101-KANG IML74K
Stock Kernel(2.6.39.4-00002-g2977a0d, [email protected]#1)
Android 4.0.3
Click to expand...
Click to collapse
Features:
Latest superuser & busybox
Pure CM9, no custom apps or wallpapers
Stock Kernel(2.6.39.4-00002-g2977a0d, [email protected]#1)
No bloatware from ASUS
Click to expand...
Click to collapse
Working hardware:
GPS
Bluetooth(tether not tested, it should work)
WiFi
3D acceleration
HW video acceleration
MicroSD(with a minor fix, see below)
Keyboard Dock(with minor bugs, see below)
USB ports on dock
Camera, both front and rear, and panarama mode doesn't hang
Click to expand...
Click to collapse
Bugs:
MicroSD/USB sticks won't mount automatically without a small fix on first boot. We're working on a better fix.
Face unlock is enabled, but fails when trying to unlock(requires entering PIN).
Logcat of faceunlock: E/LockPatternKeyguardView( 167): Layout does not have faceLockAreaView and FaceLock is enabled
Onscreen touch keyboard pops up when docked, when tapping text boxes.
GPS might be slow to lock(it is for me).
Reboot to Recovery menu option doesn't work yet.
Dock battery level not detected
When plugged into a PC via USB, it shows it's charging, when it's really not.
Click to expand...
Click to collapse
Minor dock bugs:
The following soft keys do NOT work as of yet:
Wifi, bluetooth, trackpad/touchpad, brightness down, brightness up, auto brightness, camera, settings, mute
The following hotkeys DO work:
browser, media playlist back, play/pause media, media playlist forward, volume down, volume up, lock
Click to expand...
Click to collapse
Install instructions:
1. Download the cm9 zip.
2. Cache/Dalvik wipe recommended.
3. Flash it via CWM or Rogue XM.
4. Flash google apps.
5. Reboot into CM9 and enjoy ICS!
Click to expand...
Click to collapse
Download:
ROM
CRC32: CF79A449
MD5: CDD4A310E79AFD3413FFB8E6CF3D673B
SHA-1: BCDB0918924FBC09C0337D017E04384C6CAB6DC8
Link: http://open.ge.tt/1/files/94oHK8E/0/blob?download
Mirror: http://dl.dropbox.com/u/31118/update-cm-9.0.0-RC0-tf101-KANG-signed.zip
GAPPS
CRC32: A92554D1
MD5: 11B5763810EDB732379D39B6DF9CCBCF
SHA-1: A37DC9E46FBF64BBD5986E99AA435F44780CB1D4
Link: http://goo-inside.me/gapps/gapps-ics-20120224-signed.zip
Mirror: http://open.ge.tt/1/files/5yV0P8E/0/blob?noinc=1&download
Short Link: http://tinyw.in/GFPi
Click to expand...
Click to collapse
Fix for MicroSD mount(for ADB):
adb shell
su
mkdir /Removable/MicroSD
mkdir /Removable/SD
mkdir /Removable/USBdisk1
mkdir /Removable/USBdisk2
Or open a terminal emulator app:
su
mkdir /Removable/MicroSD
mkdir /Removable/SD
mkdir /Removable/USBdisk1
mkdir /Removable/USBdisk2
then insert SD/MicroSD/USB stick again, it is now mounted at the proper location.
The source for AndroidRoot's vendor and device trees is located at https://github.com/AndroidRoot/
And the source code for CM9 is at https://github.com/CyanogenMod .
WK and I will probably open up our own github at some point as well, but for now, we haven't modified anything in the source, so there's nothing to share in that regard. Much like my last rom, we're building this ROM for the learning experience, so feedback is always welcome, but please keep "Thanks!" only posts out of this thread, that's what the thanks button is for. However, if you have additional comments to go after it, like "Thanks, but I have an issue, like blah blah blah...", that's fine. Thank you.
Pictures
Click to expand...
Click to collapse
http://i.imgur.com/e1IXh.png
Note: Apps and widgets do not come preinstalled
Click to expand...
Click to collapse
Changelog
RC1:
First build
Click to expand...
Click to collapse
Known Issues
GPS might initialize slow
Minor dock issues
SDcard, USBdisk and SDreader on dock does not automatically mount, we believe we have found a fix, will be in next build.
Charging icon appears when you are plugged in via USB
Click to expand...
Click to collapse
Very impressive. Massive props to the OP. But I won't be flashing these yet, since I'm waiting for a friend of mine to get back from vacation. And we're gonna flash both of our TFs !
p.s.: I'm Mreich in the irc
p.p.s.: It would be nice if you guys could implement 3G dongles support
I'll flash.
Sent from my Transformer TF101 using XDA Premium App
THnx for this. Me too. What's the fix for the SD to show. Add the folder in removemavble.
dangambino said:
THnx for this. Me too. What's the fix for the SD to show. Add the folder in removemavble.
Click to expand...
Click to collapse
Yeah. Like the first post says, make a folder named MicroSD in /Removable. It requires root, so use ES File Explorer(or other root explorer), ADB, or Terminal Emulator to do it. Any of those should work. Then just insert your microsd again.
What is the weather/clock widget in the picture on the second post??
Reboot to recovery isn't working, just reboots normally.
bigjkcfan said:
What is the weather/clock widget in the picture on the second post??
Click to expand...
Click to collapse
According to wk, it's HD widgets. He made the screenshots.
dohclude said:
Reboot to recovery isn't working, just reboots normally.
Click to expand...
Click to collapse
I forgot to add that to the list of bugs. Thanks for reminding me. It shouldn't be too hard to fix.
Sweet, thanks for you hard work.
Sent from my Transformer TF101 using xda premium
Great work. I'll test it and post feedback.
Thanks.
So this is not by CM its made from the source of CM9...?.?
Also how much in the performance menu works? and is there any speed improvements so far (I'm asking because its the first build and you may have some work to do ) I guess the extra 300-400 pts in Quadrant show some improvement so far, I bet it will get up to 3000 xD lulz!!
Thanks for the support and development , prob gunna flash this soon!!
Are you sure that wifi works, it can find networks, but it won't connect to them
So excited seeing CM9 on the TF101. Can't wait to test it out.
LaseOfFury said:
So this is not by CM its made from the source of CM9...?.?
Also how much in the performance menu works? and is there any speed improvements so far (I'm asking because its the first build and you may have some work to do ) I guess the extra 300-400 pts in Quadrant show some improvement so far, I bet it will get up to 3000 xD lulz!!
Thanks for the support and development , prob gunna flash this soon!!
Click to expand...
Click to collapse
Yes, we compiled it from the latest(as of the time of compiling) CM9 source code. WK and I aren't affiliated with the CM team in any way.
bubb18 said:
Are you sure that wifi works, it can find networks, but it won't connect to them
Click to expand...
Click to collapse
Even if it's an open network? If it's secured with WEP/WPA, I hate to state the obvious, but make sure you're entering your password correctly.
LaseOfFury said:
So this is not by CM its made from the source of CM9...?.?
Also how much in the performance menu works? and is there any speed improvements so far (I'm asking because its the first build and you may have some work to do ) I guess the extra 300-400 pts in Quadrant show some improvement so far, I bet it will get up to 3000 xD lulz!!
Thanks for the support and development , prob gunna flash this soon!!
Click to expand...
Click to collapse
This is CM9 built from Cyanogenmods sources, not an official build.
I've been using the build for a few hours now and I can easily say it's a little bit smoother.
We hope that ASUS drops the kernel sources soon so that we can get kernels which allows us to overclock, so that we can stretch the quadrant bar even further!
bubb18 said:
Are you sure that wifi works, it can find networks, but it won't connect to them
Click to expand...
Click to collapse
Are you sure? WiFi works perfect here.
Now some stuff that comes with ASUS i like... like Supernote, File Manager is pretty good, Polaris Office, App Locker, and MyNet and MyCloud seem good... Is that all removed (i know you said removed bloatware but did you mean all that came with it?)
This is awesome, Thanks again!!!!!
None of it is in the CM9 source, so no, it's not there. We're going to upload the ASUS apps eventually for your use, but for now it's the bare minimum.
OK then, CM9 has been flashed and is up and running.
1st thing I see after I run the SD card tweak, my battery icon is showing as charging while plugged in to the USB. I just gotta say ME LIKEY!
So far so good folks, big thanks to you all and I'll keep you posted
LaseOfFury said:
Now some stuff that comes with ASUS i like... like Supernote, File Manager is pretty good, Polaris Office, App Locker, and MyNet and MyCloud seem good... Is that all removed (i know you said removed bloatware but did you mean all that came with it?)
This is awesome, Thanks again!!!!!
Click to expand...
Click to collapse
I'll make ASUS flashable .zips tommorow.
Thomas.Raines and Team Fah-Q! presents
source code Lightning_Zap_Powered CM-10 Unoffical for SGH I577
https://github.com/TeamFahQ/msm8660-common_lz_kernel.git
https://github.com/TeamFahQ/msm8660-common_LZkernel_tools.git (scripts and zipalign binary)
A BIG THANK-YOU goes out to DR4ASTIC for the many months of work he put into porting cm-10 and our kernel so if you see him hit his thanks button, and if you have the means help get him some soap..lol Also thanks to Thomas Raines for bringing us LZ. the site will be under construction for a while as I have had a few requests for links to the various guides and tuts I've used to learn how to build...mind you it takes alot of time and research but to me its deffenitly worth it...Here is a thread for the blaze TFQ tweaks and install instructions for the LZ kernel. also features from this thread http://forum.xda-developers.com/showthread.php?t=1959657
Features:
Improved performance
Improved battery life
Improved network speeds
Improved boot times
Smoother scrolling
Better responsiveness
Cleaner file systems
Governor tweaks for amazing speed and performance without sacrificing battery life
Improved Memory and Ram tweaks
Improved Internet speed
Amazing kernel tweaks, build.prop mods, init.d scripts and more!
TUTS
[GUIDE] PARANOIDANDROID:JB
http://forum.xda-developers.com/showthread.php?t=1863547
Project Rookie How to build ROMS
http://forum.xda-developers.com/showthread.php?t=1798056
Guide how to compile and install CM10 for i9300
http://forum.xda-developers.com/showthread.php?t=1946481
TUT Building your first kernel
http://forum.xda-developers.com/showthread.php?t=1748297
Thanks to everyone who has helped this rookie put all this together
Dr4stic, thomas.raines, racing19969, and many others who i dont remember thanks everyone.
Warning: if you rooted your phone using the blaze recovery you need to use Odin and push our custom recovery tar file located below. make sure to uncheck repartion. if you push this with the blaze recovery it could cause issue's.
ok so d4astic cooked us up a CM 10 mod unofficial and our very own CMW recovery here are the links, and we need someone who can grab this and take over because d4astic doesnt have this phone and has a nightly on the blaze, so here you go everyone. I've taken over running the builds so....
,,,let the fun begin....
One more thing make sure you push the recovery first because the blaze one won't work with this rom
WARNING: if you brick your phone its not my fault i did this and it worked out fine just so you know
Also find this at this thread
http://forum.xda-developers.com/showthread.php?t=1730518
New Govs and U/V control brought to us by Thomas Raines and j3r3goss who dedicated his entire christmas break getting this to work for our phone. Also we know that at this time you cant control voltage with 3 rd party controls we are working on this so no need to tell us thanks
recovery cwm
cwm-6.0.1.4-exhilarate.tar - 6.92 MB
md5sum: f4f327659c35942ac8b5d08940b27efc
Cwm flash able zip
http://d-h.st/0KP
twrp 2.6
TWRP-2.6-Recovery-I577.zip - 7.67 MB
Official cm-10.2 thread
http://forum.xda-developers.com/showthread.php?p=45140599
official carbon rom by somcom
http://forum.xda-developers.com/showthread.php?t=2458690
official pacman by ink slinger
http://forum.xda-developers.com/showthread.php?t=2445143
4.3 is here hey guys so we skipped 4.2 and jumped right up to 4.3 due to efforts of many people
credits
j3r3goss
dr4stic
uberpeaguin
thomas raines
racing
somcom
teamchopsticks
meticulous(wifi-fix and several other things )
and of course yours truley
i know this list should be bigger and if you need to be on it because i missed you pm me and i will add you
i want to offer everyone on this list my heartfelt thanks from me and the rest of the i577 and blaze community without each and everyone of you we would still be stuck on 4.1 so thanks
4.3 moretz kernel source
thanks to these fine gentlemen
Team Chopsticks
CyanogenMod
Car vs Driver
elbermu
https://bitbucket.org/carvsdriver
moretz kernel oc to 1.5 ghz
flash from recovery and wipe caches
moretz_fixed_exhilarate.zip - 5.97 MB
4.3 roms
Liquid-JB-v3.0-UNOFFICIAL-exhilarate.zip - 115.52 MB
dirty unicorns all fixes included camera, torch, light sensor
du_exhilarate_2013-09-23.zip - 167.97 MB
beanstalk all fixes
BeanStalk-4.3.08-20130924-exhilarate.zip - 174.92 MB
pa_exhilarate-3.99-20130831.zip - 150.55 MB
i left out my slim build since meticulous has that under control there is a pac build in the thread by ink search for it its in the last 20 pages or so of the thread we are oficially supported by cm and team chopsticks and working on getting our own forum but xda seems to not be listening to me so all of you raise your voices and be heard by mods and anyone else who has a say in it i hope you enjoy my work this is the culmination of several months of time and energy and believe it or not i didnt even know what linux was when i started lol enjoy
old builds
4/25/13
SlimBean
Slim-3.1.0-i577-20130426-1514-UNOFFICIAL.zip - 80.51 MB
root box
5/6/13
fixed menu button and rom control
RootBox-JB-i577-Nightly-20130506.zip - 141.89 MB
http://d-h.st/3Nw
Remember with the LZ kernel if it hangs at boot let it sit for 10 minutes reboot and enjoy...
pacman LZ UPDATED 2/8/13
http://d-h.st/Afa
1/12/13
http://d-h.st/sjj
Paranoid Android: UPDATED 2/8/13
http://d-h.st/X5B
1/9/13
http://d-h.st/3AF
check this one out guys....
LiquidSmooth UPDATED 12/14/12
LZ:http://d-h.st/4z1
http://d-h.st/bqe. No LZ: NOT UPDATED
AOKP UPDATED revamped kernel
2/8/13
http://d-h.st/UEr
01/28/13
http://d-h.st/gg8
12/18/12
http://d-h.st/Wzb
rom and md5sum: cm10 sgh i577 exhilirate zip unofficial(Powered by LightningZap Kernel)
Cm10 updated 2/8/13
http://d-h.st/2Pd
UPDATED 1/9/13
http://d-h.st/4Hi
G-apps. JB
http://goo.im/gapps/gapps-jb-20121011-signed.zip
CM 9 stable unoficial build by dr4stic (At this time CM 9 does not have the lightning zap kernel)
so below is the folder where you will find the zip file for the cm9 build, make sure you get the md5 sum and compare it,please make sure you do a factory reset and wipe the dalvic cashe also, its under advance in the recovery
Now just in case you did not read from the top and just jumped down here; please push the recovery from the link above, if you do not do this you will have issues.
Thanks dr4stic for all your hard work, I'm going to post the ICS g-apps link . I hope everyone enjoys this as much as i do... With all that said .....enjoy....
CM9 unoficial rom with new kernel(updated by j3r3goss)
http://d-h.st/lNB
ICS G-APPS
http://db.tt/65fqUOcO
Ported ROMS
these roms were ported by InkSlinger420 they are not built from source but still very stable and a good expieriance
Credits
Avatar thanks for letting us post this here
the original thread can be found here
http://forum.xda-developers.com/showthread.php?t=2142130
Avatar Port
http://www.d-h.st/B4O
LiquidSmooth
Donation link for liquid smooth
http://bit.ly/Ruy2HF
thanks to Xwolf13 and the all star team for allowing us to port their work and post it for you guys the original thread can be found here
http://forum.xda-developers.com/showthread.php?t=2284763
Rom Port
http://d-h.st/RE5
i didnt do these ports guy so look up InkSlinger420 hit his thanks button and then go to the original thread and click the thanks button on the op post
this stuff takes alot of time and effort weather its a port or built from source so show them some love
thanks for posting it here... I will test it. Also you should post Gapps link. I have it.. but others might not and may flash the wrong Gapps.
This is NOT a rant...
These are some bugs I found so far.
1. Screen Orientation (Which OP mentioned)
2. While charging if you touch the power button It will black out and Hangs up (Pull battery and restart)
3. Camera sometimes having issues. (camera not found) but most of the time works perfect.
4. Call quality Low (Like all CM builds)
Rest everything seems to be very smooth. Google Now works without any issues.
I'm just writing this for information purpose only for those who like to use this build.
Thanks a lot to dr4stic for giving us this build.
Googler_1976 said:
These are some bugs I found so far.
1. Screen Orientation (Which OP mentioned)
2. While charging if you touch the power button It will black out and Hangs up (Pull battery and restart)
3. Camera sometimes having issues. (camera not found) but most of the time works perfect.
4. Call quality Low (Like all CM builds)
Rest everything seems to be very smooth. Google Now works without any issues.
I'm just writing this for information purpose only for those who like to use this build.
Thanks a lot to dr4stic for giving us this build.
Click to expand...
Click to collapse
Guys, turn off the notifications. The touchkey driver I used is the stock samsung one which doesn't have the BLN (button lights notifications) which CM is looking for. Whenever you get a message, or email, or really anything that would trigger a blinking LED, it's gonna crash the phone cuz the driver doesn't know how to handle it.
http://forum.xda-developers.com/showpost.php?p=32548093&postcount=108
dr4stic said:
Guys, turn off the notifications. The touchkey driver I used is the stock samsung one which doesn't have the BLN (button lights notifications) which CM is looking for. Whenever you get a message, or email, or really anything that would trigger a blinking LED, it's gonna crash the phone cuz the driver doesn't know how to handle it.
http://forum.xda-developers.com/showpost.php?p=32548093&postcount=108
Click to expand...
Click to collapse
BLN was never checked at-least on my phone. But its the screen rotation issue made me rollback to Stock ICS. I know you're very busy... but if you can guide me where to look into for that issue I will. Thanks again for ur hard work.
He needs a log cat run during the screen rotation and during start up so he can see what's going on. I don't know how to do this yet I've been looking into it but don't really know where to start. Do you know how to do this
Sent from my SAMSUNG-SGH-I577 using xda premium
Another thing that would be nice, the output of dmesg.
Just a brief explanation of what these things are. Logcat is basically the general android system logs as it boots up and runs. The dmesg is the log specifically of kernel messages as it boots up. This often includes details on drivers and potential errors there. ADB = android debug bridge, a way to connect to android, push and pull files, get a shell on the system, etc...
Install ADB drivers: If you've installed the drivers necessary to use Odin with your phone, it should include Samsung's ADB drivers for the phone. So I don't think you need to worry about that.
Install ADB: Not great, but not horrible ADB install tutorial
As for the phone itself, ADB is automatically enabled within recovery. When the phone is booted up as, you know... a phone... you'll want to go into Settings -> Developer Options, find "Android Debugging" and make sure it's turned on. That will enable ADB on android.
Now, some sample ADB commands to make your lives easier...
Check to make sure ADB sees your device (you should do this whenever you connect your phone to your computer, just to make sure you won't run into any errors with the commands below):
Code:
adb devices
Grab the output of dmesg (two versions, see it or redirect to a file.. you pick):
Code:
adb shell dmesg
or
adb shell dmesg > C:\name-of-some-text-file.txt
Grab the output of logcat (two versions, see it or redirect to a file.. you pick):
Code:
adb logcat
or
adb logcat > C:\name-of-some-text-file.txt
* NOTE: This will continue to grab output until either the system reboots or you hit CTRL+C on your keyboard. If you're just looking for the most recent messages, let it run for a few seconds and then CTRL+C it out.
Get a Linux shell on the system:
Code:
adb shell
Restart local ADB server (sometimes necessary... if you KNOW your phone is connected and ADB stopped recognizing it):
Code:
adb kill-server
Thanks guys!
I began setting a dB up on my comp last night I have java installed and started on the SDK but I fell asleep will work on it some more today. Now I'm going to read the links you posted and see if my research went in the right direction. One thing I will tell you is I've been spoiled by windows. Setting this up has given me flashbacks to the days of DOS. Lol
Thanks for the info and the time to point us in the right direction.
Sent from my SAMSUNG-SGH-I577 using xda premium
ktempleton said:
I began setting a dB up on my comp last night I have java installed and started on the SDK but I fell asleep will work on it some more today. Now I'm going to read the links you posted and see if my research went in the right direction. One thing I will tell you is I've been spoiled by windows. Setting this up has given me flashbacks to the days of DOS. Lol
Thanks for the info and the time to point us in the right direction.
Sent from my SAMSUNG-SGH-I577 using xda premium
Click to expand...
Click to collapse
Another easy way is install Droid Explorer (http://de.codeplex.com/) Power off phone when connected. then click on the logcat console button. It will open the command window and lines keep scrolling... Don't do anything till it completely boots. then Save the file (option on cmd window).
But i think the rotation issue is in the kernel so we might have to use the cmd line provided for that. U can use it in the same app.
Currently I'm back on ICS... So once I can't do it now. Today when I get some time I will re-install and run this.
Googler_1976 said:
But i think the rotation issue is in the kernel so we might have to use the cmd line provided for that. U can use it in the same app.
Click to expand...
Click to collapse
It probably is in the kernel. That's why I want the output of dmesg as well.
Incidently, it seems my initial kernel patch is winning some reviews and with any luck, I'll have it in the official cm kernel fairly soon now.
I did a search in the play Store for Log Cat, there are numerous apps in there for saving, sharing logcats, will these do the job? I certainly seems it would be much easier than ADB. Just curious.
dr4stic said:
It probably is in the kernel. That's why I want the output of dmesg as well.
Incidently, it seems my initial kernel patch is winning some reviews and with any luck, I'll have it in the official cm kernel fairly soon now.
Click to expand...
Click to collapse
So Is it basically same kernel for ur device and I577? if it is.. That's really cool.
---------- Post added at 07:42 PM ---------- Previous post was at 07:40 PM ----------
pegb856 said:
I did a search in the play Store for Log Cat, there are numerous apps in there for saving, sharing logcats, will these do the job? I certainly seems it would be much easier than ADB. Just curious.
Click to expand...
Click to collapse
I think most of them cant run booting up... ("I think is the keyword")
Googler_1976 said:
So Is it basically same kernel for ur device and I577? if it is.. That's really cool.
---------- Post added at 07:42 PM ---------- Previous post was at 07:40 PM ----------
I think most of them cant run booting up... ("I think is the keyword")
Click to expand...
Click to collapse
*I think* that makes sense and you are probably right.
dr4stic said:
Guys, turn off the notifications. The touchkey driver I used is the stock samsung one which doesn't have the BLN (button lights notifications) which CM is looking for. Whenever you get a message, or email, or really anything that would trigger a blinking LED, it's gonna crash the phone cuz the driver doesn't know how to handle it.
http://forum.xda-developers.com/showpost.php?p=32548093&postcount=108
Click to expand...
Click to collapse
Here is the Logcat... and Kernel Log
Well I'm all in. I was cleaning things up before loading everything up and accidentally deleted all my backups . Oh well, so far I'm loving this. Hope it's good to go for a daily or I'll be setting up a new ICS install too.
I could always upload one of my ICS backups to drop box for you if it comes down to that
Sent from my SAMSUNG-SGH-I577 using xda premium
ktempleton said:
I could always upload one of my ICS backups to drop box for you if it comes down to that
Sent from my SAMSUNG-SGH-I577 using xda premium
Click to expand...
Click to collapse
Not a big deal. So far not having any issues other than rotate bug. Even notifications are working ok. I did turn off some notification light setting and I thought I saw something about softkey flash notification, but I couldn't find it again. Take me a bit to get used to the menu structure.
Everything is pretty smooth as of right now.
Unfortunately my phone randomly shut down twice today and I ended up going back to ICS for now. The first time I had foursquare open but had laid it down since the light changed and when I picked it up it was off, the second time it was just laying on the desk and when I picked it up it was off again. I did back it up before restoring ICS though. I've got a lot going on the next couple days and need a dependable device.
I might restore back to CM 10 and tinker with it when I'm not expecting phone calls.
pegb856 said:
Unfortunately my phone randomly shut down twice today and I ended up going back to ICS for now. The first time I had foursquare open but had laid it down since the light changed and when I picked it up it was off, the second time it was just laying on the desk and when I picked it up it was off again. I did back it up before restoring ICS though. I've got a lot going on the next couple days and need a dependable device.
I might restore back to CM 10 and tinker with it when I'm not expecting phone calls.
Click to expand...
Click to collapse
Same here after i provided the logs. The phone was lying and when i checked it was shutdown.
.
We were having similar problems on the blaze end. Most of them seem to be getting worked out pretty quickly so I'm fairly confident you guys should be seeing some problems fixed soon too.
Sent from my SAMSUNG-SGH-T769 using xda app-developers app
I have created a mostly-functional build of OmniRom 5.1 (Lollipop) for the T959V
However, I don't have enough posts to post in the development section or to put in links. Does somebody want to do this for me? If so, let me know.
The current status of it is:
What works
Taking pictures (very laggy switching between FFC and rear)
RIL
SMS
Data
Recovery
Bluetooth
Wifi
Vibration
Powered-off charging animation
Flash from BML
What is definitely not working
App to SD - not working on i9000 either, complains about insufficient space fixed in git
Tv-out as Omni's aries-common has removed it
Video recording - only captures fuzz fixed in git
What is untested
Everything else
What is probably not working
Microphone mute option doesn't work during calls - not working on i9000
GPS - I actually have a T959P, not a T959V... It was released by Telus in Canada. It is a very similar device (I can run ROMs for the T959V with limited problems - ie sometimes I get wakelocks and the gps never works), it has a different GPS chipset (hence why I have no clue on the status of the GPS) and also uses different cell bands (but I can still use your guys modems but I lose access to the 850Mhz band). I have created a build specifically for the T959V as best as I can guess from teamacid and others' device trees.
Selinux is set to permissive as I don't know how to create the proper policies for the GPS.
For a download and more information, see drive.google.com*open?id=0B7vXjzo0Hj-ifm1KQWNYam9FYWdnaFlXZU5LVnVVSzJxYVU3eHlWZGR1VVNZUWk1V1QzOUk (replace "*" with "/")
Source code can be seen under my github account (username is xc-racer99 there as well) under the android-5.1 and android-5.1-t959v branches
Ooooomg ...im wait ....is amazing the new proyect .....thanks thanks
Quick update:
I've got the video record to work properly now as well as being able to move apps to the SD card.
Selinux is left!
Should I upload a build?
Sure...I have a spare phone somewhere that I can test it. Do you have a Gapps package to go along with the ROM? As far as GPS is concerned, back when Beanstalk 4.4.2 was being worked on, a patch was developed to make GPS work...I'll have to root around in my files and see if I can dig it up...I think the developer deleted all the Beanstalk threads for some reason or another.
Yeah, I took the GPS files from CM-11.0 but I can't test if they work. With regards to the Selinux portion of things, only some parts of it were being enforced in KitKat while everything is now being enforced in Lollipop. GPS was not enforced in KitKat so the policies for it were not in place.
I haven't tried any gapps on it yet but I would recommend trying any of the three from the Omni i9000 thread
forum.xda-developers.com*galaxy-s-i9000/i9000-development/rom-t3054101 (again, replace "*" with "/")
I'll upload a new build as soon as I can verify that it boots - it fixes several issues such as apps2sd and camera that weren't working in the one I already have uploaded.
Also, I'm curious as to what the command "cat /sys/class/sec/gps/hwrev" shows. In CM11, one of the GPS files check this and depending on what it shows it loads a different file. Does this mean that there are two hardware variants of the SGS4G?
Alright, new build uploaded. Follow the "link" from my first post, the build is under the Galaxy S 4G (T959V) folder. Selinux is still disabled, no extra policies have been implemented. Apps2sd and video camera should work.
For flash instructions, just do a data wipe beforehand. You should be able to flash from any CWM 5.0+ or TWRP, regardless of BML/MTD status
Been looking at the gps a bit more, seems that TeamAcid's CM11 did it slightly differently than most other KitKat roms in that it has both a gpsd and a samsung-gpsd. Do you know what beanstalk used? It would be so much easier if it didn't have the samsung-gpsd... However, we still have the funky init.d gps script which checks the hardware revision....
xc-racer99 said:
Alright, new build uploaded. Follow the "link" from my first post, the build is under the Galaxy S 4G (T959V) folder. Selinux is still disabled, no extra policies have been implemented. Apps2sd and video camera should work.
For flash instructions, just do a data wipe beforehand. You should be able to flash from any CWM 5.0+ or TWRP, regardless of BML/MTD status
Been looking at the gps a bit more, seems that TeamAcid's CM11 did it slightly differently than most other KitKat roms in that it has both a gpsd and a samsung-gpsd. Do you know what beanstalk used? It would be so much easier if it didn't have the samsung-gpsd... However, we still have the funky init.d gps script which checks the hardware revision....
Click to expand...
Click to collapse
Link shows Not Found Error 404
Sammpls said:
Link shows Not Found Error 404
Click to expand...
Click to collapse
Sorry about that, I guess i screwed it up somehow.
Try this link:
drive.google.com*open?id=0B7vXjzo0Hj-ifm1KQWNYam9FYWdnaFlXZU5LVnVVSzJxYVU3eHlWZGR1VVNZUWk1V1QzOUk replacing the "*" with a "/"
Seeing as this is my 10th post, I think I'll probably try to open an actual thread for this project. If I do, I'll post a link to it here.
Doesn't work... Why use google drive when there are others better for uploading your files.
xc-racer99 said:
Sorry about that, I guess i screwed it up somehow.
Try this link:
drive.google.com*open?id=0B7vXjzo0Hj-ifm1KQWNYam9FYWdnaFlXZU5LVnVVSzJxYVU3eHlWZGR1VVNZUWk1V1QzOUk replacing the "*" with a "/"
Seeing as this is my 10th post, I think I'll probably try to open an actual thread for this project. If I do, I'll post a link to it here.
Click to expand...
Click to collapse
Sammpls said:
Doesn't work... Why use google drive when there are others better for uploading your files.
Click to expand...
Click to collapse
I was using Google Drive as its something I have an account for already and has plenty of space on. Do you have a suggestion of a site I should use? In the meantime, a direct link to the file is https://drive.google.com/file/d/0B7vXjzo0Hj-iZ0YtQTdoTG5KVW8/view?usp=sharing Hopefully this works...
Google Drive isn't bad at all. I was suggesting that you use another cloud service for uploading the files if it didn't work. (which i didin't do a really good job telling you that)
Thanks, that link works!
Alright, I have opened a devDB thread at http://forum.xda-developers.com/gal...official-omnirom-5-1-galaxy-s-4g-sgh-t3146611
Please post anything there and do not use this thread as I will not be monitoring it.
Google drive is at least better than Mega(especially if you use non top-end devices).
Code:
Code:
/*
* Your probably long expired 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
* and point my finger right back at you.
*/
Installation Instructions
Make sure you have a second partition on your SD card before flashing!!!! This can be created with minitool partition wizard on Windows or gparted on Linux.
If on a BML rom (stock-based GB)...
0. Read "Things to take note of" below
1. Reboot to recovery
2. Make sure your version of CWM is at least 5.x
3. Install zip. It will reboot a couple of times, don't be worried.
4. If you want root or Gapps, flash them now
If on an MTD rom (CM7 and all ICS+)(I tested CM9, CM10.1 and CM11)...
0. Read "Things to take note of" below
1. Reboot to recovery
2. Wipe data, and cache paritions (just in case). If updating to a newer build, you can probably skip this step
3. Install zip
4. If you want root or Gapps, install them now
The first boot can take several minutes. Be patient. If it takes 10+ minutes, pull the battery and reboot to recovery.
Things to Take Note Of
Humberos (the i9000 maintainer) has moved on to different projects which means no first-gen Galaxy S devices are being actively maintained. Builds may break at any time!
I actually have a T959P, not a T959V... It was released by Telus in Canada. It is a very similar device (I can run ROMs for the T959V with limited problems - ie sometimes I get wakelocks and the gps never works), it has a different GPS chipset and also uses different cell bands (but I can still use your guys modems but I lose access to the 850Mhz band). I have created a build specifically for the T959V as best as I can guess and also provide T959P builds.
The USB connection is MTP and not mass storage as Omni has removed mass storage. In recovery there is still an option to mount as mass storage device.
This build is very close to the official omni source code. This means that the recovery is TWRP and there aren't any added "features"
In order to get it rooted, you need to install SuperSu.
Gapps reportedly slow down the device significantly so tread carefully.
Backup Backup Backup! I'm not responsible for you losing any data.
Working
Taking pictures
RIL
SMS
Data
Recovery
Bluetooth
Wifi
Vibration
Powered-off charging animation
Flash from BML
Video Recording
Automatic Brightness
Moving Apps to the SD Card
GPS
Encryption
Compass
SElinux in enforcing mode
What probably doesn't
Microphone mute option doesn't work during calls
What doesn't
720p recording is very laggy
What's been removed
TV-Out - It was removed upstream plus I think binary blobs are broken in Lollipop...
Live wallpapers - this is a low-ram device
Everything else is not tested!!!
XDA:DevDB Information
Unofficial OmniRom 5.1 for the Galaxy S 4G (T959V) and Galaxy S Fascinate 4G (T959P), ROM for the Samsung Galaxy S 4G
Contributors
xc-racer99, humberos
Source Code: http://github.com/omnirom
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.0.x
ROM Firmware Required: All
Based On: OmniRom
Version Information
Status: No Longer Updated
Created 2015-06-30
Last Updated 2016-05-12
Thanks Time!
This would not have been possible without the following people:
Thanks to humberos for bringing Lollipop to the first-gen Galaxy S series. This would not have been possible without his work.
Thanks to FB and Dao for their work on the CM-11 device tree. I used several of their fixes.
Thanks to noiphonehere for his device trees and kernel, most of my work was based off of his.
Thanks to bhundven and the other members of teamacid for their work on the aries kernel.
Thanks to all others that have helped get this phone to where it is today!
Thanks to vcmerritt. A name you're probably not familiar with, but he was the only one to create something for the T959P and without him I'd still be on stock...
Build your own!
Follow the instructions at http://docs.omnirom.org/Setting_Up_A_Compile_Environment using the android-5.1 branch
Before doing a repo sync, put the galaxy_s_series.xml file from the Download folder in .repo/local_manifests folder of the source tree.
After syncing the source, open a terminal and in the directory where you downloaded the source code type "source ./build/envsetup.sh" and then "brunch galaxys4gmtd"
Changelog
Changelog for 07/03/2015 Build
Newer Omni source
Added volume controls and flight mode toggle to power button menu
Added Bigmem option. This increases available RAM by ~20mb but breaks 720p video recording. Humberos created the kernel setup and I integrated a toggle for it into Advanced device settings.
Selinux is now in enforcing mode. I had to modify the GPS startup to have any chance of getting here. Please let me know if it still works/doesn't work/never worked
Notifications are sometimes wonky. To fix, in Settings, go to Performance, then Advanced. Select Force high-end graphics and reboot your phone.
Changelog for 2015/07/20 Build
The data partition is now the second partition of the SD Card as opposed to internal storage
Gapps now work. If you get error 461 when installing from Play Store, a full data wipe should fix it. You can try experimenting with clearing data for the Play Store and/or Play Services or removing and re-adding your Google account if you don't want to do a full data wipe.
HSPA vs UMTS settings in DeviceSettings has been fixed
High-End graphics are forced by default to fix notification issue
ART parameters have been tweaked
Miscellaneous other tweaks, see my Github for details
Changelog for 2015/07/24 Build
Stabilized bluetooth connection
Fixed typo in GPS initialization. Does it work?
Added ability to use f2fs file system on /data. Supposed to give better performance
Added force fast charge and touch wake to kernel. Touchwake is accessible through its sysfs path, fast charge through Performance Settings, BatterySelinux currently denies these requests...
Changelog for the 2015/07/29 Build
This is a maintenance build. Very little has changed
Some more RAM freed (disabled some debugging stuff, TV-Out driver, IR driver)
Sepolicy updated for fast charge and touch wake
GPS initialization tweaked - unsure if works. If it doesn't, a dmesg would be appreciated
Changelog for 2015/08/02 Build
SElinux changed to permissive - this build only
GPS sepolicy changed - unsure if all necessary things are implemented
Changelog for 2015/08/13 Build
Selinux back to enforcing. Thanks to @anoymonos for the dmesg and @DerPugNa for offering to send me one as well
Fixed encryption
Changelog for 2015/08/31 Build
Updated Android version (5.1.1_r5 to 5.1.1_r12)(upstream Omni Change)
Restoring /system in TWRP should now work
When installing from BML, a chance is given to install gapps and/or SuperSu before rebooting
zRam is now actually used...
Changelog for 15/10/2015 Build
Fixed typo in updater.sh (thanks @FBis251!)
Update Omni source code - plenty of little tweaks since last build
Source Code and Downloads
Main Source
http://github.com/omnirom
Device Specific Source Code
http://github.com/xc-racer99/android_device_samsung_telusgalaxys4gmtd for the device tree (see android-5.1-t959v branch)
http://github.com/xc-racer99/android_device_samsung_aries-common for the common device tree (see android-5.1 branch)
http://github.com/xc-racer99/android_kernel_samsung_aries for the kernel (see android-5.1 branch)
http://github.com/xc-racer99/proprietary_vendor_samsung for the prop blobs (see android-5.1 branch)
Downloads!
All builds are found at https://drive.google.com/folderview...VVSzJxYVU3eHlWZGR1VVNZUWk1V1QzOUk&usp=sharing
Please let me know if the link doesn't work! There are also builds there for the T959P, in case there are any users of it left.
Gapps
Gapps do not work on builds prior to 2015/07/20. On more recent builds, they can be installed from http://forum.xda-developers.com/showpost.php?p=59731008&postcount=2
SuperSu
SuperSu can be found at https://download.chainfire.eu/696/SuperSU/
Thanks thanks ....
Awesome work @xc-racer99!
Wow, bringing this ole device back from a coma here. Nice to see someone else willing to work on lollipop for this oldie but goodie. Keep this device alive man.
Edit: If you are in need for some GFX for this thread, let me know and I'll see what I can brew up for you.
GFX.myst. said:
Wow, bringing this ole device back from a coma here. Nice to see someone else willing to work on lollipop for this oldie but goodie. Keep this device alive man.
Edit: If you are in need for some GFX for this thread, let me know and I'll see what I can brew up for you.
Click to expand...
Click to collapse
I hope I can keep this great little device going a little longer, however it will probably get tough. I did a repo sync earlier today and things are starting to break. The last few builds haven't even booted. With humberos no longer maintaining the i9000 and aries-common, I've had to fork the aries-common repository to try to keep going. The only upside of this is that I now have a little bit more freedom and can add things in if I want to.
Thanks for the offer of the graphics. If I can get a new build working, then I'll probably take you up on your offer. I think I've traced the problem but I'll have to wait and see...
For anyone that is trying/has tried this out, I'd be very curious on the status of the GPS on the T959V. I'm interested in creating the sepolicies for it so we can put selinux into enforcing mode but I don't want to go to the effort if it doesn't even work right now.
I've downloaded the zip and one of the smaller Gapps packages...won't be able to flash until early next week...I'll be out of town...will post results later...thanks for keeping this phone current.
New Build Uploaded!
Download is still at the same link as before, just use the 2015-07-03 build
I managed to find out why my new builds hadn't been booting - it was because the syntax for using a custom kernel toolchain had changed.
Anyway...
Changelog for 07/03/2015 Build
Newer Omni source
Added volume controls and flight mode toggle to power button menu
Added Bigmem option. This increases available RAM by ~20mb but breaks 720p video recording. Humberos created the kernel setup and I integrated a toggle for it into Advanced device settings.
Selinux is now in enforcing mode. I had to modify the GPS startup to have any chance of getting here. Please let me know if it still works/doesn't work/never worked
On another note, I've had a look at re-implementing TV-Out support. It doesn't look promising as several of the functions in the android frameworks that it used have been tweaked.... Still working on it but don't hold your breath.
Also, if somebody could test dock audio that would be appreciated. I don't have any way of testing it. If it doesn't work, I do have an idea on how to fix it (for those interested, another almost-aries device, the Infuse 4G, had to modify things slightly to get it to work. I would try to emulate their solution).
Omg download nowwww....thanks my friend
Alright, I'm having some issues on the latest build with notifications and the lockscreen. I'm still working on tracing down the reason for the problem...
DickyG said:
I've downloaded the zip and one of the smaller Gapps packages...won't be able to flash until early next week...I'll be out of town...will post results later...thanks for keeping this phone current.
Click to expand...
Click to collapse
Hello, im a user of a t959v. And I've been using this rom for three days. Everything is fine and very smooth on this rom except that, I can't install anything from the playstore. I always get (cannot install app due to an error 963). And Ive tried all the gapps, even the new link provided but still no luck.
billowusu47 said:
Hello, im a user of a t959v. And I've been using this rom for three days. Everything is fine and very smooth on this rom except that, I can't install anything from the playstore. I always get (cannot install app due to an error 963). And Ive tried all the gapps, even the new link provided but still no luck.
Click to expand...
Click to collapse
Good to hear that that's its (mostly) been working for you. I was hoping that the gapps problem was just me
Out of curiosity, which of the alternate gapps did you try?
A brief google of the error brings up a couple of possibilities...
Try an older gapps version. The ones from devloz on the i9000 thread devloz and the oldest revision for 5.1.1 are probably your best bet. Please be aware that Google Play store will automatically update!!! In order to prevent this, you will need to create a folder called "com.android.vending-1.apk" in /data/app (use a root explorer such as ES File Explorer or adb if you know how). If a file with that name already exists, delete it first.
Another thing to try would be to unmount your sdcard first before trying to install an app. I know, its a terrible work-around but it should work. This is because the error is that Google Play is trying to save some data on your sdcard but then for some reason it fails (I'm not sure why).
I'll hopefully get around to seeing if its a permissions problem after I find out what's been causing the issue with the notifications on the latest build.
P.S. Does the GPS work?
Early update...
...ROM flashed fine...a little slow to boot...about 3 minutes...but it booted.
...Gapps flashed fine...used 20150513_5.1.x package
...Installed Super SU (although I don't think that's necessary) and TB.
...So far only gave a quick test to camera and web browser...no problems.
...Am now in the process of re-installing user apps and data from TB...this will take a while.
When I'm done with that, I use Link2SD to link most of my user files to the SD card. After that is all set up, I'll test stuff like GPS, root access, etc. I'll post back later...maybe tomorrow.
But so far so good.
OK...I did some testing tonight and here's some results.
Working:
.it boots
.root
.browser
.playstore
.camera
.link2sd (about 180 mb free in internal)
.camera
.wifi
.email
Nor working:
.bluetooth
.google search/voice search
.just about all the rest of the Gapps
.tons of force closes including Maps so can't test GPS
Won't be able to do anymore testing until next week.
DickyG said:
OK...I did some testing tonight and here's some results.
Working:
.it boots
.root
.browser
.playstore
.camera
.link2sd (about 180 mb free in internal)
.camera
.wifi
.email
Nor working:
.bluetooth
.google search/voice search
.just about all the rest of the Gapps
.tons of force closes including Maps so can't test GPS
Won't be able to do anymore testing until next week.
Click to expand...
Click to collapse
Alright, thanks very much for the update. I'll do some more testing here and see if I can solve anything. For me, bluetooth file transfers to the phone work but not from the phone.
I've been looking at the notification "error" where the lockscreen notifications do not appear correctly. It appears to have been introduced upstream with a merge. I'm having difficulty finding out exactly what changed and since no errors are being thrown in the logcat, it could be a while...
For testing the GPS, there's an app from the Play Store called GPS Test which does a nice job of showing satellites and whether or not you have a lock on them.
you're the man!
nice one! its nice that this device are still alive.! and now were on 5.1
DerPuGNa said:
nice one! its nice that this device are still alive.! and now were on 5.1
Click to expand...
Click to collapse
No, it should be Humberos is the man! I basically re-hashed his code for the i9000 and used bits and pieces from people like Bhundven, noiphonehere, maxfierke, Dao, and FB to get things to work properly.
For a status update, I figured out the lockscreen notification problem. I have a new build being made that I hopefully will be able to upload in the next couple of days (internet dependent). TV-Out looks totally broken as the proprietary blobs no longer function. I don't have the know-how to make ugly hacks to get them to work. The new build will have SElinux in enforcing mode and have the different GPS initialization (like the last build) until someone tells me that it doesn't work
Uh-oh, looks like I jumped the gun.... Having problems once again
Any updates on getting the play store to work? I have searched, downloaded, and tried every gapp made for 5.1. I found that I can load any app on the rom, if I get the APK version of it.
AgainstTheFlow said:
Any updates on getting the play store to work? I have searched, downloaded, and tried every gapp made for 5.1. I found that I can load any app on the rom, if I get the APK version of it.
Click to expand...
Click to collapse
Darn, so its still not working. Not surprising. I've been struggling on the notification issue and am at my wit's end as to what the problem is. I don't think its only our phone as several i9000 users have been reporting it as well. Whether it is only the first-gen Galaxy S series that is having the problem or not is anyone's guess. My programming skills are insufficient to fix the issue!
I'll have another look at gapps over the next couple of days and see if I can figure out a combination that works 100% of the time.
I'm assuming the error message is still 963 or does it silently fail now? Its probably related to the fact that we have only an external sd card and no internal sd card like most devices...
All the problems with the notifications that I've found are:
Only one notification will show up at a time
Large notifications such as the music player do not render properly. They are cut off at the normal notification size and occasionally it seems as if there are two layers there (one for the small version, one for the bigger version) (see attached picture, taken with VLC as the media player, but also appears with Apollo)
Notifications don't always show up. A little icon appears in the top left corner of the status bar but no notification is present. Seems hit or miss
The words No notifications appears in the lockscreen just above the clock when there are no notifications. Otherwise, a notification (and only one) which can't be clicked covers part of the clock