After finishing my work on porting CM10 to our beloved device, I started playing around some files and compiling to see if we can get our sweet i317 rolling android 4.2.
I present to you the file I currently have, flash using the following steps:
Make sure you're using TWRP 2.3.2 or higher. (Earlier versions don't support 4.2)
1. download the file.
2. download gapps (search google. Hint: gapps-jb-20121212).
3. put them both on your sdcard.
4. reboot into recovery.
5. wipe "system" and factory reset.
6. flash the downloaded file, then the 4.2 gapps that you downloaded and reboot.
What works:
-Audio in speaker, headphones.
-Camera?
-GPS?
-Radio works with LTE speeds.
What doesn't work:
-In call audio.
This rom is tested and should work on these similar devices:
1. AT&T Note 2
2. T-MOBILE Note 2
3. International LTE Note 2
IMPORTANT:
If you want to revert back to a jellybean 4.1.x rom. You'll find that all of your internal sdcard content is moved to a subfolder called 0. This is due to Android's new implementation of multi-user accounts. To get your files back to how they used to be, I created a little cwm file that you need to flash after restoring an old backup or flashing a 4.1 rom. Remember, you flash this file AFTER you restore or flash a 4.1 ROM. The file you need is attached.
Download
Dec 14: http://www.mediafire.com/?rzb9uipj801v1cp
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Want to compile? Think you got the know-how to fix our problem? Here is how
Four dirs are required from my github repos:
1. Samsung vendor tree that includes t0att.
2. The kernel. All I did was add a custom defconfig.
3. The device tree (based off nebkat's n7100).
4. smdk4x12-common. I only had to make one exception here.
Or just put this in .repo/local_manifest.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="madmack/android_device_samsung_smdk4412-common" path="device/samsung/smdk4412-common" remote="github" revision="cm-10.1-test" />
<project name="madmack/android_kernel_samsung_smdk4412" path="kernel/samsung/smdk4412" remote="github" revision="cm-10.1-test" />
<project name="CyanogenMod/android_packages_apps_SamsungServiceMode" path="packages/apps/SamsungServiceMode" remote="github" />
<project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" />
<project name="madmack/android_device_samsung_t0att" path="device/samsung/t0att" remote="github" revision="cm-10.1-test" />
<project name="madmack/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="cm-10.1-test" />
</manifest>
save the file, then run "repo sync & breakfast t0att & make"
I just grew a big rubbery one!
Sent from my SGH-I317 using xda premium
yay moving my camp site from the cm10 thread to this thread...lol...F5 don't fail me now
farmercyst said:
I just grew a big rubbery one!
Sent from my SGH-I317 using xda premium
Click to expand...
Click to collapse
ROFL. priceless.
madmack said:
After finishing my work on porting CM10 to our beloved device, I started playing around some files and compiling to see if we can get our sweet i317 rolling android 4.2.
I present to you the file I currently have, flash using the following steps:
Make sure you're using TWRP 2.3.2 or higher. (Earlier versions don't support 4.2)
1. download the file.
2. download gapps (search google. Hint: gapps-jb-20121212).
3. put them both on your sdcard.
4. reboot into recovery.
5. wipe "system" and factory reset.
6. flash the downloaded file, then the 4.2 gapps that you downloaded and reboot.
What works:
-Audio in speaker, headphones.
-Camera?
-GPS?
-Radio works with LTE speeds.
What doesn't work:
-In call audio.
IMPORTANT:
If you want to revert back to a jellybean 4.1.x rom. You'll find that all of your internal sdcard content is moved to a subfolder called 0. This is due to Android's new implementation of multi-user accounts. To get your files back to how they used to be, I created a little cwm file that you need to flash after restoring an old backup or flashing a 4.1 rom. Remember, you flash this file AFTER you restore or flash a 4.1 ROM. The file you need is attached.
Download
Dec 14: http://www.mediafire.com/?rzb9uipj801v1cp
Click to expand...
Click to collapse
Thanks for this
Can you please post how you are building?
Sent from my SGH-I317 using xda app-developers app
codeninja99 said:
Thanks for this
Can you please post how you are building?
Sent from my SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
I obviously will. the sources aren't ready yet so I'll upload them when they are.
for those that downloaded the attachment in the OP, download it again because the first had a minor bug.
codeninja99 said:
Thanks for this
Can you please post how you are building?
Sent from my SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Could you please edit ur post to not needlessly quote the ENTIRE op? Thanks!
On topic: awesome work
Sent from my SGH-I317 using Tapatalk 2
Thanks for this. Can't wait foe the audio fix
Sent from my SGH-I317 using xda premium
Flashed onto my N7105, no issues so far.
I really appreciate the work that's being done to support these phones.
Sent from my GT-N7105 using xda app-developers app
Flashed, everything is fine so far!
Sent from my Galaxy Note 2
damn man....do yo ever take a break? I was just getting CM10 to look the way I want it and now I'm going to have to try this
mjwhirly said:
damn man....do yo ever take a break? I was just getting CM10 to look the way I want it and now I'm going to have to try this
Click to expand...
Click to collapse
Does GPS work in navigation ? I noticed on cm10 it does not track.
Sent from my SGH-I317 using xda app-developers app
codeninja99 said:
Does GPS work in navigation ? I noticed on cm10 it does not track.
Sent from my SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
Not working for me, won't find my location
Sent from my Galaxy Note 2
For devs watching this and think they can help.
Audio RIL is completely broken. Samsung is using some magic sauce in their stock roms to get ril audio path to connect. I couldn't figure it out with CM10, that's why we're still using HAL there.
Here is what I do know: Samsung does not use libsecril-client.so in the LTE variants of the Note 2. Remove the file from stock or cm10, and the thing will work just fine. It does do the routing through another file that audio.primary.smdk connects to: libaudio-ril.so. I have no source for this one, it's all just one big black box at this point. libaudio-ril.so is different from libecril-client, it doesn't share the same symbols. libaudio-ril.so requires several other files that they, in turn require the same shared libs that the ril library shares:
libcsd-client, libssaudio-client and libtinyalsa.so to name a few.
We can't move the HAL stuff to this rom because 4.2 is using different APIs and audio.primary.smdk* (from HAL) won't load because it can't link some functions at load time. It'll complain about undefined symbols.
We can look at some of qualcomm's routing implementation given that they're open source and readily available "audio.primary.msm*" that the d2 variants rely on, or ... I don't know. I'm out of ideas at the moment.
I'm done for today. Adios.
It ran beautifully for the short time I had my test install in.
Sent from my SGH-I317 using xda app-developers app
Chrome is crazy FC and crash happy. I've lost my SD. I can't see it at all. The keyboard is a bit slow, just enough, just a small bit behind.
Still: I simply can't tell you how good it is to have AOSP on this device. Worth every minor annoyance. Many thanks.
More testing:
Chrome problem: Imputing a username is fine. Typing a password crashes Chrome every time. MX player plays excellent. My GPS seems fine, good strong lock. Still scaring me that I can't see an external SD. (I can see the external SD in TWRP. I can restore from it. I can interact with it fine but when I reboot I get the damaged SD card message.) (Tried a restore from a backup, successful, downgrade patch not so much. Damaged SD message here as well.) Two finger pull down is cute. My notification light is now prismatic instead of a solid color.
And I can't stop toying. I fear I'm deeply addicted to AOSP.
Holy crap! You can edit the two finger!!
My alarm was particularly quiet this morning, lol!
GPS and Navigation work fine on my N7105
My SD Card is in tact, all data fine. CWM Recovery isn't happy about the new location for my backups, but your script to move them can sort that out should I wish to restore.
prmcmanus said:
My alarm was particularly quiet this morning, lol!
GPS and Navigation work fine on my N7105
My SD Card is in tact, all data fine. CWM Recovery isn't happy about the new location for my backups, but your script to move them can sort that out should I wish to restore.
Click to expand...
Click to collapse
Does the GPS find your location?
Sent from my Galaxy Note 2
cashyftw said:
Does the GPS find your location?
Sent from my Galaxy Note 2
Click to expand...
Click to collapse
At first I thought it may only be finding me because I was in a residential area surrounded by wifi signals, so I turned it on again while in the middle of nowhere on the commute to work this morning. GPS had me located in a couple of seconds
Related
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome to T989Kang
This is unofficial CM10 build. I want to thank the CyanogenMod team and TeamChopsticks for their hard work getting this to work for us. Thanks to mstrk242 for the hours he spent teaching me how to build from source and helping setup my environment! Thanks to nozerogravity for his awesome boot animation.
I am NOT updating every week...
I figured something is better then nothing.
five star rating would be nice and/or thanks...
Official Change Log
Code:
My input change log:
build Aug. 26,2012
- few internal power tweaks
- otherwise same as Official
build Aug. 18, 2012
- re-release
- added Flash player
- few internal tweaks
- Camera works without flashing another kernel
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
By using the rom you agree with the above terms!
Code:
Broken:
- Google Now voice
- the rest that isn't working in the official build
Wanting to build yourself?
You need to be running Linux 12.04, older build should work but this is for 12.04
This is going to need a lot of room. Just one project is a little over 10gbs
- Download the attached CM10.zip and extract it (which is a script to set up your working environment.)
- type sh andadb.sh and follow the prompts
Code:
sh andadb.sh
- Once done you need to set up the local manifest for our phone
Code:
cd cm10
Code:
gedit local_manifest.xml
- Then copy and paste:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="CyanogenMod/android_device_samsung_hercules" path="device/samsung/hercules" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" remote="github" revision="jellybean" />
<project name="CyanogenMod/android_device_samsung_msm8660-common" path="device/samsung/msm8660-common" remote="github" revision="jellybean" />
<project name="TeamChopsticks/hercskytools" path="hercskytools" remote="github" revision="jellybean" />
<project path="vendor/samsung" name="TheMuppets/proprietary_vendor_samsung" remote="github" revision="jellybean" />
</manifest>
- Save the file and close.
- Then type
Code:
repo init -u git://github.com/CyanogenMod/android.git -b jellybean
and then
Code:
repo sync
this part will take a few hours... go drink a beer or two and relax
Code:
hercskytools/cm10-hercules-apply.sh
automatically pulls team chopsticks' latest commits ~ Thanks to Bishop for this!
- Once it is done it is time to build
Type:
Code:
. build/envsetup.sh
then
Code:
vendor/cm/get-prebuilts
and last
Code:
brunch hercules -j3
* * The -j part depends on how many cores your computer has. Mine is a dual so I use -j5, if you are not sure just stick with -j3
Once it is done without any errors you have successfully built CM10 from source...
CWM zip will be under: CM10/out/target/hercules
Now go drink another beer. Heck if you want, buy me one!
Links:
Download 20120826
Downloads Folder
Check out the MEGA CM10 THEME thread
Inverted Gapps
Saved......
So everything going on at the SR forum for JB is the same as this? I also heard they may have Gnow done by tonight. Thanks for your work sir
Sent from my SAMSUNG-SGH-T989 using xda premium
suaverc118 said:
So everything going on at the SR forum for JB is the same as this? I also heard they may have Gnow done by tonight. Thanks for your work sir
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
For this build yes. Working on setting up my environment tonight, then I'll start compiling from CM source.
Jamison904 said:
For this build yes. Working on setting up my environment tonight, then I'll start compiling from CM source.
Click to expand...
Click to collapse
Cool! I'm new to your stuff and I hate asking this.... But will they be nightlife and I can just flash over?? I've followed some of your other stuff but not completely. But I'm excited to try something new. I'm currently on paranoid android. Thanks man
Sent from my SAMSUNG-SGH-T989 using xda premium
Anything different from 7/20 update over at Skyrocket forums?
Sent from my SAMSUNG-SGH-T989 using xda premium
So like this would be updated with the skyrocket or or u gonna be udating the t989 cm10 just trying to understand?
casonswag said:
So like this would be updated with the skyrocket or or u gonna be udating the t989 cm10 just trying to understand?
Click to expand...
Click to collapse
CM10 T989 - is the idea. Once setup I'll be compiling from CM source, not Kang of skyrocket. But I won't be able to keep up with every build. So basically more of a weekly update is what I am going for. Hope this answers your question.
Jamison904 said:
CM10 T989 - is the idea. Once setup I'll be compiling from CM source, not Kang of skyrocket. But I won't be able to keep up with every build. So basically more of a weekly update is what I am going for. Hope this answers your question.
Click to expand...
Click to collapse
Okay thats great man been waiting for that
Just lost call audio. Rebooted wiped caches etc.... anyone know how to get it back?
EDIT: DS cache wipe multiple times did the trick. very odd though...
Locksmith81 said:
Just lost call audio. Rebooted wiped caches etc.... anyone know how to get it back?
EDIT: DS cache wipe multiple times did the trick. very odd though...
Click to expand...
Click to collapse
Hows it going so far? May take the plunge.
Sent from my SGH-T849 using xda app-developers app
Loving it...been running it all day....first the one from the SR forums...now the latest one that was released here today. Solid!
Sent from my SGH-T989 using xda premium
Been using this like all day, skyrocket port, and no camera but ROM is flying, no toggles but should be implemented soon enuff.
Jamison904 said:
CM10 T989 - is the idea. Once setup I'll be compiling from CM source, not Kang of skyrocket. But I won't be able to keep up with every build. So basically more of a weekly update is what I am going for. Hope this answers your question.
Click to expand...
Click to collapse
i doont have the grates PC in the world but i can pull a CM10 rom in 2 hr and 15 mins if you need help ask me, im not intrested in any credit or something, i just want to help on this to get a proper T898 build and not a Ported Rom
thanx for your great work
regards
mulletcutter said:
Been using this like all day, skyrocket port, and no camera but ROM is flying, no toggles but should be implemented soon enuff.
Click to expand...
Click to collapse
Im a toggle kind of guy lol! Just flashed it and restoring apps right now.
Sent from my SGH-T849 using xda app-developers app
Anyones know of gapps to flash with this? Ive flashwd ics ones on my others but this is Jelly. I like the black themes.
Sent from my SGH-T849 using xda app-developers app
suaverc118 said:
Anyones know of gapps to flash with this? Ive flashwd ics ones on my others but this is Jelly. I like the black themes.
Sent from my SGH-T849 using xda app-developers app
Click to expand...
Click to collapse
reed the op Jelly bean gapps are down the rom link
blackwing182 said:
reed the op Jelly bean gapps are down the rom link
Click to expand...
Click to collapse
Crap I left out inverted.
Sent from my SGH-T989 using xda premium
Presenting to you my incredibly simple fix for the "Google+ Locations" Grey background maps issue that most of us have.
What is the problem?
Google+ Locations feature is replacing Latitude but for many of us this feature does not work. It fails to load the map leaving us with pictures of our contacts on a grey background - basically making the feature worthless to us all.
Whilst the fix itself is very simple (more info at bottom of this post), I know a lot of people here like things to be super easy, so I made a .zip for you all to flash.
Instructions
- Flash like any normal update.zip
- Reboot
In the unlikely event you find that the zip doesn't appear to work, or causes other Google+ issues then wipe app data (and cache) for Google+ and reboot.
Downloads
Version 1 mirror
Want to know more about 'the fix'?
Click this link to find out what exactly the fix does, or if you prefer not to use update.zip's to find out how to do it manually
Changelog
V1 - 12/07/2013
- Initial Release
- G+ version 4.0.2.48854689
Done!
Sent from my HTC One Android 4.2.2 using Tapatalk 2
iamaniff said:
Done!
Sent from my HTC One Android 4.2.2 using Tapatalk 2
Click to expand...
Click to collapse
I take that as it worked successfully? Great if so, not that I had any doubts
Lennyuk said:
I take that as it worked successfully? Great if so, not that I had any doubts
Click to expand...
Click to collapse
Didn't work either way for me.
Tried your flash zip and after rebooting Google+ updated itself by Play probably reversing the changes.
That wouldn't reverse the changes, try to flash it a second time, one person said it worked the second time (everyone else was fine the first time)
Sent from my HTC One using Tapatalk 4 Beta
Nope still doesn't work.
Reverted back to a previous nandroid (InsertCoin) backup prior to any Google+ modding.
Flashed your zip, rebooted and Google+ was no longer installed.
Had to re-install Google+ from Play store.
Weird you are the only one who has had issues. You were not wiping cache when you flashed it were you?
Sent from my HTC One using Tapatalk 4 Beta
No just a straight flash and reboot
Interesting. All the zip does it put the app and libs in the correct /system/ directory, there it no reason why it shouldnt work.
You could do it manually if you wanted.
Sent from my HTC One using Tapatalk 4 Beta
I tried manually first time and still had a grey screen
This is normal?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my HTC One Android 4.2.2 using Tapatalk 2
iamaniff said:
This is normal?
Sent from my HTC One Android 4.2.2 using Tapatalk 2
Click to expand...
Click to collapse
You will only see people on your map if they are sharing their position with a circle you are in (on google+).
Sent from my HTC One using Tapatalk 4 Beta
finally got this working...
After moving the files you need to manually clear Google+ data and then it works.
SimonCraddock said:
finally got this working...
After moving the files you need to manually clear Google+ data and then it works.
Click to expand...
Click to collapse
Weird, never had to do that for me (or anyone else who did my testing).
I will add a note to the OP.
Lennyuk said:
Weird, never had to do that for me (or anyone else who did my testing).
I will add a note to the OP.
Click to expand...
Click to collapse
I tried to do manually. Moving the "com.google.android.apps.plus-2.apk" to /system/app results in the error:
failed on 'com.google.android.apps.plus-2.apk' - Cross-device link
This is on Nexus4 running CM10.1.2-mako
sashykanth said:
I tried to do manually. Moving the "com.google.android.apps.plus-2.apk" to /system/app results in the error:
failed on 'com.google.android.apps.plus-2.apk' - Cross-device link
This is on Nexus4 running CM10.1.2-mako
Click to expand...
Click to collapse
What app are you using to try to move it?
Lennyuk said:
What app are you using to try to move it?
Click to expand...
Click to collapse
Terminal Emulator (default in CM).
Alright,
I'm sure you arrived at this solution quite independently as It becomes kinda obvious once you have a proper look into it but I sorted this out weeks ago
https://plus.google.com/u/0/102811685695605940714/posts/5B8gYHciXDe [ Posts in the name of Steve Jones, ]
I made available a new gapps packages for fresh roms here http://goo.im/devs/trevd/gapps/gapps-jb-20130615-signed.zip this includes Google+ as a system app.
The problem you'll get now is that the original one installed from the PlayStore has been updated hence why the apk is now at -2. So at the moment if folks have that one installed in /data/ they should be able to flash your system app version with out removing anything ( in theory ) This might only work until the next update.
Probably the easiest approach is to uninstall using play. Flash a update zip which installs it as a system app.
Just My Thoughts :good:
@sashykanth use "busybox mv" to move files
Hack On!
trevd said:
Alright,
I'm sure you arrived at this solution quite independently as It becomes kinda obvious once you have a proper look into it but I sorted this out weeks ago
https://plus.google.com/u/0/102811685695605940714/posts/5B8gYHciXDe [ Posts in the name of Steve Jones, ]
I made available a new gapps packages for fresh roms here http://goo.im/devs/trevd/gapps/gapps-jb-20130615-signed.zip this includes Google+ as a system app.
The problem you'll get now is that the original one installed from the PlayStore has been updated hence why the apk is now at -2. So at the moment if folks have that one installed in /data/ they should be able to flash your system app version with out removing anything ( in theory ) This might only work until the next update.
Probably the easiest approach is to uninstall using play. Flash a update zip which installs it as a system app.
Just My Thoughts :good:
@sashykanth use "busybox mv" to move files
Hack On!
Click to expand...
Click to collapse
Thanks for this, I hadn't seen your G+ Post before today. The new Gapps package will certainly be useful for roms which require Gapps.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer: We are not responsible for any damages on your device.
Original Slim Features:
The Real Dark Slim
Notification drawer Shortcuts
Full hardware key rebinding!
Keyboard rotation
SlimCenter
Check out our full feature list here
Changelog
Find our latest Changelog go here
Chat with the slim team and other slim users
IRC: #slimusers @freenode
New to IRC? Don't have a native app? Try the Freenode web client [link] or the Firefox extension Chatzilla [link]
More interested in development and compiling? Check out our development channel. #slimdev
Check out our forum if you're looking for a place to talk all day long about SlimROMs FORUM
Google+ [link]
Twitter [link]
Facebook [Link]
Installation instructions
For Most Users
Please keep in mind if a special instruction is needed it will be noted in the Changelog
Download the latest build from [here]
Addons ( if you don't have it already) from [here]
!Recommended! Full wipe, and manual format /system
Flash ROM and the addons you want, reboot
FAQ
Check out out FAQ before posting! Keeps more common questions answered in one place!
Help us out!
If you want to help us by translating slim to your language check out Crowdin.net and submite your translations.
Or consider a donation.
Thanks!
You can find the full list of credits here
Source
Please visit here for the rom source code.
Kernel source can be found here
Note: Some users might be affected with a /data corruption bug after a reboot. If this happens Factory reset, Format system, format data flash 4.2.2 rom.
Note 2 : To get root working go to Settings -> Developer options, then change the option "root access" to "apps and adb".
Note 3: Completely new base with over 5 million code changes.... Please format system and factory reset to avoid any issues.!!!
First! Atta boy PR!
tkjeeper out
tkjeeper said:
First! Atta boy PR!
tkjeeper out
Click to expand...
Click to collapse
You had help TK - lol
Sent from my SGH-I317 using Tapatalk 4
is there an "extras" for beta 2 , or just use the extras from beta one?
thanks!
shaggyskunk said:
You had help TK - lol
Sent from my SGH-I317 using Tapatalk 4
Click to expand...
Click to collapse
So true, thanks shaggy baby for the heads up! BTW, I need all the help I can get! :sly:
tkjeeper out
Awesome Rom!!!!
No Idea how much work goes into it - But It's GREATLY Appreciated
Here's to Guava trees
Confirmation number: 37U14605WU578113M
---------- Post added at 09:20 AM ---------- Previous post was at 08:36 AM ----------
HOLD OFF on Flashing for the moment!
Problem with build was found - It's being recompiled
Sent from my SGH-I317 using Tapatalk 4
shaggyskunk said:
HOLD OFF on Flashing for the moment!
Problem with build was found - It's being recompiled
Sent from my SGH-I317 using Tapatalk 4
Click to expand...
Click to collapse
thanks for the warning, shaggy! :good:
wase4711 said:
thanks for the warning, shaggy! :good:
Click to expand...
Click to collapse
:sly:
Sent from my SGH-I317 using Tapatalk 4
T0lteatt 4.3 Rom is Up - Nandroid - Read the instructions - & Flash away
Sent from my SGH-I317 using Tapatalk 4
Sorry guys something was pushed at last minute and broke it for t0lte family. Builds are being pulled soon hold off for now.
Sent from my Nexus 4 using Tapatalk 4
prbassplayer said:
Sorry guys something was pushed at last minute and broke it for t0lte family. Builds are being pulled soon hold off for now.
Sent from my Nexus 4 using Tapatalk 4
Click to expand...
Click to collapse
I can confirm that. EFS folder disappeared for me. Booted fine though. Good thing I always keep a back up of EVERYTHING!
I'm sure it will get fixed PR!
Back to 4.2.2 build 8 official!
Thanks.
OK, just flashed it and everything booted fine at first..
I flashed the rom, the beta 2 gapps, the extras, from beta one, and the photosphere zip from the slim website, all in the same session..
Also, there was no APN setup, so I had to manually setup the APN for ATT..Problem is that even after I setup the APN, and saved it, after rebooting, there was NO APN....I did this twice, and the same thing happenned, no APN showing up....cant make phone calls or use data on 4g without an APN...
Then when I tried to reboot the 3rd time, it just hung on the slim logo...
so, I will restore to an older version, and wait awhile..
thanks, PR!
Photoshere zip won't work on this device
Sent from my Nexus 4 using Tapatalk 4
wase4711 said:
OK, just flashed it and everything booted fine at first..
I flashed the rom, the beta 2 gapps, the extras, from beta one, and the photosphere zip from the slim website, all in the same session..
Also, there was no APN setup, so I had to manually setup the APN for ATT..Problem is that even after I setup the APN, and saved it, after rebooting, there was NO APN....I did this twice, and the same thing happenned, no APN showing up....cant make phone calls or use data on 4g without an APN...
Then when I tried to reboot the 3rd time, it just hung on the slim logo...
so, I will restore to an older version, and wait awhile..
thanks, PR!
Click to expand...
Click to collapse
It is a known issue, being worked on, will be up before you know it.
tkjeeper out
tkjeeper said:
It is a known issue, being worked on, will be up before you know it.
tkjeeper out
Click to expand...
Click to collapse
I have no doubt it will be out when its out.
:victory:
wase4711 said:
OK, just flashed it and everything booted fine at first..
Also, there was no APN setup, so I had to manually setup the APN for ATT..Problem is that even after I setup the APN, and saved it, after rebooting, there was NO APN....I did this twice, and the same thing happenned, no APN showing up....cant make phone calls or use data on 4g without an APN...
Then when I tried to reboot the 3rd time, it just hung on the slim logo...
so, I will restore to an older version, and wait awhile..
thanks, PR!
Click to expand...
Click to collapse
I experienced the same thing and had to resort to Nandroid backup. There also seems to be a bug with 64GB sdcard (sandisk) as it was saying it couldn't mount cache but everything seemed to work anyway besides the APN issue.
Anybody have the link to beta 2? 0 files in http://www.slimroms.net/index.php/downloads/dlsearch/viewcategory/774-t0lteatt
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4
SwimDrewid said:
Anybody have the link to beta 2? 0 files in http://www.slimroms.net/index.php/downloads/dlsearch/viewcategory/774-t0lteatt
Sent from my SAMSUNG-SGH-I317 using Tapatalk 4
Click to expand...
Click to collapse
0 files at the moment - problem resurfaced - Hang tight....
Sent from my SGH-I317 using Tapatalk 4
Common guys thread is 2 pages long read before posting. I already said what's happening with the build.
gahsan said:
I experienced the same thing and had to resort to Nandroid backup. There also seems to be a bug with 64GB sdcard (sandisk) as it was saying it couldn't mount cache but everything seemed to work anyway besides the APN issue.
Click to expand...
Click to collapse
Not a bug that 64GB card is probably using ntfs or exfat neither is supported by aosp.
Sent from my Nexus 4 using Tapatalk 4
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credit to @vedantgp (me!)
http://www.cyanfox-rom.com/
CyanFox is a light-weight Android 4.4.x custom ROM, which is based on AOSP/Android (4.4) and CyanogenMod (11.0) source bases.
CyanFox features:
- Dark UI mode
- Paranoid Halo notifications
- Screen Recording
- NavBar settings and native enabling
Features in progress:
- Unread notifications count-icons with new 4.4 API for any app/launcher
- Apps sidebar-launcher
- Advanced Recent Apps RAM bar
- Multi-color/alpha status/nav bars
- Network speed indicator in status bar
- List view animations
- More new features coming soon...
https://github.com/CyanFox
https://github.com/CyanogenMod/android_kernel_samsung_jf/tree/cm-1110/kernel
Email us at: [email protected]
Download at http://www.cyanfox-rom.com/downloads/
Please submit bugs to: https://code.google.com/p/cyanfox/issues/list
And feature requests to: http://cyanfox.uservoice.com/forums/220748-general
Help us out!
http://forum.xda-developers.com/donatetome.php?u=5302565
Our current build server:
- 96 GB RAM
- 24 Cores
- 960 TB HDD
Credits to:
Mantas Zilius [MNT]
http://www.cyanfox-rom.com/
https://plus.google.com/u/0/communities/103538505102439103284
Wanna Help?
We need help from designers to help us make our logo and other elements. If you are interested, please follow the link below, made by my friend SystemErrorOne
http://forum.xda-developers.com/showthread.php?t=2484228
Instructions for Installation
[May vary on firmware, i will be vague]
Make sure your handset is on 100% battery
PREREQUISITES:
-Root
-Custom Recovery [CWM/TWRP]
1. Download latest zip file and GAPPS from http://cyanfox-rom.com/downloads/
2. Place these two zip files in the SD of your handset [internal or external]
3. Backup all of your data using Titanium Backup, or any other backup software you might have, as the device will be wiped in the process.
4. Reboot to Recovery by pressing and holding Volume Up and Down while pressing the power button while the device is turned off
5. Perform a factory reset
TWRP
6a. Press Install and guide yourself to where you put your Cyanfox zip file
6b. Press add more zips and guide yourself to where you put the GAPPS zip file
6c. Press Install
CWM
6a. Use volume keys to "Install zip"
6b. Navigate to your cyanfox zip file
6c. Repeat step 6b for Gapps file
If upgrading from a previous version or switching from CM11
6a. Dirty flash
6b. Flash Gapps
7. Wipe Cache
8. Reboot and enjoy
Screenshots
Images are courtesy of @varben
Version numbers subject to change due to OS version
FAQ
"Omigod I'm stuck in a bootloop!"
Code:
Don't panic. Just factory reset and try again...
"I accidentally wiped everything including the internal SD!"
Code:
Just load the ROM onto an SD card and pop it into your phone
"I accidentally wiped everything including the internal SD and i don't have an SD card!"
Code:
adb sideload
"Where can i report bugs?"
Code:
Device specific bugs go to the CyanogenMOD maintainer. Overall bugs come to us
Feel free to post though to see if there is a quick fix, or a workaround
"What does the fox say?"
Code:
ring-a-ding-ding-ding-ding-a-ding
"Why isnt there more FAQ?"
Code:
Not alot of people have encountered issues beyond this... They have been fixed btw...
I really like it sounds awesome
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4
Joeyxc said:
I really like it sounds awesome
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4
Click to expand...
Click to collapse
it is awesome, it is aosp based, so you wont get any att bloat. try it out for a couple days. if you dont like it, return back to stock, or your previous rom. albeit it says experimental, it is very stable. the official nightlies start soon
downloading and installing as we speak :good:
I saw your post in the international forum and was going to give it a shot. I'll post my results. Thanks.
viperguy212 said:
downloading and installing as we speak :good:
I saw your post in the international forum and was going to give it a shot. I'll post my results. Thanks.
Click to expand...
Click to collapse
Nice, thnks for the feedback, and spread the word
Testing it right now!
OMG, this ROM is incredible! SUPER FAST, STABLE, and CLEAN!
Thank you for your work!
Why loki ? I own a 1337M version. Should I? 0-0
Sent from my GT-I9505G using XDA Premium 4 mobile app
Maesedroid said:
Why loki ? I own a 1337M version. Should I? 0-0
Sent from my GT-I9505G using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I shouldve mentioned this, but if you own a Canadian version of the phone (M series), you do not have to flash lokidoki
will this work on MF3?
Looks really interesting. Just want to wait until the next update to try it out.
Thanks.
SGH-I337M jfltecan
nhugh406 said:
will this work on MF3?
Click to expand...
Click to collapse
mf3 so far does not have a working custom recovery, so no. devs are working to find a patch for the recovery to work, but so far there is nothing. ill keep this updated on when it will be available!
Gordietm said:
Looks really interesting. Just want to wait until the next update to try it out.
Thanks.
SGH-I337M jfltecan
Click to expand...
Click to collapse
cool, its very stable right now, but if you can wait, the v1 update is supposed to be AWESOME.
Originally Posted by Gordietm<br />
Looks really interesting. Just want to wait until the next update to try it out. <br />
Thanks. <br />
<br />
SGH-I337M jfltecan
Click to expand...
Click to collapse
<br />
<br />
cool, its very stable right now, but if you can wait, the v1 update is supposed to be AWESOME.
Click to expand...
Click to collapse
Actually I caved and flashed the current build. It's amazing!
SGH-I337M jfltecan
---------- Post added at 07:29 PM ---------- Previous post was at 07:28 PM ----------
Originally Posted by Gordietm<br />
Looks really interesting. Just want to wait until the next update to try it out. <br />
Thanks. <br />
<br />
SGH-I337M jfltecan
Click to expand...
Click to collapse
<br />
<br />
cool, its very stable right now, but if you can wait, the v1 update is supposed to be AWESOME.
Click to expand...
Click to collapse
Actually I caved and flashed the current build. It's amazing.
SGH-I337M jfltecan
Gordietm said:
Actually I caved and flashed the current build. It's amazing!
SGH-I337M jfltecan
---------- Post added at 07:29 PM ---------- Previous post was at 07:28 PM ----------
Actually I caved and flashed the current build. It's amazing.
SGH-I337M jfltecan
Click to expand...
Click to collapse
thanks! i know how hard it is to resist the temptation of something new, lol. i flashed this and never looked back....
vedantgp said:
thanks! i know how hard it is to resist the temptation of something new, lol. i flashed this and never looked back....
Click to expand...
Click to collapse
Thank you.
Awesome
duckfart said:
Thank you.
Awesome
Click to expand...
Click to collapse
Your welcome, btw I love your name!
Click on videos on Facebook videos won't play and ram usage is ridiculous other then that ROM runs fine
Found a bug.
I have exchange email I using the stock email app.
When I correct a mis spelled word it forces close.
Does not happen with gmail.
duckfart said:
Found a bug.
I have exchange email I using the stock email app.
When I correct a mis spelled word it forces close.
Does not happen with gmail.
Click to expand...
Click to collapse
Thanks, i will file it right away!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Credit to @vedantgp (me!)
http://www.cyanfox-rom.com/
CyanFox is a light-weight Android 4.4.x custom ROM, which is based on AOSP/Android (4.4) and CyanogenMod (11.0) source bases.
CyanFox features:
- Dark UI mode
- Paranoid Halo notifications
- Screen Recording
- NavBar settings and native enabling
Features in progress:
- Unread notifications count-icons with new 4.4 API for any app/launcher
- Apps sidebar-launcher
- Advanced Recent Apps RAM bar
- Multi-color/alpha status/nav bars
- Network speed indicator in status bar
- List view animations
- More new features coming soon...
https://github.com/CyanFox
https://github.com/CyanogenMod/android_kernel_samsung_jf/tree/cm-1110/kernel
Email us at: [email protected]
Download at http://www.cyanfox-rom.com/downloads/
Please submit bugs to: https://code.google.com/p/cyanfox/issues/list
And feature requests to: http://cyanfox.uservoice.com/forums/220748-general
Help us out!
http://forum.xda-developers.com/donatetome.php?u=5302565
Our current build server:
- 96 GB RAM
- 24 Cores
- 960 TB HDD
Credits to:
Mantas Zilius [MNT]
http://www.cyanfox-rom.com/
https://plus.google.com/u/0/communities/103538505102439103284
Wanna Help?
We need help from designers to help us make our logo and other elements. If you are interested, please follow the link below, made by my friend SystemErrorOne
http://forum.xda-developers.com/showthread.php?t=2484228
Instructions for Installation
[May vary on firmware, i will be vague]
Make sure your handset is on 100% battery
PREREQUISITES:
-Root
-Custom Recovery [CWM/TWRP]
1. Download latest zip file and GAPPS from http://cyanfox-rom.com/downloads/
2. Place these two zip files in the SD of your handset [internal or external]
3. Backup all of your data using Titanium Backup, or any other backup software you might have, as the device will be wiped in the process.
4. Reboot to Recovery by pressing and holding Volume Up and Down while pressing the power button while the device is turned off
5. Perform a factory reset
TWRP
6a. Press Install and guide yourself to where you put your Cyanfox zip file
6b. Press add more zips and guide yourself to where you put the GAPPS zip file
6c. Press Install
CWM
6a. Use volume keys to "Install zip"
6b. Navigate to your cyanfox zip file
6c. Repeat step 6b for Gapps file
If upgrading from a previous version or switching from CM11
6a. Dirty flash
6b. Flash Gapps
7. Wipe Cache
8. Reboot and enjoy
Screenshots
Images are courtesy of @varben
Version numbers subject to change due to OS version
FAQ
"Omigod I'm stuck in a bootloop!"
Code:
Don't panic. Just factory reset and try again...
"I accidentally wiped everything including the internal SD!"
Code:
Just load the ROM onto an SD card and pop it into your phone
"I accidentally wiped everything including the internal SD and i don't have an SD card!"
Code:
adb sideload
"Where can i report bugs?"
Code:
Device specific bugs go to the CyanogenMOD maintainer. Overall bugs come to us
Feel free to post though to see if there is a quick fix, or a workaround
"What does the fox say?"
Code:
ring-a-ding-ding-ding-ding-a-ding
"Why isnt there more FAQ?"
Code:
Not alot of people have encountered issues beyond this... They have been fixed btw...
Looks awesome will flash and test when I get home
I think I will give this a whirl. It looks like a nice, solid build. I will let you know how it goes for me. Thanks for taking the time to put this baby together...
Sent from my SGH-T999 using XDA Premium 4 mobile app
dave2metz said:
I think I will give this a whirl. It looks like a nice, solid build. I will let you know how it goes for me. Thanks for taking the time to put this baby together...
Sent from my SGH-T999 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
It was all Mantas Zilius and the team. i hope you like it.
Jiggs82 said:
Looks awesome will flash and test when I get home
Click to expand...
Click to collapse
cool, i love feedback!
running real smooth so far no complaints at all :3 completely Ammused by the list view animations it has
Sent from my SGH-T999 using XDA Premium 4 mobile app
Is there wifi calling features for TMobile?
Sent from my GT-P5110 using Tapatalk 4
Download error
I am not able to download... due to server not responding
Any alternate download link
Sent from my GT-P5110 using Tapatalk 4[/QUOTE]
I had that problem too. Just use wifi
anil2653 said:
I am not able to download... due to server not responding
Any alternate download link
Click to expand...
Click to collapse
Sent from my SGH-T999 using Tapatalk now Free
yakabud said:
Is there wifi calling features for TMobile?
Sent from my GT-P5110 using Tapatalk 4
Click to expand...
Click to collapse
It's aosp based. No wifi calling unless it's tw based off a tmo rom. So the answer is no, and always will be on an aosp based rom.
Sent from my SGH-T999 using Tapatalk 2
dieselford said:
It's aosp based. No wifi calling unless it's tw based off a tmo rom. So the answer is no, and always will be on an aosp based rom.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Thank you for the info
Should this be somewhat stable?
Good for a daily driver?
Sent from my SGH-T999 using xda app-developers app
_-..zKiLLA..-_ said:
Should this be somewhat stable?
Good for a daily driver?
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
Well I've been using it and I guess you could use it as a daily driver. The latest version is experimental as claimed on the site and is from September
Sent from my Nexus 7 using Tapatalk 4
Kevin Goot said:
Well I've been using it and I guess you could use it as a daily driver. The latest version is experimental as claimed on the site and is from September
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
We halted all development to gear up for the v1 release. it is supposed to bring a load of improvements.
The 9/23 is the most stable we could seee for now.
anil2653 said:
I am not able to download... due to server not responding
Any alternate download link
Click to expand...
Click to collapse
i will reupload it on dropbox. for now, you could try an alternate wifi connection, or device to download
http://www.cyanfox-rom.com/2013/10/06/big-changes-comming/
This did some weird stuff with everything on my sdcard. at first i thought it got wiped but it actually moved everything into /storage/emulated/legacy and for some reason i cant see any of my stuff except for in a file browser. idk where my stuff should actually be
_-..zKiLLA..-_ said:
This did some weird stuff with everything on my sdcard. at first i thought it got wiped but it actually moved everything into /storage/emulated/legacy and for some reason i cant see any of my stuff except for in a file browser. idk where my stuff should actually be
Click to expand...
Click to collapse
Thats actually the first time i've heard of that- on any rom. i couldnt find anything, but i suggest you ask it on xda (open new thread).
_-..zKiLLA..-_ said:
This did some weird stuff with everything on my sdcard. at first i thought it got wiped but it actually moved everything into /storage/emulated/legacy and for some reason i cant see any of my stuff except for in a file browser. idk where my stuff should actually be
Click to expand...
Click to collapse
vedantgp said:
Thats actually the first time i've heard of that- on any rom. i couldnt find anything, but i suggest you ask it on xda (open new thread).
Click to expand...
Click to collapse
The same thing happen to me as well. It only happens on 4.3 roms
Sent from my SGH-T999 using xda premium