Is there a cifs.ko module for Xperia Z?
I'd like to use CifsManager to mount some shares.
I have a rooted XZ, with locked bootloader.
Edit: I read that the modules needed are: cifs.ko, md4.ko, nls_utf8.ko?
Bump.
I have a rasther large music collection on my NAS. It would be nice to access it directly as a mounted share.
So, for the last few days, I look xda forum looking for how to get my XZ to work with cifs module in KitKat. Your best bet would be to build it yourself. So I need a linux machine, the kernel sources, sdk, some knowledge in unix, and patience. With each of the above I have some problems especially with access to the pc (my 3 year old daughter watching Winnie the Pooh and Mickey Mouse on YouTube
But suppose I have needed kernel modules (cifs.ko, md4.ko etc.) and in addition they need custom or stock kernel will work with them?
Of course, the drawback of kernel modules built is that it almost certainly will not work after the upgrade. This begs me to another idea. Porting a function of the newer models xperia you got above Z1- Remote Shares. http: //forum.xda-developers.com/showthread.php?t=2753926 No native support for Samba in the Z / ZL is very sad. Maybe to one of the prominent developer/porters would be able to get it working.
Wysłane z mojego C6603 przy użyciu Tapatalka
Hi all, if your goal is simply to play music and video from your NAS to your android device, you can use Kodi (xbmc) that can access cifs path directly!
Hi Everyone i have a "bootclass path files" error with xultimate deodex tool, something like
Starting ArtFilterCamera.odex
*****************************************
* Deodexing... *
Error occured while loading boot class path files. Aborting.
org.jf.dexlib.Util.ExceptionWithContext: Cannot locate boot class path file core
.odex
at org.jf.dexlib.Code.Analysis.ClassPath.loadBootClassPath(ClassPath.jav
a:237)
at org.jf.dexlib.Code.Analysis.ClassPath.initClassPath(ClassPath.java:14
5)
at org.jf.dexlib.Code.Analysis.ClassPath.InitializeClassPathFromOdex(Cla
ssPath.java:110)
at org.jf.baksmali.baksmali.disassembleDexFile(baksmali.java:104)
at org.jf.baksmali.main.main(main.java:293)
Press any key to continue . . .
*****************************************
MAJOR ERROR!! WITH DEODEXING! ArtFilterCamera.odex
*****************************************
********DELETING INCORRECT FILES*********
please exit out of window "***Deodexing ADB Window, DO NOT EXIT!***"
Press any key to continue . . .
And the log :
**MAIN MENU OPTION "3"** -main- (13:24:08.55 Wed 06/26/2013)
**ERROR DEODEXING ArtFilterCamera.odex** -auto-app- (13:24:16.07 Wed 06/26/2013)
**DELETING PROCESSED FILES** -auto-app- (13:24:16.07 Wed 06/26/2013)
**MAJOR ERROR** -main- (13:24:53.40 Wed 06/26/2013)
I have read many thereads but i can't fix it, i deodexed 213 app and 50 app got that error, also framework file, so if anyone can help me i will be very appreciate plz i need your help (sorry for my bad english)
Nobody can help me ????
The android kitchen works just fine, so try that or another tool.
From me to you.
XperienceD said:
The android kitchen works just fine, so try that or another tool.
From me to you.
Click to expand...
Click to collapse
does android kitchen work with xperia z 4.2.2 ?
lonelyindark said:
does android kitchen work with xperia z 4.2.2 ?
Click to expand...
Click to collapse
Did my apps and framework folders with no issues this morning.
From me to you.
Sony Mobile is committed to supporting the open developer community, and one way to show this is by publishing parts of our code as well as selected tools developed by our internal developers.
For some of the Xperia™ devices, we provide Android™ Open Source Project (AOSP) device configurations on GitHub. This means that the software will be open for you as a developer to use and contribute to. This is a way for us to support the open Android community, and it is also a tool for us to facilitate and verify contributions to AOSP.
If you want to build AOSP for your unlocked Xperia device, you find all the resources you need in the sections below.
http://developer.sonymobile.com/knowledge-base/open-source/open-devices/
Unified 3.10 kernel sources
https://github.com/sonyxperiadev/kernel
Project git
https://github.com/sonyxperiadev/
Hi,
Glad to see you on these forums
I have been trying to build an AOSP image of the Android M Preview to flash on my z3 tablet compact for a while now and I always get stuck at the exact same time.
My building environment is set up on an Ubuntu VM (14.04 LTS) and when using the make command, I get an error message saying that "/usr/lib/python2.7/subprocess.py" can't be found.
Of course the file is in its place so that's a bit baffling...
Is this problem known to you and is there any solution for it ? :/
Thank you in advance for your reply !
anatole78 said:
Hi,
Glad to see you on these forums
I have been trying to build an AOSP image of the Android M Preview to flash on my z3 tablet compact for a while now and I always get stuck at the exact same time.
My building environment is set up on an Ubuntu VM (14.04 LTS) and when using the make command, I get an error message saying that "/usr/lib/python2.7/subprocess.py" can't be found.
Of course the file is in its place so that's a bit baffling...
Is this problem known to you and is there any solution for it ? :/
Thank you in advance for your reply !
Click to expand...
Click to collapse
there is something wrong with your env please start over following the guide
i am also using ubuntu 14.04LTS and i can confirm that is fine
br
J
PS.
we will update soon M build guide for m-preview-2
jerpelea said:
there is something wrong with your env please start over following the guide
i am also using ubuntu 14.04LTS and i can confirm that is fine
br
J
PS.
we will update soon M build guide for m-preview-2
Click to expand...
Click to collapse
I am a most stubborn man and I've tried following the guide from the start about 10 times last week but to no avail...
The error about the subprocess.py file pops up no matter what I do
Glad to know the m-preview-2 is coming to our Xperia devices !
I finally was able to compile it !
I don't know why but this time Ubuntu prompted me to install phablet-tools saying that "repo" was missing so I did and voilà, the make was successful !
Only problem is flashing the three img files resulted in my SGP611 being stuck in a bootloop
Back on official Lollipop for the moment... Any idea what could cause this ?
Thanks
anatole78 said:
I finally was able to compile it !
I don't know why but this time Ubuntu prompted me to install phablet-tools saying that "repo" was missing so I did and voilà, the make was successful !
Only problem is flashing the three img files resulted in my SGP611 being stuck in a bootloop
Back on official Lollipop for the moment... Any idea what could cause this ?
Thanks
Click to expand...
Click to collapse
probably some missing patches
#adb shell logcat
does wonders in this case
jerpelea said:
probably some missing patches
#adb shell logcat
does wonders in this case
Click to expand...
Click to collapse
Sorry if it's a dumb question but how can I use any adb commands when I'm stuck on the Sony splashscreen/logo ?
anatole78 said:
Sorry if it's a dumb question but how can I use any adb commands when I'm stuck on the Sony splashscreen/logo ?
Click to expand...
Click to collapse
press and keep pressed vol up and power till device reboots
then press volume up to enter fastboot mode
Now you have the opportunity to win Sony devices every 2 months
http://developer.sonymobile.com/knowledge-base/open-source/open-devices/hero-open-source-developers/
Happy cooking
http://developer.sonymobile.com/201...-camera-available-for-experienced-developers/
enjoy
J
Hi all
We have published a new snapshot, zip v14, with camera update (improved quality and stability)
http://developer.sonymobile.com/knowledge-base/open-source/open-devices/
Enjoy
J
Hi all
I have some more exciting news
http://developer.sonymobile.com/kno...s/how-to-access-uart-ports-on-xperia-devices/
PS.if devices are not listed here they dont have the connector !
Br
J
New updates
http://developer.sonymobile.com/201...wider-range-of-unlocked-xperia-devices-video/
Enjoy
J
We have published new binaries
http://developer.sonymobile.com/downloads/tool/software-binaries-for-aosp-lollipop-android-5-1/
Br
J
Thank you!
Gesendet von meinem SM-G900F mit Tapatalk
Does anybody has a working ROM based on this for the z3tc?
Where is cm13?
Gesendet von meinem SM-G900F mit Tapatalk
Hi all
Blobs v17 are public
Happy easter
J
jerpelea said:
Hi all
Blobs v17 are public
Happy easter
J
Click to expand...
Click to collapse
Thanks! Happy easter!
Gesendet von meinem Xperia Z3 Tablet Compact Wifi mit Tapatalk
http://developer.sonymobile.com/knowledge-base/open-source/open-devices/
2016-04-22: AOSP Marshmallow binaries for Android 6.0 and AOSP Lollipop binaries for Android 5.1 updated with improved connectivity, stability and camera functionality. We’ve also added the second camera actuators for Xperia Z3 and Xperia Z4 tablet. In addition, we’ve added the camera actuator for the Xperia Z5 family for Android 6.0.
Hi I read the information about version v18 what mean with that ... [General] Deprecate path /sbin/.core, please start using /sbin/.magisk
And how do that? I try delete manual the folder sbin/.core but after reboot my device create itself again
That is for module developers. No need for you to do anything.
Oh.. Thanks for answer
Hi you guys!I have just rooted my xz2(model:H8216) on android pie,I have a little trouble now,when I started trying screen mirroring,Found that it doesn't work,some error texts on phone's screen:your output device may not support HDCP.
Subsequently,I try to modified build.prop & wfdconfig.xml,The situation has improved,It looks success,but just support desktop&settings&music app.
I have solved this problem on android 8 yet,thanks for who working on this issue so much,wish someone focus on this new problem and fix it.
Have a good day,thanks a lot.
Thanks to MartinX3 for doing a series of work, u made XZ2 more interesting & easy to root.