Hi,
I got some troubles with building Paranoid Android for xiaomi Mi5s+.
After i add my local manifest file ( link : https://hastebin.com/zeheguwoce.xml )
repo sync give me this error "fatal: couldn't find remote ref refs/tags/la.um.5.8.r1-02200-8x98.0"
Anyone could help me with this?
Related
My plan is to build an app which could transfer a printable file to a remote unix based system, send some bash commands and read the results.
I haven't found any confirmation about working ssh libs. Are there any?
My phone is unlocked so accessing the file system and unnative libs aren't a problem but it would nice if that isn't compulsory.
Thanks in advance!
opaounari said:
I haven't found any confirmation about working ssh libs. Are there any?
Click to expand...
Click to collapse
Have you ever tried to google "Silverlight SSH"? The very first link should bring you a reference to http://sshnet.codeplex.com/ (already ported to WP7/SL)
Also you may try to look/port these free libs:
http://granados.sourceforge.net/
http://sourceforge.net/projects/sharpssh/
Whopsie! I only tried to google "c# ssh" or with windows phone. Only found out about sharpssh, granados and else but their functionality wasn't guaranteed... Thanks alot I try'll that out and sorry!
opaounari said:
Thanks alot I try'll that out and sorry!
Click to expand...
Click to collapse
Here (on XDA) we do have a "Thanks" button, located under helpful post. Don't hesitate to use it
Of course! Thanks for pointing that out.
I tried to use the lib u mentioned
By these steps:
1: Download & unzip
2: In visual studio I have my windows phone project open
3: Solution Manager -> Right click on my project -> Add reference -> Projects tab -> Renci.SshNet -> OK
Then it just displays error:
Microsoft Visual Studio 2010 Express for Windows Phone
Unable to add the selected project reference. The project reference must be another silverlight for Windows Phone project that is the same or lower version.
-> No clues :S even after googling this alot.
You should use Renci.SshNet.WindowsPhone.dll (http://sshnet.codeplex.com/releases/view/83611#DownloadId=352294)
Or download source code tree and add WP7 project as reference (http://sshnet.codeplex.com/SourceControl/list/changesets# )
Looks like there is a nuget package too:
http://nuget.org/packages/SSH.NET
Hallo folks,
Iḿ exeprimenting with android and specifically building from source. I'm facing a problem which i cannot seem to find a satisfactory answer.
I have download the cyanogen source code as per the instructions of cyanogen wiki but when i type : breakfast endeavoru or lunch # i get the following error:
build/core/config.mk:160: *** TARGET_ARCH not defined by board config: device/htc/endeavoru/BoardConfig.mk. Stop.
** Don't have a product spec for: 'cm_endeavoru'
** Do you have the right repo manifest?
If anyone can help please be kind and answer.
Thank you in advance!
Hi everyone. I'm a Computer Engineer student. This is my fist post; I've taken a general look to the forum to place this thread at the best place, but please correct me if I posted it wrong.
Objective:
I want to cross compile the linux driver of the following device for an android system:
UGREEN USB 3.0 Combo—USB 3.0 Giga Ethernet + 3 ports USB 3.0 Hub
It's drivers can be found here under the item 20265.
It's ready for compiling for Linux, as you can find. You have a header file, an object file and a Makefile... file
ax88179_178a.h, ax88179_178a.c
It is distributed "under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version." So we can play around with it.
Target machine:
HP SlateBook 14 p000nb
With an Android 4.4.2: a KitKat.
More specifically with a kernel 3.4.66-ga643ae6, and with a compilation number 4.4.2-17r25.1-11-11
Steps followed:
Tools used:
I've read much documentation in the last 3 weeks, and I'm still unable to understand what the Kernel needs to use the driver.
I'm using 93.5 GB to host this tools.
I've established a build environment and downloaded the nearest kernel from the official git repository, as described here:
source.android.com
Specifically, this branch:
KVT49L android-4.4.2_r2 KitKat Nexus 7 (deb Verizon)
Independently, I've downloaded and set up an android SDK, and an android NDK, with an Android-Studio.
Sources of the investigation:
As it's said in the Android Compatibility Definition Document, Android devices must have an ethernet connection accesible as: java.net.socket and java.net.UrlConnection
None of the Accesories examples is used for Net connectivity.
None of the storage directives seem's to refer to an adapter, or a bridge, but to the storage itself.
HAL (Hardware Abstraction Layer) structures are used to bridge android to it's linux kernel's drivers.
Camera must use a HAL.
Sensors have a specific HAL called STUBE.
adb shell seem to be a way to cross-compile the driver for my specific android.
Android.net classes seems to be one of my targets.
What I understand it must be done:
To cross-compile to this specific kernel (from which I don't have the source... just the most approximetely official one), the .c and .h driver.
To write a HAL interface to connect the driver as an specific ethernet module.
Here is a short explanation of the android architecture.
I'll be posting all my advances here, but I'm stock right now since
I don't know where to find an ethernet hal stube example
I still don't know where should be my .c and .h files in the android source code to compile it together with the official downloaded source.
Please help me to understand how to manage to cross compile my driver.
Note: As suggested at other forums (also this one), if deleted libwvdrmengine.so from my /system/vendor/lib/mediadrm/ folder to solve it's insomnia problem...
I have some problems with Android 5.1 and Openvpn on my Nexus. Initially with the binary from the PlayStore, I got the error
error: only position independent executables (PIE) are supported.
I fixed this with the binary from here
http://forum.xda-developers.com/spr...ollipop-s5-t3086672/post64696367#post64696367
It now works with some self-built iproute-wrapper-script but only when I do not redirect the gateway because openvpn does not correctly detect the current gateway ("unable to redirect default gateway -- Cannot read current default gateway from system"). There has been a fix for that in Openvpn:
http://article.gmane.org/gmane.network.openvpn.devel/10111
but I did not find a current version that includes this fix. Can someone please compile this?
Hate to bump this, but I need this too
Me three...
need this so badly too (
Me too. Had anyone idea where to start?
Hello,
Is someone interested to port Slim7 to Mi5S?
I tried to build it but I failed miserably. I cannot put a correct local manifest and give up after multiple different error messages.
So if someone more advanced than me to this is interested, please do it