Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mitch_55
Old
(Last edited by mitch_55; 17th May 2013 at 09:16 AM.)
#2501  
Senior Member
Thanks Meter 30
Posts: 166
Join Date: May 2009
Quote:
Originally Posted by show-p1984 View Post
This kernel changes on your device:

Ramdisk:
  • add init.d support to it. (if not supported)

Kernel:
  • change kernel to bricked.
  • change command line to add chosen settings from aroma (This just adds s2w=1 or 0 to the end of it)

/system/etc/init.d/:
  • add cifs init.d script. This script only does something if the cifs module is found. if you are running a different kernel than bricked the insert will probably fail either way, so no harm done.
  • add tun init.d script. This script only does something if the tun module is found. if you are running a different kernel than bricked the insert will probably fail either way, so no harm done.

/system/bin/:
  • renaming thermald to thermald_bck
  • renaming mpdecision to mpdecision_bck

/system/bin/modules:
  • add bricked modules.
  • remove wp_mod.ko (bricked does not need it and it may cause bootloops on kernels with disabled write protection)
  • remove oc_mod.ko (this was only needed for stock and causes bootloops on bricked)

That should be it.
Do you mean /system/lib/modules?

Exactly, I'd like using the cifs module with CifsManager but impossible to mount the folder on my computer. I have the following message: "invalid argument". I'm on the Viper Rom.

Is it working with you?
 
show-p1984
Old
#2502  
show-p1984's Avatar
Recognized Developer - OP
Thanks Meter 8579
Posts: 2,723
Join Date: Jul 2011

 
DONATE TO ME
Quote:
Originally Posted by mitch_55 View Post
Do you mean /system/lib/modules?

Exactly, I'd like using the cifs module with CifsManager but impossible to mount the folder on my computer. I have the following message: "invalid argument". I'm on the Viper Rom.

Is it working with you?
ofc I meant lib, copy and paste hit me critically on that one.
CIFS is working for me.
Have a look at this issue (especially the commands I posted) which will let you find out if the cifs module is inserted.
in Euro.

Creator of Sweep2wake, cmdline_khz/gov/scheduler/maxscroff, badass, 3-phase-kernel-thermal-control, kernel mpdecision (msm/tegra), etc etc...
"Any sufficiently advanced technology is indistinguishable from magic." [Arthur C. Clarke's Third Law]

<<<< Before you ask questions, read and understand this! >>>>
Translations:
Chinese, Dutch, French, German, Japanese, Polish, Romanian, Russian, Spanish, Turkish.
 
TeHashX
Old
#2503  
TeHashX's Avatar
Senior Member
Thanks Meter 86
Posts: 277
Join Date: Oct 2011
Location: Europe
Hi, with the last stable version bricked_ville_20130512_014111 the min clock is 918 Mhz and I have to modify with SetCpu to default 384 Mhz.
 
show-p1984
Old
#2504  
show-p1984's Avatar
Recognized Developer - OP
Thanks Meter 8579
Posts: 2,723
Join Date: Jul 2011

 
DONATE TO ME
Quote:
Originally Posted by TeHashX View Post
Hi, with the last stable version bricked_ville_20130512_014111 the min clock is 918 Mhz and I have to modify with SetCpu to default 384 Mhz.
That's wrong. Read the second post please, especially the second mpdecision section.
in Euro.

Creator of Sweep2wake, cmdline_khz/gov/scheduler/maxscroff, badass, 3-phase-kernel-thermal-control, kernel mpdecision (msm/tegra), etc etc...
"Any sufficiently advanced technology is indistinguishable from magic." [Arthur C. Clarke's Third Law]

<<<< Before you ask questions, read and understand this! >>>>
Translations:
Chinese, Dutch, French, German, Japanese, Polish, Romanian, Russian, Spanish, Turkish.
The Following User Says Thank You to show-p1984 For This Useful Post: [ Click to Expand ]
 
TeHashX
Old
#2505  
TeHashX's Avatar
Senior Member
Thanks Meter 86
Posts: 277
Join Date: Oct 2011
Location: Europe
Thanks for the clarification, I did not give much importance to mpdecision
 
mitch_55
Old
#2506  
Senior Member
Thanks Meter 30
Posts: 166
Join Date: May 2009
Quote:
Originally Posted by show-p1984 View Post
ofc I meant lib, copy and paste hit me critically on that one.
CIFS is working for me.
Have a look at this issue (especially the commands I posted) which will let you find out if the cifs module is inserted.
Code:
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Users\Sebastien>adb shell
ViperX@/# cat /proc/version
cat /proc/version
Linux version 3.4.10-bricked-ville-master-gd153d42 (gitlab_ci@warmachine) (gcc v
ersion 4.7.2 20120910 (prerelease) (Linaro GCC 4.7-2012.09) ) #1 SMP PREEMPT Sun
 May 12 01:42:12 CEST 2013
ViperX@/# cd /system/lib/modules
cd /system/lib/modules
ViperX@/system/lib/modules# modinfo cifs.ko
modinfo cifs.ko
modinfo: can't open '/lib/modules/3.4.10-bricked-ville-master-gd153d42/modules.d
ep': No such file or directory
1|ViperX@/system/lib/modules# lsmod
lsmod
prima_wlan 2213826 0 - Live 0x00000000 (PO)
cifs 265604 0 - Live 0x00000000
tun 15136 0 - Live 0x00000000
kineto_gan 4636 0 - Live 0x00000000
ViperX@/system/lib/modules#
I've flashed the boot.img through the bootloader (I'm S-off), but always the same error with CifsManager (invalid argument).
 
show-p1984
Old
#2507  
show-p1984's Avatar
Recognized Developer - OP
Thanks Meter 8579
Posts: 2,723
Join Date: Jul 2011

 
DONATE TO ME
Quote:
Originally Posted by mitch_55 View Post
Code:
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Users\Sebastien>adb shell
ViperX@/# cat /proc/version
cat /proc/version
Linux version 3.4.10-bricked-ville-master-gd153d42 (gitlab_ci@warmachine) (gcc v
ersion 4.7.2 20120910 (prerelease) (Linaro GCC 4.7-2012.09) ) #1 SMP PREEMPT Sun
 May 12 01:42:12 CEST 2013
ViperX@/# cd /system/lib/modules
cd /system/lib/modules
ViperX@/system/lib/modules# modinfo cifs.ko
modinfo cifs.ko
modinfo: can't open '/lib/modules/3.4.10-bricked-ville-master-gd153d42/modules.d
ep': No such file or directory
1|ViperX@/system/lib/modules# lsmod
lsmod
prima_wlan 2213826 0 - Live 0x00000000 (PO)
cifs 265604 0 - Live 0x00000000
tun 15136 0 - Live 0x00000000
kineto_gan 4636 0 - Live 0x00000000
ViperX@/system/lib/modules#
I've flashed the boot.img through the bootloader (I'm S-off), but always the same error with CifsManager (invalid argument).
CIFS is loaded and Live. You should be able to mount cifs shares.
in Euro.

Creator of Sweep2wake, cmdline_khz/gov/scheduler/maxscroff, badass, 3-phase-kernel-thermal-control, kernel mpdecision (msm/tegra), etc etc...
"Any sufficiently advanced technology is indistinguishable from magic." [Arthur C. Clarke's Third Law]

<<<< Before you ask questions, read and understand this! >>>>
Translations:
Chinese, Dutch, French, German, Japanese, Polish, Romanian, Russian, Spanish, Turkish.
 
mitch_55
Old
#2508  
Senior Member
Thanks Meter 30
Posts: 166
Join Date: May 2009
I'm agree with you, so could you tell me why it doesn't work?

Look my attachment.
Attached Thumbnails
Click image for larger version

Name:	screenshot_2013-05-19_17-14-57.jpg
Views:	247
Size:	44.0 KB
ID:	1974537  
 
show-p1984
Old
#2509  
show-p1984's Avatar
Recognized Developer - OP
Thanks Meter 8579
Posts: 2,723
Join Date: Jul 2011

 
DONATE TO ME
Quote:
Originally Posted by mitch_55 View Post
I'm agree with you, so could you tell me why it doesn't work?

Look my attachment.
I just tried it, works fine for me though
Can you give me a kernel log from bootup? Plus all the information you can squeeze into a post.
We should switch over to the already linked issue report anyway since it's easy to overlook stuff on xda.
in Euro.

Creator of Sweep2wake, cmdline_khz/gov/scheduler/maxscroff, badass, 3-phase-kernel-thermal-control, kernel mpdecision (msm/tegra), etc etc...
"Any sufficiently advanced technology is indistinguishable from magic." [Arthur C. Clarke's Third Law]

<<<< Before you ask questions, read and understand this! >>>>
Translations:
Chinese, Dutch, French, German, Japanese, Polish, Romanian, Russian, Spanish, Turkish.
The Following User Says Thank You to show-p1984 For This Useful Post: [ Click to Expand ]
 
mitch_55
Old
#2510  
Senior Member
Thanks Meter 30
Posts: 166
Join Date: May 2009
I have posted these informations in the already linked issue report.
I hope I've given you everything you need.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...