SM-N920C Error at kernel building: "timeconst.h" failed - Galaxy Note5 Q&A, Help & Troubleshooting

My device: Samsung Galaxy Note 5 (SM-N920C)
Kernel Source: SM-N920C_SEA_MM_Opensource.zip
GCC : gcc-linaro-4.9-2015.02-3-x86_64_aarch64-linux-gnu.tar.xz
OS: Kali newest
I have checked the file giving error ( timeconst.h) and it was empty.
Here is the terminal log.
may there be anything wrong with gcc? I have tried 2 different GCC's but the error persists
[email protected]:~/Desktop/SM-N920C_SEA_MM_Opensource/kalican# make clean
[email protected]:~/Desktop/SM-N920C_SEA_MM_Opensource/kalican# make distclean
[email protected]:~/Desktop/SM-N920C_SEA_MM_Opensource/kalican# make ARCH=arm64 noblelte_meajv_00_defconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
In file included from scripts/kconfig/zconf.tab.c:2503:0:
scripts/kconfig/menu.c: In function ‘get_symbol_str’:
scripts/kconfig/menu.c:567:18: warning: ‘jump’ may be used uninitialized in this function [-Wmaybe-uninitialized]
jump->offset = r->len - 1;
^
scripts/kconfig/menu.c:528:19: note: ‘jump’ was declared here
struct jump_key *jump;
^
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
[email protected]:~/Desktop/SM-N920C_SEA_MM_Opensource/kalican# make ARCH=arm64 menuconfig
HOSTCC scripts/kconfig/lxdialog/checklist.o
HOSTCC scripts/kconfig/lxdialog/inputbox.o
HOSTCC scripts/kconfig/lxdialog/menubox.o
HOSTCC scripts/kconfig/lxdialog/textbox.o
HOSTCC scripts/kconfig/lxdialog/util.o
HOSTCC scripts/kconfig/lxdialog/yesno.o
HOSTCC scripts/kconfig/mconf.o
HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf Kconfig
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
[email protected]:~/Desktop/SM-N920C_SEA_MM_Opensource/kalican# make ARCH=arm64
scripts/kconfig/conf --silentoldconfig Kconfig
WRAP arch/arm64/include/generated/asm/bug.h
WRAP arch/arm64/include/generated/asm/bugs.h
WRAP arch/arm64/include/generated/asm/checksum.h
WRAP arch/arm64/include/generated/asm/clkdev.h
WRAP arch/arm64/include/generated/asm/cputime.h
WRAP arch/arm64/include/generated/asm/current.h
WRAP arch/arm64/include/generated/asm/delay.h
WRAP arch/arm64/include/generated/asm/div64.h
WRAP arch/arm64/include/generated/asm/dma.h
WRAP arch/arm64/include/generated/asm/emergency-restart.h
WRAP arch/arm64/include/generated/asm/early_ioremap.h
WRAP arch/arm64/include/generated/asm/errno.h
WRAP arch/arm64/include/generated/asm/ftrace.h
WRAP arch/arm64/include/generated/asm/hw_irq.h
WRAP arch/arm64/include/generated/asm/ioctl.h
WRAP arch/arm64/include/generated/asm/ioctls.h
WRAP arch/arm64/include/generated/asm/ipcbuf.h
WRAP arch/arm64/include/generated/asm/irq_regs.h
WRAP arch/arm64/include/generated/asm/kdebug.h
WRAP arch/arm64/include/generated/asm/kmap_types.h
WRAP arch/arm64/include/generated/asm/kvm_para.h
WRAP arch/arm64/include/generated/asm/local.h
WRAP arch/arm64/include/generated/asm/local64.h
WRAP arch/arm64/include/generated/asm/mman.h
WRAP arch/arm64/include/generated/asm/msgbuf.h
WRAP arch/arm64/include/generated/asm/mutex.h
WRAP arch/arm64/include/generated/asm/pci.h
WRAP arch/arm64/include/generated/asm/poll.h
WRAP arch/arm64/include/generated/asm/posix_types.h
WRAP arch/arm64/include/generated/asm/resource.h
WRAP arch/arm64/include/generated/asm/rwsem.h
WRAP arch/arm64/include/generated/asm/scatterlist.h
WRAP arch/arm64/include/generated/asm/sections.h
WRAP arch/arm64/include/generated/asm/segment.h
WRAP arch/arm64/include/generated/asm/sembuf.h
WRAP arch/arm64/include/generated/asm/serial.h
WRAP arch/arm64/include/generated/asm/shmbuf.h
WRAP arch/arm64/include/generated/asm/simd.h
WRAP arch/arm64/include/generated/asm/sizes.h
WRAP arch/arm64/include/generated/asm/socket.h
WRAP arch/arm64/include/generated/asm/sockios.h
WRAP arch/arm64/include/generated/asm/switch_to.h
WRAP arch/arm64/include/generated/asm/swab.h
WRAP arch/arm64/include/generated/asm/termbits.h
WRAP arch/arm64/include/generated/asm/termios.h
WRAP arch/arm64/include/generated/asm/topology.h
WRAP arch/arm64/include/generated/asm/trace_clock.h
WRAP arch/arm64/include/generated/asm/types.h
WRAP arch/arm64/include/generated/asm/unaligned.h
WRAP arch/arm64/include/generated/asm/user.h
WRAP arch/arm64/include/generated/asm/vga.h
WRAP arch/arm64/include/generated/asm/xor.h
WRAP arch/arm64/include/generated/uapi/asm/kvm_para.h
CHK include/generated/uapi/linux/version.h
UPD include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
CC kernel/bounds.s
GEN include/generated/bounds.h
CC arch/arm64/kernel/asm-offsets.s
GEN include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
HOSTCC scripts/dtc/checks.o
HOSTCC scripts/dtc/data.o
SHIPPED scripts/dtc/dtc-lexer.lex.c
SHIPPED scripts/dtc/dtc-parser.tab.h
HOSTCC scripts/dtc/dtc-lexer.lex.o
SHIPPED scripts/dtc/dtc-parser.tab.c
HOSTCC scripts/dtc/dtc-parser.tab.o
HOSTCC scripts/dtc/dtc.o
HOSTCC scripts/dtc/flattree.o
HOSTCC scripts/dtc/fstree.o
HOSTCC scripts/dtc/livetree.o
HOSTCC scripts/dtc/srcpos.o
HOSTCC scripts/dtc/treesource.o
HOSTCC scripts/dtc/util.o
HOSTLD scripts/dtc/dtc
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
CC scripts/mod/devicetable-offsets.s
GEN scripts/mod/devicetable-offsets.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/selinux/genheaders/genheaders
HOSTCC scripts/selinux/mdp/mdp
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
HOSTCC scripts/sortextable
In file included from scripts/sortextable.c:166:0:
scripts/sortextable.c: In function ‘main’:
scripts/sortextable.h:158:3: warning: ‘relocs_size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
memset(relocs, 0, relocs_size);
^
scripts/sortextable.h:104:6: note: ‘relocs_size’ was declared here
int relocs_size;
^
In file included from scripts/sortextable.c:164:0:
scripts/sortextable.h:158:3: warning: ‘relocs_size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
memset(relocs, 0, relocs_size);
^
scripts/sortextable.h:104:6: note: ‘relocs_size’ was declared here
int relocs_size;
^
CC init/main.o
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
CC init/do_mounts.o
CC init/do_mounts_rd.o
CC init/do_mounts_initrd.o
LD init/mounts.o
AS init/_vmm.o
CC init/vmm.o
CC init/ld.o
CC init/initramfs.o
CC init/calibrate.o
CC init/init_task.o
LD init/built-in.o
HOSTCC usr/gen_init_cpio
GEN usr/initramfs_data.cpio
AS usr/initramfs_data.o
LD usr/built-in.o
CC arch/arm64/kernel/swp_emulate.o
CC arch/arm64/kernel/pcibios.o
LDS arch/arm64/kernel/vdso/vdso.lds
VDSOA arch/arm64/kernel/vdso/gettimeofday.o
VDSOA arch/arm64/kernel/vdso/note.o
VDSOA arch/arm64/kernel/vdso/sigreturn.o
VDSOL arch/arm64/kernel/vdso/vdso.so.dbg
OBJCOPY arch/arm64/kernel/vdso/vdso.so
AS arch/arm64/kernel/vdso/vdso.o
LD arch/arm64/kernel/vdso/built-in.o
VDSOSYM arch/arm64/kernel/vdso/vdso-offsets.h
CC arch/arm64/kernel/cputable.o
CC arch/arm64/kernel/debug-monitors.o
AS arch/arm64/kernel/entry.o
CC arch/arm64/kernel/irq.o
CC arch/arm64/kernel/fpsimd.o
AS arch/arm64/kernel/entry-fpsimd.o
CC arch/arm64/kernel/process.o
CC arch/arm64/kernel/ptrace.o
CC arch/arm64/kernel/setup.o
CC arch/arm64/kernel/signal.o
CC arch/arm64/kernel/sys.o
CC arch/arm64/kernel/stacktrace.o
CC arch/arm64/kernel/time.o
CC arch/arm64/kernel/traps.o
CC arch/arm64/kernel/io.o
CC arch/arm64/kernel/vdso.o
AS arch/arm64/kernel/hyp-stub.o
CC arch/arm64/kernel/psci.o
CC arch/arm64/kernel/cpu_ops.o
CC arch/arm64/kernel/insn.o
CC arch/arm64/kernel/return_address.o
CC arch/arm64/kernel/opcodes.o
AS arch/arm64/kernel/sys32.o
AS arch/arm64/kernel/kuser32.o
CC arch/arm64/kernel/signal32.o
CC arch/arm64/kernel/sys_compat.o
CC arch/arm64/kernel/arm64ksyms.o
CC arch/arm64/kernel/module.o
CC arch/arm64/kernel/smp.o
CC arch/arm64/kernel/smp_spin_table.o
CC arch/arm64/kernel/topology.o
AS arch/arm64/kernel/sleep.o
CC arch/arm64/kernel/suspend.o
AS arch/arm64/kernel/exynos-smc.o
AS arch/arm64/kernel/rkp_entry.o
LD arch/arm64/kernel/built-in.o
AS arch/arm64/kernel/head.o
LDS arch/arm64/kernel/vmlinux.lds
CC arch/arm64/mm/dma-mapping.o
CC arch/arm64/mm/extable.o
CC arch/arm64/mm/fault.o
CC arch/arm64/mm/init.o
AS arch/arm64/mm/cache.o
CC arch/arm64/mm/copypage.o
CC arch/arm64/mm/flush.o
CC arch/arm64/mm/ioremap.o
CC arch/arm64/mm/iomap.o
CC arch/arm64/mm/mmap.o
CC arch/arm64/mm/pgd.o
CC arch/arm64/mm/mmu.o
CC arch/arm64/mm/context.o
AS arch/arm64/mm/tlb.o
AS arch/arm64/mm/proc.o
LD arch/arm64/mm/built-in.o
CC arch/arm64/crypto/first_file_asm.o
CC arch/arm64/crypto/aes-glue-ce.o
AS arch/arm64/crypto/aes-ce.o
CC arch/arm64/crypto/sha1-ce-glue.o
AS arch/arm64/crypto/sha1-ce-core.o
LD arch/arm64/crypto/sha1-ce.o
CC arch/arm64/crypto/aes-ce-cipher.o
LD arch/arm64/crypto/aes-ce-blk.o
CC arch/arm64/crypto/last_file_asm.o
LD arch/arm64/crypto/built-in.o
CC arch/arm64/mach-exynos/common.o
CC arch/arm64/mach-exynos/pm_domains-exynos7420.o
CC arch/arm64/mach-exynos/exynos-pm.o
CC arch/arm64/mach-exynos/pm_domains.o
CC arch/arm64/mach-exynos/pm_domains_sysfs.o
CC arch/arm64/mach-exynos/pmu.o
CC arch/arm64/mach-exynos/pmu_cal_sys.o
CC arch/arm64/mach-exynos/exynos-powermode.o
CC arch/arm64/mach-exynos/pm.o
CC arch/arm64/mach-exynos/pmu_cal_sys_exynos7420.o
CC arch/arm64/mach-exynos/asv-exynos.o
CC arch/arm64/mach-exynos/asv-exynos_cal.o
CC arch/arm64/mach-exynos/mach-universal7420.o
CC arch/arm64/mach-exynos/asv-exynos7420_cal.o
CC arch/arm64/mach-exynos/setup-fimc-is.o
CC arch/arm64/mach-exynos/setup-fimc-is-sensor.o
CC arch/arm64/mach-exynos/setup-fimc-is-module.o
CC arch/arm64/mach-exynos/setup-fimc-is-companion.o
CC arch/arm64/mach-exynos/exynos-smc.o
CC arch/arm64/mach-exynos/setup-exynos5-mipiphy.o
CC arch/arm64/mach-exynos/secmem.o
LD arch/arm64/mach-exynos/built-in.o
CC arch/arm64/plat-samsung/init.o
CC arch/arm64/plat-samsung/cpu.o
LD arch/arm64/plat-samsung/built-in.o
CC kernel/fork.o
CC kernel/exec_domain.o
CC kernel/panic.o
CC kernel/printk.o
CC kernel/cpu.o
CC kernel/exit.o
CC kernel/itimer.o
HZFILE kernel/hz.bc
BC kernel/timeconst.h
/bin/sh: 1: bc: not found
/root/Desktop/SM-N920C_SEA_MM_Opensource/kalican/kernel/Makefile:141: recipe for target 'kernel/timeconst.h' failed
make[1]: *** [kernel/timeconst.h] Error 127
Makefile:829: recipe for target 'kernel' failed
make: *** [kernel] Error 2
Click to expand...
Click to collapse

apt-get install bc has fixed my problem. thread can be deleted. Thanks for help LOL.

Related

Cyber Power PC Help

The Situation : As of late my mom has been getting more and more into technology. She recently saw the Amazon's Lightning Deal on the Archos 5 and was obsessed with it. She is very against desktop as we travel a lot and everyone in the family has a laptop ( me included). I eventually convinced her to take my laptop and buy me a desktop. I have a pretty decent laptop ( ASUS Republic of gamers G60vx ) and it hauls. I will be doing a clean install of Windows 7 so it's nice and fresh.
The Problem : Now for the problem. I have NO experience shopping for desktops and I found that CyberPowerPC has very good prices. My budget is as of right now 500-600 dollars. This limits me to a decent AMD desktop. Thing is, I know nothing about desktop ( I've only shopped for laptops, and that only twice) and what specs are considered good for a desktop. To make it even worse, the customization is RIDICULOUS. It allows you to choose from hundreds of different towers, fans, hard drives, and everything about it.
The Ideal Desktop : I am HUGE on multitasking. I spend hours on WoW, with 2-3 youtube pages in the back, a word document open and several forums running in the back too. Again, I can only spend up to 600 ( keyboard and mouse come free I believe ) . It needs to be able to run for hours and hours without a hitch ( not sure if the default case fans are enough ) . Again I stress how limitless the customization is. This is really putting some stress on me and reminds me of how un-tech-ish I am with desktops.
And finally, the cure. I was wondering if anyone who has experience with customizing and / or buying computers from that website could help me. Maybe you only want to tell me the important things to look out for ? Maybe you just want to list a few things I want to avoid ? Maybe you want to be my BFF and pick every single thing out so I can't mess up and go wrong ? No matter what you do I will <3 long time and appreciate it. Thanks in advance ~
Rob
il find a pc for you.
Would you be building it yourself?
Its cheaper
And pretty easy!
Summarize
[ x ] Close
Case: Xion Predator 970 Gaming Series Mid Tower Case w/ 2 External Removable HDD Bays
Internal USB Extension Module: None
Neon Light Upgrade: None
Extra Case Fan Upgrade: Default case fans
Noise Reduction Technology: None
CPU: AMD Phenom™II X4 945 Quad-Core CPU w/ HyperTransport Technology [+40]
Freebies: None
Cooling Fan: Asetek 510LC Liquid Cooling System 120MM Radiator & Fan (Enhanced Cooling Performance + Extreme Silent at 20dBA)
Motherboard: ASUS M4A77T/USB3 AMD 770 Chipset Hardware Core Unlocker DDR3 Socket AM3 ATX w/ 7.1 HD Audio, GbLAN, USB 3.0, SATA-II, RAID, 1 Gen2 PCIe, 2 PCIe X1, & 3 PCI
Motherboard Expansion Card: None
Memory: 4GB (2GBx2) DDR3/1600MHz Dual Channel Memory Module (Corsair or Major Brand)
Video Card: ATI Radeon HD 5450 1GB DDR2 16X PCIe Video Card (Major Brand Powered by ATI)
Freebies: None
Video Card 2: None
Video Card 3: None
Dedicated PHYSX Card: None
Free Game: FREE Call of Duty: Modern Warfare 2
Multiple Video Card Settings: Non-SLI/Non-CrossFireX Mode Supports Multiple Monitors
Power Supply Upgrade: 450 Watts - Standard Case Power Supply
Hard Drive: 1TB SATA-II 3.0Gb/s 16MB Cache 7200RPM HDD [+22] (Single Hard Drive)
Data Hard Drive: None
Hard Drive Cooling Fan: None
External Hard Drive (USB3.0/2.0/eSATA): None
USB Flash Drive: None
Optical Drive: 24X Double Layer Dual Format DVD+-R/+-RW + CD-R/RW Drive (BLACK COLOR)
Optical Drive 2: None
Sound: HIGH DEFINITION ON-BOARD 7.1 AUDIO
3D Vision Glasses: None
LCD Monitor: None
2nd Monitor: None
3rd Monitor: None
Speakers: 600Watts PMPO Subwoofer Stereo Speakers
Network: Onboard Gigabit LAN Network
Network Surge Protector: None
Mega Notebook/Netbook/Server Bundle: None
Keyboard: Xtreme Gear (Black Color) Multimedia/Internet USB Keyboard
Mouse: XtremeGear Optical USB 3 Buttons Gaming Mouse
Gaming Gear: None
Extra Thermal Display: None
External Wireless Network Card: None
Wireless 802.11 B/G/N Access Point: None
Bluetooth: None
Flash Media Reader/Writer: INTERNAL 12in1 Flash Media Reader/Writer (BLACK COLOR)
Video Camera: None
Headset: None
Printer: None
Cable: None
Power Protection: None
Surge Protector: None
IEEE1394 Card: None
USB Port: Built-in USB 2.0 Ports
Floppy: None
Operating System: None - FORMAT HARD DRIVE ONLY
Media Center Remote Control & TV Tuner: None
Office Suite: None
Games: None
Ultra Care Option: None
Service: STANDARD WARRANTY: 3-YEAR LIMITED WARRANTY PLUS LIFE-TIME TECHNICAL SUPPORT
Rush Service: NO; READY TO SHIP IN 5~10 BUSINESS DAYS
$597
No screen though.
Saved config: www.cyberpowerpc.com/saved/1CRN1X valid for 7 days
Personally, i'd head over to newegg or tigerdirect, and buy a barebones kit, upgrade the power supply, RAM, video card, drop in a dual layer DVD writer and beef up the hard drive. For the money, it's going to be cheaper in the long run, and for the fast "in your face" computer building experience, it will help you familiarize yourself with your new desktop.
It's not hard to put a computer together from scratch, it's just a bit time consuming to someone who's never done it before. As long as you're able to read instructions and understand basic diagrams, it shouldn't be an issue. Just remember to wear some type of grounding strap during the build process. You'll also have a much higher sense of accomplishment knowing the machine running is something YOU put together yourself.
V18-1903 ::Viewsonic VA1931wa 19" Class Widescreen LCD Monitor - 720p, 1366x768, 1000:1 Native, 100000:1 Dynamic, 5ms, 16:9, VGA, Anti Glare(9.6 lbs)
Order Today, Ships Today Original Price:
Instant Savings:
Price: $139.99
- $20.00
$119.99
O261-2018 ::OCZ ModXStream Pro Power Supply - 700-Watt, Modular, Dual +12V Rails, SATA, 80Plus(5.95 lbs)
Order Today, Ships Today $89.99
G458-0430 ::Galaxy 43GGS8HX3SPZ GeForce GT 430 Video Card - 1024MB GDDR3, PCI-Express 2.0, DVI, HDMI, VGA DirectX 11(0.95 lbs)
Order Today, Ships Today Original Price:
Instant Savings:
Price: $89.99
- $10.00
$79.99
C19-6032 ::Crucial 2048MB PC6400 DDR2 800MHz Memory(0.5 lbs)
Order Today, Ships Today Original Price:
Instant Savings:
Price: $49.99
- $3.00
$46.99
B69-0260 ::AMD Phenom Triple-Core Barebones Kit - ECS A740GM-M Mobo, AMD Phenom X3 8400 2.1GHZ CPU, Cooler Master CPU Fan, Crucial 2GB DDR2 RAM, Seagate 1TB LP HDD, LG DVD Writer, PowerUp ATX Mid-Tower Case(19.94 lbs)
Order Today, Ships Today $232.99
$13.00 Mail-in Rebate
Click to remove the item from your cart.
Enter Zip Code to Calculate Shipping & Tax:
(We only charge tax in FL, IL, NC, TX, GA, SD and ID)
SUBTOTAL
S&H Enter a Zip Code
TOTAL 569.95 including monitor
helljack6 said:
Personally, i'd head over to newegg or tigerdirect, and buy a barebones kit, upgrade the power supply, RAM, video card, drop in a dual layer DVD writer and beef up the hard drive. For the money, it's going to be cheaper in the long run, and for the fast "in your face" computer building experience, it will help you familiarize yourself with your new desktop.
It's not hard to put a computer together from scratch, it's just a bit time consuming to someone who's never done it before. As long as you're able to read instructions and understand basic diagrams, it shouldn't be an issue. Just remember to wear some type of grounding strap during the build process. You'll also have a much higher sense of accomplishment knowing the machine running is something YOU put together yourself.
Click to expand...
Click to collapse
I FULLY agree with that!! I built my computer myself and spent £200
When i could of bought one the same spec, for £600-800

2011 GMC Acadia Denali Review

Looks like GMC is on its way!
2011 GMC Acadia Denali Review
When it comes to a Denali, Most Americans think of a Yukon rather than an Acadia. So it was interesting when GMC showed off the Acadia Denali at the New York International Auto Show last year.
General Motors has had a great luck with the Lambda platform – selling more than 200,000 of Acadias, Traverses, Enclaves and to a certain extent now gone Saturn outlooks. With automaker still working through the recession, a brand new platform was not the right solution.
Read more: http://www.autotalk.com/2011-gmc-acadia-denali-review-9449/#ixzz1KmZuqJW9

Save The Planet!

Help me in my Jedi training as I confront Volkswagen's threats to Planet Earth http://vwdarkside.com/en/jedi/lars-siebert-121048
Hey guys, i know this seems ridicoulos but its a serious thing.
Rebel Manifesto
Our home—Earth—is in trouble. VW opposes key environmental laws we need if we’re going to stop our planet going the way of Alderaan (bye bye). But all is not lost. We feel the good in Volkswagen.
All of us in the Rebellion are calling on Volkswagen to turn away from the Dark Side and give our planet a chance.
1
Support strong CO2 emissions cuts.
Despite its green image, Volkswagen is spending millions of Euros every year funding lobby groups who are trying to stop Europe increasing its commitment to greenhouse gas reductions from 20% to 30% by 2020. Progressive companies – from Google to Ikea, Sony, Unilever and Philips – support the target. Volkswagen can’t afford to be left behind.
2
Support strong fuel efficiency standards.
More efficient cars are cheaper to run, use less oil and emit less CO2. Volkswagen has a history of lobbying against the strong European standards that we need to kick our oil addiction. As the biggest car company in Europe, with the biggest responsibility, VW must change and support strong standards from now on.
3
Put your technology where your mouth is.
Volkswagen says it wants to be “the most eco-friendly automaker in the world”, but only 6% of the cars it sold in 2010 were its most efficient models. It has the technology to do better. VW must set out its plan to make its entire fleet oil-free by 2040.
Help Greenpeace!

Will the S4 Active (AT&T) skip 4.3 for Kit Kat 4.4?

I was just wondering what you all thought. 4.3 is out, obviously, but with the recent speculation that 4.4 Kit Kat may be released in October, why not jump straight from 4.2.2 to 4.4 without passing GO?
This is AT&T we're talking about (SGH-I537), so am I being too optimistic?
Yes, you're being way waaaaaaaaaaaaaaay too optimistic but it's still a good thing I suppose.
I say this because I've noted it: I don't think the Active will be available much longer, and I say that because I was in Best Buy last week just after I bought my GS4A off craigslist looking for a battery and a case, and of course they stocked neither, and b) I was in Best Buy yesterday and they don't carry the GS4A anymore, at least not the store I was in.
Last week they did, and they had a floor sample/fake model on display, with the tags, etc, info, and even a brochure explaining the difference.
Yesterday when I stopped by (looking for some blank optical media) I walked through the exact same spot and the GS4A was nowhere to be found, replaced by the Galaxy Mega so I asked the guy about the GS4A and he said "We don't carry those anymore."
Now, Best Buy still has it listed on their website (the Urban Grey and the Dive Blue models) as well as the Urban Grey unlocked, but they did not carry it in the store directly for purchase. I got home and called two other Best Buy locations here in the Las Vegas region and was told the same thing: "We don't carry that in stores anymore..." and of course the sales people are clueless about why.
The Galaxy S4 Active just isn't selling well, and the negative press it received from owners that couldn't comprehend the basic instructions of "no more that 30 minutes in up to 1m/3ft of water, with time to dry off in between 'dunks' under water..." as well as AT&T giving in to a lot of customer complaints from idiots that didn't read the instructions, damaged their phones by not ensuring the seals were tight on the microUSB port as well as making sure the battery cover is on properly (when you do it correctly and press on that area just below the camera flash it will SNAP - with a loud snapping sound - into position which is THEN precise and sealed).
The overwhelming majority of GS4A owners don't get that, and they damaged their phones by not realizing it and not paying attention to it - AT&T and Samsung even put that sticker or the back of the phone with DIAGRAMS of how to ensure the seal, I mean really - and then AT&T was put into a position of having to replace a whole bunch of the GS4A's recently and it hasn't put the phone in a good light.
So I don't expect to ever see a 4.4 upgrade from AT&T, and I mean never. Potentially a 4.3 upgrade in the next month or two (when the actual GS4 gets it or sometime soon afterward which is rumored to be in October), but never 4.4 - AT&T isn't going to waste time supporting a device it's not even going to be selling soon.
Now, take this all with a few grains of salt: this info I just presented is based on my own experience in a retail Best Buy store in a 10 day period: they had it on the shelf ready to buy and walk out with 10 days ago, and less than 24 hours ago (of the time I'm making this post) they didn't - the same Best Buy here in Las Vegas on both visits.
It's my speculation that the GS4A simply won't be available for sale within the next 2-3 months, by New Year's Eve I'd say. AT&T wants to wash their non-water resistant hands of it, sadly... again, that's my speculation. I hate it, I hate knowing the GS4A is a damned fine device, seriously it is: it's a damned GS4 for Pete's sake with a gimped camera resolution and it's missing a few software features the GS4 has which I could care less about, and it's water-resistant as well and comes in a sturdy package/form-factor that I really like (and the Dive Blue color is awesome, I wanted the International version in Flaming Orange but, alas, it wasn't meant to be).
It's a shame this phone isn't getting more interest, it really is.
So for me I'm waiting till the official 4.3 is released for the GS4, then I'll be on the lookout for someone to dump it so it can be properly ported to the GS4A (because of Safestrap and our ability to run ROMs now) and that'll be what I use until KitKat makes an appearance and I do all that over again.
That is, unless the bootloader gets cracked open like the surface of a planet smashed by an asteroid, of course.
br0adband said:
Yes, you're being way waaaaaaaaaaaaaaay too optimistic but it's still a good thing I suppose.
I say this because I've noted it: I don't think the Active will be available much longer, and I say that because I was in Best Buy last week just after I bought my GS4A off craigslist looking for a battery and a case, and of course they stocked neither, and b) I was in Best Buy yesterday and they don't carry the GS4A anymore, at least not the store I was in.
Last week they did, and they had a floor sample/fake model on display, with the tags, etc, info, and even a brochure explaining the difference.
Yesterday when I stopped by (looking for some blank optical media) I walked through the exact same spot and the GS4A was nowhere to be found, replaced by the Galaxy Mega so I asked the guy about the GS4A and he said "We don't carry those anymore."
Now, Best Buy still has it listed on their website (the Urban Grey and the Dive Blue models) as well as the Urban Grey unlocked, but they did not carry it in the store directly for purchase. I got home and called two other Best Buy locations here in the Las Vegas region and was told the same thing: "We don't carry that in stores anymore..." and of course the sales people are clueless about why.
The Galaxy S4 Active just isn't selling well, and the negative press it received from owners that couldn't comprehend the basic instructions of "no more that 30 minutes in up to 1m/3ft of water, with time to dry off in between 'dunks' under water..." as well as AT&T giving in to a lot of customer complaints from idiots that didn't read the instructions, damaged their phones by not ensuring the seals were tight on the microUSB port as well as making sure the battery cover is on properly (when you do it correctly and press on that area just below the camera flash it will SNAP - with a loud snapping sound - into position which is THEN precise and sealed).
The overwhelming majority of GS4A owners don't get that, and they damaged their phones by not realizing it and not paying attention to it - AT&T and Samsung even put that sticker or the back of the phone with DIAGRAMS of how to ensure the seal, I mean really - and then AT&T was put into a position of having to replace a whole bunch of the GS4A's recently and it hasn't put the phone in a good light.
So I don't expect to ever see a 4.4 upgrade from AT&T, and I mean never. Potentially a 4.3 upgrade in the next month or two (when the actual GS4 gets it or sometime soon afterward which is rumored to be in October), but never 4.4 - AT&T isn't going to waste time supporting a device it's not even going to be selling soon.
Now, take this all with a few grains of salt: this info I just presented is based on my own experience in a retail Best Buy store in a 10 day period: they had it on the shelf ready to buy and walk out with 10 days ago, and less than 24 hours ago (of the time I'm making this post) they didn't - the same Best Buy here in Las Vegas on both visits.
It's my speculation that the GS4A simply won't be available for sale within the next 2-3 months, by New Year's Eve I'd say. AT&T wants to wash their non-water resistant hands of it, sadly... again, that's my speculation. I hate it, I hate knowing the GS4A is a damned fine device, seriously it is: it's a damned GS4 for Pete's sake with a gimped camera resolution and it's missing a few software features the GS4 has which I could care less about, and it's water-resistant as well and comes in a sturdy package/form-factor that I really like (and the Dive Blue color is awesome, I wanted the International version in Flaming Orange but, alas, it wasn't meant to be).
It's a shame this phone isn't getting more interest, it really is.
So for me I'm waiting till the official 4.3 is released for the GS4, then I'll be on the lookout for someone to dump it so it can be properly ported to the GS4A (because of Safestrap and our ability to run ROMs now) and that'll be what I use until KitKat makes an appearance and I do all that over again.
That is, unless the bootloader gets cracked open like the surface of a planet smashed by an asteroid, of course.
Click to expand...
Click to collapse
I agree... so sad that this phone won't receive regular updates (
guess we have to rely on the standard ROMs being ported now ...
My backplate never does the loud click you speak of. I have heard people say theirs clicks. The only clicks I hear are the ones around the perimeter of the backplate, never under the flash. I haven't had any issues with water leakage in 5-7 dunks. So I figure it should be good for an accidental dunk. Waterproof was second on my list of reason to buy this variant. #1 was the screen. I love being able to see my screen in sunlight.
GT-i9295(i537) thank you safestrap.
yankeesfan714 said:
My backplate never does the loud click you speak of. I have heard people say theirs clicks. The only clicks I hear are the ones around the perimeter of the backplate, never under the flash. I haven't had any issues with water leakage in 5-7 dunks. So I figure it should be good for an accidental dunk. Waterproof was second on my list of reason to buy this variant. #1 was the screen. I love being able to see my screen in sunlight.
GT-i9295(i537) thank you safestrap.
Click to expand...
Click to collapse
Same here. It never clicks under camera but holds up to water just fine. The screen was also my priority and I have to say it is worth every penny.
Sent from my GT-I9295 using XDA Premium HD app
br0adband said:
It's my speculation that the GS4A simply won't be available for sale within the next 2-3 months, by New Year's Eve I'd say. AT&T wants to wash their non-water resistant hands of it, sadly... again, that's my speculation. I hate it, I hate knowing the GS4A is a damned fine device, seriously it is: it's a damned GS4 for Pete's sake with a gimped camera resolution and it's missing a few software features the GS4 has which I could care less about, and it's water-resistant as well and comes in a sturdy package/form-factor that I really like (and the Dive Blue color is awesome, I wanted the International version in Flaming Orange but, alas, it wasn't meant to be).
Click to expand...
Click to collapse
They're still selling the Galaxy Rugby Pro, even in AT&T stores, and it claims to be water resistant and rugged. That phone is about a year old at this point. I suspect that Best Buy yanked it but AT&T will keep selling it alongside the S4 in corporate and AT&T-branded retailers. Why? Even when (and that day will come) they cut the price of the S4, they can still sell the S4A for a few bucks more because it is different. Going back to the Rugby Pro, the phone it was based on (Galaxy S II Skyrocket, of all things) is long gone but the Rugby Pro persists and at a $100 price point on contract and even got an official update to Jelly Bean 4.1. Hopefully the S4A will follow this same path where it hangs on for a long while, gets a couple of major updates, and its bootloader is busted several months after release.
wyvphone said:
...Hopefully the S4A will follow this same path where it hangs on for a long while, gets a couple of major updates, and its bootloader is busted several months after release.
Click to expand...
Click to collapse
I had high hopes that I had purchased a semi-mainstream phone that would be updated fairly regularly, avoiding the regular GS4 for the better screen and insulation from dirt/water so hopefully your thoughts are correct. Of course, if we have some heavy participation from the developers here, we are more likely to see future updates beyond 4.3/4.4. I'm already learning a lot more just from reading this forum.
SGH-I537, Rooted, Apex Launcher.
br0adband said:
You gotta be... well... <something> me... got a source for said build or any info at all that can be verified?
Click to expand...
Click to collapse
awww... with my track record you want proof?! Fine, here ya go.
Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JSS15J
ro.build.display.id=JSS15J.I537UCUBMI2
ro.build.version.incremental=I537UCUBMI2
ro.build.version.sdk=18
ro.build.version.codename=REL
ro.build.version.release=4.3
ro.build.date=Tue Sep 10 20:26:21 KST 2013
ro.build.date.utc=1378812381
ro.build.type=user
ro.build.user=se.infra
ro.build.host=SEP-138
ro.build.tags=release-keys
ro.product.model=SAMSUNG-SGH-I537
ro.product.brand=samsung
ro.product.name=jactivelteuc
ro.product.device=jactivelteatt
ro.product.board=MSM8960
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=samsung
ro.product.locale.language=en
ro.product.locale.region=GB
ro.wifi.channels=
ro.board.platform=msm8960
# ro.build.product is obsolete; use ro.product.device
ro.build.product=jactivelteatt
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=jactivelteuc-user 4.3 JSS15J I537UCUBMI2 release-keys
ro.build.fingerprint=samsung/jactivelteuc/jactivelteatt:4.3/JSS15J/I537UCUBMI2:user/release-keys
ro.build.characteristics=att
# Samsung Specific Properties
ro.build.PDA=I537UCUBMI2
ro.build.hidden_ver=I537UCUBMI2
ro.build.changelist=1643958
ro.product_ship=true
ro.chipname=apq8064
# end build properties
#
# system.prop for surf
#
rild.libpath=/system/lib/libsec-ril.so
ro.sf.lcd_density=480
rild.libargs=-d /dev/smd0
persist.rild.nitz_plmn=
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
DEVICE_PROVISIONED=1
debug.sf.hw=1
debug.composition.7x27A.type=mdp
debug.composition.7x25A.type=mdp
dalvik.vm.heapsize=24m
debug.composition.type=dyn
persist.hwc.mdpcomp.enable=true
service.camera.gpu.enable=0
#
# system props for the cne module
#
persist.cne.feature=0
#
# system props for the MM modules
#
media.stagefright.enable-player=true
media.stagefright.enable-meta=false
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-fma2dp=true
media.stagefright.enable-aac=true
media.stagefright.enable-qcp=true
media.enable-commonsource=true
#
# system props for the LPA/TUNNEL
#
lpa.decode=false
tunnel.decode=true
lpa.use-stagefright=true
#
# system prop for opengles version
#
ro.opengles.version=196608
#
# system props for the data modules
#
ro.use_data_netmgrd=true
persist.data.ds_fmc_app.mode=0
#
# system props for IMS module
#
persist.ims.regmanager.mode=0
#
# system prop for requesting Master role in incoming Bluetooth connection.
#
ro.bluetooth.request.master=true
#
# system prop for Bluetooth FTP profile
#
ro.qualcomm.bluetooth.ftp=true
#
# system prop for Bluetooth SAP profile
#
ro.qualcomm.bluetooth.sap=true
#
# system prop for Bluetooth Auto connect for remote initated connections
#
ro.bluetooth.remote.autoconnect=true
#
#system property for Bluetooth discoverability timeout in seconds
#0: Always discoverable
#debug.bt.discoverable_time=0
#
# System prop to disable strict mode flash on display
#
persist.sys.strictmode.visual=false
#
# System prop to enable/disable OMH. Enabled by default
#
persist.omh.enabled=1
#System prop to enable ehrpd capability
ro.config.ehrpd=true
# System property for cabl
ro.qualcomm.cabl=0
#
#System prop to determine availability of
#analog fm path
#
ro.fm.analogpath.supported=true
#
#System property for FM transmitter
#
ro.fm.transmitter=false
#
#System property for single instance recording
#
ro.fm.mulinst.recording.support=false
#
#System property for msm
#
ro.hw_plat=7x27a
#
# system props for SD card emulation of emmc partition
#
ro.emmc.sdcard.partition=18
#
# system property to enforce Phone Mode view
#
ro.screen.layout=normal
#
# Turn off tiled rendering
#
debug.enabletr=false
#
#System prop for setting the pixel format
#
ro.staticwallpaper.pixelformat=RGB_565
#
#System prop for disabling the meta data mode for encoder
#
debug.camcorder.disablemeta=0
#
# Simulate sdcard on /data/media
#
persist.fuse_sdcard=true
#
# System prop for using landscape preview layout in camera
#
debug.camera.landscape=true
#
# System prop for capping scroll velocity
#
ro.max.fling_velocity=4000
#
#system prop for Bluetooth hci transport
#
ro.qualcomm.bt.hci_transport=smd
#
# System prop for Tvout/HDMI
#
persist.sys.camera.transform=0
persist.sys.camera.connect=0
persist.sys.videomode=0
ro.hdmi.enable=true
# System proverty for sys info indication
persist.radio.add_power_save=1
# System property for Default Brightness
ro.lcd_min_brightness=10
ro.lcd_brightness=125
# Keep SIM state on LPM mode
persist.radio.apm_sim_not_pwdn=1
#Boot Animation FPS
boot.fps=10
# use se table when search list
persist.radio.use_se_table_only=1
# System prop for PLMN
persist.radio.fill_eons=1
# System prop for SPN
persist.radio.prefer_spn=0
#
# ADDITIONAL_BUILD_PROPERTIES
#
dalvik.vm.heapstartsize=8m
dalvik.vm.heapgrowthlimit=128m
dalvik.vm.heapsize=512m
dalvik.vm.heaputilization=0.25
dalvik.vm.heapidealfree=8388608
dalvik.vm.heapconcurrentstart=2097152
ro.vendor.extension_library=/system/lib/libqc-opt.so
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
ro.hwui.texture_cache_size=48
ro.hwui.layer_cache_size=32
ro.hwui.path_cache_size=8
ro.hwui.shape_cache_size=2
ro.hwui.gradient_cache_size=1
ro.hwui.drop_shadow_cache_size=4
ro.hwui.texture_cache_flush_rate=0.5
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
ro.sec.fle.encryption=true
ro.hdcp2.rx=tz
ro.secwvk=144
ro.securestorage.support=true
ro.config.alarm_alert=Alarm_Morning_flower.ogg
ro.config.ringtone=ATT_Firefly_Default.ogg
ro.config.notification_sound=Whisper.ogg
ro.monkey=0
ro.error.receiver.default=com.samsung.receiver.error
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.carrier=unknown
ro.crypto.support=recovery_mount|others
ro.com.google.clientidbase=android-samsung
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.adb.qemud=1
ro.setupwizard.mode=DISABLED
ro.com.google.apphider=off
ro.com.google.clientidbase.ms=android-att-us
ro.com.google.clientidbase.am=android-att-us
ro.com.google.clientidbase.yt=android-samsung
ro.com.google.clientidbase.gmm=android-samsung
ro.com.google.gmsversion=4.3_r1
ro.kernel.qemu=0
ro.build.selinux=1
ro.config.tima=1
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.qc.sdk.izat.premium_enabled=0
persist.gps.qc_nlp_in_use=0
designgears said:
awww... with my track record you want proof?! Fine, here ya go.
Click to expand...
Click to collapse
Hopefully somebody can test this out to make sure we can still root it and still install SafeStrap. This is amazing, thank you so much for posting this.
designgears said:
awww... with my track record you want proof?! Fine, here ya go.
Click to expand...
Click to collapse
To be completely and totally honest, I don't know you from Adam or anyone else...
My understanding was that you were implying that AT&T was going to drop a 4.3 update later tonight, not that you've created something custom so, I'll take the blame for misunderstanding this time (if I did, that is).
designgears said:
awww... with my track record you want proof?! Fine, here ya go.
Click to expand...
Click to collapse
Designgears! Man, it's nice to see your name again, haha. Loved the work you did for the Captivate back when I had it. You pick up an Active?
Fortune090 said:
Designgears! Man, it's nice to see your name again, haha. Loved the work you did for the Captivate back when I had it. You pick up an Active?
Click to expand...
Click to collapse
Nah, just have a leak for you guys
You still looking for someone to test, 'cause I'm willing if you're confident it'll work - not sure if you even have an I537 but now that I do know your reputation (did some research over the past few hours...) I'd be willing to be a guinea pig I suppose.
Not a developer, but someone that's been mucking around with ROMs of all kinds for nearly a decade now, from PocketPCs to this GS4A I have now.
designgears said:
Nah, just have a leak for you guys
Click to expand...
Click to collapse
Ah okay, well I, as well as I'm sure everyone here, definitely appreciate it! I too would be willing to be a guinea pig if you still need one. :good:
If they skip 4.3 we will be waiting till December at least for an update
Kit kat not expected till Oct/Nov time add then that it will take a couple of months to optimise tw,get it through carrier testing etc we will b waiting forever. They already skipped 4.2 to give us 4.3, it doesn't make sense to skip 4.3 especially when kitkat hadn't even been released yet.
Denny770 said:
Kit kat not expected till Oct/Nov time add then that it will take a couple of months to optimise tw,get it through carrier testing etc we will b waiting forever. They already skipped 4.2 to give us 4.3, it doesn't make sense to skip 4.3 especially when kitkat hadn't even been released yet.
Click to expand...
Click to collapse
Are you sure you're not talking about a different phone, the S4 Active ships with 4.2.2 and we have a leaked pre-release of 4.3 so I'd say a 4.3 release is right around the corner, and 4.4 will probably come some time next year shortly after the regular S4 gets it.
Bernice619 said:
Google should be showing off new Nexus devices (possibly more than one phone?) in October or November, which is when we are also likely to see Android 4.4 KitKat. With that said, Samsung has announced that it will be updating the Samsung Galaxy S III and Galaxy S4 to Android 4.3 Jelly Bean sometime in October.
Click to expand...
Click to collapse
well, to accurate the I9500 & the I9505 S4 have already started getting their updates - we are just waiting for the US versions

DIY Birds eye view (ground up)

Hi All,
Looking at whether or not it's possible to do a DIY build of a product like this: https://www.ebay.co.uk/itm/323722377412?epid=25029985084&hash=item4b5f5b78c4:g:1HYAAOSwAdhcfhgJ
This stitch together 4 camera feeds and combine them for a reverse feed. I wonder if there is a way to build it from the ground up, taking 4 cameras, maybe a couple of IoT devices, and connect it up to an android head unit, hopefully for a lot less than £100?
whats the chances?

Categories

Resources