hello !
is it possible to disable the file protection of the windows files ?
'cause I want to copy a file in to the "Windows" directory of my SDA ... and each time I restart the phone it disapears.
why I want to do that ? .. I want to replace the "keybddr.dll" driver, because .. i updated the rom of the SDA with a Qtek ROM... and the joystick doesn't work anymore, i tryed to downgrade to an older ROM... but it doesn't work , i tryed to put the keyboard driver in to a newer Qtek ROM doing this -> http://www.spv-developers.com/forum/showthread.php?t=394 but when i try to type this command "typhoonnbfdecode.pl -r os=keybddr.dll.nb -c nk.nbf" the perl script gives me this error:
"Can't locate loadable object for module XdaDevelopers::NbfUtils in @INC (@INC co
ntains: C:/Perl/lib C:/Perl/site/lib .) at typhoonnbfdecode.pl line 76
Compilation failed in require at typhoonnbfdecode.pl line 76.
BEGIN failed--compilation aborted at typhoonnbfdecode.pl line 76. "
the problem is that i can't compres back the "nb" to a "nbf" file, and i don't know perl at all...
i don't know what to do ..
please excuse my bad english
i want to install http://forum.xda-developers.com/showthread.php?t=1004740
i follow all the instruction but i cant get it to work on my phone..how to get it to work?..i use http://forum.xda-developers.com/showthread.php?t=964223 this rom..
please help..i really want this feature..
try manual installation, or you havenĀ“t already activate gesture - try again
already try manual instruction...how to activate gesture?
edit:i cant understand the manual instruction..can you help me..heres the hw_config.sh file..
please help me out..
Remount /system as rw
- Copy the attached x8gesture.ko below to /system/lib/modules
- Change hw_config.sh in your /system/etc, add this code at the beginning
insmod /system/lib/modules/x8gesture.ko #dx: add gestures
use RE
Ho there, Im sure this has been posted a thousand times before. The best post I could find was s0be's fix but the instructions are not in regular English. Basically, I am unable to download any new apps/any app updates for no apparent reason. I have tried every solution under the sun except this one. Usually you guys know what your talking about so I have confidence in it.
http://forum.xda-developers.com/showpost.php?p=11055157&postcount=4647
can anyone translate? would be much appreciated.
We can forgo any contemptuousness by simply acknowledging my n00byness now.
Thanks
dburg84 said:
1. adb shell
This starts an interactive shell with the device. Every command from now on will run on the device and not on the computer.
2. su
su = Super User = the highest level of clearance. Once this is called you are running as root and have access to every little thing in the OS. You are now the boss. You need "root" to get access to this command.
3. mkdir /cache/download
mkdir = Make Directory = Create a new folder/directory with the name "download" in the path "/cache/".
"/" being the master/root path for all paths.
4. chown system:cache /cache/download
chown = Change owner = Change the persons who are recognized by the OS as being the owners of that particular directory.
system:cache = the user is "system" and the group is "cache".
Every file and directory on the OS always has 3 person categories attached. User (the owner), Group(the group), All (everyone else). You can change permissions for every one of those 3 as seen below.
5. chmod ug+rwx /cache/download
chmod = Change Mode = change the permissions for a specific file.
ug = both the User and the Group.
+rwx = Add (the +) Read, Write and eXecute permissions.
ug+rwx /cache/download = Add Read, Write and eXecute permissions to the user and group for the directory "/cache/download".
6. chmod a+x /cache/download
As above, but here you giving everybody else eXecute permission only.
Click to expand...
Click to collapse
I have edited the post you referred to.
My comments are in bold.
Good luck
http://en.wikipedia.org/wiki/Chmod
http://en.wikipedia.org/wiki/Chown
http://en.wikipedia.org/wiki/Mkdir
Thanks!
Thanks for clarifying!
/sacrifice lamb to the XDA gods
I had the same problem some days ago and i tried almost everything i found on the web, but nothing worked.
At least i solved the problem replacing the market app (vendor.apk) with a most recent one.
To do this you need a working vendor.apk (i grabbed from a most recent rom) and a file explorer who can use root to copy file in /system/app (like ES File Explorer or Root Explorer).
Now simply replace vendor.apk.
This worked for me
Or you could just re-install it.
Use my APK installer tool and check the "re-install" box.
This will overwrite the apk file but not mess with the configuration...
Just like what you suggested :0)
yes sure, nice tool mate
Thanks for all your help!
Thanks for all the help! I did what you suggested and tried to replace the android market with a newer version. I couldn't do a direct install with a new APK, someone said you have to uninstall the old APK. I decided to try just flashing a new gapps; I got the files from this thread http://forum.xda-developers.com/showthread.php?t=909067
It worked. The new market was able to update my apps successfully.
You guys rock!!! Thanks again!
no problem mate, i got crazy for the same problem last weeke so i'm happy to share the solution
Would it work if i do the same for "download unsuccessful. please try again" problem ?
the "please try again" problem should be a connection problem I suggest to check your wi-fi or apn settings
I made it just a minute ago.
-- Unmount SD Card. (Settings - Sd& Phone Storage)
-- Install any app from Market. (It will install without any error.)
-- Mount SD card back. And ta-daaa! You can install any app from market now.
Thanks anyway
jamiescott23 said:
I made it just a minute ago.
-- Unmount SD Card. (Settings - Sd& Phone Storage)
-- Install any app from Market. (It will install without any error.)
-- Mount SD card back. And ta-daaa! You can install any app from market now.
Thanks anyway
Click to expand...
Click to collapse
i having this issue atm i have tried this and it didn't work...
you can also try to clear data from "download manager" in the app manager
ok got a fix to this with rom manger i DL and install new gapps Im useing CM6 so i used 20101020 mdpi-tiny i let it back up and wipe all data and it worked but i wish i would have tried it with out wipe 1st but it works now...
I really want to try firefox os but I can't get a device listed in config.sh. Does anyone know the detailed procedure to port FFOS? I referred to the official instruction('Porting Boot to Gecko' on Mozilla Developer Network) but I just don't understand what to change in manifest, let alone following steps...
My phone is huawei ascend d1 quad(U9510E). As a beginner, I would like to know if there is any devices whose hardware is similar to this.
THX FOR REPLYING
How to start
Hey,
I am currently porting FFOS for my XperiaU and I feel the same about the manifest thing, it's very unintuitive.
Anyways, I got started by replacing all Stock Android repositorys (linaro) with their CyanogenMod counterparts and sourcing this locally.
Attached is the manifest for my XperiaU (kumquat.xml), you'll have to change this according to your phone. I also added my device to the config.sh script but it tries to download the manifest wich is not working, since the script is not available on the B2G github repo.
The way to add a new device is to add after line 103
Code:
"DEVICE_NAME")
echo Device=DEVICE_CODENAME >> .tmp-config &&
repo_sync $1
;;
and
Code:
echo - DEVICE_NAME
after line 127 in your config.sh file.
Before you start, you should pull the /system from your phone, not only as backup.
To configure my build environment I use
Code:
ANDROIDFS_DIR=/path/to/backup/system/ ./config.sh XperiaU /path/to//kumquat.xml
Hope this could help you or somebody else out there.
Please share your results.
Best regards
Kalle
hello everyone, so i was messing around with some init.d scripts and well...i'm not exactly sure what i did but if someone could help me figure it out or at least an idea or suggest a fix i would be super grateful. so any time i go to run a script outside of boot i receive
# su -- mount-master -c /system /bin/bash
error: only position independent expendables (PIE) are supported.
the info i did find was from a few years ago, any help or input would be wonderful thanks again....
rachel
ps. kinda new to the in's and outs of script. but familiar with concepts (mostly)