Showing posts with label Build. Show all posts
Showing posts with label Build. Show all posts

Saturday, 24 October 2015

Build older versions of Samsung for tab s 8



Hey everyone I have a question, would it be possible to build older versions of android say,cm9 or cm10 for the tab s? If so anyone have somewhere they can point me on how to do it?

Sent from my SM-T700 using Tapatalk



[ROM][5.1.1] Carbon ROM [UNOFFICIAL] Build 1




Disclaimer: We are not responsible for any damages to your device or at something/someone else related.

We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.

Please feel free to look at, build, and use our code on CarbonROM GitHub.


We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.

Special thanks also go to Slim Rom for some of their features, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.

While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users or ask us in #teamcarbon on freenode IRC.

Features:




CM Theme Engine

Wi-Fi notifications

Audio:
AudioFX Equalizer
AOSP & CM Audio features
Slim Extra features like:
Camera Shutter sound,
Screenshot Sound,
Safe Headset Volume,
Less frequent notification sounds, etc.
Volume steps,
Audio charge notification

Display Options:
Adaptive Brightness
Daydream
Wake Up on Charge
Double Tap to Sleep
Omni Screen Recorder
Color Calibration
Expanded desktop

CM Notification manager
Slim Heads Up Notifications and its features

LockScreen:
CM shortcuts
Slim shortcuts
Weather with custom style

"CarbonFibers" features Menu:

Status Bar
Slim Clock & Date Options
Weather
Battery Options
(Portrait, Landscape, Circle, Dotted Circle Text or Hidden)
Mobile & Wifi Network activity icon options
Network traffic monitor
Brightness control
notification count
notification ticker
Custom carrier label options

CM custom Navigation Bar tweaked (size/color and other)
Custom Navigation ring

Interface:

Toast animations,
Listview animations,
System animations,
Gesture Anywhere,
App Circle Side Bar

Recents:
Clear All Button Tweaks
Hideable Google search bar

Slim PIE

Notification Drawer
Tile Options (Fully customizable)
SlimActions Tile
Quick Setting Options
Quick & Smart Pulldown
Colorized Tiles

Power Menu:
Advanced reboot
Screenshot
Screen Record
Profile Switcher
Airplane Mode
User Switcher
Settings
Device Lockdown
Sound Panel

Omni Wake lock blocker
SuperSU - Huge thanks to @Chainfire



Download
Sooon ;) (still uploading)

Sources:
CarbonROM

Credits
@RolanDroid for teaching me android building basis
Motorola
Carbon Dev Team

XDA:DevDB Information
CarbonRom for Thea, ROM for the Moto G 2014 LTE

Contributors
Mavireck, Mavireck
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: TWRP
Based On: CyanogenMod

Version Information
Status: Stable

Created 2015-10-24
Last Updated 2015-10-24



Solved Boot Loop After Factory Flash Build mdb08i in fastboot on my Nexus 5X



Hi guys,

I was getting boot loop every time I tried to factory flash mdb08i from https://developers.google.com/androi...s/images?hl=en on my Nexus 5X. I flashed this build more than 5 times and let the device run 20+ minutes during boot animation.

I generally used method 2 from Nexus 5 tutorial since that was the tutorial I used on my Nexus 5:


Code:


fastboot flash bootloader C:\image-hammerhead-krt16m\bootloader.img
fastboot reboot-bootloader
fastboot flash radio C:\image-hammerhead-krt16m\radio.img
fastboot reboot-bootloader
fastboot flash system C:\image-hammerhead-krt16m\system.img
fastboot flash userdata C:\image-hammerhead-krt16m\userdata.img
(Note: this command will wipe your device (including \sdcard), EVEN if your bootloader is already unlocked.)
fastboot flash boot C:\image-hammerhead-krt16m\boot.img
fastboot flash recovery C:\image-hammerhead-krt16m\recovery.img
fastboot erase cache
fastboot flash cache C:\androidimage\cache.img


However, the missing piece that solved my boot loop was to also run this command at the very end

Code:


fastboot flash vendor vendor.img

I normally have a batch script that runs all the commands for me.

How I found out about flashing vendor.img:
I found this issue only after I factory flashed mdb08i that I accidentally immediately flashed chainfire's modified mdb08i boot image for enabling root. After flashing chainfire's modified mdb08i, my Nexus 5X passed the boot animation but gave "Internal device error". So I looked up the error and found this thread: http://forum.xda-developers.com/nexu...xus-9-t3112827

I also tried other methods as mentioned in this thread but no luck with it on my end but perhaps will help others: http://forum.xda-developers.com/nexu...image-t2527382

Hope this help others who are also stuck on boot loop after flashing mdb08i on their Nexus 5X.



Ambient Diplay Enabler for AOSP 6.0 MRA58K (Development Build Up)



Ambient Diplay Enabler for AOSP 6.0 MRA58K (Development Build Up)


Now i will share mod to enable ambient display for android 6.0 AOSP 6.0 MRA58K by @PecanCM without any xposed module
and first of all give thanks to @raffaele88 for guide to enable it on stock nexus 4 with 5.0.2 . and i compile it to our xperia m with 6.0.

This is first build for android 6.0 after long stop from development on 5.1.1 and this development is continue now :victory:

And this is how to install this mod :
(anyone who can help me to make flashable zip for this mod, will be so appreciate on this development. cause M have different part on /system app that make updater script can work when try to install. if anyone can help me just post reply here :) )

Installation progress still on alpha stage :
1. First installation using terminal emulator
- install terminal emulator that available on google playstore https://play.google.com/store/apps/d...roidterm&hl=in
- copy framework-res.apk and systemui.apk to your external sdcard.
- open terminal emulator and grant root access
- enter this command on terminal emulator

: su
mount -o remount rw "/system"
cp "/mnt/sdcard/framework-res.apk" "/system/framework"
chmod 0644 "/system/framework/framework-res.apk"
cp "/mnt/sdcard/SystemUI.apk" "/system/priv-app/SystemUI"
chmod 0644 "/system/priv-app/SystemUI.apk"
reboot

- after that your device will reboot and let's see on settings app in display option :victory:

another installation type is using aroma file manager (this only way during instability from our Fota Recovery on android 6.0)
- download here http://forum.xda-developers.com/show...46108&page=111
- turn off your phone and pull out your extsdcard from your phone and turn on to recovery mode (TWRP)
- plug your phone using cable data to computer to enable MTP mode, and copy aromafilemanager to your internal storage
- after that go to menu install and install aromafm.zip
- go to your sdcard and hold up on SystemUI.apk untill new menu is pop up
- select copy and go to /system/priv-app/SystemUI and replace (paste) that file
- hold up again on SystemUI.apk and choose set permission and set to rw-r-r
- done
- do same thing with framework-res.apk but copy to directory /system/framework
- done and exit from aroma file manager after that reboot your phone :)

And if anyone have problem with installation progress and bug with this mod just post reply and i will try to resolve it :)

This screenshot for this mod :laugh:
Attachment 3517041

Attachment 3517042

and this download link for this mod
Android File Host








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_20151024-165357.png<br/>Views:	N/A<br/>Size:	41.7 KB<br/>ID:	3517041
 

Click image for larger version<br/><br/>Name:	Screenshot_20151024-165408.png<br/>Views:	N/A<br/>Size:	43.7 KB<br/>ID:	3517042
 














Bug of the latest build of windows 10 (10572)



the latest build of windows 10 is more stable than other and very fast and no more resuming lower memory device..and there is an also option to run cortana in ENGLISH(india), it perrity good.microsoft also introduse new storage sence app .but its littel bit buggy. the problem is that after i upgrade my phone to latest build it can't show me the sd card ..for this i try to restart my phone,soft reset but i cant see sd card option..then i hard reset the phone so i can able to use sd card but no more after one time restart the same problem occurs.



Friday, 23 October 2015

different build number and baseband number



So, I bricked my phone and then got it working again by flashing N12, rooted and all that jazz and then upgrade to a deodexed BOG5 firmware with flashfire to keep root.

I want to flash a custom rom and im not sure if i should proceed. I had Optimal ROM and Freedom ROM in mind. Last time i tried to flash the optimal rom. This bricked my phone but at the time my baseband was OA8. idk if it had anything to do with bricking my phone but i did do what i found out was called a "dirty flash" which may have had something to do with it.

My question is with my build number from BOG5 and my baseband from N12, is there a need to update it? Dow do i go about upgrading it to match the build? I installed OD5 bootloader so im not sure why the baseband is not either from BOG5 or OD5. My kernel is also BOG5 3.4.0-4782027.

also last qeustion: can i dirty flash the rom after im done and set, or should i always wipe and then flash?



Netflix Build Number for AFTV2 vs original AFTV - is it newer?



I have a couple of the Fire TV version 1 boxes fully rooted with fully unlocked bootloaders and the latest prerooted roms (51.1.6.3_516012020) and the Netflix version loaded is 1.1.6 build 148, which is dated October 2014.

Can anyone who has a new FTV (version 2) confirm the version and build number of the Netflix app that comes installed? If it's newer, I'm wondering if the apk can be extracted and installed on the older units. I know the regular android version of the Netflix app gets updated on a far more regular basis. According to the Play Store, the latest version was updated October 18, 2015. So I have to wonder what features, bug fixes, etc. are we missing being an entire year behind.

So anybody out there who has an AFTV2, please go into the Settings > Applications > Manage Installed Applications and let me know what you have for Netflix version number.

It just seems a bit odd to me that the regular android version is 3.15.3 build 5269 and AFTV is at 1.1.6 build 148

If there is a newer version on the second gen AFTVs, I would be more than happy to test installing it on my older units.

Thanks in advance for any help.



Darkpop 10/01 build w/despair 31 BFS uber L



Is it possible to "dirty flash" uber M 35.0 CFS over my current kernel?



Build Prop edit



Hello, i altered my galaxy tab 3 7.0 build prop and it screwed up root. now root wont install properly. i changed my model number and name as well as some other stuff. i do not have a pc to use odin or adb. i tried flashing stock rom through stock recovery but it only wiped all my data and restored to factory settings without restoring original build prop file. upon flashing, my build prop backup was delete. would i be able to pull the build prop file from the stock rom zip and then flash the file via stock recovery? actually i do have a laptop pc but i do not have administrator rights. would i be able to enable usb debugging and replace the modified build prop file with the original build prop file from the stock rom? please let me know via email(alejandroespino1998@gmail.com) kik(sammyes1998) or reply on this thread. thank you



windows 10 mobile build 10572 ffu



hi
i need build 10572 ffu file for rm-1074, i will be very grateful if any one provide me download link or upload it.
NaviFirm+ doesn't work for me.

best regards



[gn8013] [4.1.2] emptygalaxyrom dinosaur build [ueucmi3]




This Rom Uses The N8013UEUCMI3 Firmware And Was Built Using Ricky's Rom Kitchen.
This is the rom I couldn't find when I first bought this tablet.
Absolutely no disrespect to other roms posted, I'm sure there great.
I'm perfectly fine with the android build the tablet was made for.
I enjoy working on a rom for the S4 and don't plan to do much more if anything to this.
I assume this will have very little interest but I figured I'd share anyways.
I like this build and love this tablet so please don't think me negative.
I honestly just need the tablet for a tv.

- DeOdexed, Init.d, BusyBox
- Stable
- Zipligned
- Boot Sound Removed
- KK Press Sound
- apps removed
Books
crayon_physics
Dropbox
DropboxOOBE
FotaClient
GameHub_2.0_ICS_Note
Gmail
GmailSpell
GMS_Maps
GoogleTTS
Hangouts
HelpHub
ICS_YahooNews_Tablet
ICS_YahooStock_Tablet
Kies
kieswifi
Magazines
MediaHub
MH_10_JB_Note_Tablet
MobilePrint
Music2
Nook
PaperArtist
PCWClientS
PeelTab
PickUpTutorial
PlayGames
PlusOne
PolarisOfficeTablet
PreloadInstaller
SamsungApps_Tablet
SecEmail_Tablet
SecTabletMyFiles
SecTabletWorldClock_P4NOTE
SmartcardService
SPPPushClient_Prod
SSuggest
Street
S-Voice_Android_tablet_vlingo
talkback
Velvet
Videos
WebManual
YahoonewsDaemon
YahoostockDaemon
YouTube
zPSTouch

Installation, Requirements and Rom Download
- rooted GN8013 [I don't know if you need to downgrade first]
- custom recovery
put EGRDBM13.zip on SdCard or ExtSdCard
wipe system/cache/dalvik cache
flash rom
flash CWM-SuperSU-v0.94
reboot

I wouldn't post it if I didn't think it stable and safe
but still I am not responsible for anything posted in this thread.



Thursday, 22 October 2015

LolliGPE 5.1 build 10-22 can't access Google servers



Hi all, I don't have enough posts to ask in the thread http://forum.xda-developers.com/show....php?t=2716306, but I just did a full wipe and reinstall (twice) and I can't sign into my google accounts from my Verizon HTC One m8--I even wiped internal storage for good measure. I can sign in from my Nexus 7 2012, and I can access all other aspects of the internet, but my phone will not connect to google servers. Any ideas?

-Joe



Hearthstone for Nokia lumia 830, Windows 10, build: 10166



Hello

I am an avid hearthstone player. I also own a Nokia Lumia 830
and am taking part in the windows 10 Insider program. Is it possible
to play Hearthstone on my windows phone? I would really appreciate the help.

Best regards,
RuTsEST



Has anyone captured new 1.8 MB build MRA58N with security patch level Nov 1, 2015?



My device is Canvas A1. Has anyone captured it?:)



Marshmallow test build



Sony has started rolling out Android 6.0 Marshmallow test build (almost a clean AOSP build) for the Xperia Z3 and the Z5 series. The rollout is limited for users who have participated in the Concept for Android program and is only available to select European countries.
See also the thread in de Z3 forum post http://forum.xda-developers.com/show...7&postcount=98
I've tried to flash the image to my Phone with the concept installer but it keeps rejecting it with the message "No device ID". I've also tried to flash the default image (5.1.1.) and this is working fine. So I think the program is checking your Device ID based on country...
Is it possible to extract the Android 6.0 Marshmallow from the Concept Installer and flash it with Xperifirm?



New OTA update - BuIld LMY47X.G928CXXU2A0J5 blocks recovery and root on G928C



Guys I have a G928C model which just received an OTA update of some 150MB. I can confirm that it is a fresh update which came today.

After updating I tried flashing custom recovery following the method mentioned on [HOW TO] Rooting Flashing Custom Recovery & Kernal thread. Odin fails to flash the recovery.

Please help me out.








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2015-10-22-19-32-58.png<br/>Views:	N/A<br/>Size:	188.5 KB<br/>ID:	3515120
 

Click image for larger version<br/><br/>Name:	Screenshot_2015-10-22-19-33-06.png<br/>Views:	N/A<br/>Size:	242.1 KB<br/>ID:	3515121
 

Click image for larger version<br/><br/>Name:	20151022_195212.jpg<br/>Views:	N/A<br/>Size:	242.6 KB<br/>ID:	3515122
 

Click image for larger version<br/><br/>Name:	20151022_195236.jpg<br/>Views:	N/A<br/>Size:	256.3 KB<br/>ID:	3515123
 














has anyone upgraded there device to build 10572



can anyone tell me whether astoria works with latest build 10572. Which has best performance improvement than any other build



[Q] [Help] Build kernel



Hello, How to build kernel on window xp os not linux os maybe someone can help me ?
I new here so sorry if my question is noob
sorry for my bad engglish



[ROM][UNOFFICIAL]Custom Build of Carbon ROM D850 (5.1.1_r24) 10-22-15




Sup Guys, I am excited to announce my new builds of Carbon ROM with some custom features baked in for the LG G3 d850 (AT&T). This is still a WIP, so all the features I will add are not finalized, there is still room for improvement. The ROM is compiled with the SaberMOD toolchain and is very optimized, especially considering it also uses the Exodus ROM kernel. Some of the current features are:

CM Theme Engine

Wi-Fi notifications

Audio:
AudioFX Equalizer
AOSP & CM Audio features
Slim Extra features like:
Camera Shutter sound,
Screenshot Sound,
Safe Headset Volume,
Less frequent notification sounds, etc.
Volume steps,
Audio charge notification

Display Options:
Adaptive Brightness
Daydream
Ambient Display
Wake Up on Charge
Double Tap to Sleep
Omni Screen Recorder
Color Calibration
Expanded desktop

CM Notification manager
Slim Heads Up Notifications and its features

LockScreen:
CM shortcuts
Slim shortcuts
Weather with custom style
Gesture Lockscreen (Added by me)

"CarbonFibers" features Menu:

Status Bar
Slim Clock & Date Options
Weather
Battery Options
(Portrait, Landscape, Circle, Dotted Circle Text or Hidden)
Mobile & Wifi Network activity icon options
Network traffic monitor
Brightness control
notification count
notification ticker
Custom carrier label options

CM custom Navigation Bar tweaked (size/color and other)
Custom Navigation ring

Interface:
Toast animations,
Listview animations,
System animations,
Gesture Anywhere,
App Circle Side Bar

Recents:
Clear All Button Tweaks
Hideable Google search bar

Slim PIE

Notification Drawer
Tile Options (Fully customizable)
SlimActions Tile
Quick Setting Options
Quick & Smart Pulldown
Colorized Tiles

Power Menu:
Advanced reboot
Screenshot
Screen Record
Profile Switcher
Airplane Mode
User Switcher
Settings
Device Lockdown
Sound Panel

Buttons
Fully CM customization for hard buttons (tweaked)

Omni Wake lock blocker
SuperSU - Huge thanks to @Chainfire

Preinstalled Apps:
AdAway
KernelAdiutor

CREDITS:
Carbon ROM team for the Carbon ROM base to work with.
SaberMOD for the toolchain.
Exodus ROM for the kernel.

SOURCE:
https://github.com/CarbonROM
https://github.com/TeamExodus/kernel_lge_g3
https://github.com/SaberMod/GCC_SaberMod