[MAGLDR Fixed][[Dec 27] Ubuntu for HTC HD2 - v0.3][no wifi-no touchscreen]USBH Works] - HD2 Ubuntu Development

Hi, i want re-post the quinielascom's post that uploaded Ubuntu 0.3 with magldr fix (linit), so it doesn't reboot after desktop's load.
for now only people that made a USB Host hardware support can use it because WIFI and TOUCHSCREEN DOESN'T WORK, USBH works good (keyboard, mouse, pendrive [i tested it http://i44.tinypic.com/2el5ua0.jpg]). So it's useful only for people that use USB Host..
3G WORKS good but for make it works you must unlock your SIM Card from Android or WP7 or WM6.5 (the phone program is not developed for unlock SIM cards)...probably you can have problem with "Dual SIM systems", you must put the operators APN and it works (tested).
Hi, i want to share some links for give reply to this post:
http://forum.xda-developers.com/showpost.php?p=14423750&postcount=477
if some moderator find useful this, please move to correct place.
links:
Click to expand...
Click to collapse
http://www.mediafire.com/?81jqc8czca5siin
http://www.mediafire.com/?16ar3flp9q7i381
http://www.mediafire.com/?fr5hzovq5z1ho33
http://www.mediafire.com/?hrypoxs9zcutp2x
http://www.mediafire.com/?k3fknm50cnzn8uv
http://www.mediafire.com/?s3rzp5idp4j6aqw
P.S. thanks a lot quinielascom
P.S.2 sorry for my english

You said "fixed"? I so have not told.
nikola360 said:
WIFI and TOUCHSCREEN DOESN'T WORK
Click to expand...
Click to collapse
>>> Still not fixed.
For me the touchscreen has paramount importance. It is much more important than 3G and USB together. For example, I don't want to go all time with USB mouse (and|or) keyboard.
I hope soon will fix all it... Now I have working TS, but no wifi, 3g and USB. And I'm almost happy.

hey how to install?
is a readme in the rar?

rikusuicide said:
hey how to install?
is a readme in the rar?
Click to expand...
Click to collapse
yes see below, it is the same as 0.3 readme.
After downloading all the files, use 7zip to extract the first file (01) and the rest should extract automatically

sorry i am a noob
have the files just put the linux folder to root of sd and then boot from magldr boot ad sd?

rikusuicide said:
sorry i am a noob
have the files just put the linux folder to root of sd and then boot from magldr boot ad sd?
Click to expand...
Click to collapse
put linux folder, initrd.gz and Zimage to root of sd
Goto magldr/services/bootsettings/ad sd dir and use vol up/dn button to select <.> if it is not already selected.
Then boot from ad sd option 2 magldr.
Should work

Robbie P said:
put linux folder, initrd.gz and Zimage to root of sd
Goto magldr/services/bootsettings/ad sd dir and use vol up/dn button to select <.> if it is not already selected.
Then boot from ad sd option 2 magldr.
Should work
Click to expand...
Click to collapse
i discovered that you can put initrd.gz and Zimage where you want the important is that the rootfs.ext2 is on "good position" (linux/rootfs.ext2) for exemple i put initrd.gz and Zimage in "Ubuntu boot" forder and if i want try other kernel i copy the same initrd.gz (it has the directory of rootfs) and new Zimage (the kernel that i want try) in another forder....them i set magldr "AD SD boot" for the forder that i prefer.

are you developing kernels on your own?

Sad that Wifi doesn't work.
Anyway, its bootable via MAGLDR

rikusuicide said:
are you developing kernels on your own?
Click to expand...
Click to collapse
no i'm not developer, i just post modded .ext2 here.

then is this kernel from 2010? i have seen it on wiki.
and no new kernel after such an long time ?

Is there any way to make WiFi work?

Burag said:
Is there any way to make WiFi work?
Click to expand...
Click to collapse
i think we must wait Ubuntu 0.4

whats with the kernel?

rikusuicide said:
whats with the kernel?
Click to expand...
Click to collapse
you must use the kernel into the .rar for USBH, if you want use touchscreen (but it works bad) you can replace its zImage with an Android's zImage (the USBH will not work)....

nikola360 said:
but it works bad
Click to expand...
Click to collapse
It works nice with this kernel and this xorg.conf:
Code:
Section "Monitor"
Identifier "Monitor0"
Mode "480x800"
DotClock 0
HTimings 480 480 480 480
VTimings 800 800 800 800
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Device"
Identifier "fbdev"
Driver "fbdev"
Option "ShadowFB" "on"
Option "Rotate" "CW"
Option "RandRRotation" "true"
EndSection
Section "Screen"
Identifier "Framebuffer"
Device "fbdev"
Monitor "Monitor"
DefaultFbBpp 16
SubSection "Display"
Depth 16
Modes "480x800"
EndSubSection
EndSection
Section "InputDevice"
Identifier "htcleo-ts"
Driver "evdev"
Option "Device" "/dev/input/event0"
Option "InvertY"
Option "SwapAxes"
Option "Calibration" "972 4 569 15"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Framebuffer"
InputDevice "htcleo-ts"
EndSection

CoolProjects said:
It works nice with this kernel and this xorg.conf:
Code:
Section "Monitor"
Identifier "Monitor0"
Mode "480x800"
DotClock 0
HTimings 480 480 480 480
VTimings 800 800 800 800
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Device"
Identifier "fbdev"
Driver "fbdev"
Option "ShadowFB" "on"
Option "Rotate" "CW"
Option "RandRRotation" "true"
EndSection
Section "Screen"
Identifier "Framebuffer"
Device "fbdev"
Monitor "Monitor"
DefaultFbBpp 16
SubSection "Display"
Depth 16
Modes "480x800"
EndSubSection
EndSection
Section "InputDevice"
Identifier "htcleo-ts"
Driver "evdev"
Option "Device" "/dev/input/event0"
Option "InvertY"
Option "SwapAxes"
Option "Calibration" "972 4 569 15"
EndSection
Section "ServerLayout"
Identifier "Builtin Default Layout"
Screen "Framebuffer"
InputDevice "htcleo-ts"
EndSection
Click to expand...
Click to collapse
is it in portrait?

nikola360 said:
is it in portrait?
Click to expand...
Click to collapse
It is in landscape (right hand). You can customize xorg.conf as you please.
If you want change it to left-hand landscape:
Change:
Option "Rotate" "CW" to Option "Rotate" "CCW"
Option "InvertY" to Option "InvertX"
If you want change it to portrait, just comment next options:
#Option "Rotate" "CW"
#Option "InvertY"
#Option "SwapAxes"

CoolProjects said:
It is in landscape (right hand). You can customize xorg.conf as you please.
If you want change it to left-hand landscape:
Change:
Option "Rotate" "CW" to Option "Rotate" "CCW"
Option "InvertY" to Option "InvertX"
If you want change it to portrait, just comment next options:
#Option "Rotate" "CW"
#Option "InvertY"
#Option "SwapAxes"
Click to expand...
Click to collapse
ty for your work
can you get wifi working??
THIS WOULD BE AWESOM!!!

rikusuicide said:
can you get wifi working??
Click to expand...
Click to collapse
Sorry, no. I have no skills in such developments.

Related

HaRET for Iolite

Hi, guys.
You can see that they are porting Android OS for others device using HaRET. I want that it will be for our devices too.
I read about HaRET and tried run HaRET with haretconsole on my device. But I found out that HaRET don't support our device yet. If you have HaRET source code, open file mach-types.h under folder include, you can see there many supported device but not Iolite or open the page
I sent an email to ask about support but nothing isn't now. If someone know how to do please tell me what i have to do?
Hope that Android OS will be ported for our device in the recent day.
Best regard!
woooow let's hope...
HaRET works on my Iolite. But I' a new user and not allowed to post links.
1u21 said:
HaRET works on my Iolite. But I' a new user and not allowed to post links.
Click to expand...
Click to collapse
How do it work?
Yeah, it run but we can't deploy device with it. For example when you run command watch GPIOS (through haretconsole), nothing will be appear
It works, but not really stable. Sometimes ist freezes and some functions don't work like bluetooth. You can send and receive SMS, make some phone calls and go online via WLAN. I don't know, if UMTS is running.
I'm still waiting for a Mod to unlock my account.
But it uses a huge amount of energy.
1u21 said:
It works, but not really stable. Sometimes ist freezes and some functions don't work like bluetooth. You can send and receive SMS, make some phone calls and go online via WLAN. I don't know, if UMTS is running.
I'm still waiting for a Mod to unlock my account.
But it uses a huge amount of energy.
Click to expand...
Click to collapse
Can you send me link via email [email protected], please?
Thanks in advance.
It could be this - kandroid dot org
No. I'm using not the korean version.
Android 2.0 is running on the Iolite, but too unstable. You can't use is it in anyway.
Did you have try it ?
Yes. It fills the whole 256 data.img with software. But the bigger problem is the necessary of a fast CPU. Everything runs slow and is more unstable. The Tattoo is not a similar phone to the Iolite.
I just found my problem. You should use HaRET version 0.5.1 (newest version is 0.5.2).
But I still can't make Android boot. Some changes in zImage are needed?
Android started with an unmodified zImage on my Iolite. But I have some new problems with Android and no time for solving.
Maybe the CPU is to slow for Android.
Can we have a link for the file?
dancer_69 said:
Can we have a link for the file?
Click to expand...
Click to collapse
Here is all versions of HaRET
http://www.handhelds.org/~koconnor/haret/
Click to expand...
Click to collapse
Sorry, I mean a link for android image, and the parameters of default.txt to be able to boot it with haret.
I already know where to find haret
I need it too, please, can you post the link?
Here is it:
http://www.androidonhtc.com/polaris/install
Well, we still need the contents of the "Default.txt" to boot the android image....
Use the normal default.txt and make some changes. Here is my default.txt
set RAMSIZE 0x07000000
set RAMADDR 0x10000000
set FBDURINGBOOT 0
set MTYPE 1723
set KERNEL zImage3
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.username - The username used to connect to the network when dialing #777
# ppp.password - The password used to connect to the network when dialing #777
# msm_sdcc.msmsdcc_fmax - The maximum frequency (in Hz) used by the SD controller
# pm.sleep_mode - The mode used when the phone is off
# 0=Power Collapse Suspend, 1=Power Collapse, 2=Apps Sleep,
# 3=Slow Clock and Wait for Interrupt 4=Wait for Interrupt
# Default is 3, use 0 for best power savings
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 0=Don't power off the panel (Default)
# 1=Hitachi 2=Topoly 3=Samsung
# mddi_client_vogue.vsync - Use hardware vsync, default is 1 but should be 0 if
# panel_type is 0
#
set cmdline "board-htckaiser.panel_type=2 ppp.nostart=0 pm.sleep_mode=1 mddi.width=240 mddi.height=320 lcd.density=120 no_console_suspend clock-7x00.mddi=0xa51 clock-7x00.ahb_div=2 clock-7x00.slow=1 clock-7x00.voltage=1 "
boot
Click to expand...
Click to collapse
I'm also using the new version of Android, which you can find on the same page. It works better, but you can feel the difference between 400Mhz and 528Mhz.

windows 7 root NC

this from rad131304 not me, thank you
Windows 7 Sideload Instructions
Hope this helps some people - I tried to be very step-by-step about it.
Again, thank you Pokey9000, the guys and gals from the IRC channel, and everybody else for all of your hard work! 99.9% of this is an aggregation of what is already in this thread; some of it comes from nookdevs also.
You will need the following applications on your Windows 7 computer:
- cygwin (www dot cygwin dot com)
- Android Debug Bridge (ADB) - this comes with the android SDK
- Android USB Drivers - this comes with the android SDK
-- (WOQ) stands for without quotes, it means that I am giving you something between quotes to copy and paste.
-- if you see <some_odd_name> inside quotes, it means you MUST replace this with something from your specific OS instance (e.g. a drive letter, or something)
1. make sure your NC is disconnected from you computer
2. make sure your SD card is mounted on your computer (readable/browsable in explorer)
3. Install cygwin - you only need the base install AFAICT (YMMV), don't worry about the options for now.
4. download nooter at http //www dot mediafire dot com/?hugt8uxcfffpdvg
5. extract the contents to a folder in your cygwin install (standard install path is c:\cygwin)
6. Go to: Start, type in (WOQ) "compmgmt.msc" - this may require UAC elevation
7. Select "Disk Management" under storage
8. note the drive letter of the SD card and the disk number
9. Go To: Start > All Programs > Cygwin > Cygwin Bash Shell
10. At the prompt, type (WOQ): "mount //./<f>: /dev/sd<c>"
Where <f> is your drive letter, and
<c> is the letter you would get if you zero-indexed the disk number into the alphabet (i.e. 0 = a, 1 = b) **
11. press enter - there should be no output
12. at the prompt, type (WOQ): "dd if=<path_to_nooter_from_cygwin_install_folder>/nooter_sdcard_40MB.img of=/dev/sd<c>"
It will sit at this for a few minutes seeming to do nothing, be patient; you should get a response eventually that looks like:
80326+0 records in
80326+0 records out
41126912 bytes (41 MB) copied, 174.525 s, 236 kB/s
13. remove the sd card from the computer and plug it into the NC
14. power down the NC (hold power button for 15 seconds)
15. connect the NC to the computer
16. Wait for a "Composite Device" to be recognized by Windows and fail to install drivers
17. Wait for 15 seconds after the recognition
18. power down the NC
19. remove SD card ***
20. Find your android_winusb.inf file - this is located in your android-sdk install directory in the usb_driver folder. (NOTE: if you installed this in the program files folder, you will need to UAC elevate your editor to edit this file)
21. Paste the following lines into the file below both occurrences of the line ";Moto Sholes" after the ADBInterface definitions:
;B & N Nook Color
%SingleAdbInterface% = USB_Install, USB\VID_2080&PID_0002
%CompositeAdbInterface% = USB_Install, USB\VID_2080&PID_0002&MI_01
22. save the file and close
23. find your adb_usb.ini file - it is usually located in c:\users\<username>\.android\
24. add (WOQ) "0x2080" on its own line
25. power on NC - at this point, the NC should boot normally, but ADB won't be able to recognize it
26. Go To: Start > Devices and Printers
27. Right-click on Nook and select properties
28. Select the hardware tab
29. If you have something that says "Nook" and has a yellow yield sign with a "!", then continue, if not skip to 38
30. Click on "Nook"
31. Select Properties
32. Click Change Settings (may require UAC elevation)
33. Click update driver
34. Select "browse for driver software on your computer"
35. Browse to the android-sdk/usb_driver folder
36. click next
37. You should be done; skip to 47 (I have no idea if this is correct - i pieced it together from somewhere in this as I did not get Nook to appear in the Device Functions List)
38. If you don't have a "Nook" Device Function, click on "USB Mass Storage Device"
39. Select Properties
40. Click Change Settings (may require UAC elevation)
41. Select the Driver Tab
42. Click Uninstall
43. Click OK
44. Disconnect NC
45. Reconnect NC
46. You should be done (this is different from my previous instructions on how to uninstall the NC USB drivers, I have not tested it so YMMV)
47. Go To: start > run > cmd
48. type (WOQ): "cd <path_to_android_sdk>\tools"
49. type (WOQ): "adb.exe kill-server"
You should get something like:
* server not running *
50. type (WOQ): "adb.exe remount"
You should get something like:
* daemon not running. starting it now *
* daemon started successfully *
remount failed: No such file or directory
51. You are done configuring to sideload
From here you should be able to sideload from ADB.
by rad131304
Just to throw it out there...
Does this cause a PERMANENT change to the Color Nook?
Edit: thank you for posting this
I believe it was mentioned in a previous post that if you did a factory reset (power off completely, then hold power, nook button and vol up) that it would reset the Nook back to non rooted factory defaults. Can anyone else confirm this?
HeroHTC said:
Just to throw it out there...
Does this cause a PERMANENT change to the Color Nook?
Edit: thank you for posting this
Click to expand...
Click to collapse
Are these instructions for Win 7 64 or 32 bit?
BTW, how does one go back or to menu without those buttons?
RichTJ99 said:
Are these instructions for Win 7 64 or 32 bit?
BTW, how does one go back or to menu without those buttons?
Click to expand...
Click to collapse
believe this was done on win 64, some buttons are located in or below menu bar, some will depend on launcher.
I also wanted to mention this
http://forum.xda-developers.com/showpost.php?p=9517050&postcount=863
NOTE: I have not even opened my nook box yet, its still sealed but I am getting ready. Just waiting on an email solution.
Do you think a partitioned SD card woul dprevent this from working?
I'm pretty sure my card is partitioned....I read something in the BIG THREAD about departitioning a card.....
I can't get this to work for me and I just thought my card might be the culprit.
Thanks
I cannot find the file listed in step 23. This is the only thing keeping me from root. Also when I plug my nc in, the light on the cord is amber instead of green. It tells me that adb drivers are installed. But it won't show up as a folder in my computer any more. How do I add files without removing the SD card and plugging it into my computer.
Sent from my HERO200 using XDA App
RichTJ99 said:
Are these instructions for Win 7 64 or 32 bit?
BTW, how does one go back or to menu without those buttons?
Click to expand...
Click to collapse
I did this on 32 bit - AFAIK, they don't support cygwin on 64 bit yet (it might run though, but YMMV).
The back and menu buttons are soft-buttons. The nook for some reason hides them by default in a bunch of apps.
sudermatt said:
Do you think a partitioned SD card woul dprevent this from working?
I'm pretty sure my card is partitioned....I read something in the BIG THREAD about departitioning a card.....
I can't get this to work for me and I just thought my card might be the culprit.
Thanks
Click to expand...
Click to collapse
IIRC, somebody said that in the big thread, too.
oakleyrdc said:
I cannot find the file listed in step 23. This is the only thing keeping me from root. Also when I plug my nc in, the light on the cord is amber instead of green. It tells me that adb drivers are installed. But it won't show up as a folder in my computer any more. How do I add files without removing the SD card and plugging it into my computer.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
It could be hidden (so you'll have to change the hidden files and folders setting), or installed in another user directory (like Admin).
If I run Windows XP, how many of these steps would change? I'm thinking it might need its own thread.
I did mine on Win 64bit using winimage. Everything is working fine.
rad131304 said:
I did this on 32 bit - AFAIK, they don't support cygwin on 64 bit yet (it might run though, but YMMV).
Click to expand...
Click to collapse
XP
cabbieBot said:
If I run Windows XP, how many of these steps would change? I'm thinking it might need its own thread.
Click to expand...
Click to collapse
plus 1 for XP
So once your rooted, do you need to do anything special to install apk files that you download from dropbox? Is superuser ready?
i cant find the android_winusb file in the windows XP version of the android SDK. is there a different one that does the same?
EDIT: it appears the sdk is not split between versions of windows
im going to reinstall the sdk and see maybe if i accidently deleted it at some point
cabbieBot said:
If I run Windows XP, how many of these steps would change? I'm thinking it might need its own thread.
Click to expand...
Click to collapse
Very little changes; the only thing I can tell you off the top of my head is that
C:\users\<username>\.android\
Becomes
C:\documents and settings\<username>\.android\
Also, I don't know where, besides device manager, that you could locate the nook like you do in devices and printers - it may show up in my computer, also in scanners and cameras in the control panel - you can always right click a drive, select properties, select the hardware tab, select the b&n storage device, click properties, select the driver tab and uninstall from there....
HTH
EDIT: To delete the NC through device manager:
start > run > compmgmt.msc
browse to Device Manager
Expand Universal Serial Bus Controllers
Select USB Mass Storage Device (there may be multiple)
Right-Click and select "properties"
select the details tab
in the dropdown, select "Hardware Ids" - if this says "USB\VID_2080&...." then this is the NC
click ok
right Click again and select uninstall
disconnect NC from computer
reconnect NC to computer
NC re-finds all drivers, including ADB
start > run > cmd
cd <android-sdk-dir>\tools
adb.exe remount
Fixed instructions!
that's what I get for writing this crap at 1 in the AM ... I left out two INSANELY important steps at step 11.
SORRY!!!!
Windows 7 Sideload Instructions
Hope this helps some people - I tried to be very step-by-step about it.
Again, thank you Pokey9000, the guys and gals from the IRC channel, and everybody else for all of your hard work! 99.9% of this is an aggregation of what is already in this thread; some of it comes from nookdevs also.
You will need the following applications on your Windows 7 computer:
- cygwin (http://www.cygwin.com)
- Android Debug Bridge (ADB) - this comes with the android SDK
- Android USB Drivers - this comes with the android SDK
-- (WOQ) stands for without quotes, it means that I am giving you something between quotes to copy and paste.
-- if you see <some_odd_name> inside quotes or a code block, it means you MUST replace this with something from your specific OS instance (e.g. a drive letter, or something)
make sure your NC is disconnected from you computer
make sure your SD card is mounted on your computer (readable/browsable in explorer)
Install cygwin - you only need the base install AFAICT (YMMV), don't worry about the options for now.
download nooter at http://www.mediafire.com/?hugt8uxcfffpdvg
extract the contents to a folder in your cygwin install (standard install path is c:\cygwin)
Go to: Start, type in (WOQ) "compmgmt.msc" - this may require UAC elevation
Select "Disk Management" under storage
note the drive letter of the SD card and the disk number
Go To: Start > All Programs > Cygwin > Cygwin Bash Shell
At the prompt, type:
Code:
mount //./<f>: /dev/sd<c>
Where <f> is your drive letter, and
<c> is the letter you would get if you zero-indexed the disk number into the alphabet (i.e. 0 = a, 1 = b) **
press enter - there should be no output
REMOVE SD CARD FROM PC
INSERT SD CARD INTO PC
at the prompt, type:
Code:
dd if=<path_to_nooter_from_cygwin_install_folder>/nooter_sdcard_40MB.img of=/dev/sd<c>
It will sit at this for a few minutes seeming to do nothing, be patient; you should get a response eventually that looks like:
80326+0 records in
80326+0 records out
41126912 bytes (41 MB) copied, 174.525 s, 236 kB/s
Click to expand...
Click to collapse
IF THIS COMPLETES ALMOST IMMEDIATELY, YOU PROBABLY HAVE AN ERROR
remove the sd card from the computer and plug it into the NC
power down the NC (hold power button for 15 seconds)
connect the NC to the computer
Wait for a "Composite Device" to be recognized by Windows and fail to install drivers
Wait for 15 seconds after the recognition
power down the NC
remove SD card ***
Find your android_winusb.inf file - this is located in your android-sdk install directory in the usb_driver folder. (NOTE: if you installed this in the program files folder, you will need to UAC elevate your editor to edit this file)
Paste the following lines into the file below both occurrences of the line ";Moto Sholes" after the ADBInterface definitions:
Code:
;B & N Nook Color
%SingleAdbInterface% = USB_Install, USB\VID_2080&PID_0002
%CompositeAdbInterface% = USB_Install, USB\VID_2080&PID_0002&MI_01
save the file and close
find your adb_usb.ini file - it is usually located in c:\users\<username>\.android\
add (WOQ) "0x2080" on its own line
power on NC - at this point, the NC should boot normally, but ADB won't be able to recognize it
Go To: Start > Devices and Printers
Right-click on Nook and select properties
Select the hardware tab
If you have something that says "Nook" and has a yellow yield sign with a "!", then continue, if not skip to 40
Click on "Nook"
Select Properties
Click Change Settings (may require UAC elevation)
Click update driver
Select "browse for driver software on your computer"
Browse to the android-sdk/usb_driver folder
click next
You should be done; skip to 49 (I have no idea if this is correct - i pieced it together from somewhere in this as I did not get Nook to appear in the Device Functions List)
If you don't have a "Nook" Device Function, click on "USB Mass Storage Device"
Select Properties
Click Change Settings (may require UAC elevation)
Select the Driver Tab
Click Uninstall
Click OK
Disconnect NC
Reconnect NC
You should be done (this is different from my previous instructions on how to uninstall the NC USB drivers, I have not tested it so YMMV)
Go To: start > run > cmd
type:
Code:
cd <path_to_android_sdk>\tools
./adb.exe kill-server
You should get something like:
* server not running *
Click to expand...
Click to collapse
if adb.exe is not in tools (or tools does not exist), try:
Code:
cd <path_to_android_sdk>\platform-tools
./adb.exe kill-server
type:
Code:
./adb.exe remount
You should get something like:
* daemon not running. starting it now *
* daemon started successfully *
remount failed: No such file or directory
Click to expand...
Click to collapse
You are done configuring to sideload
From here you should be able to sideload from ADB.
To sideload an app, simply do the following:
Code:
./adb.exe install <app_name>
Thanks Rad!
im going insane, ive completely updated the SDK but i cant find this damn android_winusb file
When you updated the SDK, did you install the USB drivers also? If you did, that file should be in whatever directory you installed the SDK in under the usb_driver subdirectory.
cabbieBot said:
im going insane, ive completely updated the SDK but i cant find this damn android_winusb file
Click to expand...
Click to collapse
I'm an idiot, I was certain the USB Drivers were installed. Done and done now, sheesh what a waste of time!
now to hunt for adb_usb which is being a pain to find too. Has anyone found adb_usb on XP?
I can see the folder C:\documents and settings\<username>\.android\ but theres two folders in there for AVD and AndroidDesktopNotifier. Maybe if someone can upload the adb_usb file I can just throw it in the folder and cross my fingers?

[GUIDE] Win 95/98/XP and Linux OS (Knoppix/Ubuntu etc) on Xperia S No root needed!!!

Yes ! Now you can run x86 based operating systems on your Xperia S. No root needed
IS A VIRTUAL MACHINE, DOESN'T TOUCH ANDROID
The windows 95/98 works great on my Xperia S
All credits to their respective developers.....
Instructions :
1.Download and install Bochs2_5_1.apk (stable but slower) or QEMU.apk (unstable but faster)
2.Download SDL(BOCHS).zip for Bochs2_5_1.apk and SDL(QEMU).zip for QEMU.apk and extract on root of sdcard , so path should be sdcard/SDL/*.*
3.Put a disk image of type ".img" of any operating system in SDL folder and rename it to "c.img" (tested : win 95/98/XP ----------------Linux OSs like Ubuntu/Knoppix/redhat etc can also be used)
4.here i uploaded an img of windows 98 http://www.mediafire.com/?ec76dg96qspyx5k (just change the extention from .mp3 to .zip, extract and here you go)
5.Run Bochs or LibSDL from appdrawer. Let it boot (takes few secs) and enjoy.
How to Create .IMG from .VHD disk image in Second Post
----------------------------------------------------------------------
Instructions (BOCHS) :
- The screen works as touchpad to control the mouse cursor and volume up/down works as left/right click.
- You can also tap the screen to generate left click.(this does not work everytime)
- Back = BackSpace, Menu = Enter, left-upper corner click generates TAB
- left-lower corner click popups keyboard
( For a desktop like experience use this keyboard -> Hackers Keyboard, or a usb keyboard using the usb host cable)
-Create a folder called "HDD" on the root of your SDcard and put your softwares/files or anything in there. When you boot windows, then in "My Computer" you will see "d" drive which will have the "HDD" folder contents. So you can install/use them in Windows.
-----------------------------------------------------------------------
----------------------------------------------------------------------
Instructions (QEMU):
- The screen works as touchpad to control the mouse cursor.
- You can also tap the screen to generate left click (right click is not possible AFAIK) .
- Back = BackSpace, Holding Menu = popups keyboard
( For a desktop like experience use this keyboard -> Hackers Keyboard or a usb keyboard using the usb host cable )
- No custom files can be used as of now, will find a way and post here again.
----------------------------------------------------------------------
Some freeware disk images can be found on the next links (not sure if any of them will work as i have not tested , only win 95/98/XP are tested.)
HERE and HERE
thanks to:
mnomaanw, and all the developers working on this project
How to Create .IMG Disk Image from .VHD
1. Download ISO Recorder here
2. Mount the VHD
-Windows 7
-Go to your start menu, right click on Computer, and choose 'manage'
-On the left, click on 'Disk Management' (may take a few moments)
-Click on 'More Actions' and choose 'Attach VHD'
-Choose your VHD
3. Open Windows Exporer
4. Right click on the newly mounted VHD and select 'Create ISO Image File' and when saving, choose save as any file type.
5. Save as c.img
Thanks to chessmaster W/nook for posting these instructions
OR:
I found this somewhere on a non English site, so I translated it via google.....Much part of the guide is understandable.
(Instructions)
Download QEMU for companies
Create a folder on the C drive and extract all the qemu from the archive there.
(Go to the folder in the console)
(hard way)
Win XP: Start> Run> cmd
Win 7: The push buttons Win + R, write cmd and click on OK
Writing in the console
Code
cd c: \ qemu
(easy way, but it only works on Win 7)
Go to the folder qemu (not necessarily on drive C)
Hold down Shift, click on the empty space of the open folder, right-click
In the menu click on "Open Command Window"
Create an image of your hard disk - write to the console
Code
qemu-img create-f raw disk.img 2000M
(Where)
disk.img - the name of the hard disk
2000M - the size in megabytes (the size can be anything, if only Windows was placed, but just the 2000M).
Create (. Iso) image c installation disk Windows XP (look in Advanced) and rename it to image.iso
Copy it to the folder c: \ qemu
If the c: \ qemu disk image is the image of the hard drive then run QEMU - write to the console
Code
qemu.exe-m 1024-boot d-cdrom image.iso-hda disk.img
(Where)
1024-m - amount of RAM available to QEMU
-Boot d - to boot from cd-rom
-Cdrom image.iso - our installation CD
-Hda disk.img - hard disk image
(Install windows as usual)
Format to NTFS required (do not be lazy is a very fast)
Creating a Windows completed.
Disk.img take out of the c: \ qemu and copy the smart
(Now set up the Smart)
Download BOCHS for Android
Download the SDL: SDL.zip (47.85 KB) Number of downloads: 240
Installation:
Install apk
Unpack the archive in the SDL sdcard / SDL
disk.img move to the sdcard / SDL
(Edit file bochsrc.txt)
Neither of which do not touch, but here:
# What disk images will be used
# Floppya: 1_44 = W98RUS.img, status = inserted
change the name of the image as follows:
# What disk images will be used
# Floppya: 1_44 = disk.img, status = inserted
and here:
ata0-master: type = disk, path = "c.img"
change to:
ata0-master: type = disk, path = "disk.img"
All store and run Bochs
We look forward to and enjoy!
that sounds great
just to make sure that i have understand the general idea
so it is about running windows 98 as any other application on Android ??
and it will not replace the original OS
mohammed510 said:
that sounds great
just to make sure that i have understand the general idea
so it is about running windows 98 as any other application on Android ??
and it will not replace the original OS
Click to expand...
Click to collapse
yes is a virtual machine dosent touch android
vitorugo-8 said:
one video showing that working will be good
Click to expand...
Click to collapse
i will do it tomorrow
one video showing that working will be good
vitorugo-8 said:
one video showing that working will be good
Click to expand...
Click to collapse
We did not take vids but there's a few screenshots here http://www.xperiagamer.com/Apps/windows-on-xperia.html we tried this few weeks back and worked well on the xperia s
Sent from my LT26i using XDA
i can not install bochs.apk and qemu.apk parse error problem
cannot extract .zip files. I've tried both
hololodilolo said:
cannot extract .zip files. I've tried both
Click to expand...
Click to collapse
Try the link 2 posts above. I uploaded them and both should be fully working.
Sent from my LT26i using XDA
marcoplo said:
i can not install bochs.apk and qemu.apk parse error problem
Click to expand...
Click to collapse
Same here
Update: Copies in this link work perfectly!
http://forum.xda-developers.com/showthread.php?t=1459153
Thanx
Bookmarking the post! will read it and do it later!
i've tried it on my SGS2....nice ... I have XP on my phone
Btw... is there a way on how to make it faster and snapier..??
baramuli said:
i've tried it on my SGS2....nice ... I have XP on my phone
Btw... is there a way on how to make it faster and snapier..??
Click to expand...
Click to collapse
Not really. Different architectures, you can only emulate and not virtualize.
baramuli said:
i've tried it on my SGS2....nice ... I have XP on my phone
Btw... is there a way on how to make it faster and snapier..??
Click to expand...
Click to collapse
To make this faster is possibile but not on curent generation of phone Maybe on the newgen of Huawei soC at x64 but the project is still in Very Very Alpha
Sent from my LT26i using xda premium
optik19918 said:
To make this faster is possibile but not on curent generation of phone Maybe on the newgen of Huawei soC at x64 but the project is still in Very Very Alpha
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Nope. Even ARMv8 won't really be able to virtualize desktop CPUs. I've had a chance to play with a TI board and the thing is badass, but it doesn't have hardware virtualization.
Thx
thanks for your work, I'll test.
I cant make it work, i already try with win 98, and win 95, it always show only like the BIOS screen and then it close, (no force closing, just close)
what a shame
jacker60 said:
I cant make it work, i already try with win 98, and win 95, it always show only like the BIOS screen and then it close, (no force closing, just close)
what a shame
Click to expand...
Click to collapse
i tested again now and works, with BOCHS i will test the other one to!
the win 98 img i uploaded is damaged, upolading right now w95 tested and working,
maybe your windows img is damaged
Sent from my LT26i using xda premium
What advantages does this bring?
naughtb4 said:
What advantages does this bring?
Click to expand...
Click to collapse
It's one of those "because you can" things
Sent from my Xperia Arc S using xda premium

[Non-ROOT][All versions] Fit status bar with notch [Mi 8/Mi 8 Lite]

To fit the status bar with notch, it is necessary to change the density of the device screen
See the attached image.
Steps.
Enable "USB debugging" in "Develop options".
Enable "USB security setting" (bellow "USB debugging") (tap on yes to all).
Setup ADB on your computer with this tool
Open the ADB installation folder
Right click + shift and click on open command window here (on windows 10, type "CMD" in the upper bar and enter)
Type this and accept all permissions on the device screen:
ADB Devices
adb shell wm density 470
adb reboot
Click to expand...
Click to collapse
Done!
It is likely that the screen aspect looks a bit different, you can fix that by adjusting the size of the font in screen options.
Thanks
or change it in developer settings ...
there is no difference
Wow u change resolution from ADB! Mama's hacker!
andrecuellar said:
To fit the status bar with notch, it is necessary to change the density of the device screen
See the attached image.
Steps.
Enable "USB debugging" in "Develop options".
Enable "USB security setting" (bellow "USB debugging") (tap on yes to all).
Setup ADB on your computer with this tool
Open the ADB installation folder
Right click + shift and click on open command window here (on windows 10, type "CMD" in the upper bar and enter)
Type this and accept all permissions on the device screen:
Done!
It is likely that the screen aspect looks a bit different, you can fix that by adjusting the size of the font in screen options.
Thanks
Click to expand...
Click to collapse
This is not solution, already have it on forum, changing resolution it's not what all we want! Stop repost this sh!t.
Thank you. I didn't know these. Is there a way to only fit the status bar , because when I change this, all the icons and text shrink. I have a theme with the icons very big, and I would like to keep it that way.
Nope
Okey so. Doesn't work.
How can I go back?

Question Windows 11

Hello,
I saw on a website someone has installed the Windows 11 on a Smartphone.
Think you is it possible to do it on the Surface RT ? It's the same architecture ARM.
So far there is no ARM32 builds of Win11, so no. Not yet, anyways. The smartphone had to have been ARM64/Aarch64, the Surfaces are ARM32.
frylockk19 said:
So far there is no ARM32 builds of Win11, so no. Not yet, anyways. The smartphone had to have been ARM64/Aarch64, the Surfaces are ARM32.
Click to expand...
Click to collapse
Okey I understand now
Thanks for your help !
Who knows, maybe one day !
tagdevil said:
Okey I understand now
Thanks for your help !
Who knows, maybe one day !
Click to expand...
Click to collapse
No problem! Maybe it will be possible one day, only the future will be able to tell us.
I'm feelling ready to brick an RT Surface (1st Gen), to test Windows11. I don't know what is going to happen. But, who knows...?
And in my hands, have a Surface Pro 1st Gen wich, i think is an I5 Processor, 64-bit. At this equipment, i'm trying to restore/fix boot record. I've allready entered in recovery mode. But forgot to fix this problem, and now i need again to enter in recovery mode. But it allways enter in bios setup!
MareAlta said:
I'm feelling ready to brick an RT Surface (1st Gen), to test Windows11. I don't know what is going to happen. But, who knows...?
And in my hands, have a Surface Pro 1st Gen wich, i think is an I5 Processor, 64-bit. At this equipment, i'm trying to restore/fix boot record. I've allready entered in recovery mode. But forgot to fix this problem, and now i need again to enter in recovery mode. But it allways enter in bios setup!
Click to expand...
Click to collapse
The RT just won't boot to Windows, only issue it'll have as there is for sure no 32bit or ARM32/Aarch32 builds, only WinPE is 32bit (you could recover it). As for your Pro 1st gen, it'll be fine. Just be sure to bypass the TPM 2.0 thing.
Windows is some of the worst OS ever.
VD171 said:
Windows is some of the worst OS ever.
Click to expand...
Click to collapse
Yup. Linux/FOSS for life
No, because windows RT used ARM 32, but windows 11 only support ARM64
Data.hu | Fájl nem létezik
Az adott fájl nem létezik. Valószínűleg a tulajdonosa már törölte rendszerünkből, vagy a 2001. évi CVIII. törvény alapján, jogsértés miatt került eltávolításra.
data.hu
I've installed a recent w11 build (on ARM system tho) and it just needed:
HKEY_LOCAL_MACHINE\SYSTEM\Setup
Key: LabConfig
DWORD 32bit
BypassTPMCheck = 1
BypassRAMCheck = 1
BypassSecureBootCheck = 1
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
MoSetup Key
Dword 32 Bit
AllowUpgradesWithUnsupportedTPMOrCPU
Value = 1 Hexadecimal
How to open registry editor on installer:
1. Press Shift+F10
2. Once command prompt window appears type "regedit" and press enter
Option 2:
1. Ensure you're on main page with the Install Now button
2. Press the "Repair your computer" link on bottom
3. Troubleshoot -> Command Prompt
4. Once command prompt window appears type "regedit" and press enter
Varga Laci said:
Data.hu | Fájl nem létezik
Az adott fájl nem létezik. Valószínűleg a tulajdonosa már törölte rendszerünkből, vagy a 2001. évi CVIII. törvény alapján, jogsértés miatt került eltávolításra.
data.hu
I've installed a recent w11 build (on ARM system tho) and it just needed:
HKEY_LOCAL_MACHINE\SYSTEM\Setup
Key: LabConfig
DWORD 32bit
BypassTPMCheck = 1
BypassRAMCheck = 1
BypassSecureBootCheck = 1
Computer\HKEY_LOCAL_MACHINE\SYSTEM\Setup
MoSetup Key
Dword 32 Bit
AllowUpgradesWithUnsupportedTPMOrCPU
Value = 1 Hexadecimal
How to open registry editor on installer:
1. Press Shift+F10
2. Once command prompt window appears type "regedit" and press enter
Option 2:
1. Ensure you're on main page with the Install Now button
2. Press the "Repair your computer" link on bottom
3. Troubleshoot -> Command Prompt
4. Once command prompt window appears type "regedit" and press enter
Click to expand...
Click to collapse
ARM64 orrrrr...?
frylockk19 said:
ARM64 orrrrr...?
Click to expand...
Click to collapse
Arm plus Intel, AMD Have a look around on Telegram.
Varga Laci said:
Arm plus Intel, AMD Have a look around on Telegram.
Click to expand...
Click to collapse
What group
Wait, do you think I asked what CPU the keys work on? My bad if so, was asking if you installed Windows on an ARM64 or ARM32 CPU

Categories

Resources