[IDEA] 2 TB SDCARD for Free 8) Mount CIFS Shares deppending on WLAN Access Point - Desire Themes and Apps

Hello world ! 8)
I mannaged to mount my complete shares on my windows Network to SD-Card ...
I'm using CM6 RC1 and i can simply do a :
modprobe cifs
mount -t cifs //192.168.0.X/share /sdcard/smbshare -o username=XXX,password=YYY
on Computer (PC-here 192.158.0.X) you have to make a share with the name "share" - on SDCARD in your android you have to make a directory with the name smbshare - the dir you are going to mount the PC-Share into)
magicly my sdcard is now a 1,5 Terabyte hdd ... 8)
No more streaming clients are need - just access MP3/DivX/MKV/PDF/etc.
WITHOUT DOWNLOADING TO SDCARD FIRST ...!
(watched a DivX movie directly with Rock-Player 5 minutes ago ... no copy to SDCARD nessasary)
Problem : after a reboot everything is gone ... 8) ... no automatic rermount - no difference between different WLAN-Routers
I am not firm enough on linux to write a script and do the neccasary things to get some logic behind this feature.
It would be wonderful if someone can programm a gui which fires up the nessasary mount when connecting to a wlan - differing between different wlans (networks) with different ressources.
shelling arround is not the best way for android users - something GUI like (e.g. Astro with SMB Modul - but mounting the share instead of copying to sdcard) would give everyone direct access to every file on the network without the nessasary streaming.
Even VPNing to the share should be possible ... giving direct access without streaming servers like ORK/etc.
Good idea ? please add some comments ...
************************************************************
************************************************************
Edit :
A small GUI frontend for managing CIFS shares is available in the following thread:
http://forum.xda-developers.com/showthread.php?t=756158
Let the show beginn !

Very good idea.
I'll take a look into it. Maybe after the weekend. We'll see..

That sounds f**** great! 8)
Thanks for the positive reply!
Sent from my Desire using XDA App

fogbav you can use GScripts for have a link to a script that do this command for you, and have differents scripts for do the same on different WLan.
Code:
#!/bin/bash
MY_USERNAME="your_user_name_here"
MY_PASSWORD="your_password_here"
modprobe cifs
mount -t cifs //192.168.0.X/share /sdcard/smbshare -o username=${MY_USERNAME},password=${MY_PASSWORD}

Wow ... that looks promising ... will test soon.
Thank you very much for the script !
Edit : Works like hell ... thank you ! Now let's see if beidl can do some magic tricks with "usability" and "different WLAN/Shares" logic.
Thank you all ...

What firmwares are you guys using? I'm on LeeDroid 1.6 and seems like cifs is not present for me after doing 'lsmod'. Thanks.

Cyanogen. 6 RC1. So it is Froyo...
Sent from my Desire using XDA App

If someone can provide me a cifs.ko module working with the official HTC Froyo (kernel version 2.6.32.15) then I can start working on a GUI.
I honestly don't want to go back to CM until it's problems are solved and 720p is working.

beidl said:
If someone can provide me a cifs.ko module working with the official HTC Froyo (kernel version 2.6.32.15) then I can start working on a GUI.
I honestly don't want to go back to CM until it's problems are solved and 720p is working.
Click to expand...
Click to collapse
Isn't the kernel source needed to compile a module for that specific kernel?

martino2k6 said:
Isn't the kernel source needed to compile a module for that specific kernel?
Click to expand...
Click to collapse
Well, it depends. One of the today released ROMs has a tun and ext4 module included, still we don't have HTCs new kernel sources. The thing is that I'm sure someone here on xda has access to the private HTC repositories. I remember the old days of the G1 community when someone gave "cyrowski" (old G1 dev) a dump of HTCs private git repository.
But I guess I'll most probably try the newest CM nightly anyways. So then I can also try to write a nice little GUI.

If you can get this working on roms with no cifs in app form it will be epic. I'll be more than happy to be a tester.
Had the above script workin fine in Adams OD 3.02 but had to go back to DeFrost without cifs (I think, didn't work anyway). I miss being able to stream EVERYTHING.
You can dooooo iiiiiiit!
Sent from my HTC Desire using XDA App

Sorry if this is a nooby question. Which ROM should i try this on and what should i enter the commands in?
I am happy to test this as it looks promising.
Thanks.

Bump......

Hi... i think you have to use a non stocked rom compiled with kernel from source code like cm6 opendesire. Stock roms dont have cifs function even new 2.2 official build doesnt have it until source is released by HTC.
Sent from my HTC Desire using XDA App

So do i enter the code in a terminal app?

ukmaddnes1 said:
So do i enter the code in a terminal app?
Click to expand...
Click to collapse
Yes.
(too short blah blah blah)

i get an error with modprobe that file or directory does not exist

su
modeprobe cifs
if this gives an error ... it seems there is no CIFS modul in your rom ... use CM6 ...

again error....it seems that i don't have the module installed........can anyone upload the module and tell me where to put it ???? i mean into what folder it should be

are there any guides on adding cifs into an existing rom/kernel? dont mind doing the work, just have no idea where to start atm.

Related

[APP] Milestone - Overclock (requires root)

Hi all,
I realize this is a post about a Motorola phone but please bear with me.
As you might know, the Milestone firmware is firmly locked, unlike its cousin Droid. Among many things, this forbids overclocking because we can't change the kernel and unlock new frequencies.
However I developed a solution that allows overclocking by changing key structures directly in the kernel memory in runtime. All you need is a rooted phone; no flashing involved. For this to work, the module must know two memory addresses that are specific to each kernel. Fortunately, Motorola appears to have reused its kernel on most 2.1 firmwares, and I've yet to come across a firmware where it doesn't work by default. Confirmed working are Central Europe, Telus and Brazilian firmwares. Testers are welcome to give it a try.
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone. You may say it's unneeded because you can already overclock; but you must flash a specific kernel to get a particular speed. It would be much better to be able to set any maximum frequency/voltage on the fly without flashing or rebooting. For instance, you could overclock to 1.0 GHz before a browsing or gaming session and then return to a lower frequency like 600 MHz, though still overcloked, for battery savings and safety. It's up to you.
Milestone users can try it out now:
http://code.google.com/p/milestone-overclock/
For the rest of you, what do you think?
sounds fantastic, I'd love to check it out but for the life of me I can't find the page.
If you want to pm it to me, I'll post it.
Nice. Telus Milestone User here. Would love to learn how to do this for mine.
Here is the project link:
http://code.google.com/p/milestone-overclock/
found it. looks like a fantastic idea.
How can we help get the addresses?
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Because it was decreed months ago by someone and no one seems to like changing their mind once they make a decision in this day and age.....
but it's need to root, could you fix it?
stevecai said:
but it's need to root, could you fix it?
Click to expand...
Click to collapse
what's the problem with rooting the milestone? There's plenty of solutions for that. Just no custom kernel/ramdisk, which this works around by using a kernel module.
hi,
i use the 2.1-reu version on my milestone,
but in order to prevent the 2.1 introduced alarm bug,
i have updated the kernel (only) to the 2.1-telus
(via a sbf).
is possible to use this mod to overlock my phone?
how?
if not, how help you to obtain the addresses?
thank's and continue your great work!
robert
gemini002 said:
awesome .....wht there is no milestone/droid section here is beyond me ....wtf
Click to expand...
Click to collapse
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
staticshadow said:
XDA is a HTC developer forum, not an Android forum. Google some moto modding sites, i know modmymoto.com is pretty good, found out how to root the Cliq (garbage) there.
Click to expand...
Click to collapse
I have read this explanation several times.
I do not mind, but then because there are subforums dedicated to sonyericsson, hp, etc in xda.
modmymoto is good but the best developers site is, withous any doubt, xda-developers!
Re: milestone-overclock
Xda-developers is for htc and android is for porn.
Welcome to xda btw and great job. Now prepared to be flamed for uttering the M word.
-------------------------------------
sent via xda app from my milestone
ady said:
android is for porn.
Click to expand...
Click to collapse
are you Steve Jobs ?
miragu said:
Hi all,
Now for the relevant part for XDA: in theory this can be applied to any kernel on any other phone.
Click to expand...
Click to collapse
Will the method to find the right address that will be posted at /wiki/Disassembly work with every phone and kernel,too?
Has the app something like a setting where you can just change the address to the one you found with the method above?
Would really love an overclocked 2.1 on the HTC HERO. There is no oc-2.1-kernel for the Hero, yet.
Thanks for the great work, til now!
this is a good via to mod any application.
please, publish the source code of your applicacion ASAP.
thx
Source code for the kernel module released
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
miragu said:
Hi all,
Thank you for your support. I've just uploaded the source code for the kernel module and also the standalone module itself (it's included in the apk but still). Will write the Disassembly section soon, stay tuned.
Click to expand...
Click to collapse
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
The overclock.ko is created automatically when you press the "Load module" button in /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko. You don't need to copy it. I'm providing it separately so that people can load/bundle it without ever running the apk.
bartito said:
hi,
i'm interested on include this in my system applications directory,
in order to prevent your deletion on hardreset, and in order to make it available FOREVER
the instructions are that:
cp OverClock.apk /system/app
cp OverClock.ko /system/lib
????
thx
Click to expand...
Click to collapse
ok,
if i'm interested on have overclocking on my milestone after boot the system, and don't interested on manually execute the apk on each reboot, i need only to copy the OverClock.ko to /data/data/pt.com.darksun.milestoneoverclock/files/overclock.ko on boot time ?
but in your wiki page says to execute "insmod overclock.ko max_rate=800000 max_vsel=62"
please, provide me instructions to set overclock in boot time
The module created by the apk is preserved across reboots. However, if you want to run the module completely standalone I recommend you put it in /data/local/overclock.ko and run insmod /data/local/overclock.ko max_rate=800000 max_vsel=62

tun.ko for vpn?

Is there a tun.ko file available for the Eris? And if so, is it something that just need to compile against a specific kernel (ie, CFSv4 vs BFSv4) or just the kernel version (ie 2.6.29)?
Basically, I'm trying to get VPN Connections connections to work so I can connect to Penn State's wifi (which uses "pure" ipsec authentication). Any time I try to connect, the app force closes, which seems to be a result of the missing tun.ko file.
(If there isn't one currently available, would one of you super awesome devs compile one? I'd be super appreciative.)
FunkyFender said:
Is there a tun.ko file available for the Eris? And if so, is it something that just need to compile against a specific kernel (ie, CFSv4 vs BFSv4) or just the kernel version (ie 2.6.29)?
Basically, I'm trying to get VPN Connections connections to work so I can connect to Penn State's wifi (which uses "pure" ipsec authentication). Any time I try to connect, the app force closes, which seems to be a result of the missing tun.ko file.
(If there isn't one currently available, would one of you super awesome devs compile one? I'd be super appreciative.)
Click to expand...
Click to collapse
I believe it needs to be compiled against the specific kernel source but i'm not sure.....I went ahead and compiled one for you but I had some changes to my source since CFSv4 so I compiled a new kernel with the tun.ko file. I'm assuming it needs to be in the system/lib/modules/ folder so that where I put it in the update script. This script will flash the CFSv5 kernel and put the tun.ko file in system/lib/modules. If you just want the tun.ko file you can pull it out of the update script.....I really don't know alot about vpn's so haven't done any testing on it but you can try it and let me know how it goes...I have been running this kernel for a little while and it is stable.
Edit post: I guess a link would be helpful....CFS Kernel with tun.ko
Haha, awesome! Flashing now. I'll update with my results.
Edit: Works fantastic! Thanks so much Conap!
Conap said:
I believe it needs to be compiled against the specific kernel source but i'm not sure.....I went ahead and compiled one for you but I had some changes to my source since CFSv4 so I compiled a new kernel with the tun.ko file. I'm assuming it needs to be in the system/lib/modules/ folder so that where I put it in the update script. This script will flash the CFSv5 kernel and put the tun.ko file in system/lib/modules. If you just want the tun.ko file you can pull it out of the update script.....I really don't know alot about vpn's so haven't done any testing on it but you can try it and let me know how it goes...I have been running this kernel for a little while and it is stable.
Edit post: I guess a link would be helpful....CFS Kernel with tun.ko
Click to expand...
Click to collapse
Conap, you and Deca are Super Devs! Like in capes and tights lol ok, maybe not the tights!
I'm sneakin' that CFSv5 on my phone... shhh, don't look!
workshed said:
Conap, you and Deca are Super Devs! Like in capes and tights lol ok, maybe not the tights!
I'm sneakin' that CFSv5 on my phone... shhh, don't look!
Click to expand...
Click to collapse
lol yeah i figured i'd post it over on the cfs thread too lol....
Conap said:
lol yeah i figured i'd post it over on the cfs thread too lol....
Click to expand...
Click to collapse
I seen that lol, thanks for answering that question too, even though I was comfortable in assuming it was the same... but that gets me in trouble sometimes, had to ask.
cifs.ko and tun.ko for Eris
Hi
I was looking for a tun.ko for my Eris as well, and was excited to see this thread... unfortunately it appears the link above is now broken.
Conap, I'm running Condemned CM7 on my Eris and I was looking for a tun.ko and cifs.ko. I looked at your kernel thread here
http://forum.xda-developers.com/showthread.php?t=774211
and downloaded DecufuctCFSV9, where I found a tun.ko in /system/lib/modules. However when I tried installing this on my phone via insmod, I got a "failed (exec format error)" so I presume it is not compatible.
Does anyone know where or how I can get the correct cifs and tun kernel modules? Thanks!
Wow, Resurrection lol. All the way from September 2010!
http://forum.xda-developers.com/showpost.php?p=19787703&postcount=6887
tun.ko, but no cifs.ko unless I built it into the kernel and don't remember
i begged for that back in june, it was mongoosehelix who compiled it. it only took me 5 months to check my private messages.
sirblacknite said:
i begged for that back in june, it was mongoosehelix who compiled it. it only took me 5 months to check my private messages.
Click to expand...
Click to collapse
? I was talking about this thread.
Mongoose didn't compile the one I linked you to, this is the .29 kernel I compiled with a tun.ko module and will be in my next eris rom.
... you don't have to use it.
yeah, your kernel is what im running now. i was saying that i sent out a quesiton in june asking the same thing, and he had actually compiled a tun.ko that worked in june, but it wasnt until the message i sent to you that i actually checked the messages to see if it worked.
at any rate, i find it easier to use your kernel than have to pump in a driver for tunneling. keep up the great work!
sirblacknite said:
yeah, your kernel is what im running now. i was saying that i sent out a quesiton in june asking the same thing, and he had actually compiled a tun.ko that worked in june, but it wasnt until the message i sent to you that i actually checked the messages to see if it worked.
at any rate, i find it easier to use your kernel than have to pump in a driver for tunneling. keep up the great work!
Click to expand...
Click to collapse
Sorry, not enough coffee today for me, I understand now.
Could you please give this a test, nand first of course, or just have the other kernel zip ready to flash again if problems.
This has a freshly compiled cifs.ko which is quite large in file size. I think I may have added to many options for it. Let me know how it goes (PM me if you can)
I tried
workshed said:
Sorry, not enough coffee today for me, I understand now.
Could you please give this a test, nand first of course, or just have the other kernel zip ready to flash again if problems.
This has a freshly compiled cifs.ko which is quite large in file size. I think I may have added to many options for it. Let me know how it goes (PM me if you can)
Click to expand...
Click to collapse
Thread resurrection FTW! Well hey I'm still rockin the eris and it's good to see there still so much support. Thanks so much for being responsive.
First I tried insmod-ing the tun.ko from the original link you send, then I tried the tun.ko in this recent zip; both failed on insmod. Then I tried flashing this zip with cifs and tun in it; boot took a long time, when it came up I still got the same error trying to connect to the vpn. Any tips to help analyzing what's failing?
If it ends up working on your ROM I may switch.
Thanks again.
---------- Post added at 06:12 PM ---------- Previous post was at 05:55 PM ----------
workshed said:
Sorry, not enough coffee today for me, I understand now.
Could you please give this a test, nand first of course, or just have the other kernel zip ready to flash again if problems.
This has a freshly compiled cifs.ko which is quite large in file size. I think I may have added to many options for it. Let me know how it goes (PM me if you can)
Click to expand...
Click to collapse
workshed,
I just made some progress on these kernel modules... I tried cifs via CifsManager and it works! I also tried insmod-ing tun.ko *after* flashing this zip and it worked without error; however I still got an error when trying to connect to the VPN. If there's any other ideas you have let me know; perhaps it could be a problem with my VPN settings but they seem ok....
Thanks so much
EasyVictor said:
Thread resurrection FTW! Well hey I'm still rockin the eris and it's good to see there still so much support. Thanks so much for being responsive.
First I tried insmod-ing the tun.ko from the original link you send, then I tried the tun.ko in this recent zip; both failed on insmod. Then I tried flashing this zip with cifs and tun in it; boot took a long time, when it came up I still got the same error trying to connect to the vpn. Any tips to help analyzing what's failing?
If it ends up working on your ROM I may switch.
Thanks again.
---------- Post added at 06:12 PM ---------- Previous post was at 05:55 PM ----------
workshed,
I just made some progress on these kernel modules... I tried cifs via CifsManager and it works! I also tried insmod-ing tun.ko *after* flashing this zip and it worked without error; however I still got an error when trying to connect to the VPN. If there's any other ideas you have let me know; perhaps it could be a problem with my VPN settings but they seem ok....
Thanks so much
Click to expand...
Click to collapse
Hmm, this user comfirmed the tun.ko working, so it may be your settings. http://forum.xda-developers.com/showpost.php?p=19810279&postcount=6890
Yeah basically you should be able to flash that zip and have everything working, maybe needing a reboot after the flash is all. That is, I'm still not sure if the cifs.ko is working correctly or not.
Working!
workshed said:
Hmm, this user comfirmed the tun.ko working, so it may be your settings. http://forum.xda-developers.com/showpost.php?p=19810279&postcount=6890
Yeah basically you should be able to flash that zip and have everything working, maybe needing a reboot after the flash is all. That is, I'm still not sure if the cifs.ko is working correctly or not.
Click to expand...
Click to collapse
I spoke too soon... so I still haven't got vpn working via the CM7 built-in interface, I think it has something to do with the certificates. However then I tried the app "OpenVPN Settings" and set that up with my certs and .ovpn file. Hit a few bumps but I have it working now! The CIFS is also working. I'm actually using both together right now... I'm VPN'd to my home network and have mounted one of my local shares via CIFS over the VPN. Pure magic; thanks so much for your help. Will donate!
EasyVictor said:
I spoke too soon... so I still haven't got vpn working via the CM7 built-in interface, I think it has something to do with the certificates. However then I tried the app "OpenVPN Settings" and set that up with my certs and .ovpn file. Hit a few bumps but I have it working now! The CIFS is also working. I'm actually using both together right now... I'm VPN'd to my home network and have mounted one of my local shares via CIFS over the VPN. Pure magic; thanks so much for your help. Will donate!
Click to expand...
Click to collapse
Glad you got it working, congrats!
Thank you for testing and sharing your findings, always helpful. Let me know if you run into any weird problems with it, and thank YOU for the contribution!

Honeycomb on Archos gen8 [development thread] [early stage]

EDIT: This tutorial is outdated. We have a massive problem with the touchscreen
Hi to all!
I am the owner of an Archos 101 and I thought, why not port Honeycomb?
So I've used the SDK images that Google published and I've booted Honeycomb on the Archos 101. But anything works
Some screens http://twitter.com/licuende/statuses/36070541160878081
As I said, anything works. The system blocks and you can't make anything. The biggest problem is that ADB isn't working neither, so I can't debug the problems. I have tried a lot of things in the init.rc without success.
So I claim your help, Android veterans!
Here the steps for having Honeycomb on the Archos 101 (would be the same for other gen8 devices):
Install UrukDroid 0.6
Download http://megaupload.com/?d=UBC0FFZ1 and place it on /tmp
Booting into stock Android, mount SD and run these commands (replace /dev/sdc2 and /feb/sdc3 with the second and third partition of your SD card):
# cd /tmp
# mkdir sdcard
# mount /dev/sdc2 sdcard
# mkdir honeycomb
# cd honeycomb
# unzip ../honeycomb.zip
# cp -rf sdkramdisk/* ../sdcard
# cp -rf sdksystem/* ../sdcard/system
# umount ../sdcard
# cd ..
# mount /dec/sdc3 sdcard
# rm -rf sdcard/*/*
# umount sdcard
Reboot and boot the Developer Edition
Wait some time and... you'll get the unlock screen of Honeycomb!
I am a novice in Android ROMs so help is welcomed.
Thanks to deeper-blue (XDA) and @dm8tbr (OpenAOS) for helping me and $auron for UrukDroid
EDIT: Google will not release Honeycomb source code until Ice Cream release at the end of the year. That isn't good :-(
Well, even though I have absolutely 0 (i.e. none) dev skills, I thank you for getting the ball started on this much needed port.
Maybe this should be put in the Dev section though. You might get more responses from people who know what they're talking about instead of lookers-on like me.
Yeah it's true but I cannot write in the development forum due to permissions problem (I have less than 10 posts or something similar ). If an admin can move it..
Are you running stock kernel with it or one or custom? I watched some of the nook videos and it looks like they were just using some custom kernels but nothing specific.
Sent from my ADR6300 using XDA App
Can you post a picture of the device information screen showing Honeycomb? I don't mean to be a skeptic, but you can download a Honeycomb lock screen for Froyo and below Android.
I am running the stock UrukDroid kernel.
I cannot shown more screens because the system crashes and I think the touchscreen is not working. But you can test it, simply see the instructions and you'll get a beautiful locked Honeycomb Only works the lockscreen clock and the shutdown dialog that don't require touchscreen.
If we get ADB working all the porting will be easier.
Respect!
It is so good to see that developers are working on it
Good luck porting.
I wish you the best. If I knew what I was doing I would help, but I’m fairly inept at the whole ROM thing. I can troubleshoot and beta test, but that is about it.
After a lot of time talking with Archos gurus at the OpenAOS IRC channel I think the problem is in the init binary. We haven't the Honeycomb source code so we'll have to mix the Honeycomb init binary with the UrukDroid binary. Any help is appreciated
Great work! its good news that someone is trying to port this to our devices and as someone stated earlier it will probably need a custom kernel to be able to run. would it be possible to download the nooks working kernel and patch it by applying archos's drivers for say filesystem, battery, touchscreen etc
Congratulation for your work, I`m very interested in the development of the Uruk-Droid but with Honeycomb it would be much better !
I wish I knew more to help guys. I haven't even tried uruk yet cause I didn't see an advantage unless we could flash gb or honeycomb. Now I see I should have so i could be helpful. I guess I'm more of a follower than a leader when it comes to this stuff. Love it all though and appreciate the people that can create!
Sent from my ADR6300 using XDA App
Oh my god thank you for start this absolutly perfect project!!
But i haven't any help for you,sorry..
but why you don't ask $auron, if he would work with you together?
An Urukdroid release with 3.0 ? That would be simply amazing!
Hope,Hope,Hope
Sorry for my bad english, i'm from germany
dont we need the source code of honeycomb before we can even hope for a port to the archos
nimrodity said:
dont we need the source code of honeycomb before we can even hope for a port to the archos
Click to expand...
Click to collapse
that's what I thought. it will be a lot easier (despite being hard anyway) to port it when you have the sources.
Yes much easier with source code however I was running gingerbread on my dinc before it was ever released. So it can definitely be done.
chulri said:
that's what I thought. it will be a lot easier (despite being hard anyway) to port it when you have the sources.
Click to expand...
Click to collapse
Sent from my ADR6300 using XDA App
Keep up the good work. Would be much appreciated!
New SDK is finalized and ready for download: http://developer.android.com/sdk/android-3.0.html
But when will the sources be released? Git repository has only up to 2.3.x yet.
The source normaly comes after the first device gets it.
So hope that Moto holds there words and the xoom gets out soon.
Good news but my question is: how to do a porting from SDK? I wont try honeycomb on my tablet...

[Q] 2.2.1 CM Floyo v0.20 (Pinch Zoom not working)

Hi guys, i need some help here.
I just installed 2.2.1 CM Floyo v0.20 updated by ratch, everything is fine but the features i was looking for is not working. The reason i root my fone is for me to use the pinch zoom coz i was so fascinated by it. I did a manual installation replacing the existing file but there's no luck for me either to work it out. How can i make pinch zoom work with ratch 2.2.1 CM Floyo v0.20 rom?
Thank you so much in advance guys..
Follow up question.
How would i know if my device uses Synaptics or Cypress digitizer?
Thanks
deedii said:
Follow up question.
How would i know if my device uses Synaptics or Cypress digitizer?
Thanks
Click to expand...
Click to collapse
type this on on terminal emulator/adb shell
Code:
dmesg | grep "cyttsp-i2c"
If you have something like this, that means your X8/X10mini is using Cypress and therefore it will not be supported by x8gesture:
Code:
<6>[ 4.185259] cyttsp_i2c_probe: Successful registration cyttsp-i2c
Oh thats quite disappointing coz it resulted something like that.. Is there anyway i could change it to Synaptics
LOL no this is your hardware xD but you are lucky you have cypress! Because its multitouch capable but synaptics not i have synaptics and x8 gesture works for me just wait till someone will make multitouch driver for cypress for our x8
Sent from my X8 using Tapatalk
Hi, I entered the code and nothing happened.
so, what did i do wrong???
zzsetozz said:
Hi, I entered the code and nothing happened.
so, what did i do wrong???
Click to expand...
Click to collapse
You need to :
1method. : reboot your phone and try again
2metod: type it without "" this method works for me and i have synaptics
Sent from my X8 using Tapatalk
Oh you mean it can do multitouch as well with proper driver in it? .way cool..
Im excited for that development..
Thank you. x0x0
deedii said:
Oh you mean it can do multitouch as well with proper driver in it? .way cool..
Im excited for that development..
Thank you. x0x0
Click to expand...
Click to collapse
No problem ask some other question if you want im few times a day on xda;]
Sent from my X8 using Tapatalk
One more thing i wanted to ask how can i make openvpn work on my new rooted x8 with ratch cutum rom. I read a lot of threads regarding it but it leads me with so much confusion.
Ratch floyo 0.25 is cyanogen mod right? so i have to follow this instructions only?
For cyanogenmod ONLY
install openvpn settings
go to sd card, and create a folder name it: openvpn
place the config files in the openvpn folder
open the openvpn application then choose Preferences
choose insmod --> tun --> then locate tun.ko ( /lib/modules/tun.ko)
tap the config file and wait for it to connect
connection sequence:
unknown => wait => auth => get config => add routes => 123.123.123.1 connected as 10.8.2.1 (ex. ip)
Reminder: you should get an ip value for "connected as". you won't be able to connect to the internet if the value is blank.
Click to expand...
Click to collapse
Or should i still do this.
1. Open Android Terminal Emulator and issue the following Commands: Type su first before niyo e.type yung command na nasa baba..
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
busybox insmod /sdcard/openvpn/tun.ko
busybox cp /sdcard/openvpn/openvpn /system/xbin/openvpn
busybox cp /sdcard/openvpn/openvpn /system/xbin/tun.ko
chmod 700 /system/xbin/openvpn
mkdir /system/xbin/bb
busybox ln -s /system/bin/busybox /system/xbin/bb/ifconfig
busybox ln -s /system/bin/busybox /system/xbin/bb/route
busybox mount -o remount,rw /dev/block/mtdblock2 /system
busybox cp /sdcard/openvpn/chargemon /system/bin/chargemon
busybox cp /sdcard/openvpn/busybox /system/bin/busybox
reboot
2. Open VPN Settings and press Menu-->Advanced
3. Check the "Load tun Kernel module" checkbox
4. In TUN module settings select: insmod ; and the path to run module should be: /sdcard/openvpn/tun.ko
5. Path Configurations should be: /sdcard/openvpn
6. Path to openvpn binary should be: /system/xbin/openvpn
7. Back
8. Click on OpenVPN
9. Select freeopenvpn.ovpn
Click to expand...
Click to collapse
Im so confused so which is which??
deedii said:
One more thing i wanted to ask how can i make openvpn work on my new rooted x8 with ratch cutum rom. I read a lot of threads regarding it but it leads me with so much confusion.
Ratch floyo 0.25 is cyanogen mod right? so i have to follow this instructions only?
Or should i still do this.
Im so confused so which is which??
Click to expand...
Click to collapse
Yes floyo is cyanogen mod
I think you should follow the first method report back if it works
Sent from my X8 using Tapatalk
proadi96 said:
You need to :
1method. : reboot your phone and try again
2metod: type it without "" this method works for me and i have synaptics
Click to expand...
Click to collapse
thanks, it worked and i got this
<4>[ 2.490488] cyttsp_i2c: probe of 0-0024 failed with error -12
so i think i have synaptic, right???
zzsetozz said:
thanks, it worked and i got this
<4>[ 2.490488] cyttsp_i2c: probe of 0-0024 failed with error -12
so i think i have synaptic, right???
Click to expand...
Click to collapse
Yes you have synaptics like me
Sent from my X8 using Tapatalk
Hi proadi96, oh first thing i cannot try it coz i dont have tun.ko in my module, i search the net but there were no luck finding tun.ko for x8 running in froyo. I found one with the same kernel with mine but it is for eclair. I wonder if i could ask ratch to include tun.ko in his roms. I dont want to change rom coz his room is very stable for me.
Btw thanks much. x0x0
deedii said:
Hi proadi96, oh first thing i cannot try it coz i dont have tun.ko in my module, i search the net but there were no luck finding tun.ko for x8 running in froyo. I found one with the same kernel with mine but it is for eclair. I wonder if i could ask ratch to include tun.ko in his roms. I dont want to change rom coz his room is very stable for me.
Btw thanks much. x0x0
Click to expand...
Click to collapse
Well you can try to ask him hmmm maybe you need to search Google how to make tun.ko? i cant help you because i never heard about tun.ko;/ or ask racht or doixanh how to make this module? I dont know how much letters will be inside this module so i think you dont make one yourself ok ask racht to include this module and we will see what he write in reply
Hopefully i help you
Sent from my X8 using Tapatalk
My gps not working on floyo 0.20
My gps not working on floyo 0.20. Is there any solution for this problem? Because i like this rom. It´s most fast than floyo 0.25 and have more apps.
Oh i dont have any problem with my gps before in 0.20.. and i disagre with you 0.25 is more faster. x0x0
hey deedii
Did you find a tun.ko for Eclair??? I'm looking for one, I have found one in this "cooked" ROM xCyanogen Shakira gingerbread v3:
http://forum.xda-developers.com/showthread.php?t=1044876
Not sure if it would help you but may you please tell me where did you find the one for Eclair?
many thanks

Kernel Modules for 7310

Edit: these are useful for stock 3.1 and should not be used with my kernel. See my kernel post for current capabilities etc.
Please use this thread to post kernel modules for the Samsung Galaxy 8.9
The kernel modules I post are compiled from the model 7310 WiFi-only kernel source released by Samsung for kernel 2.6.36.3 and Android 3.1. I do not know if they will work on any other model besides the 7310, but you are free to try.
You must have root access and mount "system" as read/write.
Create a folder called "modules" inside of /system/lib and copy the kernel module (.ko) into "modules"
cifs.ko - to mount shares from Windows, Linux and Mac
-View attachment 7310_cifs.ko.zip
-Unzip cifs.ko and verify with SHA1 65c5cc08ee5a4878fc99060885ecaefd6961a9f
-CifsManager from the Android Market works well. Goto "Settings..." and check both "Load cifs module" and "Load va insmod". The default path will be as shown (/system/lib/modules/cifs.ko)
View attachment other_7310_modules.zip
nls_utf8.ko 3b066984e0dca109df4fe234ea7b91f396448e58
option.ko f46babd6a030bc536869915961971bd110efb3b8
tun.ko 826b5b40749bfbd8978eee4e65838380bd614364
usb_wwan.ko cd76f800e39ce0883feb6a093242757e0a15d829
View attachment ntfs.ko.zip
ntfs.ko ee47d0f110aca30db79accbbc0058292491372a4
Please give "thanks" if this was helpful. If you are looking for a common module, please make a request and I will see what I can do. I have a regular job and a family, so I can't promise how long it will take or that it will work since I may not have the hardware to test it.
Thanks motley. A tip for other noobs like me: don't download through Tapatalk.
Sent from my GT-P7310 using Tapatalk
this is great, thanks for working on the tab 8.9. i think many of us 8.9 owners are a little sad we have so little development going on.
thanks , it works both on stock rom and overcome's rom, well done !!
Hi _motley,
do you know how to mount modules for east asian character folder ?
it seems involved with nls_utf8 module , i'm using cifs mgr...
batch load both cifs.ko and nls_utf8.ko from CIFS mgr , not work,
but western character works normally.
Alternatively , I use script to insmod , then works fine,
anyway , it works , thank you a lot.
Hi
Thanks a lot !
Any chance to get the NTFS Module as well ?
Thanks for testing, glad to hear cifs is working.
kevinchg, not sure on your mounting issue when also loading nls_utf8.ko, I don't currently have a way to test it, but I would make sure that you have your path's and options setup correctly in cifsmanager. Don't quote me, but I think you need to separate the two module paths by a semi-colon and I believe you also need to specify the option "iocharset=utf8" (or something like this) within your share configuration.
fishton, the NTFS module has been added. Let me know if it works for you. Can't believe I left this one out...would like to use it myself.
Thanks ! Will test it tonight and let you know if it works
I'm curious why you guys need the modules. As far as I can tell, they were built into the kernel on my 8.9 tab. I had no problem mounting cifs/ntfs shares and didn't need anything to do so.
phonic said:
I'm curious why you guys need the modules. As far as I can tell, they were built into the kernel on my 8.9 tab. I had no problem mounting cifs/ntfs shares and didn't need anything to do so.
Click to expand...
Click to collapse
Which model do you have? Perhaps you are mounting network drives with ES File Explorer or something like that that has SMB built-in? Neither the config from /proc/config.gz or the defconfig from the kernel source I downloaded from Samsung have any of these options built into the kernel. I definitely can't mount using cifsmanager without loading the cifs.ko module.
For NTFS, we are talking about mounting NTFS hard drives via USB. Haven't tried that yet...perhaps the other gentleman will report back if he tries.
Hi
I tried your NTFS Module yesterday and have been able to load the module. But unfortunately, I haven t been able to find the proper command for mounting my disk.
Could you advice me ?
Thanks !
fishton said:
Hi
I tried your NTFS Module yesterday and have been able to load the module. But unfortunately, I haven t been able to find the proper command for mounting my disk.
Could you advice me ?
Thanks !
Click to expand...
Click to collapse
Give this app a try and see if it works. I'll try to play around with this myself when I find some time.
https://market.android.com/details?id=au.dach.drivemount
Also, see this:
http://forum.xda-developers.com/showthread.php?t=1131924
Already tried both, no luck with it
Hi
Many thanks for your v2 kernel all smooth for me with OVC 2.1
I'm looking at for a working cifs.ko. The one given here never worked for me (exec format error) with previous kernel and the v2.
Any chance to get one to test from your v2 kernel build?
Thanks again.
Sent from my GT-P7310 using xda premium
questionmark said:
Hi
Many thanks for your v2 kernel all smooth for me with OVC 2.1
I'm looking at for a working cifs.ko. The one given here never worked for me (exec format error) with previous kernel and the v2.
Any chance to get one to test from your v2 kernel build?
Thanks again.
Sent from my GT-P7310 using xda premium
Click to expand...
Click to collapse
With the latest versions of my kernel, you don't need any modules...it's built right into the kernel. Only the stock kernel and the first alpha release of my kernel needed modules.
_motley said:
With the latest versions of my kernel, you don't need any modules...it's built right into the kernel. Only the stock kernel and the first alpha release of my kernel needed modules.
Click to expand...
Click to collapse
ho...!
Indeed used cifsmanager and got my share name wrong...
Thanks
Sent from my GT-P7310 using xda premium

Categories

Resources