Sounds like fun.. what would you recommend for this error?
Follow g60madman's guide linked in the op and pull everything. After that, you can fork and make your own changes.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sounds like fun.. what would you recommend for this error?
Follow g60madman's guide linked in the op and pull everything. After that, you can fork and make your own changes.
But I'm trying to build CNA and AOKP so I can't sync with your repo..
Yeah, I realized that, now that I saw your other post. You'll just need to go through all of my repos and pick out the needed fixes then.
Do you know about how many commits in the frameworks/base are needed for RIL? I feel that I'm going to need quite a few..
great news guys, the genius has finally done it-
"tj_style fixed camera & next is coming fixed video recording" but the bad news with new kernel is now wifi isn't working.
http://forum.andro-id.net/index.php?topic=298.0
maybe mantera you can help in fixing wifi, the edowars wifi patch that fixed need to reboot for starting wifi is unknown.
m/core/charger/charger.c:685: error: undefined reference to 'gr_fb_blank'
prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/triumph/obj/EXECUTABLES/charger_intermediates/charger.o: in function main:system/core/charger/charger.c:718: error: undefined reference to 'gr_fb_blank'
collect2: ld returned 1 exit status
make: *** [out/target/product/triumph/obj/EXECUTABLES/charger_intermediates/LINKED/charger] Error 1
Anybody have a fix for this? I can't seem to surpass it.
EDIT: Weird enough, I'm running into this with both my AOKP and CNA build...Code:m/core/charger/charger.c:685: error: undefined reference to 'gr_fb_blank' prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld: out/target/product/triumph/obj/EXECUTABLES/charger_intermediates/charger.o: in function main:system/core/charger/charger.c:718: error: undefined reference to 'gr_fb_blank' collect2: ld returned 1 exit status make: *** [out/target/product/triumph/obj/EXECUTABLES/charger_intermediates/LINKED/charger] Error 1
Looks like were gonna need that 35 kernel to help with camera hopefully its possible with our 32
That function is defined in the included "minui/minui.h" which is part of the recovery files. Did you mess with the recovery files in bootable/recovery?
ackage target files: out/target/product/triumph/obj/PACKAGING/target_files_intermediates/cna_mod_triumph-target_files-eng.gannon5197.zip
Package OTA: out/target/product/triumph/cna_mod_triumph-ota-eng.gannon5197.zip
./device/motorola/triumph/releasetools/triumph_ota_from_target_files -v \
-p out/host/linux-x86 \
-k build/target/product/security/testkey \
--no_assert=false \
--override_device=triumph,WX435,fb0 \
out/target/product/triumph/obj/PACKAGING/target_files_intermediates/cna_mod_triumph-target_files-eng.gannon5197.zip out/target/product/triumph/cna_mod_triumph-ota-eng.gannon5197.zip
Given a target-files zipfile, produces an OTA package that installs
that build. An incremental OTA is produced if -i is given, otherwise
a full OTA is produced.
Usage: ota_from_target_files [flags] input_target_files output_ota_package
-b (--board_config) <file>
Deprecated.
-k (--package_key) <key>
Key to use to sign the package (default is
"build/target/product/security/testkey").
-i (--incremental_from) <file>
Generate an incremental OTA using the given target-files zip as
the starting build.
-w (--wipe_user_data)
Generate an OTA package that will wipe the user data partition
when installed.
-n (--no_prereq)
Omit the timestamp prereq check normally included at the top of
the build scripts (used for developer OTA packages which
legitimately need to go back and forth).
-e (--extra_script) <file>
Insert the contents of file at the end of the update script.
--backup <boolean>
Enable or disable the execution of backuptool.sh.
Disabled by default.
--override_device <device>
Override device-specific asserts. Can be a comma-separated list.
-p (--path) <dir>
Prepend <dir>/bin to the list of places to search for binaries
run by this script, and expect to find jars in <dir>/framework.
-s (--device_specific) <file>
Path to the python module containing device-specific
releasetools code.
-x (--extra) <key=value>
Add a key/value pair to the 'extras' dict, which device-specific
extension code may look at.
-v (--verbose)
Show command lines being executed.
-h (--help)
Display this usage message and exit.
** option --no_assert not recognized **
make: *** [out/target/product/triumph/cna_mod_triumph-ota-eng.gannon5197.zip] Error 2
gannon5197@icsbox:~/android/cna$
Not at all, but odd enough a repo sync fixed it.
Now I'm having trouble creating the zip file. You probably won't know much about fixing this, but here is the error:
Code:ackage target files: out/target/product/triumph/obj/PACKAGING/target_files_intermediates/cna_mod_triumph-target_files-eng.gannon5197.zip Package OTA: out/target/product/triumph/cna_mod_triumph-ota-eng.gannon5197.zip ./device/motorola/triumph/releasetools/triumph_ota_from_target_files -v \ -p out/host/linux-x86 \ -k build/target/product/security/testkey \ --no_assert=false \ --override_device=triumph,WX435,fb0 \ out/target/product/triumph/obj/PACKAGING/target_files_intermediates/cna_mod_triumph-target_files-eng.gannon5197.zip out/target/product/triumph/cna_mod_triumph-ota-eng.gannon5197.zip Given a target-files zipfile, produces an OTA package that installs that build. An incremental OTA is produced if -i is given, otherwise a full OTA is produced. Usage: ota_from_target_files [flags] input_target_files output_ota_package -b (--board_config) <file> Deprecated. -k (--package_key) <key> Key to use to sign the package (default is "build/target/product/security/testkey"). -i (--incremental_from) <file> Generate an incremental OTA using the given target-files zip as the starting build. -w (--wipe_user_data) Generate an OTA package that will wipe the user data partition when installed. -n (--no_prereq) Omit the timestamp prereq check normally included at the top of the build scripts (used for developer OTA packages which legitimately need to go back and forth). -e (--extra_script) <file> Insert the contents of file at the end of the update script. --backup <boolean> Enable or disable the execution of backuptool.sh. Disabled by default. --override_device <device> Override device-specific asserts. Can be a comma-separated list. -p (--path) <dir> Prepend <dir>/bin to the list of places to search for binaries run by this script, and expect to find jars in <dir>/framework. -s (--device_specific) <file> Path to the python module containing device-specific releasetools code. -x (--extra) <key=value> Add a key/value pair to the 'extras' dict, which device-specific extension code may look at. -v (--verbose) Show command lines being executed. -h (--help) Display this usage message and exit. ** option --no_assert not recognized ** make: *** [out/target/product/triumph/cna_mod_triumph-ota-eng.gannon5197.zip] Error 2 gannon5197@icsbox:~/android/cna$
Okay. CNA boots up, RIL works (SMS and calling)
Headsets aren't working, I've found the commit for that though.
Data isn't working.
Of course, Camera isn't working.
Wifi isn't working:
E/WifiStateMachine( 202): Failed to load driver!
E/WifiStateMachine( 202): DriverFailedState
Mantera, is there a commit for a fix for wifi?
I'll be glad to test for you if needed, also you could try this out to get data working.
I guess we'll have to wait and see what his sources look like when he releases them.
Mantera do u think u can make the changes to our kernel that tj made to his when the sources get released ?
Patience... also, the answer you're looking for is in the quote.
What's with u and patience I'm not impatient I didn't say hurry up mantera I just asked if he thought it would be possible
Sorry if I came on a little strong, but these guys do what they do for free, and in their free time. They do it for the sake of everyone else and don't ask for anything in return. They have their own lives and jobs and families to look after and care for, so asking every few minutes if something's going to be done or can be done or when it will be done doesn't help at all. Besides that we need to fight the problems, not each other.
Where/What is this IRC Chat everyone talks about?