I can't sync for love nor money.So .. lets see what happens when i flash this
Edit: hanging on GalaxyNote Screen - no Boot
Edit2: building now with TheMuppets ..
Found this at GI9100 thread:
www.downloads.gerrett84.de/afterflash.zip
Gesendet von meinem GT-N7000 mit Tapatalk 2
To avoid libandroid_runtime_intermediates compile break, perhaps you could run this after make clobber and before the build:
Code:
mkdir -p ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/
mkdir -p ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/opengl/
mkdir -p ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/
cp ~/ubuntu/mod/libandroid_runtime_intermediates/*.* ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/
cp ~/ubuntu/mod/libandroid_runtime_intermediates/export_includes ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/export_includes
cp ~/ubuntu/mod/libandroid_runtime_intermediates/import_includes ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/import_includes
cp ~/ubuntu/mod/libandroid_runtime_intermediates/android/graphics/*.* ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/graphics/
cp ~/ubuntu/mod/libandroid_runtime_intermediates/android/opengl/*.* ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/android/opengl/
cp ~/ubuntu/mod/libandroid_runtime_intermediates/LINKED/*.* ~/ubuntu/out/target/product/n7000/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/
. build/envsetup.sh etc.
BTW, www.downloads.gerrett84.de/afterflash.zip is 404. What is it exactly?
Last edited: