[Q] Unable to use openscript on openOptimus build 1.172. - Optimus One, P500, V General

Hi, i have a problem with using the openscript in the openOptimus build 1.172. when using terminal emulator.
I have enabled superuser but it has an error in anything i want to change in it.
It does not seem to be able to create the necessary files as it mention it can't create and the file exists.
Also, may i know how do i change the keyboard for this rom?
Thanks.

Related

[Q] Fixing permissions

What's the current way of fixing permissions now? I'm on MIUI V4 currently and I get soft reboots when batch restoring in Titanium Backup, and someone suggested that I might need to fix permissions. I tried doing it in CWR 2.5.x (red/voodoo) and it didn't seem to do anything, and I tried Adrynalyne's script as well and that errored out because it couldn't find /dbdata/system/packages.xml. Any ideas?
Adrynalyne's should work, but in either case I've attached the script I personally use. It says .zip, I just changed the filetype so I could attach it, so change it back to .sh before using. Run the script as usual, from within Terminal/adb shell.
Huh, same script, same error.
iofthestorm said:
What's the current way of fixing permissions now? I'm on MIUI V4 currently and I get soft reboots when batch restoring in Titanium Backup, and someone suggested that I might need to fix permissions. I tried doing it in CWR 2.5.x (red/voodoo) and it didn't seem to do anything, and I tried Adrynalyne's script as well and that errored out because it couldn't find /dbdata/system/packages.xml. Any ideas?
Click to expand...
Click to collapse
Try copying "packages.xml" from data/system and paste to dbdata/system
then run fix permissions from Rom manager, used to work for me on older version
superclean not sure about MIUI but guess it's worth a try.
Mine and adryn's script are based on the TW Froyo, they won't work on eclair for example because the packages.xml is located differently. You can use the same script, but find out where your packages.xml is located (I don't use MIUI so dunno where that ROM puts it) and just change all the /dbdata/system/packages.xml lines in the script to the location.
Mine and adryn's script are based on the TW Froyo, they won't work on eclair for example because the packages.xml is located differently. You can use the same script, but find out where your packages.xml is located (I don't use MIUI so dunno where that ROM puts it) and just change all the "/dbdata/system/packages.xml" lines in the script to the correct location.

[Q] Changing dpi without access to the build.prop?

Well i changed dpi on my primary rom (Stock LPQ, siyah kernel) cause my friend was all like. BRO WUT DAT APP DO. and i changed it to 120, and now it crashes. I can't get to root explorer to access the build.prop cause it wont stay stable for 2 seconds. When i boot into secondary rom, it shows the build.prop for that rom, and not the primary. Is there a zip i can flash to change the prop back to 240 dpi? It's not a major issue, i just need the stock rom for certain things like mms, hence why i'm dual booted. halp pls
Can't you just re-flash the primary ROM ? I have no idea, how to modify your build.prop via phone if it crashes. Maybe somehow via ADB, but I think re-flashing the ROM will be easier.
Can you open some apps ? If yes, you could try some apps like DPI Changer and change it via that app.
extract the original build.prop file from your rom zip and use "adb push" command to manually push the file to system directory.
bala_gamer said:
extract the original build.prop file from your rom zip and use "adb push" command to manually push the file to system directory.
Click to expand...
Click to collapse
That is the ADB way I mentioned, but I think re-flashing the ROM via CWM without wipe would be easier.
Sent from my iPad 2 using Tapatalk HD

[Q] cifs enabled kernel for task14 rom?

Can anyone point me to a kernel that i can use with galaxy task 14 custom rom that has cifs/nfs built in?
Ive searched around and can only find ics kernels, and i can safely say that flashing one of those via cwm doesnt work for task14!
Thanks, zip prefered if anyone has a kernel to hand, makes cwm easier!
geekyhawkes said:
Can anyone point me to a kernel that i can use with galaxy task 14 custom rom that has cifs/nfs built in?
Ive searched around and can only find ics kernels, and i can safely say that flashing one of those via cwm doesnt work for task14!
Thanks, zip prefered if anyone has a kernel to hand, makes cwm easier!
Click to expand...
Click to collapse
This is the last HC kernel from pershoot with cifs support: http://droidbasement.com/db-blog/?p=2479
Select the right version and download the modules (in the same link, lib-2636.4_ux_hc32.tar.gz)
Thanks, from what i can see i need to flash the zip, extract the tar file then adb in and insmod?
Im happy with the flashing and tar extraction, butbwhats the insmod about?
geekyhawkes said:
Thanks, from what i can see i need to flash the zip, extract the tar file then adb in and insmod?
Im happy with the flashing and tar extraction, butbwhats the insmod about?
Click to expand...
Click to collapse
You don't need to do it with adb, use a terminal (command line) application like this one: Android Terminal Emulator, grant root (in the terminal execute su) permissions and run something like this (change the path to fit your case):
Code:
insmod /system/lib/modules/cifs.ko
You'll have to execute the command to mount your share too.
Or an easier way is using CifsManager, in the options you can set the path to your module and you can mount the share. I'm not sure if this one also works with NFS, it says so, but I never tried it.
Other way is with a script, using Script Manager or load the module at boot
Sweet, worked a treat thanks, once i worked out i needed to make /system readwrite and not just read onky.
Thanks alot for your help, i dont understand why cifs isnt just built in from scratch with android really, but sorted now. Just my phone to sort next!
Edit: how to i get my digicam pictres to show in the android gallery?
They are in te followinndirectory : /sdcard/nas/digi cam/
I can browse them in astro fine, but skifta and gallery dont show them / the directory.
Cheers
You're welcome.
Try using something like Rescan SD Card! or Rescan Media (personally, I use the "SD refresh toggle" widget from Elixir 2 - Widgets)
Oddly none of the as card refreshing tools updates the gallery app to.show the pics off my nas? It's mounted correctly I can see the files ok in astro.
What have I missed?
Questions go in the Q&A section

[Q] Omega Files 1.01

Hi,
I am trying to install the Camera mod, but if i install in CWM it says it is done but does not change anything. nor if i use root explorer and extract the app and use package installer. anybody have ideas.

Running scripts in TWRP

Hi guys
just wanted to know if its possible to run scripts within TWRP
i.e i have a script on my /scard, can i make TWRP run it within recovery?
if not are there any ways i can do this? as its important that its done in recovery and not OS.
ive tried looking for flashable zips that i can edit the updater-script but always fails.
i just want to run a script within TWRP using a for statement as it takes too long doing it line by line.
thank you.
Hi,
I was trying to do a similar thing. Did you find a way to do this? I want to automate the running pre-boot.
You can run a script in TWRP. I have used it to remove certain apps from a gapps package. Search the forums for it.

Categories

Resources