Sorry for bad english...
Model : A536N
ROM : Stock Android 12
I modified two files from afaneh92's kernel source like this:
first, I removed the string "kvm-arm.mode=protected" from CONFIG_CMDLINE
and modified /arch/arm64/include/asm/virt.h :
C:
static inline bool is_hyp_mode_available(void)
{
/*
* If KVM protected mode is initialized, all CPUs must have been booted
* in EL2. Avoid checking __boot_cpu_mode as CPUs now come up in EL1.
*/
if (IS_ENABLED(CONFIG_KVM) &&
static_branch_likely(&kvm_protected_mode_initialized))
return true;
/*
return (__boot_cpu_mode[0] == BOOT_CPU_MODE_EL2 &&
__boot_cpu_mode[1] == BOOT_CPU_MODE_EL2);*/
return 1;
}
After compiling and applying that kernel, kvm showed in /dev folder!
I didn't expected that those doings enable kvm!
So I attempted my Windows 11 ARM VM with KVM, but got some error...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Found you
Looking forward to this, actually got me interested,
TringQuack said:
Looking forward to this, actually got me interested,
Click to expand...
Click to collapse
Do you mind if we speak in private?
Related
All I need to do is connect to a computer on the local network (192.168.1.40) on port 13000 and write a few bytes. And for some reason it isn't working.
"PP" would be interpreted as a command to pause/play music on the remote computer(I have the server software running fine).
AndroidManifest.XML has all appropriate permissions and no exceptions are thrown. It just doesn't connect and it is frustrating me!!! Can anyone help with the code?
Code:
public void run3()
{
new Thread(new Runnable() { public void run() {
Socket socket;
try
{
socket = new Socket("192.168.1.40", 13000);
//socket.connect();
DataOutputStream out = new DataOutputStream(socket.getOutputStream());
out.writeBytes("PP");
//PrintWriter out = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())), true);
//out.println("PP");
out.close();
socket.close();
}
catch (Exception e)
{
tv.setText(e.toString());
//setContentView(R.layout.main);
}
}
} ).start();
}
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have a breakpoint set in my server code so even if it made a connection(any attempt to connect) I would be notified. But nothing happens.
I fired up wireshark and it turns out I am getting the packets from my Android app. So why isn't my C# code receiving the connection? UGH... I refuse to write my server app in Java. TCP is TCP, it should register the connection
Hi, It's Me filfat. Today a got a script for those of you that want to host a Minecraft PC Server using your Windows RT Tablet. :laugh:
By the way: the scripts *work* for x86/x64 too but its NOT recommended.
Features:
Colors!
Run Server With or Without GUI.
Easy To Use
OpenSource
Install Instructions:
1. Download The latest Version.
2. Exctract it.
3. Run Server.bat
Download:
MS03.zip
Old Versions:
MS02.zip
MS01.zip
Updates:
v1.3: Fixed Bug, The User Wasent Able To Run The Script As Admin.
v1.2: Updated To ARM Version Of IKVM
v1.1: Init Release
Thanks To:
* netham45 for the awesome Jailbreak Tool.
* XDA-Developers For All Helpful Posts and such.
* Jeroen Frijters for IKVM (a JRE Made In .Net)
* Mojang for creating Minecraft
* Microsoft for creating Windows and such.
Hate To:
* Apple for making underpowered "stuff" at a overpriced price.
If It Helped You Remember To Smack That "Thanks" Button :laugh:
Screenshot's:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi made a wrapper for the chromatix lib to get access to all possible triggers/tables for /aec/afs.....
this wrapper works for now only with snapshot libs based on 0x301. that are devices with hal2 as far i understood it.
it will NOT! fully work with devices like nexus5/6, htc m9, lg gflex2 g4.
but the added structs can used to figure out where, as sample, the exposuretable is stored.
the wrapper is made with and for hex workshop.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
the only thing you have todo is to figure out how long your exposure table is and add the value to the wrapper else everything behind the expotable does not match
the default length from qcom has 500 entrys. lg added for the g3 540 entrys but use only 451. zte z5s use default length
Code:
typedef enum CHUNK_TYPE
{
EXPOSURE_TABLE_SIZE = 500, //default 500, lg g3 540
//DATA_CHUNK = "data",
} CHUNK_TYPE ;
Make a Backup (and store it in a save place) bevor you start changing the chromatix lib!
the hexwrapper can found there: lib_chromatix_snapshot.hsl
if you want to know what a value does look into chromatix_imx135_snapshot.h
happy modding ;D
Hello, i post this here since i can't post on development related forums because of the spam protection (can't post on development forums if we don't have enough posts)
my problem is that i'm trying to build lineage os for my phone (Archos helium 50 plus) from this official tutorial http://www.lineageosrom.com/2017/01/how-to-build-lineageos-rom-for-any.html the problem is that at the extract-files.sh step, i have this problem
Code:
./extract-files.sh
mkdir -p ../../../vendor/broadcom/manta/proprietary
adb pull /system/vendor/firmware/bcm2079x_firmware.ncd ../../../vendor/broadcom/manta/proprietary/bcm2079x_firmware.ncd
adb: error: remote object '/system/vendor/firmware/bcm2079x_firmware.ncd' does not exist
i've looked at the files contained in my phone from a dump of my system partition and it seems that the phone doesn't even contain a firmware directory in vendor
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
so i wonder what i should do at this step
if there is the need of things from the source code, i have the source code of the kernel of a phone with the exact same SoC (MT6735P) containing a vendor tree and device tree too but with sources instead of built drivers
I got same error.
I am searching the solution!
Same error for me with Wileyfox Spark X phone.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This release contains small changes and improvements:
Change: Only supports aarch64 based devices now
Changed: NeoTerm apt repository link
Changes: Related for NeoTerm-Packages (Based on Termux packages sources)
Changed: Default shell to bash
Fixed: Wrong version string for app
Notes:
HTML:
Keep in mind that apt repo is still growing over the time meaning some packages that termux has could not be in NeoTerm repo.
There are also offline setup zip files attached below.
If you cannot open a file chooser, please make sure that you have a file manager (like ES File Manager) installed!
Check Attachment For Downloading The Apk
All pkg unable ... Build-essential, automake, autoconf, pkg-config all unavailable
Ssaikatsaha said:
All pkg unable ... Build-essential, automake, autoconf, pkg-config all unavailable
Click to expand...
Click to collapse
Literally the same here.
seancannery88 said:
Literally the same here.
Click to expand...
Click to collapse
Please check now neo term added now this pkg...