Hello all , this is my first tread on XDA forum , brief i have a Fujitsu Arrow F-01F (NTTDocomo) , with android 4.2.2 , no root . docomo has realeased an update to KK 4.4 , but no way to update it 'cause im outside Japan , i have downloaded tha update in a (Tar.gz) form , from spf.fmworld Dot net , i have placed the file on my External sd card , i have booted on recovery ==> update ==> i got a messsage says can't open the file . i will appreciate helping in this .
and thank you .
I'm looking for this too, I even don't know where to get the tar.gz.
Do you succeed?
If you have not found it yet: spf.fmworld.net/oss/oss/f-01f/
I'm experiencing the same problem with Fujitsu Arrows F-01F (Android 4.2.2, build V32R63C). Downloaded those two files from spf.fmworld.net (F01F_V19R43G.tar.gz and OSV-KK_F01F_V10R22A.tar.gz), put them on my external SD, booted into recovery mode and started the update. Everything I'm getting is the file open error:
----------------------
----------------------
SD Downloader
----------------------
----------------------
Device SW Downloading...
Don't Remove
the SD Card & the Battery
File Open Error.
----------------------
SD Downloading failed
----------------------
Rebooting!
It seems that the system needs another file or the filename is not correct. There's no any *.enc files in the archives and renaming doesn't work.
Have anyone figured out how to upgrade to Android 4.4?
Have tried to compile ROM from the sources of tar.gz files. Used BuilduntuVM and this manual. When calling make, it gives the error and stops:
[email protected]:~/android/kernel$ make -j4 ARCH=arm CROSS_COMPILE=arm-linux-androideabi-
CHK include/linux/version.h
CHK include/generated/utsrelease.h
/home/android/android/kernel/drivers/input/misc/Makefile:66: /home/android/android/kernel/../fjfeat/FjFeatMac.mk: No such file or directory
make[3]: *** No rule to make target '/home/android/android/kernel/../fjfeat/FjFeatMac.mk'. Stop.
scripts/Makefile.modbuiltin:54: recipe for target 'drivers/input/misc' failed
make[2]: *** [drivers/input/misc] Error 2
make[2]: *** Waiting for unfinished jobs....
scripts/Makefile.modbuiltin:54: recipe for target 'drivers/input' failed
make[1]: *** [drivers/input] Error 2
make[1]: *** Waiting for unfinished jobs....
Makefile:1121: recipe for target 'drivers/modules.builtin' failed
make: *** [drivers/modules.builtin] Error 2
make: *** Waiting for unfinished jobs....
[email protected]:~/android/kernel$
Click to expand...
Click to collapse
It's obvious, that the compiler cannot find FjFeatMac.mk file. There is no fjfeat directory at all! And I have no idea where it can be obtained. Such folder or file is absent in any archive on spf.fmworld.net. So, those sources are of no use for end users as they are incomplete.
Solved the problem in the most obvious way - with sending the phone to Japan and back.
root fujitsu arrow f01f
help my plis root device fujitsu arrow f01f docomo thank
yogiesaputradewa said:
help my plis root device fujitsu arrow f01f docomo thank
Click to expand...
Click to collapse
Sadly, there's no "normal" root for F-01F. Please, take a look at this thread: https://forum.xda-developers.com/android/help/docomo-fujitsu-arrows-nx-f-01f-root-t3345350 Some very special exploit is able to give you a root but your privileges are very limited, e.g. you cannot mount system as r/w etc. You could try to talk to fi01 on github or twitter and maybe he would do something with it.
LOL i have this phone sitting for a while, finding how to upgrade the software, and then found this thread but no luck, i might throw this phone away instead sending to japan, hope there is another way someday.
mikey000 said:
LOL i have this phone sitting for a while, finding how to upgrade the software, and then found this thread but no luck, i might throw this phone away instead sending to japan, hope there is another way someday.
Click to expand...
Click to collapse
Well, until there will be real root with full rights, no way to do that. The latest official firmware for this phone is very outdated, so a custom build should be made and installed. This requires the bootloader to be unlocked.
Related
Hello everyone im trying to build AOSP rom for motorola milestone! Ive taken the vendor and device files from github.com/nadlabak
The problem comes when i do make after build and lunch! The error which comes is this-
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file `out/target/common/obj/APPS/framework-res_intermediates/package-export.apk
Someone please help me out!
Thanks in advance!
Hi all,
I own an Japanese version of S3 (SC-06D) and I try to build my CM12.1 rom, but I had a problem at the very beginning, see the log below:
make: *** No rule to make target `/home/erio/android/aojp/out/target/product/d2dcm/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes', needed by `/home/erio/android/aojp/out/target/product/d2dcm/obj/EXECUTABLES/healthd_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Install: /home/erio/android/aojp/out/target/product/d2dcm/root/sbin/felica_init.sh
/home/erio/android/aojp/out/host/linux-x86/bin/checkpolicy: policy configuration loaded
/home/erio/android/aojp/out/host/linux-x86/bin/checkpolicy: writing binary representation (version 26) to /home/erio/android/aojp/out/target/product/d2dcm/obj/ETC/sepolicy_intermediates//sepolicy.dontaudit
GEN /home/erio/android/aojp/out/target/product/d2dcm/obj/KERNEL_OBJ/Makefile
#
# configuration written to .config
#
make[1]: Leaving directory `/home/erio/android/aojp/kernel/samsung/d2dcm'
make[1]: Entering directory `/home/erio/android/aojp/kernel/samsung/d2dcm'
CHK include/linux/version.h
make[1]: Leaving directory `/home/erio/android/aojp/kernel/samsung/d2dcm'
#### make failed to build some targets (04:37 (mm:ss)) ####
I couldn't found "/libminui_intermediates/export_includes" and "healthd_intermediates/import_includes" and it halt there. I done repo sync perfectly and no ideas on why there is such a problem. Please help.
erioho said:
Hi all,
I own an Japanese version of S3 (SC-06D) and I try to build my CM12.1 rom, but I had a problem at the very beginning, see the log below:
make: *** No rule to make target `/home/erio/android/aojp/out/target/product/d2dcm/obj/STATIC_LIBRARIES/libminui_intermediates/export_includes', needed by `/home/erio/android/aojp/out/target/product/d2dcm/obj/EXECUTABLES/healthd_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Install: /home/erio/android/aojp/out/target/product/d2dcm/root/sbin/felica_init.sh
/home/erio/android/aojp/out/host/linux-x86/bin/checkpolicy: policy configuration loaded
/home/erio/android/aojp/out/host/linux-x86/bin/checkpolicy: writing binary representation (version 26) to /home/erio/android/aojp/out/target/product/d2dcm/obj/ETC/sepolicy_intermediates//sepolicy.dontaudit
GEN /home/erio/android/aojp/out/target/product/d2dcm/obj/KERNEL_OBJ/Makefile
#
# configuration written to .config
#
make[1]: Leaving directory `/home/erio/android/aojp/kernel/samsung/d2dcm'
make[1]: Entering directory `/home/erio/android/aojp/kernel/samsung/d2dcm'
CHK include/linux/version.h
make[1]: Leaving directory `/home/erio/android/aojp/kernel/samsung/d2dcm'
#### make failed to build some targets (04:37 (mm:ss)) ####
I couldn't found "/libminui_intermediates/export_includes" and "healthd_intermediates/import_includes" and it halt there. I done repo sync perfectly and no ideas on why there is such a problem. Please help.
Click to expand...
Click to collapse
Your issue is that the device is not supported by cm. So you will have to do all the legwork of getting the device trees and all the proper files. You can't use the same files for other s3 on your device.
zelendel said:
Your issue is that the device is not supported by cm. So you will have to do all the legwork of getting the device trees and all the proper files. You can't use the same files for other s3 on your device.
Click to expand...
Click to collapse
Thanks.
Once I successfully build CM12.1 on 9 July, but afterward, never success and prompt that error.
I reviewed a page on how to build for SC06D: http://lawnfield.blog.fc2.com/blog-entry-61.html
I had done all the things listed there, but finally got that error.
So, what exactly that error means and what should I do to resolve?
It seems (maybe) I solved the problem, now building but not yet complete.
From the source it use CWM as default recovery but now the code is using TWRP, so it halted. And I change it to TWRP and now running. For sure I have not much ideas on why such change in code, may be the KBC-developer intended to do, but not fully.
Another question is, If I would like to build the rom, but not all apks in /system/app, what should I do? As I would like to slim down the rom as some of the files are unnecessary to me, e.g. bootnanimation.zip and the default browser.
Im getting this error while building cm13 plz someone help
Code:
Warning: there were 3 instances of library classes depending on program classes.
You must avoid such dependencies, since the program classes will
be processed, while the library classes will remain unchanged.
(http://proguard.sourceforge.net/manual/troubleshooting.html#dependency)
Error: Please correct the above warnings first.
build/core/java.mk:536: recipe for target '/home/aditya/cm/out/target/common/obj/APPS/LockClock_intermediates/proguard.classes.jar' failed
make: *** [/home/aditya/cm/out/target/common/obj/APPS/LockClock_intermediates/proguard.classes.jar] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory '/home/aditya/cm'
adityaupreti said:
Im getting this error while building cm13 plz someone help
Code:
Warning: there were 3 instances of library classes depending on program classes.
You must avoid such dependencies, since the program classes will
be processed, while the library classes will remain unchanged.
(http://proguard.sourceforge.net/manual/troubleshooting.html#dependency)
Error: Please correct the above warnings first.
build/core/java.mk:536: recipe for target '/home/aditya/cm/out/target/common/obj/APPS/LockClock_intermediates/proguard.classes.jar' failed
make: *** [/home/aditya/cm/out/target/common/obj/APPS/LockClock_intermediates/proguard.classes.jar] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory '/home/aditya/cm'
Click to expand...
Click to collapse
Try these
http://review.cyanogenmod.org/129427
and
http://review.cyanogenmod.org/129496
LG g flex
Hi can i get help with my LG g flex at&t.I need to upgrade firmware.to unlocked my phone.i can't put my unlocked code in.Thanks paul
Hi Aditya Have you solved this???
I am also stuck here for G900H
I am trying to compile a stock kernel downloaded from the official website for my android device but getting the following error every time even after making modifications to the makefile
HTML:
scripts/Makefile.build:44: arch/arm64/boot/dts/qcom/Makefile: No such
file or directory
make[2]: *** No rule to make target
'arch/arm64/boot/dts/qcom/Makefile'. Stop.
CC drivers/md/linear.o
scripts/Makefile.build:489: recipe for target
'arch/arm64/boot/dts/qcom' failed
make[1]: *** [arch/arm64/boot/dts/qcom] Error 2
arch/arm64/Makefile:118: recipe for target 'dtbs' failed
make: *** [dtbs] Error 2
I have searched for the solution on the internet but that also not worked for me and now I am stuck at this. Please guide me to get through this! Thanks in advanced!!!
Hello everyone,
currently i trying to develop my own Kernel for my Xperia Z2. I installed Ubuntu 18.04 and i think i installed the toolchain in a half correctly.
The Toolchain that i install is under /usr/arm-linux-gnueabi. Now i have some questions..
1. Why it is does exist difference how to build a kernel? Automatic method and manually one?
2. I write export PATH="/usr/arm-linux-gnueabi/bin:$PATH" in the bashrc, but im not sure about this?
3. What is the difference between download a toolchain unpack them and use and installed one through the terminal, like i do it?
4. How i can sure that i installed and set up the toolchain correct?
I will find the answer after try and error of course, but getting early a answer will help me to solve another problems which will come.
Thanks
I get this info by trying compiling something:
HOSTCC scripts/basic/fixdep
as: Unbekannte Option »--64«
scripts/Makefile.host:118: recipe for target 'scripts/basic/fixdep' failed
make[1]: *** [scripts/basic/fixdep] Error 1
Makefile:416: recipe for target 'scripts_basic' failed
make: *** [scripts_basic] Error 2
As i read, i need a 64 bit library or something.. Who can help?