PC broke so no odin now what? - Captivate General

My PC crashed on me and its so old I dont think I want to repair it. I have a powermac G4 so I cant even download heimdall because its only for intel based Macs. Ive quickly learned the ins and outs of flashing. I couldnt tell you the last time I bricked my cappy but now that I dont really have an option to recover I dont really want to take any chances. Is there a third option incase **** happens? I really dont want to get a new computer because my G4 is fast enough for the websurfing I do.

Phone a friend?
Sent from my Captivate

curti.nogg said:
Phone a friend?
Sent from my Captivate
Click to expand...
Click to collapse
+100000000
10chars.

Smallsmx3 said:
My PC crashed on me and its so old I dont think I want to repair it. I have a powermac G4 so I cant even download heimdall because its only for intel based Macs. Ive quickly learned the ins and outs of flashing. I couldnt tell you the last time I bricked my cappy but now that I dont really have an option to recover I dont really want to take any chances. Is there a third option incase **** happens? I really dont want to get a new computer because my G4 is fast enough for the websurfing I do.
Click to expand...
Click to collapse
I don't have access to a PPC Mac so I haven't had a chance to test this. However I did attempt to develop Heimdall with support for PPC Macs.
You'll have to download the source package and make the following modifications:
In OutboundPacket.h after line 22:
#define OUTBOUNDPACKET_H
Click to expand...
Click to collapse
Add the line:
#define PPC
Click to expand...
Click to collapse
In InboundPacket.h after line 22:
#define INBOUNDPACKET_H
Click to expand...
Click to collapse
Add the same line:
#define PPC
Click to expand...
Click to collapse
Then follow the instructions to compile (don't forget you need the libusb-1.0 SDK) and run Heimdall as usual you should hopefully be able to get Heimdall running on your G4.

Wow thanks! Unfortunately I have no experienc in programming but ill see what I can do
Sent from my SAMSUNG-SGH-I897 using XDA App

Well I can add the lines to both files but have no idea how to compile everything. I know you left instructions but it looks like jibberish to me....lol

Smallsmx3 said:
Well I can add the lines to both files but have no idea how to compile everything. I know you left instructions but it looks like jibberish to me....lol
Click to expand...
Click to collapse
Yeah. If you have no experience whatsoever compiling software then this might be a bit of a stretch.
First you need to install all the build tools. Whilst all of XCode technically isn't necessary, it's easiest if you just install the whole of XCode using the installer. XCode is probably included on your original OS X disk but if not you can download it for free from Apple's website.
Once you've installed XCode you need to install libusb 1.0.8 (http://www.libusb.org/). Then you need to get the Heimdall intel binaries and follow the instructions to install them. The intel binaries obviously won't work but it also makes some other changes which are required.
Then you need to use terminal to navigate (i.e cd) to the directory where you extracted the Heimdall source code. Once there you need to type:
config
make
sudo make install
Click to expand...
Click to collapse
If it complains on the first step, then type the following and retry:
sudo chmod 755 config
Click to expand...
Click to collapse
If you need more help it would be good if you could post in the Galaxy S Heimdall thread so other users can easily find and benefit from the answers I give.

Couldnt he setup a virtualbox with windows XP on it... and then Odin will start working again?

avgjoegeek said:
Couldnt he setup a virtualbox with windows XP on it... and then Odin will start working again?
Click to expand...
Click to collapse
Assuming Smallsmx3 doesn't mind running a virtual machine, then that is indeed a very good point It might work out to be simpler in this particular circumstance.

I have tried to run virtualbox and im positive its for only intel macs. Guest pc is my only option but I think I would have to buy the software and Im not 100% sure that I could even get odin working through guest pc. I really appreciate the help.

Related

[Q] Run Exe in Android ...

Is there any way to run exe file in android with the help of cross platform/layer such as "wine layer" in Linux????
Biswajyoti said:
Is there any way to run exe file in android with the help of cross platform/layer such as "wine layer" in Linux????
Click to expand...
Click to collapse
Search before you make a thread - looks quite complicated, probably not worth it.
Xda Thread
Here is a way! According to what I know!
Biswajyoti said:
Is there any way to run exe file in android with the help of cross platform/layer such as "wine layer" in Linux????
Click to expand...
Click to collapse
What you can do is this, to run Ubuntu image on your android using any custom ROM kernel as the base i-e Cyanogen Mod! To have this you need to get the required Ubuntu image and also Busy box installed, Go to Google Play and search for ubuntu installer or something like this, there will be a free installed for android by XDA member, Grab that! Install that! Get Busy Box installer too from market! and install busy Box tools using that! After that open ubuntu installer read the instructions and using them you will be able to run ubuntu on your android phone using same base kernel.
Simply after having ubuntu on your screen go back to command application in your android phone Terminal Emulator and install wine using command sudo apt-get install wine amm! I don't remember the name exactly you need wine and wine trick both lol! Well Google this command and try this method it will help you! Best Of luck!
Don't forget to hit thanks after this valuable information! LOL
Great idea.....Thanks a lot....i will try this ...
Did it Worked???
Biswajyoti said:
Great idea.....Thanks a lot....i will try this ...
Click to expand...
Click to collapse
Hey could you tell me if that worked.
why do you want to run exe on android????
you have all the required apps in google play
Make sure it doen't ruin your phone/tablet
Biswajyoti said:
Great idea.....Thanks a lot....i will try this ...
Click to expand...
Click to collapse
Be careful not to damage ur phone/tablet bcuz running an .exe file on Linux (well in my case I don't wanna say about the others) created some stinky file that corrupted my Linux distribution (ubuntu) so I had to go to recovery everytime to restore it... On the other hand u have everything u need on the market or on google if the market banned it or something. Just be careful.
74274265j said:
Hey could you tell me if that worked.
Click to expand...
Click to collapse
illuminatic said:
why do you want to run exe on android????
you have all the required apps in google play
Click to expand...
Click to collapse
Do you have to have the custom kernal. Also how do you do this? (Noob).
Jf someone was to just make an app that let you run exe files they could probobly charge so much since its like impossible to do it.

[TOOL] One Click CWM Recovery Install

What will this do?This will install CWM recovery on your bootloader unlocked HTC One XL (AT&T, Rogers, Asia, etc.)​
DownloadDownload Tool​
Who do I thank?
Don't thank me. Thank Paul O'Brien of MoDaCo for creating a usable recovery image.​
Ty ;-)
Sent from my HTC One XL using Tapatalk 2
Is this for windows only?
Justjusten said:
Is this for windows only?
Click to expand...
Click to collapse
Yes right now. If someone wants to create a Mac/Linux version, that'd be awesome.
You can manually install by doing the following:
Code:
adb reboot bootloader
fastboot flash recovery recovery-clockwork-touch-5.8.3.1-evita-modaco.img
fastboot reboot
Justjusten said:
Is this for windows only?
Click to expand...
Click to collapse
yes
Thank you! Also thank you for the -5 Points, lol guess i got what i deserved
Installed works wonders! Thanks!
too bad recovery doesnt work yet for flashing roms....
hmm install now or wait until its 100% what are the benefits for installing now? wow file is 7.2mb took over 8 minutes to download on my comcast 50MBPS internet!! servers must be getting bogged! lol
Works perfectly... thank you!
We definitely need someone that can do these conversions for mac on board. Hard out here for a mac user. LOL
dscottjr81 said:
We definitely need someone that can do these conversions for mac on board. Hard out here for a mac user. LOL
Click to expand...
Click to collapse
Question, if you run virtualized windows in your mac, can you run adb commands and scripts just like it were a PC?
dscottjr81 said:
We definitely need someone that can do these conversions for mac on board. Hard out here for a mac user. LOL
Click to expand...
Click to collapse
Or the mac users can make a dual boot and use windows lol ....*runs and hides*
Sent from my HTC One XL using xda premium
dscottjr81 said:
We definitely need someone that can do these conversions for mac on board. Hard out here for a mac user. LOL
Click to expand...
Click to collapse
It's no harder than for the linux crowd. If you're familiar with Terminal, then adb commands should be second-nature.
That being said, if you look at the contents of the install.bat, you can see which commands are being run. Use those same commands from Terminal on your Mac, assuming you've already setup the Android SDK tools (adb and fastboot).
Here's where you get the Mac SDK: http://developer.android.com/sdk/index.html
You needn't worry about setting up the Eclipse plugin or anything like that. Once you unpack the zip, you should find an "android" binary, which when run, will launch the SDK Manager. From there you select the Android SDK Tools. That will install adb. Select Android SDK Platform Tools and that should install fastboot.
dscottjr81 said:
We definitely need someone that can do these conversions for mac on board. Hard out here for a mac user. LOL
Click to expand...
Click to collapse
Hey stop giving us a bad name, crack that .bat open and show the world your ADB terminal skills.
About to do the same myself.
hey i keep getting remote: signature verify fail. anyone else have this issue, is there a solution for it?
Thanks as usual ! Worked great
thatg said:
hey i keep getting remote: signature verify fail. anyone else have this issue, is there a solution for it?
Click to expand...
Click to collapse
Your device is not bootloader unlocked. Please read the instructions.
kennethpenn said:
Your device is not bootloader unlocked. Please read the instructions.
Click to expand...
Click to collapse
lol whoops sorry, up and running, need me some CM9!!!
Does this give you the ability to nandroid now?

Porting CWM how to Extract stock Recovery image?

Hello Xda, i own a ZTE midnight and just a few hours ago rooted it and would like to help port CWM to my device, i was looking at this https://www.facebook.com/ClockworkMod/posts/480999728601013 and wanted to start from there but i dont know how to extract the stock recovery, any help? like i said its already rooted and i think that All ZTE devices have unlocked bootloaders so this is possible. yes i have googled it please dont bark at me.
Hi trozzul,
I too want to port it to cwm but am also not able to extract my stock recovery.
Have you tried flashify? There is an option for backup boot.img and recovery.img . I tried it but doesn't seems to work.
It does create a 0 byte file named recovery.img . Maybe it isn't working on my phone.You try it on yours.
Thankx
Yuvraj
Sent from my iris 406Q using XDA Free mobile app
coder32 said:
Hi trozzul,
I too want to port it to cwm but am also not able to extract my stock recovery.
Have you tried flashify? There is an option for backup boot.img and recovery.img . I tried it but doesn't seems to work.
It does create a 0 byte file named recovery.img . Maybe it isn't working on my phone.You try it on yours.
Thankx
Yuvraj
Sent from my iris 406Q using XDA Free mobile app
Click to expand...
Click to collapse
i sorta found out myself with playing around in a terminal emulator. would you happen to know what partition your phone is? BML or MTD? i dont know what todo if your device is BML but if you think its MTD you can try in the terminal emulator app (from play market) type in
Code:
cat /proc/mtd
enter this in and you will see around 20 MTD files. find the MTD file with "Recovery" at the end, type this in for instance (DO NOT use this code, its what my device showed the Recovery MTD for.)
Code:
dd if=/dev/mtd/mtd12 of=/sdcard/recovery.img
and it will push your recovery to your SD card (in .img format), Pretty much say your recovery was MTD9 just put in that code but replace mtd12 with MTD9 mine was about 5MB i didn't know they were that small.
Trozzul said:
Hello Xda, i own a ZTE midnight and just a few hours ago rooted it and would like to help port CWM to my device, i was looking at this https://www.facebook.com/ClockworkMod/posts/480999728601013 and wanted to start from there but i dont know how to extract the stock recovery, any help? like i said its already rooted and i think that All ZTE devices have unlocked bootloaders so this is possible. yes i have googled it please dont bark at me.
Click to expand...
Click to collapse
To extract your stock recovery what you can do is the following to determine which partition is the recovery partition. From terminal emulator or adb shell, go to the /cache/recovery directory and look for a file called log or last_log if you cd into the /cache/recovery directory you can read the log file with the cat command: cat last_log. In the log file you will see a list of the partitions on your device. One of these will be your recovery partition, remember which partition block is your recovery partition and then run the command:
Code:
cat /dev/block/yourrecoveryblock > /mnt/sdcard/recovery.img
Let me know if you still have questions.
I had already tried it .it's BML :/
Congrates to you
Sent from my iris 406Q using XDA Free mobile app
shimp208 said:
To extract your stock recovery what you can do is the following to determine which partition is the recovery partition. From terminal emulator or adb shell, go to the /cache/recovery directory and look for a file called log or last_log if you cd into the /cache/recovery directory you can read the log file with the cat command: cat last_log. In the log file you will see a list of the partitions on your device. One of these will be your recovery partition, remember which partition block is your recovery partition and then run the command:
Code:
cat /dev/block/yourrecoveryblock > /mnt/sdcard/recovery.img
Let me know if you still have questions.
Click to expand...
Click to collapse
thanks for the info! i got the Recovery.img but would you happen to know if this site is not in use anymore? http://builder.clockworkmod.com/ i get 404s after i have uploaded it and i try to see mine in the que.
Trozzul said:
thanks for the info! i got the Recovery.img but would you happen to know if this site is not in use anymore? http://builder.clockworkmod.com/ i get 404s after i have uploaded it and i try to see mine in the que.
Click to expand...
Click to collapse
Clockworkmod recovery builder website has been hit and miss recently. Overall I would strongly recommend taking a look at this guide here that will teach you the basics of porting Clockworkmod Recovery to a new device, you will also learn a lot more doing it this way, as well as it being easier to fix any issues.
shimp208 said:
Clockworkmod recovery builder website has been hit and miss recently. Overall I would strongly recommend taking a look at this guide here that will teach you the basics of porting Clockworkmod Recovery to a new device, you will also learn a lot more doing it this way, as well as it being easier to fix any issues.
Click to expand...
Click to collapse
i have to use Ubuntu? could i not use the command prompt since the codes looks like you can use them there. Could i format one of my old computers and setup Ubuntu there?
Trozzul said:
i have to use Ubuntu? could i not use the command prompt since the codes looks like you can use them there. Could i format one of my old computers and setup Ubuntu there?
Click to expand...
Click to collapse
You have to use Linux or OSX but Ubuntu is highly recommended. You can't use command prompt as the Windows architecture isn't designed to build and cross compile for the architecture Android is based on. Yes, you could format your old computer and install Ubuntu on that and proceed from there.
Sent from my SCH-I535 using XDA Premium 4 mobile app
shimp208 said:
You have to use Linux or OSX but Ubuntu is highly recommended. You can't use command prompt as the Windows architecture isn't designed to build and cross compile for the architecture Android is based on. Yes, you could format your old computer and install Ubuntu on that and proceed from there.
Sent from my SCH-I535 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Cool, i will try my best to figure out how to get Ubuntu on this old thing, from looking it up looks like a simple process. could you recommend a good way to learn some basic commands like that guide asks for? i am using codecademy right now for some basic java and html stuff i know you need to know some of that stuff. its a single core 512mb of ram old XP computer, i dont know the system requirements for Ubuntu.
Trozzul said:
Cool, i will try my best to figure out how to get Ubuntu on this old thing, from looking it up looks like a simple process. could you recommend a good way to learn some basic commands like that guide asks for? i am using codecademy right now for some basic java and html stuff i know you need to know some of that stuff. its a single core 512mb of ram old XP computer, i dont know the system requirements for Ubuntu.
Click to expand...
Click to collapse
Your machine meets the minimum specs for Ubuntu (Barley) you could also check out Xbuntu or Lubuntu as well, make sure you use a 64-bit version as Android building requires that. Keep in mind with those specs you should be able to build it will just take a while to compile. For learning the basics of the Linux command line, this is a great guide just ignore the parts about Windows Power Shell (Or don't ignore them and learn twice as much!). The system requirements for Ubuntu can be found here as well for your reference. Android building does't really deal with HTML, it does deal with Java but as always the more you know the better because it just makes it easier to learn from there.
shimp208 said:
Your machine meets the minimum specs for Ubuntu (Barley) you could also check out Xbuntu or Lubuntu as well, make sure you use a 64-bit version as Android building requires that. Keep in mind with those specs you should be able to build it will just take a while to compile. For learning the basics of the Linux command line, this is a great guide just ignore the parts about Windows Power Shell (Or don't ignore them and learn twice as much!). The system requirements for Ubuntu can be found here as well for your reference. Android building does't really deal with HTML, it does deal with Java but as always the more you know the better because it just makes it easier to learn from there.
Click to expand...
Click to collapse
im pretty sure that computer i have is 32bit, so im screwed?
Trozzul said:
im pretty sure that computer i have is 32bit, so im screwed?
Click to expand...
Click to collapse
Is the operating system installed 32-bit or is the the CPU itself in your computer a 32-bit processor because if it's just a 32 -bit operating system you can still install the 64-bit version. But if it's a 32-bit processor then I'm afraid your out of luck. What you can do however is setup Ubuntu in a virtual machine on your main computer using Virtualbox.
shimp208 said:
Is the operating system installed 32-bit or is the the CPU itself in your computer a 32-bit processor because if it's just a 32 -bit operating system you can still install the 64-bit version. But if it's a 32-bit processor then I'm afraid your out of luck. What you can do however is setup Ubuntu in a virtual machine on your main computer using Virtualbox.
Click to expand...
Click to collapse
i was aware of the virtual machine ( still dont know how to do it lol) and i sorta didnt want to use it on my main computer i feel like to me it would be easier to just start linux on another computer. uh how would i tell if the processor on it is 32bit?
Trozzul said:
i was aware of the virtual machine ( still dont know how to do it lol) and i sorta didnt want to use it on my main computer i feel like to me it would be easier to just start linux on another computer. uh how would i tell if the processor on it is 32bit?
Click to expand...
Click to collapse
With Virtualbox you can setup Windows and Linux side-by-side and the good thing is if you mess something up in Virtualbox you regular windows installation is unaffected, I would highly recommend checking out this video walk though guide on how to install Ubuntu 14.04 LTS in Virtualbox. You can find out if you have a 32-bit processor or 64-bit processor by going to Accessories -> System Tools -> System Information (Or just search for System Information), then look at the System Type entry if it says x64-based PC you have a 64-bit processor if it says x86-based PC you have a 32-bit processor.
shimp208 said:
With Virtualbox you can setup Windows and Linux side-by-side and the good thing is if you mess something up in Virtualbox you regular windows installation is unaffected, I would highly recommend checking out this video walk though guide on how to install Ubuntu 14.04 LTS in Virtualbox. You can find out if you have a 32-bit processor or 64-bit processor by going to Accessories -> System Tools -> System Information (Or just search for System Information), then look at the System Type entry if it says x64-based PC you have a 64-bit processor if it says x86-based PC you have a 32-bit processor.
Click to expand...
Click to collapse
ill try to post back soon, i will try out virtualbox but im going to try to still get ubuntu on another computer i own, the other one ended up being x86 based. im sure the new one is 64-bit but it needs some work on it. thanks for the help so far!
Trozzul said:
ill try to post back soon, i will try out virtualbox but im going to try to still get ubuntu on another computer i own, the other one ended up being x86 based. im sure the new one is 64-bit but it needs some work on it. thanks for the help so far!
Click to expand...
Click to collapse
No problem buddy happy to help out, let me know how it goes!
shimp208 said:
No problem buddy happy to help out, let me know how it goes!
Click to expand...
Click to collapse
alright installed Ubuntu on one of my many computers, gonna try to build a setup a build environment, i have 75 gigs free on my hard drive, i heard the android source needs 100GB? could i put another hard drive in my computer thats 80gigs and would work?
Trozzul said:
alright installed Ubuntu on one of my many computers, gonna try to build a setup a build environment, i have 75 gigs free on my hard drive, i heard the android source needs 100GB? could i put another hard drive in my computer thats 80gigs and would work?
Click to expand...
Click to collapse
My apologizes for getting back to you so late @Trozzul I just finished with my finals the other day and didn't get home till much latter then anticipated hence the delay. While you could put in another 80 GB hard drive I would recommend picking up at least a 250 GB Hard Drive (They can be found online for about $30-$40), as that way you can be sure you won't run out of room and can have your main build environment all on one drive. But you can try it with the setup you have now and you can probably get away with it. As always let me know of any questions you have happy to help :highfive:.

[Q] Need Help: To root, unlock bootloader and install TWRP/CWM?

Hello Guys,
First time poster!
I've already gone through numerous post suggesting one should not use toolkits for rooting phones. The whole purpose of writing or asking question is I'm rooting my device for the first time and I'm not having computer of high configurations (Still on WIn XP, 512 RAM, 40GB HDD). Can anyone suggest me absolutely minimum requirement(Tools/Software) for rooting phone via PC? I saw few post referring to AndroidSlimKat, but I'm not sure if the links are updated one.
Initially I was thinking of doing it by installing following apps:
> Towelroot
> Boot Unlocker for Nexus Devices
> Rashr - Flash Tool / TWRP Manager / ROM Manager
> SuperSU (Chainfire)
>Root Checker (Joey Krim)
Also, what all are basic knowledge/information/commands requirement in case I do go by above listed tool methods? Is it worth taking chance?
I'm on stock. Android 4.4.4 R2.
Thanks for your help!
Don't use toolkits or apps. Use fastboot commands. Definitely dont use ROM manager.
We cover everything you need to know in the general section
Click the link in my signature to get to the stocky thread. This contains all the important threads. Read "adb and fastboot. What is it?" then read the unlock and root thread.
Job done
Sent from my Nexus 5 using Tapatalk
Thanks a lot for your reply!
I want to root but I don't want to mess up. I'm not sure if I can trust my PC (USB Connectivity and low end configuration). I will wait for few more days and hopefully I can build a willpower to go with traditional way!!
P.S: Toolkits/One click apps are so easy to use, but not sure what if you are stuck.
Definitely follow @rootSU 's advice. You'll learn something and see how easy it is once you get the hang of it.
You have a Nexus...kits and apps are completely unnecessary and can cause issues.
You have 2 options: (1) learn and HOPE you've done it right (and probably forget everything you learned later), or (2) use a GOOD toolkit.
For me the choice was easy. I used Wug's Nexus Root Toolkit - http://forum.xda-developers.com/goo...olkit-wugs-nexus-root-toolkit-v1-8-3-t2517778
Use it with this vid tutorial to work up the courage - http://youtu.be/KnlUdjUaD3Q
Fantastic tool. Very easy and good to get you out of a bind also.
voidcomp said:
You have 2 options: (1) learn and HOPE you've done it right (and probably forget everything you learned later), or (2) use a GOOD toolkit.
For me the choice was easy. I used Wug's Nexus Root Toolkit - http://forum.xda-developers.com/goo...olkit-wugs-nexus-root-toolkit-v1-8-3-t2517778
Use it with this vid tutorial to work up the courage - http://youtu.be/KnlUdjUaD3Q
Fantastic tool. Very easy and good to get you out of a bind also.
Click to expand...
Click to collapse
Forget everything you've learnt? Hardly. If you just want your device to look "cool" and not care about using fastboot/adb ever again you probably shouldn't be here.
voidcomp said:
You have 2 options: (1) learn and HOPE you've done it right (and probably forget everything you learned later), or (2) use a GOOD toolkit..
Click to expand...
Click to collapse
That is some seriously bad advice. I'm not ant-toolkit but that is shoddy rationalization.
Rule number 1 - don't trust the guy with 27 posts.
Sent from my Nexus 5 using Tapatalk
Hahaha you purists crack me up! Reminds me of the linux guys who think Windows sucks and there's no other way to go.
voidcomp said:
Hahaha you purists crack me up! Reminds me of the linux guys who think Windows sucks and there's no other way to go.
Click to expand...
Click to collapse
That purely depends on what you do with your PC lol. This is different.
"Don't learn because you might get things wrong and forget stuff." It doesn't take a purist to see right through that argument. You keep on laughing.
Lethargy said:
That purely depends on what you do with your PC lol. This is different.
Click to expand...
Click to collapse
You make it run Linux of course. Hardware don't care what you're running.
Wakamatsu said:
"Don't learn because you might get things wrong and forget stuff." It doesn't take a purist to see right through that argument. You keep on laughing.
Click to expand...
Click to collapse
Thanks, I am ... and will!
theesotericone said:
You make it run Linux of course. Hardware don't care what you're running.
Click to expand...
Click to collapse
I would use Ubuntu over Windows if it wasn't for my sound card having zero Linux support.. Oh well, dual boot lol
Lethargy said:
I would use Ubuntu over Windows if it wasn't for my sound card having zero Linux support.. Oh well, dual boot lol
Click to expand...
Click to collapse
Are you sure it doesn't support it? One thing about Linux is almost everything is supported. I had some issues with a cannon wireless printer. Couldn't get it to work with Ubuntu 14. Finally found an old post about cannon hating linux and not updating it's drivers. SO i just followed some links and built my own driver from source. And it worked. Now I print whenever I feel like it.
Not saying it's the same for your sound card but I bet it is.
I had an M-audio sound card I couldn't get linux support for.
Sent from my Nexus 5 using Tapatalk
theesotericone said:
Are you sure it doesn't support it? One thing about Linux is almost everything is supported. I had some issues with a cannon wireless printer. Couldn't get it to work with Ubuntu 14. Finally found an old post about cannon hating linux and not updating it's drivers. SO i just followed some links and built my own driver from source. And it worked. Now I print whenever I feel like it.
Not saying it's the same for your sound card but I bet it is.
Click to expand...
Click to collapse
Sound Blaster Recon3D PCIe.. Nope lol.
Speaker output works but headphone and mic jacks don't work at all, I prefer using headphones It's probably just using the onboard sound too
You both have just destroyed my faith in Linux. Back to the rock I go.:crying:
theesotericone said:
You both have just destroyed my faith in Linux. Back to the rock I go.:crying:
Click to expand...
Click to collapse
Now get me support for my sound card! :silly:

Battery Status on computer

IGNORE THIS, NEWER VERSION(S) ARE HERE: http://forum.xda-developers.com/android/development/phone-s-battery-status-computer-screen-t3070549
I have made a program to display the percentage of your phone on your computer. Requirements:
Computer that can run bash
USB-to-phone cable
ADB enabled on phone
Has been tested on the following:
LG P716 Jelly bean stock- One Works the other doesn't
LG P716 KitKat - Works
LG P500 with CM11 and rooted- Works
Samsung S3 stock - Doesn't work
Your help is greatly appreciated to porting it to Windows/Mac and adding new devices.
wilk.gr76 said:
I have made a program to display the percentage of your phone on your computer. Requirements:
Computer that can run bash
USB-to-phone cable
ADB enabled on phone
Has been tested on the following:
LG P716 Jelly bean stock- One Works the other doesn't
LG P716 KitKat - Works
LG P500 with CM11 and rooted- Works
Samsung S3 stock - Doesn't work
Your help is greatly appreciated to porting it to Windows/Mac and adding new devices.
Click to expand...
Click to collapse
Don't get me wrong but do you really have a use for it or is it just about improving your development skills ?
LS.xD said:
Don't get me wrong but do you really have a use for it or is it just about improving your development skills ?
Click to expand...
Click to collapse
I do. If I plug my phone in, and then turn on the display to see how far it has charged, the battery percentage is DROPPING! So, I created this. If you want faster charging than your USB port, use ADB over WiFi. But this did help me hone my skills.
wilk.gr76 said:
I do. If I plug my phone in, and then turn on the display to see how far it has charged, the battery percentage is DROPPING! So, I created this. If you want faster charging than your USB port, use ADB over WiFi. But this did help me hone my skills.
Click to expand...
Click to collapse
Pretty cool for that specific purpose I just downloaded the zip and was just about starting my laptop to test it BUT the archive is damaged and i can't extract it May you please check the archive's integrity and upload it again?!
Sure!
LS.xD said:
Pretty cool for that specific purpose I just downloaded the zip and was just about starting my laptop to test it BUT the archive is damaged and i can't extract it May you please check the archive's integrity and upload it again?!
Click to expand...
Click to collapse
Did that! Just make sure you can run bash. Your computer'll need linux or mac os x (not sure about mac)
If it helps, please press thanks.
wilk.gr76 said:
Did that! Just make sure you can run bash. Your computer'll need linux or mac os x (not sure about mac)
Click to expand...
Click to collapse
BASH?! Never heard about it...
Manjaro Linux should be fine for it
LS.xD said:
Pretty cool for that specific purpose I just downloaded the zip and was just about starting my laptop to test it BUT the archive is damaged and i can't extract it May you please check the archive's integrity and upload it again?!
Click to expand...
Click to collapse
It is nice to get feedback so quicly! I expected to have no replies by Sunday, yet I get one in the first 5 mins! "Vielen Dank!" (I saw the german flag by your name...)
LS.xD said:
BASH?! Never heard about it...
Manjaro Linux should be fine for it
Click to expand...
Click to collapse
Open the terminal, and its most likely your using bash. Bourne-Again SHell.
Just wondering, what is the orange "OP" rectangle next to "Junior Member", to the left of my post?
wilk.gr76 said:
Open the terminal, and its most likely your using bash. Bourne-Again SHell.
Just wondering, what is the orange "OP" rectangle next to "Junior Member", to the left of my post?
Click to expand...
Click to collapse
OP = overpowered or may be "Original Poster"
Is it possible that your tool only runs on 32Bit systems? I use 64Bit OS with multilib and no chance to make it fly / run or whatever you like
LS.xD said:
OP = overpowered or may be "Original Poster"
Is it possible that your tool only runs on 32Bit systems? I use 64Bit OS with multilib and no chance to make it fly / run or whatever you like
Click to expand...
Click to collapse
Yes it is built for 32bit systems but you should be able to run it on 64 bit as well. You need to unzip everything of course and make adb and dialog (in the same folder as the script) executable. The command is chmod +x adb && chmod +x dialog
To change it to 64-bit, you'll need to replace the adb and dialog files with the 64-bit versions.
You might need ia32-libs or somthing like that.
Also, OP I think it overpowering. You shall port it to Windows. You shall thank me. LOL, don't have to do it.
wilk.gr76 said:
Yes it is built for 32bit systems but you should be able to run it on 64 bit as well. You need to unzip everything of course and make adb and dialog (in the same folder as the script) executable. The command is chmod +x adb && chmod +x dialog
To change it to 64-bit, you'll need to replace the adb and dialog files with the 64-bit versions.
You might need ia32-libs or somthing like that.
Also, OP I think it overpowering. You shall port it to Windows. You shall thank me. LOL, don't have to do it.
Click to expand...
Click to collapse
Im familiar with chmod Commandline version works well (see signature for phone's setups) while the guy version causes a never ending error output:
libgtk-3.so.0 shared libraries can't be found . All files are present in my Linux so I really have no clue, why i can't open it.
LS.xD said:
Im familiar with chmod Commandline version works well (see signature for phone's setups) while the guy version causes a never ending error output:
libgtk-3.so.0 shared libraries can't be found . All files are present in my Linux so I really have no clue, why i can't open it.
Click to expand...
Click to collapse
Are you using GNOME? You might need to install libgtk. But, like the readme file says, this is bit is still alpha (it's more beta than beta.. If that makes sense).
But if it helped, please press the " Thanks" button
wilk.gr76 said:
Are you using GNOME? You might need to install libgtk. But, like the readme file says, this is bit is still alpha (it's more beta than beta.. If that makes sense).
But if it helped, please press the " Thanks" button
Click to expand...
Click to collapse
Its really weird as the libs "missing" are all installed. I use KDE.
LS.xD said:
Its really weird as the libs "missing" are all installed. I use KDE.
Click to expand...
Click to collapse
It's pretty strange that it used "can't" instead of "cannot". Maybe try using gnome. I dunno, it works on mine.
I'm moving this to a DevDB now.
Has been moved to http://forum.xda-developers.com/and...ter-screen-t3070549/post59841376#post59841376

Categories

Resources